接口描述:

  • 绑定云喇叭

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 庞晓宇 2019-09-16 2019-09-16

请求URL:

  • 商户接口URL/api/mch_store_speaker/binding_speaker

请求方式:

  • POST

请求参数:

参数名 是否必须 类型 说明
codeMoney string 验证金额
storeId string 门店ID
status int 状态:0-未绑定,1-已绑定,2-已解绑
relieve int 绑定/解绑:1-绑定,0-解绑

返回参数说明:

参数名 类型 说明
code int 0
msg string success

返回示例:

{
  "code": 0,
  "msg": "success"
}
文档更新时间: 2021-10-25 18:08   作者:刘正阳