提交 834ab293 authored 作者: 屈传平's avatar 屈传平

hcw

上级 eab05740
...@@ -16,7 +16,7 @@ type OrderNotifyRes struct { ...@@ -16,7 +16,7 @@ type OrderNotifyRes struct {
AppId string `json:"app_id"` AppId string `json:"app_id"`
Type string `json:"type"` Type string `json:"type"`
Data OrderNotifyData `json:"data"` Data OrderNotifyData `json:"data"`
SignaTure string `json:"signature"` Signature string `json:"signature"`
} }
// order_shipped 订单发货 { "order_no":"P123"} // order_shipped 订单发货 { "order_no":"P123"}
...@@ -25,6 +25,9 @@ type OrderNotifyRes struct { ...@@ -25,6 +25,9 @@ type OrderNotifyRes struct {
type OrderNotifyData struct { type OrderNotifyData struct {
OrderNo string `json:"order_no"` OrderNo string `json:"order_no"`
ProductNo string `json:"product_no"` ProductNo string `json:"product_no"`
RefundNo string `json:"refund_no"`
Type string `json:"type"`
Source string `json:"source"`
} }
// 回调 // 回调
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论