多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## **获取本班级信息接口 getHonourUrl** **接口描述** * 获取本班级荣耀接口 **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * GET **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | status| string | 0,成功,非0,失败| | classHonours| string | 班级荣耀| | honourId| string | 荣誉id | | addTime| string | 发布时间| | list | array | 数据列表 | | total | number | 总数量 | | totalPage | number | 总页数 | | pageSize |number|每页数量| | currentPage| number | 当前页 | **返回示例** ~~~ { "status": 0, "msg": "success", "data": { "total": "1", "currentPage": "1", "totalPage": "1", "pageSize": "10", "list": [ { "honourName": "", "honourId": "", "addTime": "", "pictureUrls": [] }, { "honourName": "", "honourId": "", "addTime": "", "pictureUrls": [] } ] } } ~~~