This commit is contained in:
邹宗楠
2024-07-22 14:12:48 +08:00
parent 43c14919c4
commit e725797e02
2 changed files with 4 additions and 2 deletions

View File

@@ -294,6 +294,8 @@ func (a *API) RetailInitData(trackInfo, poiCode, foodCode string, params map[str
KeyAppPoiCode: poiCode,
KeyAppFoodCode: foodCode,
}, params), resultKeyData, trackInfo)
globals.SugarLogger.Debugf("=========param := %s", utils.Format4Output(params, false))
globals.SugarLogger.Debugf("=========err := %v", err)
return err
}