fix:支付

This commit is contained in:
momo
2023-09-22 12:12:33 +08:00
parent d00089c625
commit c2723861fa
9 changed files with 150 additions and 442 deletions

View File

@@ -15,7 +15,7 @@ type CreateOrderReq struct {
type CreatePrePaymentByDepositReq struct {
OrderSn string `json:"order_sn"`
DeliveryMethod int64 `json:"delivery_method,optional,options=[1,2],default=2"`
DeliveryMethod int64 `json:"delivery_method,options=[1,2]"`
DeliveryAddress *DeliveryAddress `json:"delivery_address,optional"`
}