This commit is contained in:
richboo111
2022-11-04 18:34:44 +08:00
parent c414337b73
commit 9e8aa822ee

View File

@@ -124,6 +124,8 @@ func CreateFenceByStore(appOrgCode string, storeID int64) (fenceID string, err e
},
Radius: utils.Str2Float64(localStore.DeliveryRange),
}
globals.SugarLogger.Debugf("Latitude============%f,%f,%f", circular.Center.Latitude, circular.Center.Longitude, circular.Radius)
globals.SugarLogger.Debugf("circular=====%v", circular)
param.FenceInfo.Circular = circular
param.FenceInfo.Shape = tiktok_api.ShapeCircular
globals.SugarLogger.Debug("圆lat,lng", circular.Center.Latitude, circular.Center.Longitude)