简要描述:
- 申请协议接口
请求域名:
- http://test.yunzshop.com
请求URL:
GET/addons/yun_shop/api.php?i=2&route=member.member.apply-protocol
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
无 | - | - | - |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取数据成功!",
"data": {
"enable": "1",
"name": "协议名称",
"content": "<p><span style="color: rgb(51, 51, 51); font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, 宋体; font-size: 14px; font-weight: bold; text-align: right; background-color: rgb(255, 255, 255);">协议内容</span></p>"
}
}
错误时返回:
{
result: 0,
msg: "未检测到数据",
data: [ ]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
enable | int | 是否开启协议 |
name | string | 协议名称 |
content | string | 协议内容 |
备注:
- 更多返回错误代码请看首页的错误代码描述