退出登陆
简要描述:
- 退出登陆接口
请求URL:
http://192.168.12.86/s1saas/spos1/third/thirdshop/logout
请求方式:
- POST
请求类型:
-
application/json
请求示例
{
"shopId": 14254,
"thirdEmpId":"D125220001"
}
请求参数说明:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
shopId | 是 | Integer | 当前门店id |
thirdEmpId | 是 | String | 第三方店员id |
返回示例
{"result":0,"data":"登出系统成功"}
备注
- 更多返回错误代码请看首页的错误代码描述