添加jdapi.DeliveryStatusCourierChaged

This commit is contained in:
gazebo
2019-10-22 14:25:29 +08:00
parent eabf6ff8e2
commit b1cef2f0f2
4 changed files with 18 additions and 11 deletions

View File

@@ -530,6 +530,8 @@ func (a *API) GetStoreList(lng string, lat string, pageNo, pageSize int) (shopLi
"lng": lng,
"lat": lat,
}
// 水果
// https://h5.ele.me/restapi/shopping/v3/restaurants?latitude=30.64743&longitude=104.089981&keyword=&offset=0&limit=8&extras[]=activities&extras[]=tags&terminal=h5&rank_id=456ad3b166954bc996324b6fc43a29fb&order_by=0&brand_ids[]=&restaurant_category_ids[]=245
result, err := a.AccessStorePageNoCookie("newretail/main/shoplist", params)
if err == nil && result != nil {
err = utils.Map2StructByJson(result, &shopListInfo, true)