更新合并

This commit is contained in:
eson
2023-06-20 17:29:02 +08:00
parent d64998c16d
commit 6c6066cea1
8 changed files with 81 additions and 13 deletions

View File

@@ -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 用户登录请求结构