简要描述:

  • 引导关注

请求域名:

  • http://.yunzshop.com

请求URL:

GET/app/index.php?i=2&c=entry&do=shop&m=yun_shop&route=member.member.guideFollow

参数:

参数名 是否必须 类型 说明
- - - -

返回示例:

正确时返回:

  {
    "result": 1,
	"msg": null
    "data": {
      logo: 'xx'
	  text: 'xxxx'
	  url: 'http://'
    }
  }

错误时返回:

  {
    "result": 0,
	"msg": '暂无数据'
    "data": {

    }
  }

返回参数说明:

参数名 类型 说明
logo string 图片
text string 说明
url string 立即关注地址

备注:

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