jcqresult修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user