curl --location --request GET 'https://open.weibanzhushou.com/open-api/order/get_shop_list?start_time=1592576435&end_time=1592576420&limit=10&offset=0&access_token='
{
"errcode": 0,
"errmsg": "ok",
"shop_list": [
{
"create_at": null,
"id": "11",
"name": "xxxxxxxx",
"shop_fields": [
{
"field_name": "店铺状态",
"value": "营业中"
},
{
"field_name": "店铺评分",
"value": "4.3"
}
]
},
{
"create_at": null,
"id": "1221",
"name": "xxxxxxxxxxxx9",
"shop_fields": [
{
"field_name": "店铺状态",
"value": "营业中"
},
{
"field_name": "店铺评分",
"value": "4.3"
}
]
}
]
}