微信支付成功回调(商户直连)方法返回订单号

This commit is contained in:
coolcalf 2024-12-08 16:20:02 +08:00
parent c4e98b2b1a
commit 37be125d1b

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)
};
}