fix:支付
This commit is contained in:
@@ -33,8 +33,8 @@ type OrderDetailReq {
|
||||
}
|
||||
|
||||
type CreateOrderReq {
|
||||
CartIds []int64 `json:"cart_ids"`
|
||||
DeliveryMethod int64 `json:"delivery_method,optional,options=[1,2],default=2"`
|
||||
CartIds []int64 `json:"cart_ids"`
|
||||
// DeliveryMethod int64 `json:"delivery_method,optional,options=[1,2],default=2"`
|
||||
}
|
||||
|
||||
type CreatePrePaymentByDepositReq {
|
||||
|
||||
Reference in New Issue
Block a user