Commit dfb095b7 authored by liudong1993's avatar liudong1993

1

parent 29976606
...@@ -231,7 +231,7 @@ namespace Mall.WebApi.Controllers.Adapay ...@@ -231,7 +231,7 @@ namespace Mall.WebApi.Controllers.Adapay
{ "goods_title", "您的待支付订单" }, { "goods_title", "您的待支付订单" },
{ "goods_desc", courseName}, { "goods_desc", courseName},
{ "currency", "cny" }, { "currency", "cny" },
{ "time_expire", DateTime.Now.AddMinutes(3).ToString("yyyyMMddHHmmss")}, { "time_expire", DateTime.Now.AddMinutes(30).ToString("yyyyMMddHHmmss")},
{ "description", offerModel.MallBaseId + "|" + offerModel.OrderId}, { "description", offerModel.MallBaseId + "|" + offerModel.OrderId},
{ "notify_url", "https://mallapi.oytour.com/api/AdapayCallBack/AdapayCallBackEvent"} { "notify_url", "https://mallapi.oytour.com/api/AdapayCallBack/AdapayCallBackEvent"}
}; };
......
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