简要描述:

  • 获取会员注册协议接口

请求域名:

  • http://test.yunzshop.com

请求URL:

GET: setting.get-member-protocol

参数:

参数名 是否必须 类型 说明
i int 店铺ID

返回示例:

正确时返回:

{
	result: 1,
	msg: "获取注册协议成功",
	data: {
		protocol: "1",
		content: "<p>协议内容</p>"
	}
}

错误时返回:

{
    "result":0,
    "msg":"未检测到数据!",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
protocol int 状态 1:开启 空&0:关闭
content string 协议内容

备注:

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