取消回收订单

This commit is contained in:
范俊成 2023-10-10 14:54:00 +08:00
parent b20ef68bb9
commit 4062e2aea4

View File

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