对接新供应链-唯品尚
This commit is contained in:
@@ -125,6 +125,11 @@ type OrderCancelRes struct {
|
||||
Msg string `json:"msg"` // 请求接口消息
|
||||
}
|
||||
|
||||
type RefundDeliveryRes struct {
|
||||
Code int `json:"code"` // 0为成功,其它为失败
|
||||
Msg string `json:"msg"` // 请求接口消息
|
||||
}
|
||||
|
||||
// test -------------------------------------
|
||||
|
||||
type TestRes struct {
|
||||
|
Reference in New Issue
Block a user