3.8.5 店铺列表查询


method: allinpay.shopoint.shopService.queryList
version: 1.0
查询当前机构下的店铺列表,支持按店铺名称模糊搜索和按状态筛选。分页返回数据。
业务请求参数

字段名 参数类型 必填 最大长度 说明 取值
shopName String 否 50 店铺名称(模糊搜索)  
status Integer 否 1 店铺状态 0 停用;1 启用;不传则查全部
currentPage Integer 否   当前页码 默认 1
pageSize Integer 否   每页条数 默认 20,最大 100

业务响应参数

字段名 参数类型 必填 最大长度 说明 取值
code Integer 是   返回码 0:表示成功;3:表示失败,具体失败原因参见msg字段;其他:参见4.1 公共返回码
msg String 是   错误信息  
data total   Integer 否   总数 符合条件的店铺总数
currentPage   Integer 是   当前页码  
pageSize   Integer 是   分页大小  
list   List 否   流水分页  
  shopId Integer 是   店铺 ID  
shopCode String 否 30 店铺编号  
shopName String 是 50 店铺名称  
status Integer 是 1 店铺状态 0 停用;1 启用
address Integer 否 200 店铺地址  

2026年9月7日 16:41 收藏文档