修复订单支付显示方式
Build docker and publish / build (20.15.1) (push) Successful in 7m59s

This commit is contained in:
2026-03-04 23:28:37 -08:00
parent 69ac1f104d
commit d962fafe7f
5 changed files with 1 additions and 42 deletions
@@ -45,7 +45,7 @@ func (l *CreateOrderLogic) CreateOrder(req *types.CreateOrderRequest) error {
Coupon: req.Coupon,
CouponDiscount: req.CouponDiscount,
PaymentId: req.PaymentId,
Method: normalizeOrderMethod("", paymentMethod.Platform),
Method: paymentMethod.Token,
FeeAmount: req.FeeAmount,
TradeNo: req.TradeNo,
Status: req.Status,