sfps
This commit is contained in:
@@ -384,7 +384,7 @@ type GetOrderStatusReq struct {
|
||||
// GetOrderStatusResp 订单实时信息查询
|
||||
type GetOrderStatusResp struct {
|
||||
OrderID string `json:"order_id"` //新版本V1.9+升级为JS开头的15位字符串类型:“JS1234567890123”, 老版本int类型订单号会长期兼容
|
||||
ShopId int64 `json:"shop_id"` // 店铺ID
|
||||
ShopId float64 `json:"shop_id"` // 店铺ID
|
||||
OutOrderID string `json:"out_order_id"` //商家订单ID
|
||||
OrderStatus float64 `json:"order_status"` //当前状态
|
||||
StatusDesc string `json:"status_desc"` //当前状态描述
|
||||
|
||||
Reference in New Issue
Block a user