Commit 0f1aa015 authored by liudong1993's avatar liudong1993
parents ff1c25b9 29976606
...@@ -216,7 +216,7 @@ namespace Mall.WebApi.Controllers.Adapay ...@@ -216,7 +216,7 @@ namespace Mall.WebApi.Controllers.Adapay
{ {
expendDict.Add("hb_fq_num", hb_fq_num);// 支付宝分期 目前 只支持3,6,12 expendDict.Add("hb_fq_num", hb_fq_num);// 支付宝分期 目前 只支持3,6,12
} }
expendDict.Add("limit_pay", 0); //expendDict.Add("limit_pay", 0);
dict.Add("expend", expendDict); dict.Add("expend", expendDict);
Dictionary<string, object> result = Payment.create(dict, merchantKey); 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