取消回收订单

This commit is contained in:
范俊成 2023-10-10 14:40:47 +08:00
parent c9730c386d
commit b20ef68bb9

View File

@ -351,7 +351,7 @@ type SubmitConfirmPriceResp struct {
}
type CancelOrderEvaluationReq struct {
OrderId int `json:"orderId"`
OrderId int `json:"order_id"`
}
type CancelOrderEvaluationResp struct {