This commit is contained in:
苏尹岚
2020-12-01 16:32:47 +08:00
parent df77027d50
commit 9df0b76d5d
2 changed files with 14 additions and 14 deletions

View File

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