Commit ea45a710 authored by liudong1993's avatar liudong1993
parents 0f1aa015 dfb095b7
......@@ -203,7 +203,7 @@ namespace Mall.WebApi.Controllers.Adapay
{ "goods_title", "您的待支付订单" },
{ "goods_desc", courseName},
{ "currency", "cny" },
{ "time_expire", DateTime.Now.AddMinutes(3).ToString("yyyyMMddHHmmss")},
{ "time_expire", DateTime.Now.AddMinutes(30).ToString("yyyyMMddHHmmss")},
{ "description", offerModel.MallBaseId + "|" + offerModel.OrderId},
{ "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