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:
zuohuaijun 2024-12-10 08:35:43 +08:00
commit 30c43a660c

View File

@ -290,7 +290,8 @@ public class SysWechatPayService : IDynamicApiController, ITransient
{
Total = wechatPay.Total,
Attachment = wechatPay.Attachment,
GoodsTag = wechatPay.GoodsTag
GoodsTag = wechatPay.GoodsTag,
OrderId = long.Parse(wechatPay.OrderId)
};
}