a
This commit is contained in:
@@ -9,16 +9,16 @@ import (
|
||||
)
|
||||
|
||||
type CallBackResult struct {
|
||||
OrderStateRemark string `json:"orderStateRemark"`
|
||||
OrderRemark string `json:"orderRemark"`
|
||||
OrderSellerPrice string `json:"orderSellerPrice"`
|
||||
OrderState string `json:"orderState"`
|
||||
OrderType string `json:"orderType"`
|
||||
OrderPayment string `json:"orderPayment"`
|
||||
PayType string `json:"payType"`
|
||||
StoreID string `json:"storeId"`
|
||||
OrderTotalPrice string `json:"orderTotalPrice"`
|
||||
OrderExt *OrderExt `json:"orderExt"`
|
||||
OrderStateRemark string `json:"orderStateRemark"`
|
||||
OrderRemark string `json:"orderRemark"`
|
||||
OrderSellerPrice string `json:"orderSellerPrice"`
|
||||
OrderState string `json:"orderState"`
|
||||
OrderType string `json:"orderType"`
|
||||
OrderPayment string `json:"orderPayment"`
|
||||
PayType string `json:"payType"`
|
||||
StoreID string `json:"storeId"`
|
||||
OrderTotalPrice string `json:"orderTotalPrice"`
|
||||
// OrderExt *OrderExt `json:"orderExt"`
|
||||
StoreOrder string `json:"storeOrder"`
|
||||
OrderStartTime string `json:"orderStartTime"`
|
||||
OrderID string `json:"orderId"`
|
||||
|
||||
Reference in New Issue
Block a user