说明
绑定收银员、如果已经注册了收银员需要绑定其他的门店
请求地址
环境 | 请求地址 |
---|---|
测试环境 | https://pay.umxnt.com/api/merchant/bind_merchant |
请求参数
参数 | 类型 | 是否必填 | 最大长度 | 描述 |
---|---|---|---|---|
token | string | 是 | 11 | 令牌 |
store_id | string | 是 | 255 | 门店id |
merchant_id | string | 是 | 收银员ID | |
type | string | 是 | 收银员类型 1 店长 2收银员 |
- 成功返回有数据
{
"status": 1,
"message": "收银员绑定成功",
"data": []
}
失败请求示例
{ "message":"无效参数", "status":2 }