GetSkusWithVendor中取商品城市的bug修复

This commit is contained in:
gazebo
2019-12-13 10:47:58 +08:00
parent f6baae63ee
commit 2ddd16460a
3 changed files with 51 additions and 22 deletions

View File

@@ -54,9 +54,13 @@ var (
Jd2OrgCode string
IsUseThingMap bool
OutputDebugMsgLevel int
)
func init() {
OutputDebugMsgLevel = 1
logs.SetLogFuncCallDepth(3)
beego.BConfig.Log.AccessLogs = true