添加jdapi.DeliveryStatusCourierChaged
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user