fix:支付

This commit is contained in:
momo
2023-09-22 11:00:54 +08:00
parent 1040f21ca6
commit 0f7514b5bd
7 changed files with 112 additions and 20 deletions

View File

@@ -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 {