- comment on mtwm.RetailList

This commit is contained in:
gazebo
2019-03-20 17:16:51 +08:00
parent 2ae693e56e
commit 26a72f14d4

View File

@@ -72,6 +72,7 @@ func (a *API) RetailInitData(poiCode, foodCode string, params map[string]interfa
}
// offset 从0开始limit最大不能超过200
// 返回的app_poi_code始终是空手动建的商品app_food_code也为空导致无法通过API删除
func (a *API) RetailList(poiCode string, offset, limit int) (foodList []map[string]interface{}, err error) {
result, err := a.AccessAPI("retail/list", true, map[string]interface{}{
KeyAppPoiCode: poiCode,