简要描述:

  • 登录页接口

请求域名:

  • http://xx.com

请求URL:

GET/route=member.login.new-login-mode

参数:

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "ok",
	"data": {
		"yun_sign": [],
		"sms": {
			"captcha": {
				"status": "0"
			}
		},
		"logo": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com/newimage/4fcbd209f8578cfb7f78ad2c96a0f789.jpeg",
		"title1": "欢迎来到商城",
		"title2": "登录尽享各种优惠权益!",
		"mobile_code_login": 0,
		"password_login": 0
	}
}

错误时返回:

  {
    "result": 0,
    "msg": "获取失败"
  }

返回参数说明:

参数名 类型 说明
logo str 商城logo
title1 str 登录页主标题
title2 str 登录页副标题
mobile_code_login str 手机验证码登录:0关闭1开启
password_login str 手机密码登录:0关闭1开启
protocol_title str 平台用户协议(自定义名称)

备注:

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