diff --git a/platformapi/fnpsapi/callback.go b/platformapi/fnpsapi/callback.go index 269d1c88..1037359f 100644 --- a/platformapi/fnpsapi/callback.go +++ b/platformapi/fnpsapi/callback.go @@ -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 }