更新合并
This commit is contained in:
@@ -87,7 +87,9 @@ type RequestAddAddress {
|
||||
|
||||
// RequestOrderId 传入订单id的结构
|
||||
type RequestOrderId {
|
||||
OrderId int64 `json:"id"`
|
||||
OrderId int64 `json:"id"` //订单id
|
||||
RefundReasonId int64 `json:"refund_reason_id"` //取消原因id
|
||||
RefundReason string `json:"refund_reason"` //取消原因
|
||||
}
|
||||
|
||||
// UserLoginHandler 用户登录请求结构
|
||||
|
||||
Reference in New Issue
Block a user