From 2a75965a365cd3c1043ac366a0d19fa2f35c3981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 1 Apr 2022 10:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/fnpsapi/callback.go | 5 +++++ 1 file changed, 5 insertions(+) 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 }