🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## **获取本班级信息接口 getEpaperUrl** **接口描述** * 获取本班级信息接口 **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * GET **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | status| string | 0,成功,非0,失败| | classAdvert| string | 班级口号 | | addTime| string | 发布时间| | epaperName| 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": [ { "epaperName": "", "epaperId": "", "addTime": "", "pictureUrls": [] }, { "epaperName": "", "epaperId": "", "addTime": "", "pictureUrls": [] } ] } } ~~~