- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
店铺分页查询接口
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
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}]
门 店详情
business_address
object (AddressInfo)
可选
business_time
array[object (ShopBusinessTime) {3}]
店铺经营时间
contact_mobile
string
店铺联系手机
示例值:
13901390139
contact_phone
string
店铺的联系固话
示例值:
010-62286228
new_shop_category
string
可选
示例值:
B0001
shop_category
string
可选
示例值:
1001
shop_id
string
蚂蚁店铺id
示例值:
2018011900502000000005124744
shop_info_status
string
可选
示例值:
01
shop_name
string
店铺名称
示例值:
支付宝东门小卖铺
shop_status
string
门店状态
示例值:
01
shop_type
string
店铺经营类型
示例值:
01
store_id
string
可选
示例值:
NO0001
total_pages
integer
总页数
示例值:
10
🔴500请求失败