a
This commit is contained in:
@@ -18,7 +18,7 @@ type CallBackResult struct {
|
|||||||
PayType string `json:"payType"`
|
PayType string `json:"payType"`
|
||||||
StoreID string `json:"storeId"`
|
StoreID string `json:"storeId"`
|
||||||
OrderTotalPrice string `json:"orderTotalPrice"`
|
OrderTotalPrice string `json:"orderTotalPrice"`
|
||||||
OrderExt string `json:"orderExt"`
|
OrderExt *OrderExt `json:"orderExt"`
|
||||||
StoreOrder string `json:"storeOrder"`
|
StoreOrder string `json:"storeOrder"`
|
||||||
OrderStartTime string `json:"orderStartTime"`
|
OrderStartTime string `json:"orderStartTime"`
|
||||||
OrderID string `json:"orderId"`
|
OrderID string `json:"orderId"`
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ type GetOrderResult struct {
|
|||||||
} `json:"itemInfoList"`
|
} `json:"itemInfoList"`
|
||||||
StoreID string `json:"storeId"`
|
StoreID string `json:"storeId"`
|
||||||
OrderTotalPrice string `json:"orderTotalPrice"`
|
OrderTotalPrice string `json:"orderTotalPrice"`
|
||||||
OrderExt OrderExt `json:"orderExt"`
|
OrderExt *OrderExt `json:"orderExt"`
|
||||||
StoreOrder string `json:"storeOrder"`
|
StoreOrder string `json:"storeOrder"`
|
||||||
OrderStartTime string `json:"orderStartTime"`
|
OrderStartTime string `json:"orderStartTime"`
|
||||||
OrderID string `json:"orderId"`
|
OrderID string `json:"orderId"`
|
||||||
|
|||||||
Reference in New Issue
Block a user