打印信息
This commit is contained in:
@@ -164,6 +164,11 @@ func (a *API) GetChainOrderStatusNotify(request *http.Request) (shopStatusMsg *O
|
||||
callbackResponse = &CallbackResponse{Code: -1}
|
||||
return nil, callbackResponse
|
||||
}
|
||||
fmt.Println("======================business_data", fnNotify.Param)
|
||||
fmt.Println("======================business_data", fnNotify.Param.PartnerOrderCode)
|
||||
fmt.Println("======================business_data", fnNotify.Param.OrderId)
|
||||
fmt.Println("======================business_data", fnNotify.Param)
|
||||
fmt.Println("======================business_data", fnNotify.CallbackBusinessType)
|
||||
|
||||
return fnNotify, SuccessResponse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user