微信支付成功回调(商户直连)方法返回订单号
This commit is contained in:
parent
c4e98b2b1a
commit
37be125d1b
@ -290,7 +290,8 @@ public class SysWechatPayService : IDynamicApiController, ITransient
|
|||||||
{
|
{
|
||||||
Total = wechatPay.Total,
|
Total = wechatPay.Total,
|
||||||
Attachment = wechatPay.Attachment,
|
Attachment = wechatPay.Attachment,
|
||||||
GoodsTag = wechatPay.GoodsTag
|
GoodsTag = wechatPay.GoodsTag,
|
||||||
|
OrderId = long.Parse(wechatPay.OrderId)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user