修复订单支付显示方式
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
-1
View File
@@ -1433,7 +1433,6 @@ type Order struct {
CouponDiscount int64 `json:"coupon_discount"`
Commission int64 `json:"commission,omitempty"`
Payment PaymentMethod `json:"payment"`
Method string `json:"method"`
FeeAmount int64 `json:"fee_amount"`
TradeNo string `json:"trade_no"`
Status uint8 `json:"status"`