jcqresult修改

This commit is contained in:
苏尹岚
2020-07-22 16:26:08 +08:00
parent 6926d07bed
commit a536602cb7
2 changed files with 35 additions and 15 deletions

View File

@@ -8,12 +8,7 @@ import (
)
type CallBackResult struct {
OrderCreateTime string `json:"orderCreateTime"`
OrderType string `json:"orderType"`
OrderPaymentType string `json:"orderPaymentType"`
VenderID string `json:"venderId"`
OrderStatus string `json:"orderStatus"`
OrderID string `json:"orderId"`
GetOrderResult
}
func (a *API) GetCallbackMsg(request *http.Request) (call *CallBackResult, err error) {