简要描述:

  • 推广基本设置

请求域名:

  • http://.yunzshop.com

请求URL:

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

参数:

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

返回示例:

正确时返回:

  {
    "result": 1,
	"msg": null
    "data": {
      banner: 'xx'
	  content: 'xxxx'
    }
  }

错误时返回:

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

    }
  }

返回参数说明:

参数名 类型 说明
banner string 图片
content string 描述

备注:

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