简要描述:

  • 用户退出接口

请求域名:

  • http://yunzshop.com

请求URL:

POST:https://dev1.yunzmall.com/addons/yun_shop/api.php?i=5&uuid=0&mid=0&type=9&shop_id=null&route=member.logout.index

参数:

参数名 是否必须 类型 说明
type string 登录类型:5-pc; 7-webapp; 9-原生app
yz_token string 标识

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "退出成功",
	"data": []
}

错误时返回:

返回参数说明:

参数名 类型 说明
result int 退出状态0-失败;1-成功

备注:

  • 更多返回错误代码请看首页的错误代码描述