Commit 29976606 authored by liudong1993's avatar liudong1993

1

parent 3fde6a18
...@@ -244,7 +244,7 @@ namespace Mall.WebApi.Controllers.Adapay ...@@ -244,7 +244,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