支持微信支付宝独立支付渠道
This commit is contained in:
@@ -16,6 +16,7 @@ type PaymentDTO struct {
|
||||
PaymentNo string `json:"payment_no"`
|
||||
OrderID uint64 `json:"order_id"`
|
||||
OrderNo string `json:"order_no"`
|
||||
PaymentConfigID uint64 `json:"payment_config_id"`
|
||||
Provider string `json:"provider"`
|
||||
ThirdOrderID string `json:"third_order_id"`
|
||||
ProviderOrderID string `json:"provider_order_id"`
|
||||
@@ -75,6 +76,7 @@ type AdminPaymentDTO struct {
|
||||
OrderID uint64 `json:"order_id"`
|
||||
OrderNo string `json:"order_no"`
|
||||
UserID uint64 `json:"user_id"`
|
||||
PaymentConfigID uint64 `json:"payment_config_id"`
|
||||
UserPhone string `json:"user_phone"`
|
||||
Provider string `json:"provider"`
|
||||
MerchantID string `json:"merchant_id"`
|
||||
|
||||
Reference in New Issue
Block a user