对接新供应链-唯品尚
This commit is contained in:
@@ -46,6 +46,14 @@ type CreateOrderReq struct {
|
||||
NoticeUrl string `json:"noticeUrl"` //合作方通知地址 noticeUrl 否 String 规定值 如支持,订单更新实时通知。此参数可不用传,统一走异步回调
|
||||
}
|
||||
|
||||
type RefundDeliveryReq struct {
|
||||
McOrderNo string `json:"mcOrderNo"` // 子订单号 是 int 下单时候返回子订单号 20190704124955600363
|
||||
DeliveryName string `json:"deliveryName"` // 快递公司
|
||||
DeliveryNo string `json:"deliveryNo"` // 快递单号
|
||||
Freight string `json:"freight"` // 运费金额 freight 否 string 单位:元
|
||||
FreightImg string `json:"freightImg"` // 运费支付凭证 freightImg 否 string 图片地址
|
||||
}
|
||||
|
||||
// test ------------------------------------------------
|
||||
|
||||
type DeliverGoodsReq struct {
|
||||
|
Reference in New Issue
Block a user