获取指定应用版权信息
根据应用AppId获取指定应用版本的版权信息
实际URL:https://www.xxxx.com/oauth/authorize/get-system
请求参数(Query):
字段名 | 类型 | 说明 |
---|---|---|
client_id | String | 应用AppId |
输出参数:
字段名 | 类型 | 说明 |
---|---|---|
Code | String | 三位数字 |
message | String | 200: 请求成功 、400:处理请求数据出错、401:无权限、500:系统异常 |
输出数据说明:
{ "code": 200, "message": "OK", "data": { "site_code": "m", "copyright": { "id": "1", "sy_icon": "https://www.xxx.cc/attachment/icon图标(绝对路径).png", "sy_logo": "https://www.xxx.cc/attachment/登录logo(绝对路径).png", "sy_title": "title标题", "sy_bottom_info": "底部版权", "sy_serve_mobile": "售后电话", "sy_serve_qrcode": "https://www.xxx.cc/attachment/客服二维码(绝对路径).png ", "client_id": "应用AppId", "sy_code": "0", "icon": { "id": "26", "path": "attachment/icon图标(相对路径).png" }, "logo": { "id": "320", "path": "attachment/登录logo(相对路径).png" }, "qrcode": { "id": "27", "path": "attachment/客服二维码(相对路径).png" } }, "oauthExtendLogin": null }, "timestamp": 1718241232 }