This commit is contained in:
苏尹岚
2020-12-02 08:52:52 +08:00
parent e7705249c0
commit 6c64a541d8
2 changed files with 23 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ type CallBackResult struct {
PayType string `json:"payType"`
StoreID string `json:"storeId"`
OrderTotalPrice string `json:"orderTotalPrice"`
OrderExt *OrderExt `json:"orderExt"`
// OrderExt *OrderExt `json:"orderExt"`
StoreOrder string `json:"storeOrder"`
OrderStartTime string `json:"orderStartTime"`
OrderID string `json:"orderId"`

View File

@@ -90,7 +90,7 @@ type GetOrderResult struct {
} `json:"itemInfoList"`
StoreID string `json:"storeId"`
OrderTotalPrice string `json:"orderTotalPrice"`
OrderExt *OrderExt `json:"orderExt"`
// OrderExt *OrderExt `json:"orderExt"`
StoreOrder string `json:"storeOrder"`
OrderStartTime string `json:"orderStartTime"`
OrderID string `json:"orderId"`