编辑门店活码分组名称

企业可通过此接口来修改分组的名称

请求方式: POST(HTTPS)

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

Query参数:

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

Body参数:

{
  "store_qrcode_group_id": 14,
  "store_qrcode_group_name": "test_28e4f780c3c2",
  "user_id": "test_e953ba4a1fe0"
}
参数 类型 必填 说明
store_qrcode_group_id long 门店活码分组id
store_qrcode_group_name string 门店活码分组名称,最长支持10个字符
user_id string 员工id

返回值:

{
  "code": 0,
  "msg": "请求成功",
  "data": {
    "update_result": true
  },
  "sub_code": "00000"
}

返回说明:

参数 类型 说明
code int 出错返回码,为0表示成功,非0表示调用失败
msg string 返回码描述
data object 业务对象
update_result bool 更新结果
sub_code string 业务异常返回码

results matching ""

    No results matching ""