URL: http://10.136.51.35/CnliveM2/business/readRegProtocol.action?appId=xxxx
请求方式: GET
返回格式: JSON
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
返回格式说明:
{
"errorCode": "0",
"errorMessage": "成功",
"data": {
"logo": "http://images.china.cn/images1/ch/2015china/images/logo.gif",
"protocol": "<html>xxxx</html>"
}
}