获取门店活码分组列表

企业可通过此接口来查询已创建的分组

请求方式: POST(HTTPS)

请求地址: https://open.wshoto.com/openapi/qrcode/storeQrcode/page_query_store_group_info_list

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

Body参数:

{
  "current_index": 1,
  "page_size": 20,
  "store_group_name": "test_28e4f780c3c2"
}
参数 类型 必填 说明
current_index int 页码。默认值为1
page_size int 列表返回长度。默认值为20,最大值为100
store_group_name string 门店分组名称

返回值:

{
  "code": 0,
  "msg": "请求成功",
  "data": {
    "total":10,
    "records":[
          {
            "store_qrcode_group_id": 111111,
            "store_qrcode_group_name": "test_28e4f780c3c2",
            "is_default": 0
          }
    ]
  },
  "sub_code": "00000"
}

返回说明:

参数 类型 说明
code int 出错返回码,为0表示成功,非0表示调用失败
msg string 返回码描述
data object 业务对象
store_qrcode_group_id long 门店活码分组id
store_qrcode_group_name string 门店活码分组名称
is_default int 是否默认分组 0-否,1-是

results matching ""

    No results matching ""