From f095bc9b324d543a017aff5e0b1c38ae4da160c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 27 Oct 2023 18:04:52 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/cms.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 0f1e7ec57..6a9b72bc7 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -3,6 +3,7 @@ package cms import ( "encoding/json" "fmt" + "git.rosy.net.cn/jx-callback/globals" "math" "reflect" "regexp" @@ -734,6 +735,7 @@ func GetCyclingLine(sLng, sLat, uLng, uLat float64) (polyLineList []string, dist if err != nil { return nil, 0, 0, err } + globals.SugarLogger.Debugf("==============:data %s", utils.Format4Output(data, false)) if data == "" { return nil, 0, 0, fmt.Errorf("获取骑行规划路线错误") }