From 00f66f23049b5d9246ad65ba79b36dcd53ff026a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 4 Jul 2022 18:07:26 +0800 Subject: [PATCH] 1 --- platformapi/q_bida/q_bida_client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platformapi/q_bida/q_bida_client.go b/platformapi/q_bida/q_bida_client.go index 0866e688..55eafd12 100644 --- a/platformapi/q_bida/q_bida_client.go +++ b/platformapi/q_bida/q_bida_client.go @@ -3,6 +3,7 @@ package q_bida import ( "errors" "git.rosy.net.cn/baseapi/utils" + "git.rosy.net.cn/jx-callback/globals" "net/http" "strings" "time" @@ -74,6 +75,7 @@ func (a *Api) CreateOrder(param *MakeOrderReq) (string, error) { if err := utils.Map2StructByJson(result, resultData, false); err != nil { return "", err } + globals.SugarLogger.Debug("22222222222222222=======================", resultData.Code, resultData.OrderNo, resultData.Msg) if resultData.Code != 0 { return "", errors.New(resultData.Msg) }