This commit is contained in:
桀尼龟 2025-07-03 14:28:09 +08:00
parent e7a5e19472
commit e9f12cd0eb

View File

@ -477,7 +477,7 @@ func OrderRecordsListV2(req *bundle.OrderRecordsRequestV2) (res *bundle.OrderRec
OrderAddNo: orderAddNo, OrderAddNo: orderAddNo,
Amount: amount, Amount: amount,
CurrencyType: int32(sub.CurrencyType), CurrencyType: int32(sub.CurrencyType),
HandlingFee: sub.HandlingFee, HandlingFee: sub.HandlingFee, //手续费
OrderAddCreateAt: sub.CreatedAt.Format("2006-01-02 15:04:05"), OrderAddCreateAt: sub.CreatedAt.Format("2006-01-02 15:04:05"),
AddPayStatus: int32(sub.PaymentStatus), AddPayStatus: int32(sub.PaymentStatus),
Contract: sub.SignContract, Contract: sub.SignContract,