对接新供应链-唯品尚

This commit is contained in:
zhongqiang
2025-06-04 11:00:10 +08:00
parent e936dd6622
commit 1b97811c6a
4 changed files with 92 additions and 13 deletions

View File

@@ -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 {