- 2.4.1.7.23. Setting(系统信息)
- 2.4.1.7.23.1. 系统信息-关于我们
- 2.4.1.7.23.2. 系统信息-信息反馈
2.4.1.7.23. Setting(系统信息)
2.4.1.7.23.1. 系统信息-关于我们
调用接口:
| 属性 | 值 |
|---|---|
| url | /api/setting/about_us |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| - | - | - | - | - |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 返回结果 | Json | 是 |
返回示例:
{"code": 200,"msg": "查询成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": {"logo": "logo.png","name": "深圳市智物联网络有限公司","title": "智物联网络","version": "1.0.0","kernel": "1.0.0","warning": "警告:本计算机程序受版权法及国际公约的保护,未经授权擅自复制或散布本程序的部分或全部,将承受严厉的民事和刑事处罚,对已知的违反者将给予法律范围内的全面制裁。","copyright": "CopyRight 2014-2017 深圳市智物联网络有限公司"}}
2.4.1.7.23.2. 系统信息-信息反馈
调用接口:
| 属性 | 值 |
|---|---|
| url | api/setting/feedback |
| http方法 | post |
| Content-Type | application/json或application/x-www-form-urlencoded |
请求参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| name | 反馈人员 | String | 是 | |
| company | 公司名称 | String | 是 | |
| 邮箱 | String | 否 | ||
| phone | 联系电话 | String | 是 | |
| title | 反馈标题 | String | 是 | |
| type | 反馈类型 | String | 是 | |
| description | 描述 | text | 否 |
返回参数:
| 字段 | 字段名称 | 字段类型 | 说明 | 是否必传 |
|---|---|---|---|---|
| code | 返回码 | Integer | 200:成功 500:失败 | 是 |
| msg | 提示信息 | String | 是 | |
| result | 返回结果 | Json | 是 |
返回示例:
{"code": 200,"msg": "反馈成功","mix_code":130001,"mix_msg":"","mix_ext":"","result": []}
