- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
店铺分页查询接口
开发环境
开发环境
GET
/v3/ant/merchant/shop/pagequery
ant.merchant.expand.shop.page
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/ant/merchant/shop/pagequery?ip_role_id&page_num&page_size&address_version'
响应示例响应示例
200 - 示例 1
{
"shop_infos": [
{
"business_address": {
"address": "string",
"city_code": "string",
"district_code": "string",
"latitude": "string",
"longitude": "string",
"poiid": "string",
"province_code": "string",
"type": "string"
},
"business_time": [
{
"close_time": "string",
"open_time": "string",
"week_day": 0
}
],
"contact_mobile": "13901390139",
"contact_phone": "010-62286228",
"new_shop_category": "B0001",
"shop_category": "1001",
"shop_id": "2018011900502000000005124744",
"shop_info_status": "01",
"shop_name": "支付宝东门小卖铺",
"shop_status": "01",
"shop_type": "01",
"store_id": "NO0001"
}
],
"total_pages": 10
}
请求参数
Query 参数
ip_role_id
string
可选
page_num
integer
查询页数
page_size
integer
可选
address_version
string
可选
返回响应
🟢200common response
application/json
Body
shop_infos
array[object (ShopQueryOpenApiVO) {12}]