Commit e9367545 authored by 黄奎's avatar 黄奎
parents 5c76ce9f 0093b91a
......@@ -213,7 +213,7 @@ namespace Mall.WebApi.Controllers.Adapay
{
expendDict.Add("hb_fq_num", hb_fq_num);// 支付宝分期 目前 只支持3,6,12
}
expendDict.Add("limit_pay", 1);
expendDict.Add("limit_pay", 0);
dict.Add("expend", expendDict);
Dictionary<string, object> result = Payment.create(dict, merchantKey);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment