打印信息

This commit is contained in:
邹宗楠
2022-04-01 10:06:11 +08:00
parent 46f0cc85c0
commit 2a75965a36

View File

@@ -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
}