Commit 610ca82f authored by liudong1993's avatar liudong1993

1

parent ca76bb78
......@@ -182,7 +182,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