Merge pull request '微信支付成功回调(商户直连)方法返回订单号' (#191) from coolcalf/Admin.NET.Pro:main into main
Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/191
This commit is contained in:
commit
30c43a660c
@ -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