1
This commit is contained in:
@@ -301,6 +301,7 @@ func (a *API) RetailBatchInitData(trackInfo, poiCode string, foodDataList []map[
|
||||
result, err := a.AccessAPI2("retail/batchinitdata", false, map[string]interface{}{
|
||||
KeyAppPoiCode: poiCode,
|
||||
"food_data": string(utils.MustMarshal(foodDataList)),
|
||||
"operate_type": 2,
|
||||
}, resultKeyMsg, trackInfo)
|
||||
globals.SugarLogger.Debugf("======foodDataList := %s", utils.Format4Output(foodDataList, false))
|
||||
globals.SugarLogger.Debugf("======poicode := %s", poiCode)
|
||||
|
||||
Reference in New Issue
Block a user