From c0927e13bb0baca4f637877ee96aae5beeb9f9fd Mon Sep 17 00:00:00 2001 From: DG Date: Tue, 30 Aug 2022 15:39:32 +0800 Subject: [PATCH 1/2] :sparkles: Add mock network environment --- assets/mock/mock_data.json | 20708 +++++++++++++++++++++++++++++++++++ lib/main.dart | 2 + lib/model/mock.dart | 130 + lib/utils/mock_utils.dart | 189 + lib/utils/net_utils.dart | 9 +- pubspec.yaml | 1 + 6 files changed, 21033 insertions(+), 6 deletions(-) create mode 100644 assets/mock/mock_data.json create mode 100644 lib/model/mock.dart create mode 100644 lib/utils/mock_utils.dart diff --git a/assets/mock/mock_data.json b/assets/mock/mock_data.json new file mode 100644 index 00000000..68fd0364 --- /dev/null +++ b/assets/mock/mock_data.json @@ -0,0 +1,20708 @@ +{ + "https://openjmu.alexv525.com/api/first-day-of-term": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": null, + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "content-type": [ + "application/json;charset=utf-8" + ], + "date": [ + "Sun, 16 Jan 2022 02:24:58 GMT" + ], + "content-length": [ + "30" + ], + "server": [ + "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_wsgi/4.7.1 Python/3.6 SVN/1.7.14 PHP/8.0.11 mod_perl/2.0.11 Perl/v5.16.3" + ] + }, + "data": { + "start": "2021-09-06" + } + } + } + ], + "https://openjmu.alexv525.com/api/announcement": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": null, + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "content-type": [ + "application/json;charset=utf-8" + ], + "date": [ + "Sun, 16 Jan 2022 02:24:58 GMT" + ], + "content-length": [ + "203" + ], + "server": [ + "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_wsgi/4.7.1 Python/3.6 SVN/1.7.14 PHP/8.0.11 mod_perl/2.0.11 Perl/v5.16.3" + ] + }, + "data": { + "enabled": true, + "announcements": [ + { + "title": "Mock说明 - 账号密码均是OpenJmu", + "content": "Mock说明 \n账号密码均是OpenJmu \n注意大小写" + } + ] + } + } + } + ], + "https://openjmu.alexv525.com/api/latest-version": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": null, + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "content-type": [ + "application/json;charset=utf-8" + ], + "date": [ + "Sun, 16 Jan 2022 02:24:58 GMT" + ], + "content-length": [ + "44382" + ], + "server": [ + "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_wsgi/4.7.1 Python/3.6 SVN/1.7.14 PHP/8.0.11 mod_perl/2.0.11 Perl/v5.16.3" + ] + }, + "data": { + "version": "1.3.6", + "buildNumber": "272", + "forceUpdate": false, + "updateLog": "[修复]\n* 修复部分情况下无法加载 HEIC 图片问题。\n\n[优化]\n*升级至 Flutter 2.8。", + "changelog": [ + { + "version": "1.3.6", + "buildNumber": 272, + "date": "2021-12-16", + "sections": { + "修复": [ + "修复部分情况下无法加载 HEIC 图片问题。" + ], + "优化": [ + "升级至 Flutter 2.8。" + ] + } + }, + { + "version": "1.3.5", + "buildNumber": 270, + "date": "2021-11-23", + "sections": { + "优化": [ + "规避校内短链服务证书问题。" + ] + } + }, + { + "version": "1.3.4", + "buildNumber": 269, + "date": "2021-11-19", + "sections": { + "修复": [ + "修复相册倒序的问题。" + ], + "优化": [ + "基于 Android R (12) 编译;", + "禁用校内网络通道;", + "优化网络构建。" + ] + } + }, + { + "version": "1.3.3", + "buildNumber": 267, + "date": "2021-10-14", + "sections": { + "修复": [ + "修复由于校内网络通道导致的重复登录问题。" + ], + "优化": [ + "升级至 Flutter 2.5。" + ] + } + }, + { + "version": "1.3.2", + "buildNumber": 265, + "date": "2021-09-03", + "sections": { + "修复": [ + "修复部分网页链接无法点击的问题。" + ] + } + }, + { + "version": "1.3.1", + "buildNumber": 264, + "date": "2021-08-20", + "sections": { + "优化": [ + "忽略由学校证书过期导致的图片服务错误。" + ], + "修复": [ + "修复浏览图片下拉返回时的报错。" + ] + } + }, + { + "version": "1.3.0", + "buildNumber": 263, + "date": "2021-07-21", + "sections": { + "新增": [ + "接入校内网络通道的 CAS 统一身份认证。" + ], + "优化": [ + "默认将自动签到;", + "优化校内网络通道登录错误提示;", + "优化首页加载速度;", + "优化动态详情页评论加载速度;", + "优化自定义课程编辑样式;", + "优化个人页呼出时首页的交互;", + "移除登录视频。" + ] + } + }, + { + "version": "1.2.3", + "buildNumber": 259, + "date": "2021-06-15", + "sections": { + "修复": [ + "修复 iOS 14.5+ 扫码初始化问题;", + "修复扫码预览缩放问题;", + "修复系统版本读取解析问题。" + ] + } + }, + { + "version": "1.2.2", + "buildNumber": 256, + "date": "2021-05-12", + "sections": { + "新增": [ + "表情面板新增快捷删除按钮。" + ], + "修复": [ + "紧急处理校内网络通道导致的无法登录的问题;", + "修复 GIF 动图上传被压缩的问题。" + ] + } + }, + { + "version": "1.2.1", + "buildNumber": 251, + "date": "2021-04-18", + "sections": { + "优化": [ + "增加网络切换时自动检测是否回落校内网络通道;", + "优化校内网络通道检测时机;", + "优化校内网络通道鉴权失效的更新机制;", + "优化图片压缩参数;", + "优化提到某人窗口的文字提示;", + "优化非校内网站的域名替换规则;", + "优化首页轮询接口的请求次数。" + ], + "修复": [ + "修复 iOS 打开侧边栏出现的回弹问题;", + "修复使用校内网络通道时编辑自定义课程失败的问题;", + "修复正常课程与自定义课程重叠时自定义课程的编辑问题。" + ] + } + }, + { + "version": "1.2.0", + "buildNumber": 247, + "date": "2021-04-12", + "sections": { + "新增": [ + "静默回落载入校内网络通道,无论是否有缓存或是否在校内,都可以查看最新的课表信息,或访问应用中心的应用。" + ], + "优化": [ + "优化侧边栏显示模式,可以从桌面任意位置拉出;", + "优化图片上传策略,进一步确保更多图片能进行上传和正常展示;", + "优化个性签名的编辑和显示;", + "优化后台轮询请求;", + "优化校内通道条件下的课程表获取有效性处理;", + "优化周数处理时机,避免被网络请求阻塞影响;", + "优化成绩解析重试条件。" + ], + "修复": [ + "修复公告弹窗的布局问题;", + "修复 iOS 的图片上传失败问题;", + "修复上传头像后需要重新启动才能生效的问题;", + "修复集市点赞失败问题;", + "修复集市评论图片查看重复的问题;", + "修复自定义课程的增删改查功能;", + "修复潜在的成绩获取失败问题;", + "修复消息页的公告未解析特殊文字的问题;", + "修复搜索时可能出现的空白问题。" + ] + } + }, + { + "version": "1.1.0", + "buildNumber": 237, + "date": "2021-03-24", + "sections": { + "新增": [ + "广场超过 3 条的同样转发将折叠以减少占用空间,同样应用于通知页内容;", + "重新开放启动页面设置;", + "底栏重新开放文字显示。" + ], + "优化": [ + "升级 Flutter 至 2.0.2;", + "优化通知页默认页面判断;", + "优化转发及评论间距;", + "优化课程表显示效果;", + "更新部分图标及 JIMOJI;", + "调整表情面板的默认高度;", + "优化搜索指定用户时的交互;", + "优化 WebView 下载文件的提示内容;", + "WebView 开启 Hybrid Composition,大幅优化 Android 的 WebView 性能及体验;", + "WebView 支持固化 Cookie,重新打开应用不丢失状态;", + "优化异常捕获展示及交互。" + ], + "修复": [ + "修复部分被屏蔽或删除的动态用户信息不全导致的解析问题;", + "修复部分弹窗条件判断导致的返回按钮丢失的问题;", + "修复点击集市动态外部评论按钮无响应的问题;", + "修复 iOS 底部悬浮部件的空白问题;", + "修复提到用户时头像状态错位问题;", + "修复个人签名在非 UTF-16 字符下错误的问题;", + "修复嵌套特殊文字的解析问题;", + "修复应用中心常用应用编辑存储问题;", + "修复修改字号后未立即生效的问题;", + "修复 WebView 拉起支付宝无法支付的问题;", + "修复 iOS 更新跳转地址问题;", + "调整用户二维码在深色模式下的匹配率。" + ] + } + }, + { + "version": "1.0.0", + "buildNumber": 229, + "date": "2021-03-09", + "sections": { + "新增": [ + "全新设计,更快、更便利、更简洁;", + "原固定背景的登录界面更改为视频动态背景;", + "LOGO 由手写体更新为印刷体;", + "新增 JIMOJI 表情,纯手绘、更多有趣内容;", + "新增常用应用常驻并更新 2.0 版本应用图标,快速直达应用;", + "长按图片支持识别二维码;", + "重新开放广场带图转发、集市多图评论。" + ], + "优化": [ + "所有组件性能优化;", + "所有设计细节优化;", + "刷新指示器的悬浮样式更改为融合样式;", + "频繁访问的“广场”与“集市“进行分区,方便操作与消息分类;", + "改进消息的显示方式;", + "优化动态发布页的图片的显示、排序、删除等功能;", + "WebView 按键布局逻辑更新,加入切换桌面/手机视图功能。" + ], + "修复": [ + "修复各类构建的使用、交互、解析问题。" + ] + } + }, + { + "version": "0.9.4", + "buildNumber": 176, + "date": "2020-02-22", + "sections": { + "新增": [ + "集市动态详情页删除动态时将移除列表对应动态;", + "内置网页浏览重新添加进度条。" + ], + "优化": [ + "进一步控制搜索内容过滤条件;", + "诚毅学院用户点击“教学评测”将直接跳转至教务系统;", + "搜索页细节优化;", + "扫描二维码为网址时,调整页面栈为推出扫描页后再跳转浏览。" + ], + "修复": [ + "修复发布动态后不会自动返回首页的问题;", + "修复在集市动态详情删除动态后不会自动返回列表的问题;", + "修复集市详情回复后列表消失的问题;", + "修复网络状态遮罩偶发不显示的问题;", + "修复网络状态遮罩在特定操作下无法去除的问题;", + "修复在启动页下进行特定操作后网络状态提示不正常导致无法尝试登陆的问题;", + "修复动态的原动态类型解析错误问题;", + "修复扫描二维码结果为空时卡死的问题;", + "修复扫描二维码结果为空时卡死的问题;", + "修复在夜间模式下生成的新版用户二维码无法被识别的问题。" + ] + } + }, + { + "version": "0.9.3", + "buildNumber": 172, + "date": "2020-02-20", + "sections": { + "新增": [ + "新增“校内资源访问”应用,无忧访问校内应用;", + "集市动态新增删除评论;", + "课程格子新增周数显示,移除“[非本周]”文字;" + ], + "优化": [ + "设备未物理连接网络时将显示遮罩提示;", + "优化登录错误的提示;", + "移除集市动态中添加话题的“话题”文字;", + "调整应用中心应用图标统一;", + "规范用户黑名单操作行为;", + "调整周数规则,周一为教学周第一天;(原为周日);", + "调试信息样式调整;", + "调整用户关注行为反馈;", + "调整用户二维码样式;", + "进一步限制搜索触发条件;", + "禁用转发带图。" + ], + "修复": [ + "修复注销并重新登录后,再次打开应用仍然无法恢复登录态的问题;", + "修复动态列表未正确触发错误提示的问题;", + "修复动态评论的操作项缺失混乱问题;", + "修复课表中未跟随已选周数变更的日期指示器问题;", + "修复课表对有第11节时的显示位置问题;", + "修复应用为手动夜间模式时部分课程详情显示为灰色的问题;", + "修复课表解析出错时未显示错误提示的问题;", + "修复周数缓存为空时可能造成的写入问题;", + "修复cookie无法在内置webview中持久化的问题;", + "修复webview中部分链接无法跳转的问题;", + "修复用户页查看头像时页面栈推出的问题;", + "修复夜间模式下生成的用户二维码不能被识别的问题;", + "修复用户更改头像后查看大图仍然为旧头像的问题。" + ] + } + }, + { + "version": "0.9.2", + "buildNumber": 163, + "date": "2020-02-12", + "sections": { + "新增": [ + "增加\"问卷调查\"图标;", + "首页的公告可以临时关闭;", + "增加研究生、继续教育学生判断,并链接及屏蔽相关功能点。" + ], + "优化": [ + "安卓移除应用内更新,将直接跳转酷安或浏览器;", + "公告组件细节调整;", + "优化广场和集市的时间显示;", + "调整诚毅学院学生识别规则。" + ], + "修复": [ + "修复iOS部分设备信息获取不完整的问题。" + ] + } + }, + { + "version": "0.9.1", + "buildNumber": 161, + "date": "2020-02-06", + "sections": { + "新增": [ + "移除启动页延时限制,APP轻松秒开;", + "课程表、成绩、应用中心数据完全缓存,双倍加速应用体验;", + "夜间模式默认跟随系统,切换无忧;", + "新增隐藏被屏蔽的广场动态设置项,默认开启;", + "全新设计的设置页,功能直达层级清晰;", + "全新设计的关于页,版本履历、官方网站、吐个槽、检查更新,一次看个够;", + "首页底栏更新设计,用户头像将展示在末位;", + "图标焕然一新,风格统一;", + "广场、集市动态操作项使用全新图标并统一样式;", + "图片新增动图标识、优化长图标识;", + "查看图片更清晰,新增下拉返回手势并调整动画,操作更快捷;", + "新增风格统一的加载指示器、确认操作提示框;", + "内建网页浏览调整为传统操作模式,可在更多中复制链接或使用系统浏览器打开,文件可以正常下载;", + "新增清除数据按钮,长按即可抹去一切烦恼;", + "移除对armv7的支持。" + ], + "优化": [ + "重构存储内建,最大程度保持可用率;", + "安卓跳转页面时将使用Android 10过渡动画;", + "获取公告、更新信息、周数失败时将自动重试;", + "调整发布动态所需要的系统权限;", + "调整布局以解决顶栏阴影切割问题;", + "状态切换变动的布局添加淡化效果;", + "调整Tab页指示器以统一设计;", + "广场动态查看详情时更多操作移至顶栏;", + "广场举报将检查是否重复;", + "优化点赞数值钳制;", + "评论内图片移除预览,显示为“查看图片”;", + "通知的评论增加图片识别;", + "移除对图片网格的大小限制;", + "优化搜索判断及交互逻辑;", + "当前周非学期内时,课程将不再显示为灰色,便于课程截图及分享;", + "长按应用可选择是否使用系统浏览器打开;", + "针对夜间模式优化启动页和登录页;", + "优化个人页面问候语内容;", + "优化加号页、通知入口页显示设计及交互钳制;", + "进入通知提醒页将优先切换至有通知的页面;", + "优化修改签名流程;", + "内建课程表与Web课程表进一步统一操作行为;", + "重构内建浏览器,支持唤醒已安装的应用;", + "针对分享的微信公众号文章,优化Open Graph Meta标签识别;", + "调整部件getter与设置内容的同步。" + ], + "修复": [ + "修复公告部件异常位置的问题;", + "修复扫描二维码选择不包含二维码的图片时,应用无响应的问题;", + "修复iOS无法打开广场动态网页链接并闪退的问题;", + "修复iOS提示更新时,应用商店跳转至不存在的应用的问题;", + "修复由于应用中心应用筛选导致的诚毅学院用户无法接收到教务通知的问题;", + "修复搜索页头像异常切割的问题;", + "修复格式不正确导致的应用消息日期显示问题。" + ] + } + }, + { + "version": "0.8.1", + "buildNumber": 129, + "date": "2019-12-30", + "sections": { + "修复": [ + "修复由于错误的API导致的多个课程显示失败;", + "修复空消息阅读及结构化消息的预处理;", + "修复由于特殊文字的构建条件未应用导致的解析问题;", + "修复安卓更新时无法自动安装的问题。" + ] + } + }, + { + "version": "0.8.0", + "buildNumber": 128, + "date": "2019-12-23", + "sections": { + "新增": [ + "新增应用消息,用户可以收到由应用中心的应用发来的消息;", + "课程表左侧课程节数将同时显示课时;", + "消息页的分区通知移动至首页,点击右上角消息图标即可查看分区通知。" + ], + "优化": [ + "Flutter SDK升级;", + "编译版本降至28;", + "重构屏幕适配方案,同时调整部件、字体大小;", + "重构部分页面顶栏、分区指示器;", + "重构应用获取模式,以适配应用消息;", + "重构动态内容详情页;", + "重构主题、夜间模式构建方式,将消耗更低的性能;", + "重构周数控制器,以适配课表;", + "启动页30秒未成功登录将强制跳转至登录页;", + "首页底部入口去除文字;", + "调整动态内容的日期显示;", + "调整加号页动画及细节;", + "调整加载更多的样式;", + "课程表添加错误提示;", + "动态内容为4图时将在单行内显示;", + "搜索内容返回唯一用户时将跳转至用户页;", + "A屏黑将和实际夜间模式同步可变更状态。" + ], + "修复": [ + "修复错误的长图识别;", + "修复搜索到的相关动态为空时同时不展示用户的问题;", + "修复自定义课程返回时的黑屏问题。" + ] + } + }, + { + "version": "0.7.0", + "buildNumber": 112, + "date": "2019-11-24", + "sections": { + "新增": [ + "新增“集市”,适用公约规定的内容发布;", + "新增根据系统夜间模式自动切换夜间模式的设置 (iOS 13 & Android Q);", + "新增强制更新,当需要强制更新时,将无法继续使用旧版本;", + "成绩页面新增“教学评测”提示;", + "发布动态时提示确认内容是否符合公约;", + "为开发团队新增了标识;", + "iOS现在也将检查更新,并提示跳转至App Store更新。" + ], + "优化": [ + "调整了链接文字的识别,剔除双字节字符识别从而使网址完整显示不吞字;", + "从加号页中移除了扫描二维码;", + "加号页内图标细节调整;", + "调整了动态的图片布局大小;", + "调整了发布动态选择图片后对图片项操作的交互;", + "首页中移除“关注”和“新闻”,将在后续以其他形式提供;", + "'首页->首页'更改为'微博广场','+->动态'更改为'微博','登录页->查询工号'更改为'学工号查询';", + "登录页《用户协议》提示调整,按钮锁定样式调整;", + "末行统一内容调整。" + ], + "修复": [ + "通过兼容性降级处理解决登录时的红屏问题;", + "修复内容空白时无法转发的问题;", + "修复删除动态后首页未重载的问题;", + "修复转发时不能同时评论的问题;", + "修复未选择图片时图片网格的异常占位问题。" + ] + } + }, + { + "version": "0.6.1", + "buildNumber": 104, + "date": "2019-11-11", + "sections": { + "新增": [ + "课程表新增自定义课程,通过长按课程格子可以添加自定义课程,选中自定义课程可以修改、删除;", + "设置新增“A屏黑”夜间模式,原有的夜间模式调整为默认状态;", + "动态卡片增加切换动画;", + "搜索页同时可以搜索用户,显示在首行;", + "举报动态将直接发送举报信息至“网络中心用户服务”;", + "发布动态时图片上传出错将显示错误指示器,标明出错的图片用于删除;", + "发布动态时已选图片将显示在选择器中,避免选择到重复图片;", + "退出发送动态时将提示有未保存的内容;", + "新增对动态仅有单张图片和有长图时的处理,单张图片将不再铺满屏幕,长图将显示标识;", + "关于页新增调试信息;", + "网页浏览现在可以缩放,例如查看校历时可以缩放内容大小;", + "底部导航切换增加淡化动画;", + "转发动态时可以插入一张图片。" + ], + "优化": [ + "默认页变更为首页;", + "课程表中移除了部分辨识度低的颜色;", + "旧应用中心应用图标与新图标统一大小;", + "发布动态字数取消限制,评论字数限制更改为233;", + "长按已屏蔽的动态可以查看相关数据;", + "所有的卡片显示细节调整;", + "所有的图片加载指示内容调整;", + "网页加载进度条调整;", + "调整转发/评论对话框细节;", + "优化通知变动逻辑,减少页面构建次数;", + "发布动态出错时将立即停止队列,而不是继续发送动态;", + "iOS图片选择细节调整;", + "发布动态时提到某人的对话框细节调整;", + "动态操作项对话框触发区域调整;", + "图片查看头部和底部指示器细节调整;", + "转发/评论带图格式及显示调整。" + ], + "修复": [ + "修复发布动态时图片会遮挡文字的问题;", + "移除首页的横线;", + "修复刷新动态列表时显示与内容不一致的问题;", + "修复发布动态时长按图片无法删除的问题;", + "修复表情面板无法弹出的问题;", + "修复用户页点击动态返回后列表重新加载的问题。" + ] + } + }, + { + "version": "0.6.0", + "buildNumber": 90, + "date": "2019-10-18", + "sections": { + "新增": [ + "学生课表更换为全新设计的课表,更新点:同一节课同种颜色、任意切换周数查看当前周的课程、自适应课程节数的动态布局、清晰的非本周和同位课数量标识。" + ], + "修复&优化": [ + "根据群投票,将默认启动页暂时调整为应用页;", + "根据需求及网络中心要求,教师设置将默认关闭应用中心新图标;", + "由于学生启用了新课程表,故学生账户的应用页现在可以通过滑动切换子页;", + "修复了注销后公告消失的问题;", + "更新启动页和关于页的Logo;", + "增加字体级别;", + "登录页在登录时将禁止继续输入。" + ] + } + }, + { + "version": "0.5.3", + "buildNumber": 85, + "date": "2019-10-08", + "sections": { + "新增": [ + "全新的应用中心图标设计,简洁明了快速直达应用;", + "新增设置入口、字体大小设置、新旧图标切换(教师)。" + ], + "修复&优化": [ + "公告展示位置调整,现在首页将常驻公告;", + "公告弹窗新增了确认按钮;", + "根据学生是否属于诚毅学院,将展示对应的教务系统入口;", + "新闻内容性能优化;", + "增强了成绩和应用中心的整体分割设计感,应用和分区能明显区分;", + "应用中心的应用进入后将在状态栏显示应用图标,且网址全局进行了隐藏;", + "隐藏了部分应用中心的应用入口;", + "保存用户名导致的点击登录按钮无效问题已修复;", + "完整支持静默更新用户身份。" + ] + } + }, + { + "version": "0.5.1", + "buildNumber": 76, + "date": "2019-09-12", + "sections": { + "新增": [ + "新增注销后保留工号的功能;", + "查看图片时底部新增图片列表缩略图预览及切换。" + ], + "修复&优化": [ + "调整数据读写逻辑和性能;", + "targetSdkVersion提升至29;", + "项目SDK升级。" + ] + } + }, + { + "version": "0.5.0", + "buildNumber": 73, + "date": "2019-08-25", + "sections": { + "新增": [ + "全新的登录页,更美观更易用;", + "登录页新增“常驻公告”、“查询工号”;", + "首页的各个页面现在可以选择启动时优先加载的板块;", + "首页的加号由发布动态变为全新的操作菜单;", + "学生账户于应用页新增“成绩”,目前可在校园网下查询成绩。" + ], + "修复&优化": [ + "安卓的应用图标现在会根据系统自适应;", + "修复启动时网络状态判断导致的页面重载;", + "修复iOS下新闻页错误的appid;", + "修复无法查看大头像和修改头像的问题。" + ] + } + }, + { + "version": "0.4.1", + "buildNumber": 61, + "date": "2019-08-03", + "sections": { + "新增": [ + "用户页新增常驻公告;", + "接入黑名单与举报机制,可在动态进行屏蔽用户和举报动态,在用户页可以将用户移出黑名单;", + "新增OpenJMU开发人员标识。" + ], + "修复&优化": [ + "修复新闻乱码问题;", + "修复登录页表单判断问题。" + ] + } + }, + { + "version": "0.4.1", + "buildNumber": 60, + "date": "2019-07-22", + "sections": { + "新增": [ + "登录时须同意用户协议;", + "用户页新设计。" + ], + "修复&优化": [ + "教师可以正常查看教师课表;", + "新闻版块加入至首页;", + "个人二维码移动至用户页。" + ] + } + }, + { + "version": "0.4.0", + "buildNumber": 57, + "date": "2019-06-23", + "sections": { + "新增": [ + "全新界面,全新体验;", + "加入了扫描二维码和个人二维码功能;", + "微博点赞增加了动画特效;", + "微博评论可以添加一张图片;", + "教师账户已可以登录。" + ], + "修复&优化": [ + "各图标和区域样式均已重制;", + "首页板块内容分布调整;", + "课程表已独立在应用页的第一个区域;", + "修复发表话题时##输入一个字后无法继续输入的bug;", + "发现页更名为消息页;", + "重制所有的主题细节,夜间模式现在更“夜间”;", + "搜索页交互调整;", + "修复了默认颜色与默认主题色不一致的问题。" + ] + } + }, + { + "version": "0.3.22", + "buildNumber": 54, + "date": "2019-06-01", + "sections": { + "修复&优化": [ + "刷新用户状态造成的无限闪烁已修复;", + "动态中转评赞的数字错误修复,内容能完整加载;", + "调整动态缩略图策略。" + ] + } + }, + { + "version": "0.3.21", + "buildNumber": 52, + "date": "2019-05-27", + "sections": { + "新增": [ + "评论可以复制。" + ], + "修复&优化": [ + "关注/粉丝页现在显示名字及可以正常加载完整列表;", + "用户页标题微调;", + "加载更多判断条件调整;", + "部分部件移除边缘发光效果;", + "头像在未加载时将显示默认头像,加载成功后淡入显示;", + "操作评论的弹出框在非本人动态页可以显示;", + "周数计算错误修复;", + "签到后经验将正常变化;", + "发送图片前的权限请求调整;", + "首页刷新动态交互调整,移除加载框;", + "图片查看边缘交互统一为回弹;", + "iOS首页底栏添加高斯模糊(边缘)。" + ] + } + }, + { + "version": "0.3.20", + "buildNumber": 49, + "date": "2019-05-18", + "sections": { + "新增": [ + "新增颜色;", + "超过10行的动态在非详情浏览的情况下将被折叠。" + ], + "修复&优化": [ + "登录页密码输入框图标指示根据规范调整;", + "发现页和我的页面横屏下可以滚动;", + "更新提示框内容更详细。" + ] + } + }, + { + "version": "0.3.19", + "buildNumber": 44, + "date": "2019-05-15", + "sections": { + "新增": [ + "发现页加入周数显示。" + ], + "修复&优化": [ + "首页加号按钮样式调整;", + "首页底部导航栏颜色调整;", + "启动页边界条件调整;", + "iOS快捷方式图标重绘;", + "图片查看顶栏位置调整。" + ] + } + }, + { + "version": "0.3.18", + "buildNumber": 43, + "date": "2019-05-14", + "sections": { + "新增": [ + "安卓用户现在可以从应用内检查应用更新;", + "首页增加网络状况判断;", + "新增快捷操作(shortcut),可从桌面直接进入。" + ], + "修复&优化": [ + "iOS多个问题修复及界面调整;", + "iOS强制竖屏。" + ] + } + }, + { + "version": "0.3.16", + "buildNumber": 41, + "date": "2019-05-08", + "sections": { + "新增": [ + "新增字体用于Logo。" + ], + "修复&优化": [ + "修复iOS下的弹出框颜色;", + "修复发布动态页的主题颜色。" + ] + } + }, + { + "version": "0.3.15", + "buildNumber": 39, + "date": "2019-05-08", + "sections": { + "修复&优化": [ + "上传头像背景颜色问题已修复;", + "关注与粉丝列表已修复;", + "应用中心显示细节调整。" + ] + } + }, + { + "version": "0.3.14", + "buildNumber": 38, + "date": "2019-05-07", + "sections": { + "新增": [ + "用户可以选择默认启动页。" + ], + "修复&优化": [ + "查看图片问题已修复;", + "修改签名问题已修复;", + "评论按钮已根据操作习惯调整行为。" + ] + } + }, + { + "version": "0.3.13", + "buildNumber": 36, + "date": "2019-05-06", + "sections": { + "新增": [ + "用户详情页可以查看和保存用户原始头像;", + "用户详情页可以更新个人头像。" + ], + "修复&优化": [ + "代码结构及性能提升;", + "特殊文本处理边界情况调整。" + ] + } + }, + { + "version": "0.3.12", + "buildNumber": 34, + "date": "2019-05-04", + "sections": { + "新增": [ + "动态发布、转发、评论现在支持@用户、插入话题和显示表情。", + "(特别说明:@人数据与集大通不同。集大通仅可@关注、粉丝、同级同学院的同学,OpenJMU完全通过搜索进行@人)" + ], + "修复&优化": [ + "内容识别方法重构,以适配输入框的特殊内容渲染;", + "旧格式的网页链接 现在能被正常的识别;", + "输入框交互调整。" + ] + } + }, + { + "version": "0.3.11", + "buildNumber": 32, + "date": "2019-04-29", + "sections": { + "新增": [ + "消息页更名为发现页并加入签到;", + "启动页->登录页加入动画切换;", + "加入更多表情。" + ], + "修复&优化": [ + "根据不同平台重新选择了图标;", + "应用中心页重构,与主题整合;", + "修复用户数据注销后未完整清除的问题。" + ] + } + }, + { + "version": "0.3.10", + "buildNumber": 31, + "date": "2019-04-25", + "sections": { + "修复&优化": [ + "双击查看图片的缩放动画优化;", + "注销时夜间模式设置将重置;", + "@我的评论加载问题已修复;", + "页面切换动画及部分交互细节调整;", + "发布动态图片超过5张时工具栏的错位问题已修复;", + "发布动态时拖曳图片排序增加吸附效果,缩短长按触发时间;", + "转发、评论、点赞时,详情页和列表页的状态将同步更新;", + "用户页刷新时变为自己的信息的问题已修复;", + "应用中心文字颜色调整。" + ] + } + }, + { + "version": "0.3.8", + "buildNumber": 28, + "date": "2019-04-24", + "sections": { + "新增": [ + "用户页可以编辑个性签名;", + "用户页新增个性标签的显示;", + "转发和评论接入表情面板;", + "当处于首页时,再次单击底部首页图标可以回到顶部并刷新。" + ], + "修复&优化": [ + "修复提到我的评论加载循环的问题;", + "修复动态详情页初始化异常的文字样式;", + "当首页已展示的动态数量达到一定值时,回到顶部的操作导致的报错已修复;", + "优化了首页回到顶部加载的动画;", + "图片双击查看时将从双击点进行放大;", + "部分按钮样式调整。" + ] + } + }, + { + "version": "0.3.7", + "buildNumber": 27, + "date": "2019-04-22", + "sections": { + "新增": [ + "首页双击状态栏滚动到顶部的同时将进行刷新;", + "动态详情新增转发和评论时将进行刷新;", + "用户页新增刷新按钮。" + ], + "修复&优化": [ + "修复发布动态时选中文字的背景无法辨认的问题;", + "修复通知页内容条目数量小于20时无限循环的问题;", + "修复通知页内容条目数量大于20时无法加载更多的问题;", + "列表加载均加入“正在加载”指示器;", + "部分操作接入加载弹出框;", + "与用户状态绑定的主题设置调整。" + ] + } + }, + { + "version": "0.3.6", + "buildNumber": 26, + "date": "2019-04-22", + "sections": { + "新增": [ + "发布动态时可以添加表情;", + "通知页内评论及动态评论详情的评论均可以进行操作;", + "可以删除自己动态下的所有评论(包括其他人的评论,集大通无此功能);", + "动态外部按钮均接入操作,可以直接进行转发和评论。" + ], + "修复&优化": [ + "发布动态页面的工具栏图标颜色根据夜间模式变化的样式已修复;", + "增强发布动态、删除评论时的交互,弹出框将显示详细状态。" + ] + } + }, + { + "version": "0.3.5", + "buildNumber": 25, + "date": "2019-04-21", + "sections": { + "新增": [ + "发布动态拥有新的状态锁;", + "发布动态时可以删减、排序图片;", + "新增多种主题颜色。" + ], + "修复&优化": [ + "发布动态的图片乱序问题已解决;", + "发布动态时图片遮挡文本区域的问题已解决;", + "主题统一性已增强;", + "部分区域显示性能提升;", + "安卓设备文本选择区域选中文字时的下标颜色已与主题同步;", + "部分控件大小调整。" + ] + } + }, + { + "version": "0.3.4", + "buildNumber": 24, + "date": "2019-04-20", + "sections": { + "新增": [ + "回复评论已接入。" + ], + "修复&优化": [ + "删除动态的交互及按钮显隐已调整;", + "转发及评论的窗口及工具栏细节调整;", + "发送微博加入锁;", + "错误提示的显示增强。" + ] + } + }, + { + "version": "0.3.3", + "buildNumber": 23, + "date": "2019-04-18", + "sections": { + "新增": [ + "个人动态可以进行删除操作。" + ], + "修复&优化": [ + "应用图标更新;", + "注销后存在的cookie问题已修复;", + "转发和评论时无锁导致的多次操作问题已修复;", + "点赞动态时计数器错误已修复;", + "通知页顶栏容器宽度导致的按钮偏移问题已修复;", + "iOS刘海设备在浏览图片时无法点击操作顶栏的问题已修复;", + "用户页的循环请求部件重绘导致的性能问题已修复。" + ] + } + }, + { + "version": "0.3.1", + "buildNumber": 22, + "date": "2019-04-16", + "sections": { + "新增": [ + "用户页可以关注/取消关注;", + "可查看用户的关注和粉丝列表。" + ], + "修复&优化": [ + "已知的主题问题进一步修复;", + "修复由于数据造成的动态加载失败问题;", + "修复在注销时事件注册顺序造成的交互问题。" + ] + } + }, + { + "version": "0.3.0", + "buildNumber": 21, + "date": "2019-04-15", + "sections": { + "新增": [ + "动态详情支持转发、转评、评论、评转、点赞;", + "查看图片时加入单击、双击手势。" + ], + "修复&优化": [ + "调整主题颜色统一;", + "修复部分组件由于潜在的网络原因将造成的状态不同步。" + ] + } + }, + { + "version": "0.2.7", + "buildNumber": 18, + "date": "2019-04-14", + "sections": { + "修复&优化": [ + "修复转发和评论的用户uid指定错误,及字体颜色问题;", + "启动页可根据选择颜色变色;", + "调整内容字体大小。" + ] + } + }, + { + "version": "0.2.6", + "buildNumber": 17, + "date": "2019-04-13", + "sections": { + "新增": [ + "动态详情页所有显示内容填充,可查看转发、评论、赞详情。" + ], + "修复&优化": [ + "状态栏图标黑白适配优化;", + "其他显示及操作细节优化。" + ] + } + }, + { + "version": "0.2.5", + "buildNumber": 16, + "date": "2019-04-13", + "sections": { + "新增": [ + "新增搜索页,可以搜索相关内容的动态;", + "接入动态详情页,未接入相关功能。" + ], + "修复&优化": [ + "iOS webview 标题现在正常地显示;", + "通知计时器的取消现在正常地执行;", + "新粉丝从通知计数中移除。" + ] + } + }, + { + "version": "0.2.0", + "buildNumber": 11, + "date": "2019-04-11", + "sections": { + "新增": [ + "新增查看动态图片,点击图片后可进行滑动查看、手势放大缩小。" + ], + "修复&优化": [ + "动态只有一张图片时的显示方式调整;", + "修复在个人页滑动状态不匹配部件的问题;", + "修复webview的CLEARTEXT问题。" + ] + } + }, + { + "version": "0.1.9", + "buildNumber": 10, + "date": "2019-04-09", + "sections": { + "新增": [ + "应用中心加入分类显示。" + ], + "修复&优化": [ + "图片使用缓存机制,减少加载;", + "修复由于应用中心数据格式问题导致的加载错误;", + "(测试)推送应用更新。" + ] + } + }, + { + "version": "0.1.8", + "buildNumber": 9, + "date": "2019-04-07", + "sections": { + "新增": [ + "用户页接入,点击@xxx或头像或个人头像可进入用户信息页;", + "应用中心新增底部导航栏,可进行页面操作;", + "动态内的链接现在可被解析且跳转至网页。" + ], + "修复&优化": [ + "登录页图标及交互调整,现在点击学号输入框,默认将输入数字。登录时图标变为圆形进度条,失败是底部将提示报错;", + "各类刷新指示器现在正常地工作且与主题同步,不再直接消失;", + "调整了被删除和被屏蔽的微博的显示。" + ] + } + }, + { + "version": "0.1.7", + "buildNumber": 8, + "date": "2019-04-06", + "sections": { + "新增": [ + "更多表情接入;", + "访问网页时显示网址;", + "访问网页时标题自动变更;", + "访问网页时显示加载进度条。" + ], + "修复&优化": [ + "修复由于重复添加拦截器导致的请求性能下降;", + "移除测试页。" + ] + } + }, + { + "version": "0.1.6", + "buildNumber": 7, + "date": "2019-04-03", + "sections": { + "新增": [ + "接入话题、提到的显示,话题显示为橘黄色文字,提到显示为蓝色文字;", + "接入部分表情。" + ], + "修复&优化": [ + "调整底部按钮位置,不再遮挡操作范围;", + "部分字体样式调整;", + "修复转发背景夜间模式不正常地初始化。" + ] + } + }, + { + "version": "0.1.5", + "buildNumber": 6, + "date": "2019-04-02", + "sections": { + "新增": [ + "动态列表可查看转发的原内容;", + "加入“关于”。" + ], + "修复&优化": [ + "发布新动态可以正确的显示设备类型(iPhone/Android);", + "部分控件颜色现在已被正确地设置。" + ] + } + }, + { + "version": "0.1.3", + "buildNumber": 4, + "date": "2019-04-01", + "sections": { + "新增": [ + "接入发表动态,支持添加图片或拍摄照片,图片源发送均不会压缩。" + ], + "修复&优化": [ + "修复消息计数显示问题,间隔调整为10秒;", + "修复各页面主题显示细节不统一的问题。" + ] + } + }, + { + "version": "0.1.2", + "buildNumber": 3, + "date": "2019-03-28", + "sections": { + "新增": [ + "接入点赞。" + ], + "修复&优化": [ + "在首页长时间停留导致身份失效时将自动更新用户身份。" + ] + } + }, + { + "version": "0.1.1", + "buildNumber": 2, + "date": "2019-03-27", + "sections": { + "新增": [ + "项目暂更名为OpenJMU;", + "顶栏加入用户头像及消息中心按钮,未接入相关控制。" + ], + "修复&优化": [ + "启动页和登录页细节调整,登录页提示方式更换;", + "“我的”页面细节调整;", + "修复了注销后未复位的夜间模式问题。" + ] + } + } + ] + } + } + } + ], + "https://oa99.jmu.edu.cn/v2/passport/api/user/login1": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": null, + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "content-length": "400" + }, + "query": {}, + "data": { + "appid": 274, + "blowfish": "1392559f-e3e6-442a-8597-a05fc93d6c1c", + "account": "OpenJmu", + "password": "f42953ec9593692430172dd2df150fcb588b2123", + "encrypt": 1, + "unitid": 55, + "unitcode": "jmu", + "clientinfo": "{\"appid\":274,\"packetid\":\"\",\"platform\":40,\"platformver\":\"2.3.2\",\"deviceid\":\"6D51583D-5ABD-405E-845C-98B7D5D5D822\",\"devicetype\":\"iPhone\",\"systype\":\"iPhone OS\",\"sysver\":\"12.2\"}" + } + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/", + "OAPSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:18 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "sid": "sidmd5", + "unitid": 55, + "uid": 136172, + "type": 2, + "pwdtime": null, + "bind_uap_account": "lhy19970312", + "ticket": "6067773c1e44ce6b04fe676267853002" + } + } + } + ], + "https://oa99.jmu.edu.cn/v2/passport/api/user/loginticket1": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": null, + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "content-length": "400" + }, + "query": {}, + "data": { + "appid": 274, + "blowfish": "1392559f-e3e6-442a-8597-a05fc93d6c1c", + "account": "OpenJmu", + "password": "f42953ec9593692430172dd2df150fcb588b2123", + "encrypt": 1, + "unitid": 55, + "unitcode": "jmu", + "clientinfo": "{\"appid\":274,\"packetid\":\"\",\"platform\":40,\"platformver\":\"2.3.2\",\"deviceid\":\"6D51583D-5ABD-405E-845C-98B7D5D5D822\",\"devicetype\":\"iPhone\",\"systype\":\"iPhone OS\",\"sysver\":\"12.2\"}" + } + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/", + "OAPSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:18 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "sid": "sidmd5", + "unitid": 55, + "uid": 136172, + "type": 2, + "pwdtime": null, + "bind_uap_account": "lhy19970312", + "ticket": "6067773c1e44ce6b04fe676267853002" + } + } + } + ], + "https://oap99.jmu.edu.cn/user/info?uid=136172": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": { + "uid": "136172" + }, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json;charset=utf-8" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/", + "OAPSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:19 GMT" + ], + "content-length": [ + "592" + ], + "server": [ + "nginx" + ] + }, + "data": { + "uid": 136172, + "unitid": 55, + "username": "Alex", + "spell1": "lichengjun", + "spell2": "lcj", + "nickname": "", + "status": 0, + "workid": "OpenJmu", + "studentid": "", + "type": 2, + "duty": "", + "birthday": "1997-03-12", + "gender": 1, + "joindate": "1441036800", + "telephone": "*", + "mobilephone": "*", + "email": "*", + "signature": "[doge]", + "uap_uid": 900968252, + "uap_account": "lhy19970312", + "create_time": null, + "updatetime": 1616949811, + "isactive": 0, + "sysavatar": 0, + "seat": null, + "contact_open": 0, + "allowinvite": 0, + "classes": [], + "guardians": [], + "unitname": "集美大学", + "unitshortname": "集美大学", + "isunitadmin": 0 + } + } + } + ], + "https://oa99.jmu.edu.cn/ajax/sign/gettodaystatus": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "OAPSID=sidmd5; path=/", + "PHPSESSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:19 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "code": 200, + "msg": "成功", + "status": 1, + "updatetime": 1642299919 + } + } + } + ], + "https://oap99.jmu.edu.cn/app/unitmenu?cfg=1": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json;charset=utf-8" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/", + "OAPSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:19 GMT" + ], + "content-length": [ + "15854" + ], + "server": [ + "nginx" + ] + }, + "data": [ + { + "appid": 11, + "code": "1110", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956470, + "url": null, + "bussurl": null, + "name": "生日祝福", + "menutype": null, + "seq": 53, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 11, + "code": "1111", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956469, + "url": null, + "bussurl": null, + "name": "生日提醒", + "menutype": null, + "seq": 66, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 11, + "code": "1112", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956470, + "url": null, + "bussurl": null, + "name": "好友推荐", + "menutype": null, + "seq": 67, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 11, + "code": "1113", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956472, + "url": null, + "bussurl": null, + "name": "团体服务", + "menutype": null, + "seq": 54, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 14, + "code": "1017", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543374556, + "url": null, + "bussurl": "https://openjmu.alexv525.com/", + "name": "新闻中心", + "menutype": "A2", + "seq": 48, + "msgflag": 1, + "cfg": "{\"20\":{\"packet_name\":\"https:\\/\\/oa99.jmu.edu.cn\\/login\\/sso?sid={SID}&uid={UID}&returnurl=%2fdesk%2fcontent%2flists%3fun_showbar%3d3\",\"product_code\":\"\",\"packet_param\":\"webapp_size=1060_760_31&type=webapp\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 16, + "code": "1", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542941359, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "人事", + "menutype": "A3", + "seq": 6, + "msgflag": 0, + "cfg": null + }, + { + "appid": 17, + "code": "1", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373374, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "学工", + "menutype": "A3", + "seq": 23, + "msgflag": 0, + "cfg": null + }, + { + "appid": 23, + "code": "1", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542942806, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "集大邮箱", + "menutype": "A4", + "seq": 5, + "msgflag": 0, + "cfg": null + }, + { + "appid": 24, + "code": "2401", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542941359, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "集大新闻", + "menutype": "A2", + "seq": 20, + "msgflag": 0, + "cfg": null + }, + { + "appid": 27, + "code": "2701", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543383733, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "网上营业厅", + "menutype": "A5", + "seq": 10, + "msgflag": 0, + "cfg": null + }, + { + "appid": 34, + "code": "1201", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542941359, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "通知公告", + "menutype": "A2", + "seq": 27, + "msgflag": 0, + "cfg": null + }, + { + "appid": 38, + "code": "3801", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542942806, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "i集大", + "menutype": "A3", + "seq": 68, + "msgflag": 0, + "cfg": null + }, + { + "appid": 40, + "code": "4001", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542942806, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "集大通", + "menutype": "A5", + "seq": 69, + "msgflag": 0, + "cfg": null + }, + { + "appid": 41, + "code": "4101", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542942806, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "大学主页", + "menutype": "A2", + "seq": 70, + "msgflag": 0, + "cfg": null + }, + { + "appid": 44, + "code": "4401", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543372694, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "校历", + "menutype": "A4", + "seq": 13, + "msgflag": 0, + "cfg": null + }, + { + "appid": 45, + "code": "4513", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956460, + "url": null, + "bussurl": null, + "name": "送花", + "menutype": null, + "seq": 57, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"50\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 45, + "code": "4514", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956460, + "url": null, + "bussurl": null, + "name": "排行榜通知", + "menutype": null, + "seq": 58, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"50\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 45, + "code": "5060", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1393394442, + "url": null, + "bussurl": null, + "name": "单位微博", + "menutype": "50", + "seq": 45, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"50\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 45, + "code": "5061", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956459, + "url": null, + "bussurl": null, + "name": "小组服务", + "menutype": null, + "seq": 80, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"50\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 46, + "code": "4601", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373600, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "学院新闻", + "menutype": "A2", + "seq": 72, + "msgflag": 0, + "cfg": null + }, + { + "appid": 50, + "code": "5001", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543629770, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "集大教务", + "menutype": "A3", + "seq": 74, + "msgflag": 0, + "cfg": null + }, + { + "appid": 52, + "code": "5201", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956636, + "url": "http://labs.jmu.edu.cn/CourseSchedule/course.html?sid={SID}", + "bussurl": null, + "name": "课程表", + "menutype": "10", + "seq": 59, + "msgflag": 0, + "cfg": null + }, + { + "appid": 56, + "code": "561", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543383570, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "网费充值", + "menutype": "A4", + "seq": 81, + "msgflag": 0, + "cfg": null + }, + { + "appid": 58, + "code": "5801", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543372958, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "图书馆", + "menutype": "A4", + "seq": 60, + "msgflag": 0, + "cfg": null + }, + { + "appid": 61, + "code": "6101", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373432, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "诚毅教务", + "menutype": "A3", + "seq": 40, + "msgflag": 0, + "cfg": null + }, + { + "appid": 64, + "code": "01", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543374299, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "集·大数据", + "menutype": "A3", + "seq": 86, + "msgflag": 0, + "cfg": null + }, + { + "appid": 65, + "code": "6501", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373617, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "易班网", + "menutype": "A2", + "seq": 90, + "msgflag": 0, + "cfg": null + }, + { + "appid": 66, + "code": "01", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373628, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "官方微博", + "menutype": "A2", + "seq": 87, + "msgflag": 0, + "cfg": null + }, + { + "appid": 98, + "code": "10086", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1602214863, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "WEBVPN", + "menutype": "A5", + "seq": 23, + "msgflag": 0, + "cfg": "{\"20\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"30\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"},\"50\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 114, + "code": "114", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1581307994, + "url": "https://openjmu.alexv525.com/", + "bussurl": "https://openjmu.alexv525.com/", + "name": "问卷调查", + "menutype": "A4", + "seq": 607, + "msgflag": 1, + "cfg": "{\"20\":{\"packet_name\":\"http:\\/\\/sso.jmu.edu.cn\\/imapps\\/2200?sid={SID}\",\"product_code\":\"http:\\/\\/sso.jmu.edu.cn\\/imapps\\/2200?sid={SID}\",\"packet_param\":\"http:\\/\\/sso.jmu.edu.cn\\/imapps\\/2200?sid={SID}\"},\"30\":{\"packet_name\":\"http:\\/\\/sso.jmu.edu.cn\\/imapps\\/2200?sid={SID}\",\"product_code\":\"\",\"packet_param\":\"\"},\"40\":{\"packet_name\":\"http:\\/\\/sso.jmu.edu.cn\\/imapps\\/2200?sid={SID}\",\"product_code\":\"\",\"packet_param\":\"\"},\"50\":{\"packet_name\":\"http:\\/\\/sso.jmu.edu.cn\\/imapps\\/2200?sid={SID}\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 380, + "code": "380", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1602214863, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "宿舍信息", + "menutype": "A3", + "seq": 380, + "msgflag": 0, + "cfg": null + }, + { + "appid": 500, + "code": "500", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1567421325, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "一表通数据", + "menutype": "A3", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 531, + "code": "53101", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373284, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "我的第一次", + "menutype": "A4", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 551, + "code": "55101", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373420, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "实践教学", + "menutype": "A3", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 589, + "code": "58901", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1560157353, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "微应用平台", + "menutype": "A3", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1064, + "code": "1001", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956468, + "url": null, + "bussurl": null, + "name": "礼物通知", + "menutype": null, + "seq": 50, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1064, + "code": "4513", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956473, + "url": null, + "bussurl": null, + "name": "送花", + "menutype": null, + "seq": 76, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1064, + "code": "4514", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956466, + "url": null, + "bussurl": null, + "name": "排行榜通知", + "menutype": null, + "seq": 77, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1064, + "code": "4515", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956466, + "url": null, + "bussurl": null, + "name": "刷存在的系统君", + "menutype": null, + "seq": 78, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1064, + "code": "4516", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956464, + "url": null, + "bussurl": null, + "name": "过期通知", + "menutype": null, + "seq": 79, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1064, + "code": "9180", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956466, + "url": null, + "bussurl": null, + "name": "Lucky", + "menutype": null, + "seq": 85, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1067, + "code": "1001", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956461, + "url": null, + "bussurl": null, + "name": "暗恋通知", + "menutype": null, + "seq": 52, + "msgflag": 0, + "cfg": "{\"40\":{\"packet_name\":\"\",\"product_code\":\"\",\"packet_param\":\"\"}}" + }, + { + "appid": 1313, + "code": "6006", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1597979759, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "一表通", + "menutype": "A3", + "seq": 88, + "msgflag": 0, + "cfg": null + }, + { + "appid": 1901, + "code": "1901", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1602214863, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "办事清单", + "menutype": "A3", + "seq": 329, + "msgflag": 0, + "cfg": null + }, + { + "appid": 2210, + "code": "2210", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1600349250, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "国资管理", + "menutype": "A3", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 8001, + "code": "NOTIFY", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956374, + "url": null, + "bussurl": null, + "name": "课程表", + "menutype": "90", + "seq": 63, + "msgflag": 0, + "cfg": null + }, + { + "appid": 8002, + "code": "02", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543386909, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "学生课表", + "menutype": "A4", + "seq": 3, + "msgflag": 0, + "cfg": null + }, + { + "appid": 9122, + "code": "9180", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1542956945, + "url": null, + "bussurl": null, + "name": "抽奖系统", + "menutype": "10", + "seq": 14, + "msgflag": 0, + "cfg": null + }, + { + "appid": 17912, + "code": "1701", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373514, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "物理实验", + "menutype": "A3", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 171116, + "code": "171116", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373021, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "电量助手", + "menutype": "A4", + "seq": 1711, + "msgflag": 0, + "cfg": null + }, + { + "appid": 179121, + "code": "1", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1554174897, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "课堂助理", + "menutype": "A3", + "seq": 1000, + "msgflag": 0, + "cfg": null + }, + { + "appid": 180324, + "code": "180324", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373057, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "图书馆选座", + "menutype": "A4", + "seq": 324, + "msgflag": 0, + "cfg": null + }, + { + "appid": 180325, + "code": "180325", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543373039, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "读者教育", + "menutype": "A4", + "seq": 325, + "msgflag": 0, + "cfg": null + }, + { + "appid": 16777215, + "code": "20171211", + "type": 0, + "target": null, + "status": 1, + "display": 1, + "updatetime": 1543203052, + "url": "https://openjmu.alexv525.com/", + "bussurl": null, + "name": "校园卡充值", + "menutype": "A4", + "seq": 9, + "msgflag": 0, + "cfg": null + } + ] + } + } + ], + "https://oa99.jmu.edu.cn/ajax/sign/getsignlist": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5", + "content-length": "23" + }, + "query": {}, + "data": { + "signmonth": "2022-01" + } + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "OAPSID=sidmd5; path=/", + "PHPSESSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:19 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "code": 200, + "msg": "成功", + "unitid": 55, + "uid": 136172, + "signdata": [ + { + "signday": "2022-01-01", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641008301 + }, + { + "signday": "2022-01-02", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641106947 + }, + { + "signday": "2022-01-03", + "totalexp": 300, + "totalmoney": 0, + "levelup": 1, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641202390 + }, + { + "signday": "2022-01-05", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641347503 + }, + { + "signday": "2022-01-06", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641453413 + }, + { + "signday": "2022-01-07", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641526028 + }, + { + "signday": "2022-01-08", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641600219 + }, + { + "signday": "2022-01-09", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641729221 + }, + { + "signday": "2022-01-10", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1641748524 + }, + { + "signday": "2022-01-13", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1642037407 + }, + { + "signday": "2022-01-14", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1642132613 + }, + { + "signday": "2022-01-16", + "totalexp": 300, + "totalmoney": 0, + "levelup": 0, + "signitems": [ + { + "itemcode": "SIGNIN", + "itemname": "每日签到", + "exp": 300, + "money": 0, + "flower": 5, + "signtip": "" + } + ], + "updatetime": 1642263342 + } + ] + } + } + } + ], + "https://oa99.jmu.edu.cn/v2/friend/api/blacklist/list?pos=0&size=20": [ + { + "request": { + "headers": { + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": { + "pos": 0, + "size": 20 + }, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/", + "OAPSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:19 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "total": 1, + "users": [ + { + "uid": "123453", + "username": "嘿嘿" + } + ] + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/notify_counter": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:28:23 GMT" + ], + "vary": [ + "Accept-Encoding" + ], + "content-length": [ + "54" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "mention": 0, + "praise": 0, + "reply": 0, + "latest_u": "praise" + } + } + } + ], + "https://wp.jmu.edu.cn/itemc/itemtypelist?sid=sidmd5&cuid=136172&updatetime=0": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:18 GMT" + ], + "content-length": [ + "20771" + ], + "x-nd-cache": [ + "176" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "data": [ + { + "updatetime": "1473819650983678", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999, + "thankmsg": [ + "谢谢你的礼包,我感动得鼻涕都下来了!", + "沁人心脾的芬芳让每一天都很灿烂!", + "累积一袋的芬芳馥郁,只为一刻的沁人心脾。" + ], + "save_time": 0, + "desc": "永恒的爱与约定", + "items": [ + { + "itemtype": "20000", + "enum": [ + 8 + ] + } + ], + "title": "栀子花", + "itemtype": 30035, + "monopoly": 2, + "givemsg": "永恒的爱与约定", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30035&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1473819389754266", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999, + "thankmsg": [ + "打开礼包的一刹那,我看到了一屋子的阳光!", + "收到礼物被感动哭了这种事情我才不会告诉你呢!", + "我愿意陪你一起成为花匠。" + ], + "save_time": 0, + "desc": "沉默的爱,没有说出口的爱", + "items": [ + { + "itemtype": "20000", + "enum": [ + 12 + ] + } + ], + "title": "向日葵", + "itemtype": 30034, + "monopoly": 2, + "givemsg": " 微笑拥抱每一天,做像向日葵般温暖人~", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30034&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682849724530", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "收到礼物被感动哭了这种事情我才不会告诉你呢!", + "笑到下巴脱臼,你得负责!", + "累积一袋的芬芳馥郁,只为一刻的沁人心脾。" + ], + "save_time": 0, + "desc": "请不要忘记我真诚的爱。\r\n打开可换成15朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 15 + ] + } + ], + "title": "勿忘我", + "itemtype": 30033, + "monopoly": 2, + "givemsg": "请想念我,忠贞的希望一切都还没有晚,我会再次归来 给你幸福", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30033&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682598581715", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "累积一袋的芬芳馥郁,只为一刻的沁人心脾。", + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!", + "这么贵重的礼物,你到底是喜欢我呢,还是喜欢我呢,还是喜欢我呢?" + ], + "save_time": 0, + "desc": "没有真爱是一种悲伤\r\n打开可换成98朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 98 + ] + } + ], + "title": "三角梅", + "itemtype": 30032, + "monopoly": 2, + "givemsg": "告诉你一个秘密,这可是我第一次给别人送礼!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30032&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682533715891", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "累积一袋的芬芳馥郁,只为一刻的沁人心脾。", + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!", + "这么贵重的礼物,你到底是喜欢我呢,还是喜欢我呢,还是喜欢我呢?" + ], + "save_time": 0, + "desc": "红红火火,吉祥富贵\r\n打开可换成78朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 78 + ] + } + ], + "title": "刺桐花", + "itemtype": 30031, + "monopoly": 2, + "givemsg": "告诉你一个秘密,这可是我第一次给别人送礼!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30031&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682460813035", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "累积一袋的芬芳馥郁,只为一刻的沁人心脾。", + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!", + "这么贵重的礼物,你到底是喜欢我呢,还是喜欢我呢,还是喜欢我呢?" + ], + "save_time": 0, + "desc": "你是我的You are mine\r\n打开可换成88朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 88 + ] + } + ], + "title": "茉莉花", + "itemtype": 30030, + "monopoly": 2, + "givemsg": "告诉你一个秘密,这可是我第一次给别人送礼!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30030&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682399243941", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "累积一袋的芬芳馥郁,只为一刻的沁人心脾。", + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!", + "这么贵重的礼物,你到底是喜欢我呢,还是喜欢我呢,还是喜欢我呢?" + ], + "save_time": 0, + "desc": "永恒的微笑\r\n打开可换成111朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 111 + ] + } + ], + "title": "蔷薇花盒", + "itemtype": 30029, + "monopoly": 2, + "givemsg": "告诉你一个秘密,这可是我第一次给别人送礼!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30029&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682262424576", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "好幸胡阿,超开心的!", + "沁人心脾的芬芳让每一天都很灿烂!", + "我愿意陪你一起成为花匠。" + ], + "save_time": 0, + "desc": "多情不改年年色,千古芳心持增君。\r\n打开可换成222朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 222 + ] + } + ], + "title": "玉兰花盒", + "itemtype": 30028, + "monopoly": 2, + "givemsg": "多情不改年年色,千古芳心持增君。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30028&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1450682144756373", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 999999, + "thankmsg": [ + "这么贵重的礼物,你到底是喜欢我呢,还是喜欢我呢,还是喜欢我呢?", + "收到礼物被感动哭了这种事情我才不会告诉你呢!", + "谢谢你的礼包,我感动得鼻涕都下来了!" + ], + "save_time": 0, + "desc": "圆满、浓情、富贵\r\n打开可换成333朵红玫瑰~", + "items": [ + { + "itemtype": "20000", + "enum": [ + 333 + ] + } + ], + "title": "牡丹花盒", + "itemtype": 30027, + "monopoly": 2, + "givemsg": "告诉你一个秘密,这可是我第一次给别人送礼!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30027&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1422437216416265", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "谢谢你的礼包,我感动得鼻涕都下来了!", + "好幸胡阿,超开心的!", + "天啊,我被红玫瑰淹没了!", + "收到礼物被感动哭了这种事情我才不会随便乱说呢!" + ], + "save_time": 0, + "desc": "包含56朵红玫瑰的奖励,蕴含着你的深情—爱我所爱。", + "items": [ + { + "itemtype": "20000", + "enum": [ + 56 + ] + } + ], + "title": "56吾爱", + "itemtype": 30012, + "monopoly": 2, + "givemsg": "爱上你的一切,只因你是我的最爱。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30012&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1422437198208938", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "谢谢你的礼包,我感动得鼻涕都下来了!", + "好幸胡阿,超开心的!", + "天啊,我被红玫瑰淹没了!", + "收到礼物被感动哭了这种事情我才不会随便乱说呢!" + ], + "save_time": 0, + "desc": "包含11朵红玫瑰的奖励,这个世界不再喧嚣,只有我俩。", + "items": [ + { + "itemtype": "20000", + "enum": [ + 11 + ] + } + ], + "title": "11一心一意", + "itemtype": 30013, + "monopoly": 2, + "givemsg": "我只愿意,送给你一心一意的爱 。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30013&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1395887385000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "玫瑰玫瑰,我爱你~玫瑰玫瑰,情意重~", + "麻麻说,不要跟只送红玫瑰的人一起玩。", + "获得小红花表彰,感觉胸口的红领巾更鲜艳了!", + "谢谢你的红玫瑰,你猜我会回送你吗?" + ], + "save_time": 0, + "desc": "热情娇艳的玫瑰,让它代表难以述诸言语的情感。", + "items": "", + "title": "红玫瑰", + "itemtype": 20000, + "monopoly": 2, + "givemsg": "你的笑容,就如同红玫瑰一般优雅绽放。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20000&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393818261141174", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "tuv" + ], + "save_time": 0, + "desc": "abc", + "items": "", + "title": "测试", + "itemtype": 20010, + "monopoly": 0, + "givemsg": "gdf", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20010&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 1, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "笑到下巴脱臼,你得负责!", + "一朵粉玫瑰笑一次,矮油,这么一大包得笑抽了~", + "你怎么知道我喜欢粉色?", + "卤煮被你的一大波粉玫瑰砸晕了@@" + ], + "save_time": 0, + "desc": "感动、铭记于心、初恋。", + "items": [ + { + "itemtype": 20001 + } + ], + "title": "粉玫瑰包", + "itemtype": 30000, + "monopoly": 0, + "givemsg": "喜欢你那灿烂的微笑,送你一包粉玫瑰愿你能笑出腹肌。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30000&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 1, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!", + "我说我喜欢彩虹,想不到你给了我一整片天空的灿烂", + "一下子送这么多,这年头连彩虹也打折了吗?", + "有功夫种这么多花,还不如来家里帮我做家务!" + ], + "save_time": 0, + "desc": "传说礼包被打开的一霎那,将出现满天的彩霞与七彩的虹光。", + "items": [ + { + "itemtype": 20006 + } + ], + "title": "彩虹玫瑰包", + "itemtype": 30005, + "monopoly": 0, + "givemsg": "你能想象彩虹布满天空的感觉吗?", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30005&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "感谢亲,你会万福哦!", + "好闺蜜/好基友,一辈子!", + "真的,下次来点实际的好吗?", + "感谢来自经验星的礼物!" + ], + "save_time": 0, + "desc": "根据骰子的点数获得*100的经验 6啊6啊,我要6啊", + "items": [ + { + "max": "2900", + "min": 2500, + "score": 20001 + } + ], + "title": "超级经验包", + "itemtype": 30006, + "monopoly": 2, + "givemsg": "不是超级好东西,哥/姐还不给你!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30006&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "感谢亲,你会万福哦!", + "好闺蜜/好基友,一辈子!", + "真的,下次来点实际的好吗?", + "感谢来自经验星的礼物!" + ], + "save_time": 0, + "desc": "根据骰子的点数获得*100的经验 6啊6啊,我要6啊", + "items": [ + { + "max": "1900", + "min": 1500, + "score": 20001 + } + ], + "title": "高级经验包", + "itemtype": 30007, + "monopoly": 2, + "givemsg": "这才是真正的高级货哦!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30007&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "感谢亲,你会万福哦!", + "好闺蜜/好基友,一辈子!", + "真的,下次来点实际的好吗?", + "感谢来自经验星的礼物!" + ], + "save_time": 0, + "desc": "根据骰子的点数获得*100的经验 6啊6啊,我要6啊", + "items": [ + { + "max": "1100", + "min": 700, + "score": 20001 + } + ], + "title": "普通经验包", + "itemtype": 30008, + "monopoly": 2, + "givemsg": "洒洒水啦,拿去零花!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30008&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "我不相信天长地久,只愿你我珍惜当下。", + "我要天长地久的承诺,你却只给我99朵红玫瑰?", + "天啊,我被红玫瑰淹没了!", + "收到礼物被感动哭了这种事情我才不会随便乱说呢!" + ], + "save_time": 0, + "desc": "包含99朵红玫瑰的奖励,只给最珍惜的人。", + "items": [ + { + "enum": [ + 99 + ], + "itemtype": 20000 + } + ], + "title": "99天长地久", + "itemtype": 30009, + "monopoly": 2, + "givemsg": "天长地久 FOREVER!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30009&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "谢谢你的礼包,我感动得鼻涕都下来了!", + "好幸胡阿,超开心的!", + "天啊,我被红玫瑰淹没了!", + "收到礼物被感动哭了这种事情我才不会随便乱说呢!" + ], + "save_time": 0, + "desc": "包含77朵红玫瑰的奖励,打开的人将收获一天的好运气!", + "items": [ + { + "enum": [ + 77 + ], + "itemtype": 20000 + } + ], + "title": "77喜相逢", + "itemtype": 30010, + "monopoly": 2, + "givemsg": "告诉你一个秘密,这可是我第一次给别人送礼!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30010&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1393498536464978", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "谢谢你的礼包,我感动得鼻涕都下来了!", + "好幸胡阿,超开心的!", + "天啊,我被红玫瑰淹没了!", + "收到礼物被感动哭了这种事情我才不会随便乱说呢!" + ], + "save_time": 0, + "desc": "包含33朵红玫瑰的奖励,蕴含赠送者的浓浓情谊。", + "items": [ + { + "enum": [ + 33 + ], + "itemtype": 20000 + } + ], + "title": "33我爱你", + "itemtype": 30011, + "monopoly": 2, + "givemsg": "送你33朵红玫瑰礼包,不用太感动啦!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30011&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392739934000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "落花有意,流水无情!", + "不可能错过你!《害羞》", + "好闺蜜/好基友,一辈子!", + "嘘,继续安静下去!" + ], + "save_time": 0, + "desc": "喜欢你那灿烂的笑容。", + "items": "", + "title": "粉玫瑰", + "itemtype": 20001, + "monopoly": 0, + "givemsg": "给你的爱一直很安静!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20001&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392739934000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "你是我的恶梦!", + "你是我的天使2!《V手势》", + "好闺蜜/好基友,一辈子!", + "SO SWEET,BABY!" + ], + "save_time": 0, + "desc": "来自喜马拉雅山脉的百合女王,象征着纯洁的情感。", + "items": "", + "title": "香水百合", + "itemtype": 20002, + "monopoly": 0, + "givemsg": "你是我的天使!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20002&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392739934000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "杜绝蛀牙与肥胖!!!", + "在哪里见过你--在梦里!", + "只溶在口不容在手,开吃!!!", + "SO SWEET,BABY!" + ], + "save_time": 0, + "desc": "呆萌与甜蜜的完美结合,目标是消灭一切坏心情!", + "items": "", + "title": "甜蜜熊", + "itemtype": 20003, + "monopoly": 0, + "givemsg": "甜蜜蜜,你笑的跟TA一样甜蜜蜜!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20003&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392739934000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "太阳君谢谢向日葵君的鲜花!", + "向日葵象征着爱慕、光辉、忠诚,你想表达哪一个?", + "向日葵收到了,挺好吃哒,不过下回还是直接送葵花籽吧", + "拿着向日葵拍照,麻麻再也不用担心我脸太大了" + ], + "save_time": 0, + "desc": "一心炽热仰望太阳,探寻温暖的归宿。", + "items": "", + "title": "向日葵", + "itemtype": 20004, + "monopoly": 0, + "givemsg": "我和你的距离很远,就像向日葵和太阳那样。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20004&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392739934000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "你送的蓝玫瑰掉色啦,把我的梦染成了天空蓝。", + "你能读懂魅惑背后的深蓝吗?", + "下次把买花的钱省下来请我吃饭吧!", + "抬头看到蔚蓝天空时,总会想起你送的蓝色妖姬。" + ], + "save_time": 0, + "desc": "深邃魅惑的背后,代表的是清纯的情感。", + "items": "", + "title": "蓝色妖姬", + "itemtype": 20005, + "monopoly": 0, + "givemsg": "你就如同这深邃的蓝色,令人迷恋不能自拔。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20005&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392739934000000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "我说我要彩虹,于是你给了我彩虹玫瑰", + "我的世界因为你而七彩缤纷", + "你知道吗,彩虹很远,我,很近。", + "你愿意送我彩虹玫瑰,为什么不给我彩虹般的生活?" + ], + "save_time": 0, + "desc": "生活因你而七彩缤纷。", + "items": "", + "title": "彩虹玫瑰", + "itemtype": 20006, + "monopoly": 0, + "givemsg": "你说你要彩虹,披星带月,我却只找到了彩虹玫瑰。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=20006&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392700000100000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "不论中大奖、小奖还是没中奖,我都愿意独自承担一切后果,你安啦!", + "兄弟姐妹,感恩啊!!!", + "快乐传递,幸运加倍哦!Give me 5!中个大奖一起潇洒起来!", + "感谢亲,你会万福哦!" + ], + "save_time": 0, + "desc": "一券在手,大奖我有,快去试试人品吧!", + "items": "", + "title": "抽奖券", + "itemtype": 10000, + "monopoly": 2, + "givemsg": "愿幸运之神能因我而降临于你身上,Lucky Lucky!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=10000&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "1392700000100000", + "counttype": 0, + "icontime": "0", + "pack_num_limit": 1, + "thankmsg": [ + "测试,不论中大奖、小奖还是没中奖,我都愿意独自承担一切后果,你安啦!", + "兄弟姐妹,感恩啊!!!", + "快乐传递,幸运加倍哦!Give me 5!中个大奖一起潇洒起来!", + "感谢亲,你会万福哦!" + ], + "save_time": 86400, + "desc": "测试,一券在手,大奖我有,快去试试人品吧!", + "items": "", + "title": "测试抽奖券", + "itemtype": 10002, + "monopoly": 2, + "givemsg": "测试,愿幸运之神能因我而降临于你身上,Lucky Lucky!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=10002&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "0", + "counttype": 1, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "一下子送这么多,是不是花店又促销打折了?", + "听说现在的农场主都是土豪,来,我们交个朋友吧!", + "好香的百合花,心都陶醉了~", + "沁人心脾的芬芳让每一天都很灿烂!" + ], + "save_time": 0, + "desc": "累积一袋的芬芳馥郁,只为一刻的沁人心脾。", + "items": [ + { + "itemtype": 20002 + } + ], + "title": "香水百合包", + "itemtype": 30001, + "monopoly": 0, + "givemsg": "送你一大包的灿烂微笑!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30001&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "0", + "counttype": 1, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "冰冻三尺非一日之寒,小肚三层非一日之馋。", + "你的甜心熊和我的胃谈恋爱去了。", + "这包甜心熊消失太快,你能告诉我它是什么味道吗?", + "我们的感情那么深,一包甜心熊怎么够表达呢?" + ], + "save_time": 0, + "desc": "再一次,熊霸天下,融化你心。", + "items": [ + { + "itemtype": 20003 + } + ], + "title": "甜蜜熊包", + "itemtype": 30002, + "monopoly": 0, + "givemsg": "给你一整包的甜蜜,先说好,长胖了可不怨我!", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30002&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "0", + "counttype": 1, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "这么大一包,麻麻再也不用担心我葵花籽不够吃了。", + "我的生活满满都是阳光!", + "打开礼包的一刹那,我看到了一屋子的阳光!", + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!" + ], + "save_time": 0, + "desc": "满满一袋的太阳,能否打开冰封的心房?", + "items": [ + { + "itemtype": 20004 + } + ], + "title": "向日葵包", + "itemtype": 30003, + "monopoly": 0, + "givemsg": "太阳周围不缺仰慕的向日葵们,我却只有一个太阳。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30003&size=ICONSIZE&icontime=0", + "is_packable": 0 + }, + { + "updatetime": "0", + "counttype": 1, + "icontime": "0", + "pack_num_limit": 99999999, + "thankmsg": [ + "我愿意陪你一起成为花匠。", + "这么贵重的礼物,你到底是喜欢我呢,还是喜欢我呢,还是喜欢我呢?", + "每次都让你送礼,怪不好意思的,下次少送点哈!", + "啥都别说了,我就喜欢你这种仗(tu)义(hao)朋友!" + ], + "save_time": 0, + "desc": "超凡脱俗的魅蓝,代表对方在你心中无与伦比的价值。", + "items": [ + { + "itemtype": 20005 + } + ], + "title": "蓝色妖姬包", + "itemtype": 30004, + "monopoly": 0, + "givemsg": "超凡脱俗的魅蓝,一如你深邃的眼眸。", + "iconurl": "https://wp.jmu.edu.cn/itemc/icon?itemtype=30004&size=ICONSIZE&icontime=0", + "is_packable": 0 + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/user_api/unread": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:28:25 GMT" + ], + "content-length": [ + "88" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "uid": 136172, + "t_at": "0", + "cmt_at": "0", + "cmt": "0", + "t_praised": "0", + "fans": "1", + "unread_t": 0 + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/square": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:28 GMT" + ], + "content-length": [ + "64218" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": 1000, + "count": 20, + "topics": [ + { + "id": 1, + "topic": { + "tid": "1", + "uid": "181043", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642296503", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "181043", + "nickname": "卢某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "17", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=1", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=2", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=3", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=4", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=5", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=6", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 2, + "topic": { + "tid": "2", + "uid": "194290", + "unit_id": "55", + "group_id": "0", + "content": "为什么58不能再捞一下[流泪2][流泪2][流泪2]", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642268610", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "194290", + "nickname": "苏某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "4", + "glances": "74", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 3, + "topic": { + "tid": "3", + "uid": "195263", + "unit_id": "55", + "group_id": "0", + "content": "百题的那个作者\n能不能改完早点发成绩\ngkd", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642258704", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "195263", + "nickname": "方某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "105", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 4, + "topic": { + "tid": "4", + "uid": "183622", + "unit_id": "55", + "group_id": "0", + "content": "##", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642257198", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "183622", + "nickname": "韦某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "107", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=7", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=8", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=9", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 5, + "topic": { + "tid": "5", + "uid": "181335", + "unit_id": "55", + "group_id": "0", + "content": "mark", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642256416", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "181335", + "nickname": "冉某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "97", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=10", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=11", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=12", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 6, + "topic": { + "tid": "6", + "uid": "208220", + "unit_id": "55", + "group_id": "0", + "content": "有没有还在学校的同学 明天(1.16)全天有空的 可以帮忙取一些东西(一些纸张文件 非常轻)然后寄快递 有偿 非常急!!!", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642255537", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "208220", + "nickname": "朱某", + "gender": 1, + "sysavatar": 1 + }, + "replys": "1", + "forwards": "0", + "praises": "1", + "glances": "93", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 7, + "topic": { + "tid": "7", + "uid": "194102", + "unit_id": "55", + "group_id": "0", + "content": "看看", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642254792", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "194102", + "nickname": "邓某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "84", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=13", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=14", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=15", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 8, + "topic": { + "tid": "8", + "uid": "202249", + "unit_id": "55", + "group_id": "0", + "content": "转发", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642254152", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "202249", + "nickname": "钮某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "71", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=16", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=17", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=18", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 9, + "topic": { + "tid": "9", + "uid": "187961", + "unit_id": "55", + "group_id": "0", + "content": "@陆某", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642251145", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "187961", + "nickname": "罗某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "92", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=19", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=20", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=21", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 10, + "topic": { + "tid": "10", + "uid": "188023", + "unit_id": "55", + "group_id": "0", + "content": "m", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642247392", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "188023", + "nickname": "钱某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "114", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=22", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=23", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=24", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=25", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=26", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=27", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 11, + "topic": { + "tid": "11", + "uid": "221034", + "unit_id": "55", + "group_id": "0", + "content": "转发 //@林某:1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1529771", + "post_time": "1642240641", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "221034", + "nickname": "方某", + "gender": 1, + "sysavatar": 1 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "179", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1529771", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "654247,654248", + "root_tid": "0", + "post_time": "1608701841", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=28", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=29", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=30", + "image_size": "36178", + "image_width": "1080", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=31", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=32", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=33", + "image_size": "45537", + "image_width": "1080", + "image_height": "816", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应用内进行操作\n(或者复制本文到记事本或者电脑操作,链接复制到浏览器打开)\n①点击该链接登录↓\r\nhttps://wb.jmu.edu.cn/r/xYd\n②再点击以下链接进入教务处\r\n再使用教务处账户登录:\nhttps://wb.jmu.edu.cn/r/xZd\n\nby JiTech", + "replys": "9", + "forwards": "68", + "praises": "53", + "glances": "5176", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 12, + "topic": { + "tid": "12", + "uid": "221034", + "unit_id": "55", + "group_id": "0", + "content": "转发 //@罗某:. //@陈某:1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642240625", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "221034", + "nickname": "方某", + "gender": 1, + "sysavatar": 1 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "164", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=34", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=35", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=36", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=37", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=38", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=39", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 13, + "topic": { + "tid": "13", + "uid": "181138", + "unit_id": "55", + "group_id": "0", + "content": "转发 //@王某:马住 //@蒋某:转发微博", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642233564", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "181138", + "nickname": "唐某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "191", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=40", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=41", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=42", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 14, + "topic": { + "tid": "14", + "uid": "181138", + "unit_id": "55", + "group_id": "0", + "content": "转发 //@张某:1 //@程某:1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1517618", + "post_time": "1642233550", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "181138", + "nickname": "唐某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "188", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1517618", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "利用集大邮箱获取Office 365教育版的方法\r\n注意:\r\n推荐使用OpenJMU软件来阅读此教程,链接部分右上角浏览器打开,或者复制本文发送至电脑阅读;\r\n在此之前,请确认集大邮箱可用,如果提示被禁用请使用集大通的消息功能私信“信息化中心用户服务”激活邮箱......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "647604,647601,647602,647609,647606,647605,647607,647603,647608", + "root_tid": "0", + "post_time": "1595521385", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=43", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=44", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=45", + "image_size": "100152", + "image_width": "1262", + "image_height": "774", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=46", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=47", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=48", + "image_size": "40103", + "image_width": "964", + "image_height": "547", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=49", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=50", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=51", + "image_size": "64708", + "image_width": "963", + "image_height": "864", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=52", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=53", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=54", + "image_size": "128625", + "image_width": "1080", + "image_height": "2001", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=55", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=56", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=57", + "image_size": "158726", + "image_width": "1080", + "image_height": "1985", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=58", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=59", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=60", + "image_size": "27572", + "image_width": "656", + "image_height": "755", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=61", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=62", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=63", + "image_size": "77900", + "image_width": "1187", + "image_height": "883", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=64", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=65", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=66", + "image_size": "56352", + "image_width": "1080", + "image_height": "2012", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=67", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=68", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=69", + "image_size": "166325", + "image_width": "1536", + "image_height": "2048", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "利用集大邮箱获取Office 365教育版的方法\r\n注意:\r\n推荐使用OpenJMU软件来阅读此教程,链接部分右上角浏览器打开,或者复制本文发送至电脑阅读;\r\n在此之前,请确认集大邮箱可用,如果提示被禁用请使用集大通的消息功能私信“信息化中心用户服务”激活邮箱;\r\n使用此方法获取的Office不包含桌面版应用(Windows/macOS),但是包含5T的Onedrive空间、Office移动版软件(iOS/iPadOS/Android)等;\r\n据说学校已经购买了Office365ProPlus、Windows10Pro、VisualStudioPro等正版授权,未来可能通过绑定邮箱进行组织激活,可以期待一下,提前注册微软账户也无妨。\r\n步骤一:访问Office 365教育官网:\r\nhttps://wb.jmu.edu.cn/r/xNE\r\n步骤二:填写自己的集大邮箱,格式为\n学号@jmu.edu.cn\r\n点击“立即开始”进入下一步(图1);\r\n步骤三:选择自己的身份,可以选择学生或者教师(图2);\r\n步骤四:设置姓名,密码。姓名在注册之后可以修改,所以可以任意填写,密码为新设置的密码,不一定要和集大通行证相同,注意密码格式要求,进入OpenJMU/集大通的应用-集大邮箱,查收验证码,填入(图3、图4、图5);\r\n步骤五:验证码填写成功之后,点击“开始”即可体验激动人心的Office 365教育版\r\n使用刚刚注册的微软账号登录\r\nhttps://wb.jmu.edu.cn/r/xXJ\r\n点击右上角头像-我的账户-订阅,即可查看状态信息(图6、图7);\r\n步骤六:在设备上安装Onedrive软件,即可使用5T的云盘空间,在手机平板上安装Word、PowerPoint等移动版Office软件并且登录账号即可使用Office365移动版的服务(图8、图9)。", + "replys": "44", + "forwards": "191", + "praises": "185", + "glances": "6383", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 15, + "topic": { + "tid": "15", + "uid": "181138", + "unit_id": "55", + "group_id": "0", + "content": "转发 //@李某:🐴", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642233547", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "181138", + "nickname": "唐某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "111", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=70", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=71", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=72", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=73", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=74", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=75", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 16, + "topic": { + "tid": "16", + "uid": "190485", + "unit_id": "55", + "group_id": "0", + "content": "1 //@程某:1", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1517618", + "post_time": "1642227409", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "190485", + "nickname": "张某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "161", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1517618", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "利用集大邮箱获取Office 365教育版的方法\r\n注意:\r\n推荐使用OpenJMU软件来阅读此教程,链接部分右上角浏览器打开,或者复制本文发送至电脑阅读;\r\n在此之前,请确认集大邮箱可用,如果提示被禁用请使用集大通的消息功能私信“信息化中心用户服务”激活邮箱......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "647604,647601,647602,647609,647606,647605,647607,647603,647608", + "root_tid": "0", + "post_time": "1595521385", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=76", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=77", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=78", + "image_size": "100152", + "image_width": "1262", + "image_height": "774", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=79", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=80", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=81", + "image_size": "40103", + "image_width": "964", + "image_height": "547", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=82", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=83", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=84", + "image_size": "64708", + "image_width": "963", + "image_height": "864", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=85", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=86", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=87", + "image_size": "128625", + "image_width": "1080", + "image_height": "2001", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=88", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=89", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=90", + "image_size": "158726", + "image_width": "1080", + "image_height": "1985", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=91", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=92", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=93", + "image_size": "27572", + "image_width": "656", + "image_height": "755", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=94", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=95", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=96", + "image_size": "77900", + "image_width": "1187", + "image_height": "883", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=97", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=98", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=99", + "image_size": "56352", + "image_width": "1080", + "image_height": "2012", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=100", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=101", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=102", + "image_size": "166325", + "image_width": "1536", + "image_height": "2048", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "利用集大邮箱获取Office 365教育版的方法\r\n注意:\r\n推荐使用OpenJMU软件来阅读此教程,链接部分右上角浏览器打开,或者复制本文发送至电脑阅读;\r\n在此之前,请确认集大邮箱可用,如果提示被禁用请使用集大通的消息功能私信“信息化中心用户服务”激活邮箱;\r\n使用此方法获取的Office不包含桌面版应用(Windows/macOS),但是包含5T的Onedrive空间、Office移动版软件(iOS/iPadOS/Android)等;\r\n据说学校已经购买了Office365ProPlus、Windows10Pro、VisualStudioPro等正版授权,未来可能通过绑定邮箱进行组织激活,可以期待一下,提前注册微软账户也无妨。\r\n步骤一:访问Office 365教育官网:\r\nhttps://wb.jmu.edu.cn/r/xNE\r\n步骤二:填写自己的集大邮箱,格式为\n学号@jmu.edu.cn\r\n点击“立即开始”进入下一步(图1);\r\n步骤三:选择自己的身份,可以选择学生或者教师(图2);\r\n步骤四:设置姓名,密码。姓名在注册之后可以修改,所以可以任意填写,密码为新设置的密码,不一定要和集大通行证相同,注意密码格式要求,进入OpenJMU/集大通的应用-集大邮箱,查收验证码,填入(图3、图4、图5);\r\n步骤五:验证码填写成功之后,点击“开始”即可体验激动人心的Office 365教育版\r\n使用刚刚注册的微软账号登录\r\nhttps://wb.jmu.edu.cn/r/xXJ\r\n点击右上角头像-我的账户-订阅,即可查看状态信息(图6、图7);\r\n步骤六:在设备上安装Onedrive软件,即可使用5T的云盘空间,在手机平板上安装Word、PowerPoint等移动版Office软件并且登录账号即可使用Office365移动版的服务(图8、图9)。", + "replys": "44", + "forwards": "191", + "praises": "185", + "glances": "6383", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 17, + "topic": { + "tid": "17", + "uid": "183235", + "unit_id": "55", + "group_id": "0", + "content": "🐴", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642227127", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "183235", + "nickname": "李某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "1", + "glances": "147", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=103", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=104", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=105", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=106", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=107", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=108", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 18, + "topic": { + "tid": "18", + "uid": "163418", + "unit_id": "55", + "group_id": "0", + "content": "有无明天早上四五点多拼车厦门北的同学?", + "location": "", + "type": "first", + "category": "text", + "extra_id": "", + "root_tid": "0", + "post_time": "1642215368", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163418", + "nickname": "闫某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "240", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 19, + "topic": { + "tid": "19", + "uid": "167942", + "unit_id": "55", + "group_id": "0", + "content": "请问大家有没有学校套餐移动的电话卡呀,想买一个[呲牙]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "", + "root_tid": "0", + "post_time": "1642212347", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "167942", + "nickname": "吴某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "243", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 20, + "topic": { + "tid": "20", + "uid": "194581", + "unit_id": "55", + "group_id": "0", + "content": "🐎", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642204060", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "194581", + "nickname": "翁某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "3", + "glances": "286", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=109", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=110", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=111", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=112", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=113", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=114", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/square/id_max/1546707": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:24 GMT" + ], + "content-length": [ + "54991" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": 1000, + "count": 20, + "topics": [ + { + "id": 21, + "topic": { + "tid": "21", + "uid": "157585", + "unit_id": "55", + "group_id": "0", + "content": "哈啰电动车,99新,前后双减震,可提锂电池,已上牌,手机智能开关,可定位,保存极好,雨衣,头盔,车坐垫,皮卡丘车贴都自己买的,大概花了两百多,都送你了,不包邮,可以自提,也可以自己来看车。", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642179397", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "157585", + "nickname": "胡某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "273", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 22, + "topic": { + "tid": "22", + "uid": "203527", + "unit_id": "55", + "group_id": "0", + "content": "uu们所以今天诚毅教务处是只有我进不去吗?[流泪2]到底该怎么用VPN进诚毅内网啊!", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642173036", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "203527", + "nickname": "李某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "7", + "forwards": "0", + "praises": "3", + "glances": "609", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 23, + "topic": { + "tid": "23", + "uid": "218857", + "unit_id": "55", + "group_id": "0", + "content": "马住 //@蒋某:转发微博", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642169859", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "218857", + "nickname": "王某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "329", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=115", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=116", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=117", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 24, + "topic": { + "tid": "24", + "uid": "218672", + "unit_id": "55", + "group_id": "0", + "content": "线上兼职 会聊天 赚钱多 声音好听的dd 时间自由 假期线上 开学线下一起做项目 想赚钱的来", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642168608", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "218672", + "nickname": "刘某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "272", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 25, + "topic": { + "tid": "25", + "uid": "204333", + "unit_id": "55", + "group_id": "0", + "content": "转发微博", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642161422", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "204333", + "nickname": "蒋某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "280", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=118", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=119", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=120", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 26, + "topic": { + "tid": "26", + "uid": "199101", + "unit_id": "55", + "group_id": "0", + "content": "🐎", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533086", + "post_time": "1642159857", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "199101", + "nickname": "李某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "260", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533086", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\n......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "655441", + "root_tid": "0", + "post_time": "1614537877", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=121", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=122", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=123", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "replys": "25", + "forwards": "185", + "praises": "194", + "glances": "13995", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 27, + "topic": { + "tid": "27", + "uid": "157585", + "unit_id": "55", + "group_id": "0", + "content": "此微博已经被屏蔽", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642153965", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "1", + "user": { + "uid": "157585", + "nickname": "胡某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "291", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 28, + "topic": { + "tid": "28", + "uid": "187963", + "unit_id": "55", + "group_id": "0", + "content": "。", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642152036", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "187963", + "nickname": "任某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "301", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=124", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=125", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=126", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=127", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=128", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=129", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 29, + "topic": { + "tid": "29", + "uid": "187961", + "unit_id": "55", + "group_id": "0", + "content": ". //@陈某:1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642151320", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "187961", + "nickname": "罗某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "313", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=130", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=131", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=132", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=133", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=134", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=135", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 30, + "topic": { + "tid": "30", + "uid": "224922", + "unit_id": "55", + "group_id": "0", + "content": "此微博已经被屏蔽", + "location": null, + "type": "first", + "category": "text", + "extra_id": "663152,663151,663148,663150,663149", + "root_tid": "0", + "post_time": "1642150362", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "1", + "user": { + "uid": "224922", + "nickname": "魏某", + "gender": 2, + "sysavatar": 1 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "279", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 31, + "topic": { + "tid": "31", + "uid": "182190", + "unit_id": "55", + "group_id": "0", + "content": "现在还有人在学校吗?想问一下明天还能进去学校吗?", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642149326", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "182190", + "nickname": "吴某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "2", + "forwards": "0", + "praises": "0", + "glances": "385", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 32, + "topic": { + "tid": "32", + "uid": "211689", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1529771", + "post_time": "1642148331", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "211689", + "nickname": "林某", + "gender": 1, + "sysavatar": 1 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "284", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1529771", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "654247,654248", + "root_tid": "0", + "post_time": "1608701841", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=136", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=137", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=138", + "image_size": "36178", + "image_width": "1080", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=139", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=140", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=141", + "image_size": "45537", + "image_width": "1080", + "image_height": "816", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应用内进行操作\n(或者复制本文到记事本或者电脑操作,链接复制到浏览器打开)\n①点击该链接登录↓\r\nhttps://wb.jmu.edu.cn/r/xYd\n②再点击以下链接进入教务处\r\n再使用教务处账户登录:\nhttps://wb.jmu.edu.cn/r/xZd\n\nby JiTech", + "replys": "9", + "forwards": "68", + "praises": "53", + "glances": "5176", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 33, + "topic": { + "tid": "33", + "uid": "211676", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1517618", + "post_time": "1642147157", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "211676", + "nickname": "程某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "236", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1517618", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "利用集大邮箱获取Office 365教育版的方法\r\n注意:\r\n推荐使用OpenJMU软件来阅读此教程,链接部分右上角浏览器打开,或者复制本文发送至电脑阅读;\r\n在此之前,请确认集大邮箱可用,如果提示被禁用请使用集大通的消息功能私信“信息化中心用户服务”激活邮箱......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "647604,647601,647602,647609,647606,647605,647607,647603,647608", + "root_tid": "0", + "post_time": "1595521385", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=142", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=143", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=144", + "image_size": "100152", + "image_width": "1262", + "image_height": "774", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=145", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=146", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=147", + "image_size": "40103", + "image_width": "964", + "image_height": "547", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=148", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=149", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=150", + "image_size": "64708", + "image_width": "963", + "image_height": "864", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=151", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=152", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=153", + "image_size": "128625", + "image_width": "1080", + "image_height": "2001", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=154", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=155", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=156", + "image_size": "158726", + "image_width": "1080", + "image_height": "1985", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=157", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=158", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=159", + "image_size": "27572", + "image_width": "656", + "image_height": "755", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=160", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=161", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=162", + "image_size": "77900", + "image_width": "1187", + "image_height": "883", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=163", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=164", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=165", + "image_size": "56352", + "image_width": "1080", + "image_height": "2012", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=166", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=167", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=168", + "image_size": "166325", + "image_width": "1536", + "image_height": "2048", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "利用集大邮箱获取Office 365教育版的方法\r\n注意:\r\n推荐使用OpenJMU软件来阅读此教程,链接部分右上角浏览器打开,或者复制本文发送至电脑阅读;\r\n在此之前,请确认集大邮箱可用,如果提示被禁用请使用集大通的消息功能私信“信息化中心用户服务”激活邮箱;\r\n使用此方法获取的Office不包含桌面版应用(Windows/macOS),但是包含5T的Onedrive空间、Office移动版软件(iOS/iPadOS/Android)等;\r\n据说学校已经购买了Office365ProPlus、Windows10Pro、VisualStudioPro等正版授权,未来可能通过绑定邮箱进行组织激活,可以期待一下,提前注册微软账户也无妨。\r\n步骤一:访问Office 365教育官网:\r\nhttps://wb.jmu.edu.cn/r/xNE\r\n步骤二:填写自己的集大邮箱,格式为\n学号@jmu.edu.cn\r\n点击“立即开始”进入下一步(图1);\r\n步骤三:选择自己的身份,可以选择学生或者教师(图2);\r\n步骤四:设置姓名,密码。姓名在注册之后可以修改,所以可以任意填写,密码为新设置的密码,不一定要和集大通行证相同,注意密码格式要求,进入OpenJMU/集大通的应用-集大邮箱,查收验证码,填入(图3、图4、图5);\r\n步骤五:验证码填写成功之后,点击“开始”即可体验激动人心的Office 365教育版\r\n使用刚刚注册的微软账号登录\r\nhttps://wb.jmu.edu.cn/r/xXJ\r\n点击右上角头像-我的账户-订阅,即可查看状态信息(图6、图7);\r\n步骤六:在设备上安装Onedrive软件,即可使用5T的云盘空间,在手机平板上安装Word、PowerPoint等移动版Office软件并且登录账号即可使用Office365移动版的服务(图8、图9)。", + "replys": "44", + "forwards": "191", + "praises": "185", + "glances": "6383", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 34, + "topic": { + "tid": "34", + "uid": "188032", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642145910", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "188032", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "198", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=169", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=170", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=171", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=172", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=173", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=174", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 35, + "topic": { + "tid": "35", + "uid": "179230", + "unit_id": "55", + "group_id": "0", + "content": "。", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642145773", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "179230", + "nickname": "郑某", + "gender": 1, + "sysavatar": 1 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "194", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=175", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=176", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=177", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=178", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=179", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=180", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 36, + "topic": { + "tid": "36", + "uid": "180927", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1537901", + "post_time": "1642142678", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "180927", + "nickname": "张某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "215", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1537901", + "uid": "163185", + "unit_id": "55", + "group_id": "0", + "content": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "658137,658138", + "root_tid": "0", + "post_time": "1621862736", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "163185", + "nickname": "祖某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=181", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=182", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=183", + "image_size": "221841", + "image_width": "1080", + "image_height": "1940", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=184", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=185", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=186", + "image_size": "79890", + "image_width": "1080", + "image_height": "918", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "给大家分享两个相对可靠一点的查重网站:\n1.万方检测:https://wb.jmu.edu.cn/r/y06\n注:需要关联学信网账号,且为应届毕业生\n2.超星大雅:https://wb.jmu.edu.cn/r/y07\n注:需要绑定有学校信息的学习通账号\n\n另附自己使用的降重方法:(感觉效果还行)\n1.先将重复率高的段落复制到谷歌翻译网页翻译成日文,即图一;\n2.再将日文译文复制到有道翻译网页翻译成中文,再对照原文稍加修改,即图二。\n(电脑拖拽论文页面到电脑桌面右下角可实现左右分屏,左边:查重报告全文对比➕谷歌翻译➕有道翻译,右边:论文写作页面,边译边改)\n\n修改加工:增压器喘振故障发生的作用机理并不简单,气流表现出周期性的强脉冲,即气流的压力、速度和气体流量的振动。", + "replys": "105", + "forwards": "551", + "praises": "471", + "glances": "9297", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 37, + "topic": { + "tid": "37", + "uid": "195263", + "unit_id": "55", + "group_id": "0", + "content": ".", + "location": null, + "type": "first", + "category": "text", + "extra_id": "663147", + "root_tid": "0", + "post_time": "1642137503", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "195263", + "nickname": "方某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=187", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=188", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=189", + "image_size": "90859", + "image_width": "1080", + "image_height": "1155", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "296", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 38, + "topic": { + "tid": "38", + "uid": "215036", + "unit_id": "55", + "group_id": "0", + "content": "🐎", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642130643", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "215036", + "nickname": "吴某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "347", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=190", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=191", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=192", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=193", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=194", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=195", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=196", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=197", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=198", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=199", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=200", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=201", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=202", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=203", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=204", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=205", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=206", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=207", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=208", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=209", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=210", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=211", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=212", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=213", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=214", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=215", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=216", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 39, + "topic": { + "tid": "39", + "uid": "184104", + "unit_id": "55", + "group_id": "0", + "content": "🐎 //@欧某:🐎", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642130514", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "184104", + "nickname": "王某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "366", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=217", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=218", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=219", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=220", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=221", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=222", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=223", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=224", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=225", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=226", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=227", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=228", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=229", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=230", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=231", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=232", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=233", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=234", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=235", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=236", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=237", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=238", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=239", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=240", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=241", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=242", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=243", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 40, + "topic": { + "tid": "40", + "uid": "212063", + "unit_id": "55", + "group_id": "0", + "content": "有没有人知道几号宿舍断电呀", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642129476", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "212063", + "nickname": "王某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "1", + "forwards": "0", + "praises": "0", + "glances": "416", + "praised": 0, + "favorited": 0 + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/square/id_max/1533086": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:24 GMT" + ], + "content-length": [ + "68931" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": 1000, + "count": 20, + "topics": [ + { + "id": 41, + "topic": { + "tid": "41", + "uid": "192889", + "unit_id": "55", + "group_id": "0", + "content": "关于目前教务系统出现成绩查询错误的解决办法:openjmu—i集大—教务系统—培养方案完成情况—展开全部\n通过以上方式可以查询到成绩", + "location": null, + "type": "first", + "category": "text", + "extra_id": "663142,663143,663140,663141", + "root_tid": "0", + "post_time": "1642126311", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "192889", + "nickname": "施某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=244", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=245", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=246", + "image_size": "183806", + "image_width": "1284", + "image_height": "2778", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=247", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=248", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=249", + "image_size": "210557", + "image_width": "931", + "image_height": "2604", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=250", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=251", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=252", + "image_size": "148449", + "image_width": "1284", + "image_height": "2778", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=253", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=254", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=255", + "image_size": "169631", + "image_width": "1284", + "image_height": "2778", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "9", + "forwards": "0", + "praises": "7", + "glances": "698", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 42, + "topic": { + "tid": "42", + "uid": "218775", + "unit_id": "55", + "group_id": "0", + "content": "请问寒假回家了,陈延奎图书馆借的书还没来得及还要怎么办😭", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642122656", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "218775", + "nickname": "吴某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "4", + "forwards": "0", + "praises": "0", + "glances": "503", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 43, + "topic": { + "tid": "43", + "uid": "223497", + "unit_id": "55", + "group_id": "0", + "content": "此微博已经被屏蔽", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642118519", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "1", + "user": { + "uid": "223497", + "nickname": "万某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "348", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 44, + "topic": { + "tid": "44", + "uid": "194581", + "unit_id": "55", + "group_id": "0", + "content": "🐎 //@赖某:1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1529771", + "post_time": "1642116930", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "194581", + "nickname": "翁某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "307", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1529771", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "654247,654248", + "root_tid": "0", + "post_time": "1608701841", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=256", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=257", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=258", + "image_size": "36178", + "image_width": "1080", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=259", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=260", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=261", + "image_size": "45537", + "image_width": "1080", + "image_height": "816", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应用内进行操作\n(或者复制本文到记事本或者电脑操作,链接复制到浏览器打开)\n①点击该链接登录↓\r\nhttps://wb.jmu.edu.cn/r/xYd\n②再点击以下链接进入教务处\r\n再使用教务处账户登录:\nhttps://wb.jmu.edu.cn/r/xZd\n\nby JiTech", + "replys": "9", + "forwards": "68", + "praises": "53", + "glances": "5176", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 45, + "topic": { + "tid": "45", + "uid": "182655", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1529771", + "post_time": "1642116474", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "182655", + "nickname": "赖某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "229", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1529771", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "654247,654248", + "root_tid": "0", + "post_time": "1608701841", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=262", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=263", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=264", + "image_size": "36178", + "image_width": "1080", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=265", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=266", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=267", + "image_size": "45537", + "image_width": "1080", + "image_height": "816", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应用内进行操作\n(或者复制本文到记事本或者电脑操作,链接复制到浏览器打开)\n①点击该链接登录↓\r\nhttps://wb.jmu.edu.cn/r/xYd\n②再点击以下链接进入教务处\r\n再使用教务处账户登录:\nhttps://wb.jmu.edu.cn/r/xZd\n\nby JiTech", + "replys": "9", + "forwards": "68", + "praises": "53", + "glances": "5176", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 46, + "topic": { + "tid": "46", + "uid": "151977", + "unit_id": "55", + "group_id": "0", + "content": "mark", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1529771", + "post_time": "1642102439", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "151977", + "nickname": "庄某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "205", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1529771", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": "654247,654248", + "root_tid": "0", + "post_time": "1608701841", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=268", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=269", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=270", + "image_size": "36178", + "image_width": "1080", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=271", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=272", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=273", + "image_size": "45537", + "image_width": "1080", + "image_height": "816", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "jwgls会提示仅限内网访问 jwgl3就不会了\n所以校园网访问教务处用\njwgl3. jmu. edu. cn↓\nhttps://wb.jmu.edu.cn/r/xZb\n如果你没有校园网条件(外网)\n请使用WebVPN访问:\n请集大通用户改用OpenJMU应用内进行操作\n(或者复制本文到记事本或者电脑操作,链接复制到浏览器打开)\n①点击该链接登录↓\r\nhttps://wb.jmu.edu.cn/r/xYd\n②再点击以下链接进入教务处\r\n再使用教务处账户登录:\nhttps://wb.jmu.edu.cn/r/xZd\n\nby JiTech", + "replys": "9", + "forwards": "68", + "praises": "53", + "glances": "5176", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 47, + "topic": { + "tid": "47", + "uid": "218389", + "unit_id": "55", + "group_id": "0", + "content": "1 //@欧某:🐎", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642095700", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "218389", + "nickname": "庄某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "187", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=274", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=275", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=276", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=277", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=278", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=279", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=280", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=281", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=282", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=283", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=284", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=285", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=286", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=287", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=288", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=289", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=290", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=291", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=292", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=293", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=294", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=295", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=296", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=297", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=298", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=299", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=300", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 48, + "topic": { + "tid": "48", + "uid": "189979", + "unit_id": "55", + "group_id": "0", + "content": "🐎", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642090305", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "189979", + "nickname": "欧某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "2", + "praises": "0", + "glances": "181", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=301", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=302", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=303", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=304", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=305", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=306", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=307", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=308", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=309", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=310", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=311", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=312", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=313", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=314", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=315", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=316", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=317", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=318", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=319", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=320", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=321", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=322", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=323", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=324", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=325", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=326", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=327", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 49, + "topic": { + "tid": "49", + "uid": "189289", + "unit_id": "55", + "group_id": "0", + "content": "1 //@陈某:1 //@陈某:码 //@苏某:~", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642085225", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "189289", + "nickname": "王某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "209", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=328", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=329", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=330", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=331", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=332", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=333", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=334", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=335", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=336", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=337", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=338", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=339", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=340", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=341", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=342", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=343", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=344", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=345", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=346", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=347", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=348", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=349", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=350", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=351", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=352", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=353", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=354", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 50, + "topic": { + "tid": "50", + "uid": "194483", + "unit_id": "55", + "group_id": "0", + "content": "[快哭了]有没有寒假留校的同学?来个小伙伴我们一起偷偷寒假开卷[抠鼻]", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1642085189", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "194483", + "nickname": "陈某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "1", + "forwards": "0", + "praises": "0", + "glances": "225", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 51, + "topic": { + "tid": "51", + "uid": "190080", + "unit_id": "55", + "group_id": "0", + "content": "1 //@陈某:1 //@陈某:码 //@苏某:~", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642084021", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "190080", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "188", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=355", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=356", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=357", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=358", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=359", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=360", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=361", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=362", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=363", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=364", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=365", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=366", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=367", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=368", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=369", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=370", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=371", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=372", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=373", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=374", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=375", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=376", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=377", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=378", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=379", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=380", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=381", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 52, + "topic": { + "tid": "52", + "uid": "190582", + "unit_id": "55", + "group_id": "0", + "content": "1 //@陈某:码 //@苏某:~", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642081798", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "190582", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "2", + "praises": "0", + "glances": "179", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=382", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=383", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=384", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=385", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=386", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=387", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=388", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=389", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=390", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=391", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=392", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=393", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=394", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=395", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=396", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=397", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=398", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=399", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=400", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=401", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=402", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=403", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=404", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=405", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=406", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=407", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=408", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 53, + "topic": { + "tid": "53", + "uid": "226855", + "unit_id": "55", + "group_id": "0", + "content": "码 //@苏某:~", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642077105", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "226855", + "nickname": "陈某", + "gender": 2, + "sysavatar": 1 + }, + "replys": "0", + "forwards": "1", + "praises": "0", + "glances": "210", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=409", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=410", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=411", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=412", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=413", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=414", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=415", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=416", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=417", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=418", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=419", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=420", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=421", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=422", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=423", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=424", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=425", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=426", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=427", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=428", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=429", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=430", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=431", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=432", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=433", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=434", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=435", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 54, + "topic": { + "tid": "54", + "uid": "215823", + "unit_id": "55", + "group_id": "0", + "content": "码起来 //@苏某:~", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642076959", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "215823", + "nickname": "陈某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "194", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=436", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=437", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=438", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=439", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=440", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=441", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=442", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=443", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=444", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=445", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=446", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=447", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=448", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=449", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=450", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=451", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=452", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=453", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=454", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=455", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=456", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=457", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=458", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=459", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=460", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=461", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=462", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 55, + "topic": { + "tid": "55", + "uid": "193547", + "unit_id": "55", + "group_id": "0", + "content": "~", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642072381", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "193547", + "nickname": "苏某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "2", + "praises": "1", + "glances": "206", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=463", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=464", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=465", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=466", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=467", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=468", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=469", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=470", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=471", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=472", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=473", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=474", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=475", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=476", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=477", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=478", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=479", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=480", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=481", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=482", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=483", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=484", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=485", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=486", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=487", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=488", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=489", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 56, + "topic": { + "tid": "56", + "uid": "193604", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642066083", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "193604", + "nickname": "张某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "251", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=490", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=491", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=492", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=493", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=494", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=495", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=496", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=497", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=498", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=499", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=500", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=501", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=502", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=503", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=504", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=505", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=506", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=507", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=508", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=509", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=510", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=511", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=512", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=513", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=514", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=515", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=516", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 57, + "topic": { + "tid": "57", + "uid": "184806", + "unit_id": "55", + "group_id": "0", + "content": "此微博已经被屏蔽", + "location": "", + "type": "first", + "category": "text", + "extra_id": "663136,663137,663130,663135,663133,663129,663134,663131,663132", + "root_tid": "0", + "post_time": "1642058382", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "1", + "user": { + "uid": "184806", + "nickname": "蒋某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "1", + "forwards": "0", + "praises": "8", + "glances": "319", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 58, + "topic": { + "tid": "58", + "uid": "189211", + "unit_id": "55", + "group_id": "0", + "content": "1", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642056388", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "189211", + "nickname": "孙某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "278", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=517", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=518", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=519", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=520", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=521", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=522", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=523", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=524", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=525", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=526", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=527", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=528", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=529", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=530", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=531", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=532", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=533", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=534", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=535", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=536", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=537", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=538", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=539", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=540", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=541", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=542", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=543", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + }, + { + "id": 59, + "topic": { + "tid": "59", + "uid": "188425", + "unit_id": "55", + "group_id": "0", + "content": "此微博已经被屏蔽", + "location": "", + "type": "first", + "category": "text", + "extra_id": "", + "root_tid": "0", + "post_time": "1642052082", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "1", + "user": { + "uid": "188425", + "nickname": "邹某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "1", + "forwards": "0", + "praises": "1", + "glances": "248", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 60, + "topic": { + "tid": "60", + "uid": "204285", + "unit_id": "55", + "group_id": "0", + "content": ".", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1515585", + "post_time": "1642048716", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "204285", + "nickname": "薛某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "256", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1515585", + "uid": "156650", + "unit_id": "55", + "group_id": "0", + "content": "总结了自己的答辩心得,可能有的方面说得不正确。希望对你们有帮助吧。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645899,645904,645905,645900,645902,645906,645903,645907,645901", + "root_tid": "0", + "post_time": "1591246253", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "156650", + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=544", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=545", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=546", + "image_size": "89486", + "image_width": "750", + "image_height": "1299", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=547", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=548", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=549", + "image_size": "80719", + "image_width": "745", + "image_height": "1294", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=550", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=551", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=552", + "image_size": "100073", + "image_width": "750", + "image_height": "1237", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=553", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=554", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=555", + "image_size": "108682", + "image_width": "748", + "image_height": "1288", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=556", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=557", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=558", + "image_size": "15259", + "image_width": "720", + "image_height": "540", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=559", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=560", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=561", + "image_size": "92019", + "image_width": "740", + "image_height": "1291", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=562", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=563", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=564", + "image_size": "88529", + "image_width": "750", + "image_height": "1273", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=565", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=566", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=567", + "image_size": "97635", + "image_width": "743", + "image_height": "1286", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=568", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=569", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=570", + "image_size": "68860", + "image_width": "743", + "image_height": "1296", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "37", + "forwards": "490", + "praises": "271", + "glances": "4023", + "praised": 0, + "favorited": 0 + } + }, + "should_fold_root_topic": true + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/praise_api/praise/tid/1533086": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:24 GMT" + ], + "content-length": [ + "68931" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "msg": "" + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/posts_list/region_type/8/post_type/2/region_id/430/size/30": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:44 GMT" + ], + "transfer-encoding": [ + "chunked" + ], + "content-encoding": [ + "gzip" + ], + "vary": [ + "Accept-Encoding" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "total": 38778, + "count": 30, + "max_ts": "1642258295330", + "min_ts": "1641916189804", + "data": [ + { + "tid": "134864", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "求个寒假工,最好是在集大周边的,租的房子在这附近。", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641998701475", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7566, + "praises": 2, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 1.4, + "user_info": { + "uid": "197734", + "nickname": "杜某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134894", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134864", + "root_uid": "197734", + "title": "", + "content": "咋租的房子", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642258295330", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "209776", + "nickname": "饶某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "110593", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "懂得都懂 衣服鞋子各种都有 只要你有图我就有货 本校学生有优惠 支持一下国货 可以做信息录入 官网购买信息 原鞋盒等等⭐......", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1619103193963", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "110593", + "unit_id": "1", + "uid": "196034", + "fid": "98260", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 1561837, + "praises": 22, + "praised": 0, + "replys": 7, + "favorited": 0, + "heat": 13, + "user_info": { + "uid": "196034", + "nickname": "余某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134893", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "110593", + "root_uid": "196034", + "title": "", + "content": "dd", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642255227847", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "850", + "file_info": [], + "user_info": { + "uid": "196034", + "nickname": "余某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134892", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "谁有多余的数据线,收一个。", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642253224313", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 608, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "179303", + "nickname": "吕某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134891", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "寒假各类线上兼职 日薪50-100\n无特殊要求 有手机即可\n有意可以了解", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642229257203", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 1408, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "218584", + "nickname": "林某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134889", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "出一个戴尔笔记本,2017年买的,低价出,有意加微信", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642224666414", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 2761, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "171288", + "nickname": "魏某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134890", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134889", + "root_uid": "171288", + "title": "", + "content": "Hello~", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642224707977", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "171288", + "nickname": "魏某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134887", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "线上兼职 会聊天 赚钱多 声音好听的dd 时间自由 假期线上 开学线下一起做项目 想赚钱的来.", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642168747631", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 2985, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "218672", + "nickname": "刘某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134836", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "出电动车,使用不到一年(保修还未过期) 800出 有意滴滴我", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641892851852", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 11288, + "praises": 0, + "praised": 0, + "replys": 4, + "favorited": 0, + "heat": 2.4, + "user_info": { + "uid": "216421", + "nickname": "袁某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134886", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134836", + "root_uid": "216421", + "title": "", + "content": "ddd联系方式给一下", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642157951003", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "4", + "file_info": [], + "user_info": { + "uid": "194832", + "nickname": "赖某", + "sysavatar": "0" + } + }, + { + "tid": "134880", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134836", + "root_uid": "216421", + "title": "", + "content": "在吗", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642154463529", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "204710", + "nickname": "刘某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134849", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "找短租的14-19号(单间,女生合租都可以)", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641965044441", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9143, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "210887", + "nickname": "余某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134881", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "农夫山泉\n促销员\n120-150\n招一个女生\n金山国际做社区活动", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642156047636", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 5234, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "171230", + "nickname": "陈某", + "sysavatar": "0" + }, + "post_info": [ + ] + }, + { + "tid": "134798", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "学车钜惠年终福利:\n春节前报名就原价减500元\n‼️‼️正式开启,名额只有20个有限‼️‼️\n现在报名享低价,早排名先学科一\n离集大最近最大驾校......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641806945529", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 15184, + "praises": 0, + "praised": 0, + "replys": 3, + "favorited": 0, + "heat": 1.8, + "user_info": { + "uid": "143094", + "nickname": "李某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134879", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134798", + "root_uid": "143094", + "title": "", + "content": "1", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642140315357", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "4", + "file_info": [], + "user_info": { + "uid": "143094", + "nickname": "李某", + "sysavatar": "0" + } + }, + { + "tid": "134863", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134798", + "root_uid": "143094", + "title": "", + "content": "1", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641992379079", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "3", + "file_info": [], + "user_info": { + "uid": "143094", + "nickname": "李某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134858", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "重要通告\n离学校最近的驾校逢尚鑫骏预报名火热进行中\n预交200元,锁定来年最低价,高价必赔!!(如政策成本影响,来年学费高于现在价格,高出部分全部由公司补贴。)前300名预报名的学员送专属学车礼包,价值878元。......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641979274200", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134858", + "unit_id": "1", + "uid": "190317", + "fid": "113427", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 8758, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "190317", + "nickname": "蔡某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134878", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134858", + "root_uid": "190317", + "title": "", + "content": "可以了解一下具体情况嘛", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642122544830", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "220932", + "nickname": "王某", + "sysavatar": "1" + } + } + ] + }, + { + "tid": "134596", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出书\n主要是物理系的书,其中英语的书可以免费送\n地址:校本部六社区一组团\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641224245879", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134596", + "unit_id": "1", + "uid": "195194", + "fid": "113326", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134596", + "unit_id": "1", + "uid": "195194", + "fid": "113324", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134596", + "unit_id": "1", + "uid": "195194", + "fid": "113325", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 23092, + "praises": 1, + "praised": 0, + "replys": 8, + "favorited": 0, + "heat": 5.2, + "user_info": { + "uid": "195194", + "nickname": "蔡某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134876", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134596", + "root_uid": "195194", + "title": "", + "content": "1", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642073971319", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "7", + "file_info": [], + "user_info": { + "uid": "195194", + "nickname": "蔡某", + "sysavatar": "0" + } + }, + { + "tid": "134685", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134596", + "root_uid": "195194", + "title": "", + "content": "你好那个数字电路与逻辑设计还有吗", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641462860375", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "6", + "file_info": [], + "user_info": { + "uid": "212364", + "nickname": "许某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134873", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有三室一厅的转租吗,财经学院附近,预计租一年及以上,来点房子,求求", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642060663845", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6681, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "195732", + "nickname": "林某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134736", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "【收】Apple pencil一代 苹果笔一代 \n【卖给我你就会收获一个沙雕空友】\n(加的时候麻烦备注一下谢谢啦,因为老有人加我不说话,我就不是很懂_(´_`」 ∠)_)\n\n看新旧程度350到430之间都可以接受\n\n1⃣最好9新以上,笔的电池没问题,充电正常,功能没有任何问题,正常使用痕迹没关系。\n2⃣配件要齐全,转......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641612900310", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134736", + "unit_id": "1", + "uid": "181719", + "fid": "113376", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 23893, + "praises": 0, + "praised": 0, + "replys": 5, + "favorited": 0, + "heat": 3, + "user_info": { + "uid": "181719", + "nickname": "李某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134874", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134736", + "root_uid": "181719", + "title": "", + "content": "只要我坚持dd,总有一天会收到的吧", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642065164410", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "6", + "file_info": [], + "user_info": { + "uid": "181719", + "nickname": "李某", + "sysavatar": "0" + } + }, + { + "tid": "134794", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134736", + "root_uid": "181719", + "title": "", + "content": "4", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641799482166", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "5", + "file_info": [], + "user_info": { + "uid": "181719", + "nickname": "李某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134872", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "帮转:学长转手聚英考研B卡班!\n23届24届考研的同学可以关注!\n因个人后期选择法考,现已通过考试,有新的职业规划,暂不打算考研!\n转手价:27888 元(可刀)\n有意者私聊!\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642052504552", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6462, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "188425", + "nickname": "邹某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134837", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "小教出书", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641901766961", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134837", + "unit_id": "1", + "uid": "184956", + "fid": "113420", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134837", + "unit_id": "1", + "uid": "184956", + "fid": "113421", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 10811, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "184956", + "nickname": "林某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134870", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134837", + "root_uid": "184956", + "title": "", + "content": "小教专业语文方向其他书也可以咨询。", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642040257718", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "184956", + "nickname": "林某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134869", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "😅", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642026791442", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7794, + "praises": 1, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0.4, + "user_info": { + "uid": "164466", + "nickname": "陈某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "127395", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "集美大学校内最大闲置群!!cool\n好的平台安利给大家!\n花最少的钱淘更多好用的东西🍻\n冰箱洗衣机电动车各种小东西应有尽有,没有就问哈哈哈\n➕,一起入群淘好货~......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1631076746945", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "127395", + "unit_id": "1", + "uid": "143118", + "fid": "109962", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "127395", + "unit_id": "1", + "uid": "143118", + "fid": "109966", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "127395", + "unit_id": "1", + "uid": "143118", + "fid": "109964", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "127395", + "unit_id": "1", + "uid": "143118", + "fid": "109963", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "127395", + "unit_id": "1", + "uid": "143118", + "fid": "109965", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "127395", + "unit_id": "1", + "uid": "143118", + "fid": "109967", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 124305, + "praises": 6, + "praised": 0, + "replys": 38, + "favorited": 0, + "heat": 25.2, + "user_info": { + "uid": "143118", + "nickname": "沈某", + "sysavatar": "1" + }, + "post_info": [ + { + "tid": "134867", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "127395", + "root_uid": "143118", + "title": "", + "content": "放假惹", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641999746179", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "69", + "file_info": [], + "user_info": { + "uid": "143118", + "nickname": "沈某", + "sysavatar": "1" + } + }, + { + "tid": "134829", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "127395", + "root_uid": "143118", + "title": "", + "content": "离校倒计时!!", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641879411941", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "68", + "file_info": [], + "user_info": { + "uid": "143118", + "nickname": "沈某", + "sysavatar": "1" + } + } + ] + }, + { + "tid": "134859", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有没有寒假不回家的同学,可以帮忙喂喂猫?就住在盛光路,价钱好商量,万分感谢......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641985536953", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 8711, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "163771", + "nickname": "崔某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134861", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "卖书", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641991208645", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134861", + "unit_id": "1", + "uid": "164638", + "fid": "113428", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 10605, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "164638", + "nickname": "曹某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134862", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134861", + "root_uid": "164638", + "title": "", + "content": "hello~", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641991225401", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "164638", + "nickname": "曹某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134860", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有没有女生寒假过年留厦门赚钱的-集美波生,日薪快300,过年福利超高", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641990883140", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7898, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "180329", + "nickname": "李某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134856", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "大四学姐出国贸书+电子资料\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641973314283", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 8746, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "181153", + "nickname": "林某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134854", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "电子信息工程 出书 全都直接送 含(以下):虚拟仪器技术分析与设计(张重雄 张思维 编)、科技英语(电子类第三版)、C程序设计(第四版 谭浩强)、电子测量技术基础(第三版)、EDA技术与VHDL、传感器与检测技术、数字信号处理、复变函数与积分变换、大学物理上下、高数上下册、线代上下册、概率论、电路(邱关源)、信号与系统......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641967438199", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134854", + "unit_id": "1", + "uid": "183960", + "fid": "113426", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 13101, + "praises": 1, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 1, + "user_info": { + "uid": "183960", + "nickname": "张某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134855", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134854", + "root_uid": "183960", + "title": "", + "content": "hello", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641967579958", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "183960", + "nickname": "张某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134850", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出大英四,价格随便", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641965227745", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9114, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "185009", + "nickname": "陈某", + "sysavatar": "1" + }, + "post_info": [] + }, + { + "tid": "134848", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "租电动车!价格好商量,小牛g40,锂电池可拆卸充电", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641963865543", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9207, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "179772", + "nickname": "张某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134847", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "收ipad", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641963602846", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9217, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "196180", + "nickname": "王某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134705", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有转租到一月底的吗\n可以dd我哦", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641482229343", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 19517, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "195153", + "nickname": "黄某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134827", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134705", + "root_uid": "195153", + "title": "", + "content": "还需要么", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641877448126", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "220609", + "nickname": "汪某", + "sysavatar": "1" + } + } + ] + }, + { + "tid": "134845", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出新版马克思课本,附带复习资料一份,10R", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641955795802", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9675, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "198821", + "nickname": "林某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134844", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "网易云黑胶会员 一年45 需要的私信", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641948220208", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9981, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "169562", + "nickname": "施某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134842", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出洗衣机收电磁炉\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641916189804", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 10232, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "179833", + "nickname": "孟某", + "sysavatar": "0" + }, + "post_info": [] + } + ] + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/posts_list/region_type/8/post_type/2/region_id/430/max_ts/1641916189804/size/30": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:37 GMT" + ], + "transfer-encoding": [ + "chunked" + ], + "content-encoding": [ + "gzip" + ], + "vary": [ + "Accept-Encoding" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "total": 38778, + "count": 30, + "max_ts": "1641902718056", + "min_ts": "1641916189804", + "data": [ + { + "tid": "134838", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "求短租14-22号", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641902718056", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9425, + "praises": 1, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0.4, + "user_info": { + "uid": "180756", + "nickname": "盛某", + "sysavatar": "1" + }, + "post_info": [] + }, + { + "tid": "134832", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "有明天一起打车去枋湖汽车站的朋友吗?", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641888731099", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 9726, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "183652", + "nickname": "何某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134771", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "有想在孙厝或者霞梧合租的女生吗,13号-30号左右,或者有出短租的吗?", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641723852875", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 17655, + "praises": 0, + "praised": 0, + "replys": 4, + "favorited": 0, + "heat": 2.4, + "user_info": { + "uid": "183720", + "nickname": "颜某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134831", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134771", + "root_uid": "183720", + "title": "", + "content": "找出租,鸽王勿扰[撇嘴1]", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641888177884", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "4", + "file_info": [], + "user_info": { + "uid": "183720", + "nickname": "颜某", + "sysavatar": "0" + } + }, + { + "tid": "134826", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134771", + "root_uid": "183720", + "title": "", + "content": "ddd 还需要么?", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641877357587", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "3", + "file_info": [], + "user_info": { + "uid": "220609", + "nickname": "汪某", + "sysavatar": "1" + } + } + ] + }, + { + "tid": "134828", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "求几本电动汽车(第三版的书),价格好商量", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641877733726", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134828", + "unit_id": "1", + "uid": "203124", + "fid": "113418", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 9265, + "praises": 1, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0.4, + "user_info": { + "uid": "203124", + "nickname": "黄某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134825", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "出租 地址在孙厝 或者在石鼓路 价格实惠 有独立卫生间和空调 单独间 需要dd", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641877313954", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7068, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "220609", + "nickname": "汪某", + "sysavatar": "1" + }, + "post_info": [] + }, + { + "tid": "134824", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "寒假出租两辆电动车,有牌有通行证,续航给力,一辆哈啰,一辆神州行。按一天一元算钱。", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641876006286", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6589, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "208610", + "nickname": "张某", + "sysavatar": "1" + }, + "post_info": [] + }, + { + "tid": "134823", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "找短租", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641867927263", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134823", + "unit_id": "1", + "uid": "212877", + "fid": "113417", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 6862, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "212877", + "nickname": "马某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134822", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "1.14-1.30有出租房子的友友吗?", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641866289508", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6316, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "183720", + "nickname": "颜某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134780", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "看很多人在找短租,我也是\n\n要不要有没有人一起拼酒店的,住两星期,标房\n\n要求不打呼噜就行", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641774855953", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 11050, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "188039", + "nickname": "彭某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134820", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134780", + "root_uid": "188039", + "title": "", + "content": "还需要人不", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641828219799", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "197983", + "nickname": "陈某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134739", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "毕业便宜出台铃电动车", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641616097733", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 13973, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "180323", + "nickname": "董某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134819", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134739", + "root_uid": "180323", + "title": "", + "content": "买车可以加微信吗", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641824568066", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "180329", + "nickname": "李某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134791", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有出ipad的嘛?", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641792771532", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 13138, + "praises": 0, + "praised": 0, + "replys": 3, + "favorited": 0, + "heat": 1.8, + "user_info": { + "uid": "185136", + "nickname": "叶某", + "sysavatar": "1" + }, + "post_info": [ + { + "tid": "134793", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134791", + "root_uid": "185136", + "title": "", + "content": "iPad9可以出,才买的", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641795053647", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "229868", + "nickname": "江某", + "sysavatar": "1" + } + } + ] + }, + { + "tid": "134817", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出水产动科专业(大一到大三都有)和金融辅修专业课本,1本3元、2本5元,", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641819877165", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134817", + "unit_id": "1", + "uid": "181664", + "fid": "113415", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134817", + "unit_id": "1", + "uid": "181664", + "fid": "113416", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 6387, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "181664", + "nickname": "谢某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134816", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有没有12号早上6点半从海院去北站的\n拼车滴滴", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641819544751", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6150, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "193962", + "nickname": "谷某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134815", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "送考研教材啦😄可以私信我哦 全国包邮", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641819430111", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134815", + "unit_id": "1", + "uid": "169834", + "fid": "113414", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 5922, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "169834", + "nickname": "叶某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134814", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "文院学姐卖书,一本3r,两本5r\n需要加", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641819242364", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134814", + "unit_id": "1", + "uid": "182026", + "fid": "113410", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134814", + "unit_id": "1", + "uid": "182026", + "fid": "113411", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134814", + "unit_id": "1", + "uid": "182026", + "fid": "113412", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134814", + "unit_id": "1", + "uid": "182026", + "fid": "113413", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 5816, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "182026", + "nickname": "祝某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134810", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "[出书] 通信工程\n数字信号处理-基于数值计算\n科技英语\njava面向对象程序设计第2版\n一本5元\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641816745821", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 5750, + "praises": 1, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0.4, + "user_info": { + "uid": "196007", + "nickname": "陈某", + "sysavatar": "1" + }, + "post_info": [] + }, + { + "tid": "134806", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "接家教私我\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641811194762", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 8797, + "praises": 1, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 1, + "user_info": { + "uid": "202554", + "nickname": "艾某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134807", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134806", + "root_uid": "202554", + "title": "", + "content": "记得备注!", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641811285016", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "202554", + "nickname": "艾某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134797", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "收一个路由器,", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641803735384", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6650, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "192861", + "nickname": "焦某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134796", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "\n家教群(有寒假单)", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641803080810", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 6704, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "218498", + "nickname": "余某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134756", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "卖书啦!需要请\n课本:1本3元,2本5元。\n六级真题详解(到2020年9月非全新):1元带走。\n考研英语1575必考词汇书全新:0元带走。\n地点:六社区四组团玻璃外蓝色箱子自取。......", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641656886032", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134756", + "unit_id": "1", + "uid": "183634", + "fid": "113386", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134756", + "unit_id": "1", + "uid": "183634", + "fid": "113387", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 15527, + "praises": 1, + "praised": 0, + "replys": 2, + "favorited": 0, + "heat": 1.6, + "user_info": { + "uid": "183634", + "nickname": "张某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134795", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134756", + "root_uid": "183634", + "title": "", + "content": "法律英语已出", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641802433832", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "3", + "file_info": [], + "user_info": { + "uid": "183634", + "nickname": "张某", + "sysavatar": "0" + } + }, + { + "tid": "134770", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134756", + "root_uid": "183634", + "title": "", + "content": "单词书已送出", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641722839727", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "183634", + "nickname": "张某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134792", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有出山地自行车的吗?", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641793142090", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7004, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "185595", + "nickname": "罗某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134790", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有偿借用完美校园,进出学校\n", + + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641789872531", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7050, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "167308", + "nickname": "牛某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134532", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "找一个会使用单反的人", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641037931593", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 18070, + "praises": 0, + "praised": 0, + "replys": 3, + "favorited": 0, + "heat": 1.8, + "user_info": { + "uid": "179246", + "nickname": "张某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134628", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134532", + "root_uid": "179246", + "title": "", + "content": "搜不到", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641284972622", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "3", + "file_info": [], + "user_info": { + "uid": "197984", + "nickname": "林某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134784", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出数学和英语!", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641784116532", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134784", + "unit_id": "1", + "uid": "164638", + "fid": "113397", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + }, + { + "oid": "134784", + "unit_id": "1", + "uid": "164638", + "fid": "113396", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 7063, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "164638", + "nickname": "曹某", + "sysavatar": "0" + }, + "post_info": [ + ] + }, + { + "tid": "134783", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "寒假出租电动车,电瓶可拆,有牌有通行证\n时间1.12——开学 价格150\n有意向的", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641780951666", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7011, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "213060", + "nickname": "郑某", + "sysavatar": "1" + }, + "post_info": [] + }, + { + "tid": "134781", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出北欧风便携小凳子 10元", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641778541920", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "134781", + "unit_id": "1", + "uid": "183570", + "fid": "113395", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "glances": 7065, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "user_info": { + "uid": "183570", + "nickname": "王某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134782", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134781", + "root_uid": "183570", + "title": "", + "content": "hello", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641778909954", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "user_info": { + "uid": "183570", + "nickname": "王某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134603", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出孙厝二月转租🏠 v:Oaminy", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641263070550", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 26206, + "praises": 1, + "praised": 0, + "replys": 5, + "favorited": 0, + "heat": 3.4, + "user_info": { + "uid": "216422", + "nickname": "张某", + "sysavatar": "0" + }, + "post_info": [ + { + "tid": "134777", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134603", + "root_uid": "216422", + "title": "", + "content": "d", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641738911900", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "6", + "file_info": [], + "user_info": { + "uid": "216422", + "nickname": "张某", + "sysavatar": "0" + } + }, + { + "tid": "134675", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134603", + "root_uid": "216422", + "title": "", + "content": "因为过年 可便宜出[鼓掌1]", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641411435125", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "3", + "file_info": [], + "user_info": { + "uid": "216422", + "nickname": "张某", + "sysavatar": "0" + } + } + ] + }, + { + "tid": "134775", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "出华为nova8pro 8+128G曲面屏 4G\n7月中购入 99新 包装盒子数据线都在 \n有66W快充 985处理器 屏幕刷新率120Hz\n非常流畅丝滑 无磕碰拆修 不打游戏平常只是聊天刷视频\n", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641732077883", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7443, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "213495", + "nickname": "黎某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134774", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "求短租,14号-21号[抱拳]", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641730983258", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 7441, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "210050", + "nickname": "徐某", + "sysavatar": "0" + }, + "post_info": [] + }, + { + "tid": "134759", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": "", + "content": "有出13号到18的短租吗?", + "extra_id": "0", + "location": "", + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641699916835", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "glances": 14601, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "user_info": { + "uid": "193665", + "nickname": "殷某", + "sysavatar": "0" + }, + "post_info": [] + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/praise_api/tome": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:52 GMT" + ], + "content-length": [ + "72890" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": 789, + "count": 20, + "topics": [ + { + "id": 2715010, + "praise_time": 1641549203, + "user": { + "uid": 195263, + "nickname": "方某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=571", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=572", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=573", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=574", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=575", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=576", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=577", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=578", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=579", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714971, + "praise_time": 1641472765, + "user": { + "uid": 168695, + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=580", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=581", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=582", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=583", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=584", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=585", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=586", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=587", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=588", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714966, + "praise_time": 1641466152, + "user": { + "uid": 196034, + "nickname": "余某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=589", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=590", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=591", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=592", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=593", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=594", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=595", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=596", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=597", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714959, + "praise_time": 1641459830, + "user": { + "uid": 202352, + "nickname": "王某", + "gender": 2, + "sysavatar": 1 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=598", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=599", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=600", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=601", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=602", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=603", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=604", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=605", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=606", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714950, + "praise_time": 1641454836, + "user": { + "uid": 218829, + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=607", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=608", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=609", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=610", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=611", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=612", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=613", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=614", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=615", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714949, + "praise_time": 1641454833, + "user": { + "uid": 218692, + "nickname": "徐某", + "gender": 2, + "sysavatar": 0 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=616", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=617", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=618", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=619", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=620", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=621", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=622", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=623", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=624", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714948, + "praise_time": 1641453964, + "user": { + "uid": 220817, + "nickname": "郭某", + "gender": 1, + "sysavatar": 1 + }, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2714947, + "praise_time": 1641453707, + "user": { + "uid": 220817, + "nickname": "郭某", + "gender": 1, + "sysavatar": 1 + }, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=625", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=626", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=627", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=628", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=629", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=630", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=631", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=632", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=633", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713988, + "praise_time": 1637592544, + "user": { + "uid": 220764, + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1545474", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=634", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=635", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=636", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713987, + "praise_time": 1637591867, + "user": { + "uid": 220830, + "nickname": "周某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1545474", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=637", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=638", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=639", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713979, + "praise_time": 1637566200, + "user": { + "uid": 182581, + "nickname": "黄某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1545474", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=640", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=641", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=642", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713976, + "praise_time": 1637566159, + "user": { + "uid": 212484, + "nickname": "崔某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1545474", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=643", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=644", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=645", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713962, + "praise_time": 1637502745, + "user": { + "uid": 162060, + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1545474", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=646", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=647", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=648", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713959, + "praise_time": 1637492462, + "user": { + "uid": 192889, + "nickname": "施某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1545474", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=649", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=650", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=651", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2713521, + "praise_time": 1635671147, + "user": { + "uid": 195767, + "nickname": "陈某", + "gender": 2, + "sysavatar": 0 + }, + "topic": { + "tid": "1502736", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "谢谢这位弟弟的操心,借此机会给大家解答近期集大通与OpenJMU的相关疑问。\n\n各位好,本人是目前OpenJMU项目的负责人。\n截止到发文止,OpenJMU项目组全体人员(共9人,均为校内学生)已与网络中心达成共识并签署相关协议,进行进一步的开发和功能扩展。项......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "634017,634018,634019,634020,634021,634022,634023,634024,634025", + "root_tid": "0", + "post_time": "1561127010", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=652", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=653", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=654", + "image_size": "240733", + "image_width": "1080", + "image_height": "2340", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=655", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=656", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=657", + "image_size": "43267", + "image_width": "784", + "image_height": "1394", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=658", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=659", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=660", + "image_size": "127466", + "image_width": "784", + "image_height": "1394", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=661", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=662", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=663", + "image_size": "70914", + "image_width": "784", + "image_height": "1394", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=664", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=665", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=666", + "image_size": "67506", + "image_width": "784", + "image_height": "1394", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=667", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=668", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=669", + "image_size": "85405", + "image_width": "784", + "image_height": "1394", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=670", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=671", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=672", + "image_size": "61863", + "image_width": "784", + "image_height": "1394", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=673", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=674", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=675", + "image_size": "6832", + "image_width": "198", + "image_height": "178", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "谢谢这位弟弟的操心,借此机会给大家解答近期集大通与OpenJMU的相关疑问。\n\n各位好,本人是目前OpenJMU项目的负责人。\n截止到发文止,OpenJMU项目组全体人员(共9人,均为校内学生)已与网络中心达成共识并签署相关协议,进行进一步的开发和功能扩展。项目以可用性和新特性为主,利用新应用对校内当前功能进行加强和改良。\nOpenJMU并不是一个最终名字,它代表着本校平台的开放,意味着学生可以实际地参与到校内平台中,提出建议和需求,从而使得校内平台更易用和全面。\n由于iOS集大通企业授权证书过期,当前仅有应用OpenJMU作为iOS端唯一可用的客户端。它仍然不完整,且远远未及原本应用的功能,但它只诞生了3个月,由0.1.0到即将发布的0.4.0,由5人至9人团队,由独立开发应用到网络中心授权项目,每一个阶段都有很多同学的一同见证。\n任何对这个平台在意和有想法的同学,都能在这个过程以自己的方式,为建立更好的平台而出力,而不是假意以官方、盗版和嘲讽说辞用以抨击同样是集大学子的同学们。\n在此我代表团队内的所有成员,欢迎大家理性发表对这个项目的看法和建议,同时我们也会一直且持续地公开接收使用者的反馈意见,调整使用体验。也希望作为集美学子的各位会有向着母校好的心~", + "replys": "3", + "forwards": "3", + "praises": "37", + "glances": "1889", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2711267, + "praise_time": 1630999722, + "user": { + "uid": 208951, + "nickname": "刘某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "", + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2711260, + "praise_time": 1630992763, + "user": { + "uid": 209241, + "nickname": "王某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "", + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2711238, + "praise_time": 1630978130, + "user": { + "uid": 168695, + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1543278", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "[doge]", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1543176", + "post_time": "1630928496", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "373", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1543176", + "uid": "168695", + "unit_id": "55", + "group_id": "0", + "content": "#OJ告白计划#\n趁着开学 大家活跃度比较高\n想着说收集一下大家想对openjmu说的话\n可以是鼓励 也可以是跟OJ之间难忘的经历\n\n我们会考虑做一些实体周边来抽奖\n所以不要吝啬你们的情感\n走过路过的尽量都评论下吧[doge]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "", + "root_tid": "0", + "post_time": "1630857824", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "168695", + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "23", + "forwards": "4", + "praises": "6", + "glances": "831", + "praised": 1, + "favorited": 0 + } + } + } + }, + { + "id": 2711148, + "praise_time": 1630888614, + "user": { + "uid": 202497, + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "", + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 2711103, + "praise_time": 1630846534, + "user": { + "uid": 163044, + "nickname": "吴某", + "gender": 1, + "sysavatar": 0 + }, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "", + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/reply_api/replyme": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:55 GMT" + ], + "content-length": [ + "154376" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": "242", + "count": 20, + "replylist": [ + { + "id": 1110431, + "reply": { + "rid": 1110431, + "content": "安排上了", + "post_time": 1641472774, + "from_string": "iPhone", + "uid": 168695, + "user": { + "uid": 168695, + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1546408, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1546408", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=676", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=677", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=678", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=679", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=680", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=681", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=682", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=683", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=684", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106695, + "reply": { + "rid": 1106695, + "content": "谢谢", + "post_time": 1630819160, + "from_string": "Android", + "uid": 210071, + "user": { + "uid": 210071, + "nickname": "郑某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106681, + "reply": { + "rid": 1106681, + "content": "感谢[爱心][爱心][爱心]", + "post_time": 1630811714, + "from_string": "iPhone", + "uid": 181671, + "user": { + "uid": 181671, + "nickname": "杨某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106676, + "reply": { + "rid": 1106676, + "content": "感恩🍃🍃", + "post_time": 1630808155, + "from_string": "iPhone", + "uid": 184377, + "user": { + "uid": 184377, + "nickname": "王某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106674, + "reply": { + "rid": 1106674, + "content": "非常感谢", + "post_time": 1630807543, + "from_string": "iPhone", + "uid": 199908, + "user": { + "uid": 199908, + "nickname": "刘某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106664, + "reply": { + "rid": 1106664, + "content": "💪", + "post_time": 1630770429, + "from_string": "iPhone", + "uid": 181291, + "user": { + "uid": 181291, + "nickname": "韩某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106658, + "reply": { + "rid": 1106658, + "content": "回复:@魏某 好", + "post_time": 1630767397, + "from_string": "Android", + "uid": 195263, + "user": { + "uid": 195263, + "nickname": "方某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 1106627, + "to_reply": { + "exists": 1, + "reply": { + "rid": 1106627, + "content": "辛苦了", + "post_time": 1630739402, + "from_string": "iPhone", + "uid": 195288, + "user": { + "uid": 195288, + "nickname": "魏某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": null, + "to_rid": 0, + "to_reply": null + } + } + } + }, + { + "id": 1106657, + "reply": { + "rid": 1106657, + "content": "又是一个时代的落幕", + "post_time": 1630766113, + "from_string": "iPhone", + "uid": 216152, + "user": { + "uid": 216152, + "nickname": "罗某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106627, + "reply": { + "rid": 1106627, + "content": "辛苦了", + "post_time": 1630739402, + "from_string": "iPhone", + "uid": 195288, + "user": { + "uid": 195288, + "nickname": "魏某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106621, + "reply": { + "rid": 1106621, + "content": "期待更好的相遇 谢谢你们一直以来的付出[玫瑰]", + "post_time": 1630729930, + "from_string": "Android", + "uid": 215001, + "user": { + "uid": 215001, + "nickname": "罗某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106600, + "reply": { + "rid": 1106600, + "content": "回复:@Alex 请问怎么加入内测群呀", + "post_time": 1630712306, + "from_string": "Android", + "uid": 207485, + "user": { + "uid": 207485, + "nickname": "吴某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 1106593, + "to_reply": { + "exists": 1, + "reply": { + "rid": 1106593, + "content": "回复:@吴某 嗯,因为集大通要关停,而我们如果直接转型的话成本过高,所以目前决定一并放弃这个旧的客户端。", + "post_time": 1630690916, + "from_string": "Android", + "uid": 136172, + "user": { + "uid": 136172, + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": null, + "to_rid": 1106559, + "to_reply": null + } + } + } + }, + { + "id": 1106588, + "reply": { + "rid": 1106588, + "content": "我是2020级新生,在收到录取通知书时,看到OPEN JMU的推荐,我以为这是学校官方运营的app,当时一度被学校的细心惊讶到,请团队原谅我的无知浅薄,今天才知道这么棒的平台,是我们集大校友和在校生一手努力的成果。感谢团队两年半甚至超越两年半的沉思构想与努力,感激OPEN JMU对我一整年的帮助,这是一款真正为学生提供便利的良心软件,现在是暂停,不是终止,相信终有一天团队会带着更多方的支持合作、更新颖周到的设计、更坚定踏实的信念回到集大同学们的身边。过去的日子辛苦啦~感谢陪伴~愿集大人都能得偿所愿[玫瑰][爱心]", + "post_time": 1630686978, + "from_string": "iPhone", + "uid": 213445, + "user": { + "uid": 213445, + "nickname": "刘某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106586, + "reply": { + "rid": 1106586, + "content": "通知书里首次遇见", + "post_time": 1630686005, + "from_string": "iPhone", + "uid": 217718, + "user": { + "uid": 217718, + "nickname": "吴某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106581, + "reply": { + "rid": 1106581, + "content": "以为是开始,没想到是巅峰...", + "post_time": 1630682738, + "from_string": "iPhone", + "uid": 202134, + "user": { + "uid": 202134, + "nickname": "潘某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106578, + "reply": { + "rid": 1106578, + "content": "泪目[大哭7]", + "post_time": 1630678130, + "from_string": "Android", + "uid": 184913, + "user": { + "uid": 184913, + "nickname": "林某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106576, + "reply": { + "rid": 1106576, + "content": "openjmu好用的啊!", + "post_time": 1630674025, + "from_string": "Android", + "uid": 203692, + "user": { + "uid": 203692, + "nickname": "吴某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106575, + "reply": { + "rid": 1106575, + "content": "真的是爷青结了", + "post_time": 1630673963, + "from_string": "Android", + "uid": 219322, + "user": { + "uid": 219322, + "nickname": "曾某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106574, + "reply": { + "rid": 1106574, + "content": "加油", + "post_time": 1630673585, + "from_string": "iPhone", + "uid": 218833, + "user": { + "uid": 218833, + "nickname": "庄某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106572, + "reply": { + "rid": 1106572, + "content": "这个客户端真的挺好的,爷哭了", + "post_time": 1630673273, + "from_string": "Android", + "uid": 198217, + "user": { + "uid": 198217, + "nickname": "林某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + }, + { + "id": 1106571, + "reply": { + "rid": 1106571, + "content": "爷青结😭😭😭", + "post_time": 1630672295, + "from_string": "Android", + "uid": 182034, + "user": { + "uid": 182034, + "nickname": "郭某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1542877, + "to_topic": { + "exists": 1, + "topic": { + "tid": "1542877", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": null, + "type": "first", + "category": "longtext", + "extra_id": null, + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + } + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/mentionme": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:56 GMT" + ], + "content-length": [ + "156111" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": 80, + "count": 20, + "topics": [] + } + } + } + ], + "https://wb.jmu.edu.cn/reply_api/mentionme": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:25:58 GMT" + ], + "content-length": [ + "53722" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": "80", + "count": 20, + "replylist":[] + } + } + } + ], + "https://wb.jmu.edu.cn/user_api/tally/uid/136172": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:06 GMT" + ], + "content-length": [ + "203" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "uid": 136172, + "nickname": "Alex", + "gender": 1, + "topics": "69", + "latest_tid": "0", + "latest_topic": "", + "top_tid": "0", + "top_topic": "", + "weibo_uid": "0", + "idols": "8", + "fans": "74", + "favs": "0", + "is_following": 0 + } + } + } + ], + "https://oa99.jmu.edu.cn/v2/api/usertag/getusertags?uid=136172": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": { + "uid": "136172" + }, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "OAPSID=sidmd5; path=/", + "PHPSESSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:07 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "code": 200, + "data": [ + { + "uid": 136172, + "tagid": 104, + "tagname": "音乐" + }, + { + "uid": 136172, + "tagid": 107, + "tagname": "动漫" + }, + { + "uid": 136172, + "tagid": 108, + "tagname": "摄影" + }, + { + "uid": 136172, + "tagid": 110, + "tagname": "游戏" + }, + { + "uid": 136172, + "tagid": 312, + "tagname": "双鱼座" + }, + { + "uid": 136172, + "tagid": 502, + "tagname": "英语" + }, + { + "uid": 136172, + "tagid": 506, + "tagname": "编程" + }, + { + "uid": 136172, + "tagid": 521, + "tagname": "汽车" + } + ], + "msg": "成功" + } + } + } + ], + "http://labs.jmu.edu.cn/CourseSchedule/StudentCourseSchedule?sid=sidmd5": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": { + "sid": "sidmd5" + }, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "OAPSID=sidmd5; path=/", + "PHPSESSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:07 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": "{\"workID\":\"201978903017\",\"courses\":[],\"othCase\":[{\"content\":\"789\",\"courseDaytime\":3,\"courseTime\":9},{\"content\":\"123\",\"courseDaytime\":1,\"courseTime\":1},{\"content\":\"\",\"courseDaytime\":2,\"courseTime\":1},{\"content\":\"789\",\"courseDaytime\":5,\"courseTime\":1},{\"content\":\"\",\"courseDaytime\":2,\"courseTime\":2},{\"content\":\"\",\"courseDaytime\":1,\"courseTime\":2},{\"content\":\"\",\"courseDaytime\":99,\"courseTime\":99},{\"content\":\"\",\"courseDaytime\":7,\"courseTime\":1},{\"content\":\"901\",\"courseDaytime\":1,\"courseTime\":9},{\"content\":\"\",\"courseDaytime\":4,\"courseTime\":1},{\"content\":\"234\",\"courseDaytime\":2,\"courseTime\":3},{\"content\":\"345\",\"courseDaytime\":3,\"courseTime\":5},{\"content\":\"456\",\"courseDaytime\":4,\"courseTime\":7},{\"content\":\"567\",\"courseDaytime\":4,\"courseTime\":3},{\"content\":\"901\",\"courseDaytime\":5,\"courseTime\":5},{\"content\":\"012\",\"courseDaytime\":2,\"courseTime\":7},{\"content\":\"123\",\"courseDaytime\":1,\"courseTime\":5},{\"content\":\"234\",\"courseDaytime\":3,\"courseTime\":1},{\"content\":\"678\",\"courseDaytime\":5,\"courseTime\":9},{\"content\":\"\",\"courseDaytime\":3,\"courseTime\":3}],\"error\":\"OK\",\"backImgSelf\":false,\"fileSuffix\":\"\"}" + } + } + ], + "http://labs.jmu.edu.cn/CourseSchedule/StudentClassRemark?sid=sidmd5": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": { + "sid": "sidmd5" + }, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "OAPSID=sidmd5; path=/", + "PHPSESSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:07 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": "{\"classScheduleRemark\":\"通知\\r\"}" + } + } + ], + "https://oa99.jmu.edu.cn/ajax/score/info?uid=136172": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json" + ], + "set-cookie": [ + "OAPSID=sidmd5; path=/", + "PHPSESSID=sidmd5; path=/" + ], + "transfer-encoding": [ + "chunked" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:08 GMT" + ], + "server": [ + "nginx" + ] + }, + "data": { + "code": 200, + "msg": "成功", + "score": { + "uid": 136172, + "signstatus": 1, + "lotterychance": 0, + "totalexp": 372300, + "totalmoney": 0, + "levelinfo": { + "level": 101, + "minscore": 369550, + "maxscore": 373349 + }, + "updatetime": 1642263342 + } + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/user/uid/136172": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:07 GMT" + ], + "content-length": [ + "54610" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": "69", + "count": 20, + "topics": [ + { + "id": 81, + "topic": { + "tid": "81", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=784", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=785", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=786", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=787", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=788", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=789", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=790", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=791", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=792", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 82, + "topic": { + "tid": "82", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=793", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=794", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=795", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 83, + "topic": { + "tid": "83", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "[doge]", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1543176", + "post_time": "1630928496", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "373", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1543176", + "uid": "168695", + "unit_id": "55", + "group_id": "0", + "content": "#OJ告白计划#\n趁着开学 大家活跃度比较高\n想着说收集一下大家想对openjmu说的话\n可以是鼓励 也可以是跟OJ之间难忘的经历\n\n我们会考虑做一些实体周边来抽奖\n所以不要吝啬你们的情感\n走过路过的尽量都评论下吧[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1630857824", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "168695", + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "23", + "forwards": "4", + "praises": "6", + "glances": "831", + "praised": 1, + "favorited": 0 + } + } + } + }, + { + "id": 84, + "topic": { + "tid": "84", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "", + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 85, + "topic": { + "tid": "85", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [doge]1.3.0 版本发布,适配了学校由CAS系统绕转的WebVPN问题,另外进行了大量的性能优化[666]。由于学校CAS系统数据的同步问题,诚毅学院的部分同学目前仍无法正常使用WebVPN,待信息化中心进一步处理[打脸]。\n\n新增......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "660629", + "root_tid": "0", + "post_time": "1626926037", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=796", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=797", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=798", + "image_size": "14409", + "image_width": "440", + "image_height": "414", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# [doge]1.3.0 版本发布,适配了学校由CAS系统绕转的WebVPN问题,另外进行了大量的性能优化[666]。由于学校CAS系统数据的同步问题,诚毅学院的部分同学目前仍无法正常使用WebVPN,待信息化中心进一步处理[打脸]。\n\n新增:\n* 接入校内网络通道的 CAS 统一身份认证。\n优化:\n* 默认将自动签到;\n* 优化校内网络通道登录错误提示;\n* 优化首页加载速度;\n* 优化动态详情页评论加载速度;\n* 优化自定义课程编辑样式;\n* 优化个人页呼出时首页的交互;\n* 移除登录视频。", + "replys": "8", + "forwards": "1", + "praises": "18", + "glances": "1530", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 86, + "topic": { + "tid": "86", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "有 BUG 我不修,在这跟狗头 solo,诶就是玩儿~[doge]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "657290", + "root_tid": "0", + "post_time": "1618929632", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=799", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=800", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=801", + "image_size": "7529", + "image_width": "55", + "image_height": "55", + "image_ext": "gif", + "image_type": 0 + } + ], + "replys": "4", + "forwards": "0", + "praises": "5", + "glances": "763", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 87, + "topic": { + "tid": "87", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 1.2.1 版本已发布,集中解决了关于 WebVPN 的连接、更新和链接替换问题,同时优化了图片上传的压缩方式。[烟火]\n\n优化:\n* 增加网络切换时自动检测是否回落校内网络通道;\n* 优化校内网络通道检测时机;\n* 优化校内网络通道鉴权失......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "657205", + "root_tid": "0", + "post_time": "1618709370", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=802", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=803", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=804", + "image_size": "8291", + "image_width": "240", + "image_height": "109", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 1.2.1 版本已发布,集中解决了关于 WebVPN 的连接、更新和链接替换问题,同时优化了图片上传的压缩方式。[烟火]\n\n优化:\n* 增加网络切换时自动检测是否回落校内网络通道;\n* 优化校内网络通道检测时机;\n* 优化校内网络通道鉴权失效的更新机制;\n* 优化图片压缩参数;\n* 优化提到某人窗口的文字提示;\n* 优化非校内网站的域名替换规则;\n* 优化首页轮询接口的请求次数。\n修复:\n* 修复 iOS 打开侧边栏出现的回弹问题;\n* 修复使用校内网络通道时编辑自定义课程失败的问题;\n* 修复正常课程与自定义课程重叠时自定义课程的编辑问题。", + "replys": "1", + "forwards": "0", + "praises": "6", + "glances": "893", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 88, + "topic": { + "tid": "88", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 聊一下部分同学反馈的客户端在高刷屏下的适配问题。[暗中观察]\n\n众所周知,Flutter 是我们的开发基础框架,它基于自定义渲染机制来实现一致的应用效果。在安卓上通常采用 SurfaceView/TextureView 作为嵌入层。\n\n而国......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "657160", + "root_tid": "0", + "post_time": "1618543708", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=805", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=806", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=807", + "image_size": "41867", + "image_width": "540", + "image_height": "1206", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 聊一下部分同学反馈的客户端在高刷屏下的适配问题。[暗中观察]\n\n众所周知,Flutter 是我们的开发基础框架,它基于自定义渲染机制来实现一致的应用效果。在安卓上通常采用 SurfaceView/TextureView 作为嵌入层。\n\n而国产高刷屏,在选择了高刷新率时,都会自带一个「动态帧率模式」,这个模式会判断当前你有没有在看视频或玩游戏,从而降低刷新率以降低功耗。普遍的检测方法就是判断有没有超过半个屏幕的 SurfaceView/TextureView。如此一来,Flutter 正中下怀,启动时屏幕刷新率会被降至 60Hz。\n\n当然,我们已经采用了一些技术手段,在支持应用手动调整帧率的手机上默认使用最高的刷新率。但是其中一些手机,例如我手上使用 ColorOS 的「一加 9 Pro」,无法由应用手动设置更高的帧率。这个问题目前仍然在与 Flutter 移动端负责人和 ColorOS 产品经理沟通,希望后续能得到解决。\n\n如要了解更多信息,可以查看在 GitHub 上的讨论:https://wb.jmu.edu.cn/r/xZZ [doge]", + "replys": "1", + "forwards": "0", + "praises": "12", + "glances": "764", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 89, + "topic": { + "tid": "89", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 1.2.0版本已发布,主要解决了几个相对严重的体验问题,同时增加了全局的 WebVPN。[doge]\n\n新增:\n* 静默回落载入校内网络通道,无论是否有缓存或是否在校内,都可以查看最新的课表信息,或访问应用中心的应用。\n\n优化:\n* 优化侧......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "656931", + "root_tid": "0", + "post_time": "1618192681", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=808", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=809", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=810", + "image_size": "5269", + "image_width": "150", + "image_height": "198", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 1.2.0版本已发布,主要解决了几个相对严重的体验问题,同时增加了全局的 WebVPN。[doge]\n\n新增:\n* 静默回落载入校内网络通道,无论是否有缓存或是否在校内,都可以查看最新的课表信息,或访问应用中心的应用。\n\n优化:\n* 优化侧边栏显示模式,可以从桌面任意位置拉出;\n* 优化图片上传策略,进一步确保更多图片能进行上传和正常展示;\n* 优化个性签名的编辑和显示;\n* 优化后台轮询请求;\n* 优化校内通道条件下的课程表获取有效性处理;\n* 优化周数处理时机,避免被网络请求阻塞影响;\n* 优化成绩解析重试条件。\n\n修复:\n* 修复公告弹窗的布局问题;\n* 修复 iOS 的图片上传失败问题;\n* 修复上传头像后需要重新启动才能生效的问题;\n* 修复集市点赞失败问题;\n* 修复集市评论图片查看重复的问题;\n* 修复自定义课程的增删改查功能;\n* 修复潜在的成绩获取失败问题;\n* 修复消息页的公告未解析特殊文字的问题;\n* 修复搜索时可能出现的空白问题。", + "replys": "8", + "forwards": "0", + "praises": "9", + "glances": "867", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 90, + "topic": { + "tid": "90", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "再大的图片…应该都可以上传了[暗中观察]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "656623", + "root_tid": "0", + "post_time": "1617988467", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=811", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=812", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=813", + "image_size": "246747", + "image_width": "1224", + "image_height": "1632", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "2", + "forwards": "0", + "praises": "13", + "glances": "726", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 91, + "topic": { + "tid": "91", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 1.1.0版本已发布。\n\n新增:\n* 广场超过 3 条的同样转发将折叠以减少占用空间,同样应用于通知页内容;\n* 重新开放启动页面设置;\n* 底栏重新开放文字显示。\n\n优化:\n* 升级 Flutter 至 2.0.2;\n* 优化通知页默认页......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "656105", + "root_tid": "0", + "post_time": "1616553050", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=814", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=815", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=816", + "image_size": "2301", + "image_width": "87", + "image_height": "104", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 1.1.0版本已发布。\n\n新增:\n* 广场超过 3 条的同样转发将折叠以减少占用空间,同样应用于通知页内容;\n* 重新开放启动页面设置;\n* 底栏重新开放文字显示。\n\n优化:\n* 升级 Flutter 至 2.0.2;\n* 优化通知页默认页面判断;\n* 优化转发及评论间距;\n* 优化课程表显示效果;\n* 更新部分图标及 JIMOJI;\n* 调整表情面板的默认高度;\n* 优化搜索指定用户时的交互;\n* 优化 WebView 下载文件的提示内容;\n* WebView 开启 Hybrid Composition,大幅优化 Android 的 WebView 性能及体验;\n* WebView 支持固化 Cookie,重新打开应用不丢失状态;\n* 优化异常捕获展示及交互。\n\n修复:\n* 修复部分被屏蔽或删除的动态用户信息不全导致的解析问题;\n* 修复部分弹窗条件判断导致的返回按钮丢失的问题;\n* 修复点击集市动态外部评论按钮无响应的问题;\n* 修复 iOS 底部悬浮部件的空白问题;\n* 修复提到用户时头像状态错位问题;\n* 修复个人签名在非 UTF-16 字符下错误的问题;\n* 修复嵌套特殊文字的解析问题;\n* 修复应用中心常用应用编辑存储问题;\n* 修复修改字号后未立即生效的问题;\n* 修复 WebView 拉起支付宝无法支付的问题;\n* 修复 iOS 更新跳转地址问题;\n* 调整用户二维码在深色模式下的匹配率。", + "replys": "3", + "forwards": "0", + "praises": "11", + "glances": "804", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 92, + "topic": { + "tid": "92", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "iOS 导入问题已修复", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533226", + "post_time": "1616473117", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "551", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533226", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "WebVPN 课程表导出 ics 日历功能已修复", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655503", + "root_tid": "0", + "post_time": "1614756502", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=817", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=818", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=819", + "image_size": "98550", + "image_width": "746", + "image_height": "1618", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "7", + "forwards": "1", + "praises": "5", + "glances": "985", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 93, + "topic": { + "tid": "93", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "说得好,看到的一小时内完成了开发,下一个小版本会加上。感谢反馈[666]", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533516", + "post_time": "1615301912", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "9", + "forwards": "0", + "praises": "9", + "glances": "736", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533516", + "uid": "165217", + "unit_id": "55", + "group_id": "0", + "content": "集大通能不能出个同内容转发收起功能啊[流汗2]\n一刷全是刷屏一样的信息啥都看不着 效率太低了", + "location": "", + "type": "first", + "category": "text", + "extra_id": "", + "root_tid": "0", + "post_time": "1615281716", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "165217", + "nickname": "温某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "2", + "forwards": "1", + "praises": "7", + "glances": "576", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 94, + "topic": { + "tid": "94", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 千呼万唤始出来。今天我们很激动地宣布,经过长达一年的内部迭代,OpenJMU App 于今天发布 1.0.0 版本。\n新版本为大家带来了全新的设计、全新的应用中心图标和更有趣的 JIMOJI,将为你的浏览旅途提供更美妙的风景。\n这次我们的重......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "655583,655591,655588,655586,655584,655590,655589,655585,655587", + "root_tid": "0", + "post_time": "1615254887", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=820", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=821", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=822", + "image_size": "90008", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=823", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=824", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=825", + "image_size": "152992", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=826", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=827", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=828", + "image_size": "268929", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=829", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=830", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=831", + "image_size": "343182", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=832", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=833", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=834", + "image_size": "142556", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=835", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=836", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=837", + "image_size": "919388", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=838", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=839", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=840", + "image_size": "240471", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + } + ], + "article": "#OpenJMU# 千呼万唤始出来。今天我们很激动地宣布,经过长达一年的内部迭代,OpenJMU App 于今天发布 1.0.0 版本。\n新版本为大家带来了全新的设计、全新的应用中心图标和更有趣的 JIMOJI,将为你的浏览旅途提供更美妙的风景。\n这次我们的重点在提升用户体验上,在这一年中,团队的每一个人认真地深耕了用户的操作、应用使用的手感和交互。基于用户的反馈,我们为界面和交互带来了全新的设计。每一种弹窗和提示的内容、时间及位置,都经过了反复实验。\n临近 OpenJMU 项目 2 周年,OpenJMU 项目组在新的一年将尝试在校内外的更多纬度为大家提供更好的内容和产品。\n感谢各位的持续支持![doge][666][机智]", + "replys": "5", + "forwards": "5", + "praises": "16", + "glances": "783", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 95, + "topic": { + "tid": "95", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "WebVPN 课程表导出 ics 日历功能已修复", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655503", + "root_tid": "0", + "post_time": "1614756502", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=841", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=842", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=843", + "image_size": "98550", + "image_width": "746", + "image_height": "1618", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "7", + "forwards": "1", + "praises": "5", + "glances": "985", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 96, + "topic": { + "tid": "96", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "有人期待狗头吗[doge]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655449", + "root_tid": "0", + "post_time": "1614581563", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=844", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=845", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=846", + "image_size": "134557", + "image_width": "1080", + "image_height": "2376", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "0", + "praises": "7", + "glances": "499", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 97, + "topic": { + "tid": "97", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "牛年大吉、金牛贺岁、喜气牛牛、牛转钱坤🐮", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1532724", + "post_time": "1613088828", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "2", + "forwards": "0", + "praises": "9", + "glances": "1351", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1532724", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#牛年到,OpenJMU全体项目组成员祝大家身体健康、学业进步、工作顺利!\n我们即将迎来OpenJMU项目二周年纪念日,感谢OJ用户们的陪伴与支持!\nOpenJMU全新版本V1.0.0将在不久后推送更新,焕然一新的UI设计,更有JIMOJI等新元素等你发现\n下载安装OpenJMU请认准官方网站:\nopenjmu.jmu.edu.cn", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655283", + "root_tid": "0", + "post_time": "1613080297", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=847", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=848", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=849", + "image_size": "197025", + "image_width": "1080", + "image_height": "1080", + "image_ext": "png", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "2", + "praises": "22", + "glances": "1825", + "praised": 1, + "favorited": 0 + } + } + } + }, + { + "id": 98, + "topic": { + "tid": "98", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "根据#集大通平台公约#,已对今日所有「环球志愿」、「抗疫志愿者」、「国家级证书」相关内容予以屏蔽。请自觉维护平台公约。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655244", + "root_tid": "0", + "post_time": "1612710396", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=850", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=851", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=852", + "image_size": "606818", + "image_width": "1080", + "image_height": "5217", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "2", + "forwards": "0", + "praises": "14", + "glances": "1638", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 99, + "topic": { + "tid": "99", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#GDG# 获得了丰富的周边(包括50💰的一个桶)、运气好得到了提问的机会顺便宣传了一波 CFUG 和 flutter.cn 系列、给 Google Pay 团队演示了 OpenJMU 并且得到了高度赞赏,今日不虚此行[OK]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "653186,653188,653184,653187,653182,653185,653183,653181,653180", + "root_tid": "0", + "post_time": "1606047681", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=853", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=854", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=855", + "image_size": "419279", + "image_width": "1800", + "image_height": "1800", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=856", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=857", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=858", + "image_size": "581443", + "image_width": "3195", + "image_height": "1797", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=859", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=860", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=861", + "image_size": "241254", + "image_width": "1551", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "2", + "forwards": "5", + "praises": "25", + "glances": "732", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 100, + "topic": { + "tid": "100", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "Sequence test", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645219,645217,645214,645213,645212,645218,645215,645216,645220", + "root_tid": "0", + "post_time": "1590378185", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=862", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=863", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=864", + "image_size": "80290", + "image_width": "1488", + "image_height": "2232", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=865", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=866", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=867", + "image_size": "220072", + "image_width": "1242", + "image_height": "2688", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=868", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=869", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=870", + "image_size": "519940", + "image_width": "1280", + "image_height": "2771", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=871", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=872", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=873", + "image_size": "220990", + "image_width": "1080", + "image_height": "2340", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=874", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=875", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=876", + "image_size": "101870", + "image_width": "1242", + "image_height": "2688", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=877", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=878", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=879", + "image_size": "200872", + "image_width": "1440", + "image_height": "3120", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=880", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=881", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=882", + "image_size": "140024", + "image_width": "1440", + "image_height": "3120", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "9", + "forwards": "0", + "praises": "9", + "glances": "2018", + "praised": 0, + "favorited": 0 + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/user/uid/136172/id_max/1533086": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:07 GMT" + ], + "content-length": [ + "54610" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": "69", + "count": 20, + "topics": [ + { + "id": 81, + "topic": { + "tid": "81", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [滑稽]感谢大家 2 年以来参与 OpenJMU 项目的发展。我们发起了 30 份「OpenJMU 纪念贴纸」的抽奖活动,我们将随贴纸附赠一张贺卡。使用微信扫描抽奖码,填写问卷收集后即可参与抽奖。期待你的参与。截止日期 1 月 10 日 9:30。[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662984,662985,662983", + "root_tid": "0", + "post_time": "1641453517", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=784", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=785", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=786", + "image_size": "264832", + "image_width": "1080", + "image_height": "2672", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=787", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=788", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=789", + "image_size": "175307", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=790", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=791", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=792", + "image_size": "81462", + "image_width": "1080", + "image_height": "1080", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "1", + "praises": "7", + "glances": "417", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 82, + "topic": { + "tid": "82", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#由于校方信息化中心未对 WebVPN 体系进行调整,并在长时间内未向团队进行反馈,我们已在 1.3.4 版本中将校外网络套用全局 WebVPN 的策略禁用。如有疑问请致电信息化中心。", + "location": null, + "type": "first", + "category": "text", + "extra_id": "662351", + "root_tid": "0", + "post_time": "1637479510", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=793", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=794", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=795", + "image_size": "1647", + "image_width": "54", + "image_height": "51", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "0", + "forwards": "0", + "praises": "6", + "glances": "580", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 83, + "topic": { + "tid": "83", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "[doge]", + "location": null, + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1543176", + "post_time": "1630928496", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "1", + "glances": "373", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1543176", + "uid": "168695", + "unit_id": "55", + "group_id": "0", + "content": "#OJ告白计划#\n趁着开学 大家活跃度比较高\n想着说收集一下大家想对openjmu说的话\n可以是鼓励 也可以是跟OJ之间难忘的经历\n\n我们会考虑做一些实体周边来抽奖\n所以不要吝啬你们的情感\n走过路过的尽量都评论下吧[doge]", + "location": null, + "type": "first", + "category": "text", + "extra_id": null, + "root_tid": "0", + "post_time": "1630857824", + "from_string": "iPhone", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "168695", + "nickname": "李某", + "gender": 1, + "sysavatar": 0 + }, + "replys": "23", + "forwards": "4", + "praises": "6", + "glances": "831", + "praised": 1, + "favorited": 0 + } + } + } + }, + { + "id": 84, + "topic": { + "tid": "84", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJ......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "", + "root_tid": "0", + "post_time": "1630638441", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "article": "#OpenJMU#\n来自 OpenJMU 团队一些想说的话。\n\n如果你不想阅读较长篇幅的说明,以下是简要内容:\n\n> 「集大通」将在数月内永久关闭服务,相关服务已无法维护,课表无法在外网查看,成绩服务已暂停使用,由集大通中转的所有网页链接已无法打开,OpenJMU 客户端将不再进行功能性维护。\n\n很久不见,我们 OpenJMU 团队(以下统一称团队)有一段时间未在广场发言了,临近开学时期,我们依旧在继续跟进学校的变化。\n\n只是这样的变化,在 OpenJMU 这个象征着团队标志的客户端(以下统一称客户端)上,将暂时划上句号。 OpenJMU 诞生的初衷就是作为一款更加好用的集美大学校园客户端,而今其背靠的「集大通」由于信息化发展的原因,将在不久的将来停用,意味着我们的客户端也将一并归入历史的尘封里。\n\n从集美大学发展以来,社区和社交都是在永恒博弈的话题:「BBS」的兴起和关停、「集大通」的介入和草草退场,都是我们处在时代背景下的局限性。但不变的是你们,是永远有着交流需求的广大学生们,是永远喜欢分享事物的同学们,是永远需要年段之间的二手交易来传承的你们。\n\n这两年,团队的发展历历在目,从 5 人行到 15 人的小团队,从 0.1.0 到 1.3.1 的坚持,在各种条件都十分艰难的情况下,存活了两年半。此刻并不是撑不住了,而是大家来到了一个分界点。\n\n团队始终以「学生为主」的原则改善客户端的体验,增加了课表、成绩等核心教学服务功能,同时也带来了优秀的用户体验。如此成绩的背后,是我们长期与用户和学校有关部分沟通的结果,团队从未放弃任何一个让客户端变好的机会。只是往往事与愿违,团队由于组成结构复杂(有校友也有在校生)导致部分内容不能正常推进。\n\n此次客户端的关停并不代表团队就此解散。长久的历史一次次印证着,类似这样的学生团队,总会在有自己的强烈追求与诉求,并且再也无法忍受现状的时候,聚集在一起,发挥出他们的作用。团队将继续存在,形式仍然在探索,我们依旧在努力。也欢迎希望参与到校园信息化建设的你,联系我们,探讨如何让自己发光发热。\n\n至此,团队已经成立了两年半,我们计划在一段时间后,为大家提供一些具有纪念意义的物件,来以此纪念我们自己和这个美好项目的存在。后续将会在「OpenJMU 内测组」群内继续说明相关内容。\n\n不久的将来,我们还有其他的惊喜,为大家奉上,期待下一次的见面。\n\n我谨代表团队里的每一位成员,感谢所有使用过 OpenJMU 的师生们,感谢所有给我们提出反馈的人,感谢在 App Store 上用键盘扛着「AK47」与我们对喷的人。\n\n我们始终记得 OpenJMU 成立的艰难,记得 OpenJMU 日活达到 30,000 的那一天,记得 2020 年包含了 OpenJMU 的新生手册,也记得今天。\n\n> 感谢 OpenJMU,让我从一名普通的前端开发者,成长为国内第二位 Flutter GDE(谷歌开发技术专家)。\n\n\nAlex — OpenJMU 团队负责人\n\nWritten in 1630562912", + "replys": "36", + "forwards": "25", + "praises": "115", + "glances": "3372", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 85, + "topic": { + "tid": "85", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# [doge]1.3.0 版本发布,适配了学校由CAS系统绕转的WebVPN问题,另外进行了大量的性能优化[666]。由于学校CAS系统数据的同步问题,诚毅学院的部分同学目前仍无法正常使用WebVPN,待信息化中心进一步处理[打脸]。\n\n新增......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "660629", + "root_tid": "0", + "post_time": "1626926037", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=796", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=797", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=798", + "image_size": "14409", + "image_width": "440", + "image_height": "414", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# [doge]1.3.0 版本发布,适配了学校由CAS系统绕转的WebVPN问题,另外进行了大量的性能优化[666]。由于学校CAS系统数据的同步问题,诚毅学院的部分同学目前仍无法正常使用WebVPN,待信息化中心进一步处理[打脸]。\n\n新增:\n* 接入校内网络通道的 CAS 统一身份认证。\n优化:\n* 默认将自动签到;\n* 优化校内网络通道登录错误提示;\n* 优化首页加载速度;\n* 优化动态详情页评论加载速度;\n* 优化自定义课程编辑样式;\n* 优化个人页呼出时首页的交互;\n* 移除登录视频。", + "replys": "8", + "forwards": "1", + "praises": "18", + "glances": "1530", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 86, + "topic": { + "tid": "86", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "有 BUG 我不修,在这跟狗头 solo,诶就是玩儿~[doge]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "657290", + "root_tid": "0", + "post_time": "1618929632", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=799", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=800", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=801", + "image_size": "7529", + "image_width": "55", + "image_height": "55", + "image_ext": "gif", + "image_type": 0 + } + ], + "replys": "4", + "forwards": "0", + "praises": "5", + "glances": "763", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 87, + "topic": { + "tid": "87", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 1.2.1 版本已发布,集中解决了关于 WebVPN 的连接、更新和链接替换问题,同时优化了图片上传的压缩方式。[烟火]\n\n优化:\n* 增加网络切换时自动检测是否回落校内网络通道;\n* 优化校内网络通道检测时机;\n* 优化校内网络通道鉴权失......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "657205", + "root_tid": "0", + "post_time": "1618709370", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=802", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=803", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=804", + "image_size": "8291", + "image_width": "240", + "image_height": "109", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 1.2.1 版本已发布,集中解决了关于 WebVPN 的连接、更新和链接替换问题,同时优化了图片上传的压缩方式。[烟火]\n\n优化:\n* 增加网络切换时自动检测是否回落校内网络通道;\n* 优化校内网络通道检测时机;\n* 优化校内网络通道鉴权失效的更新机制;\n* 优化图片压缩参数;\n* 优化提到某人窗口的文字提示;\n* 优化非校内网站的域名替换规则;\n* 优化首页轮询接口的请求次数。\n修复:\n* 修复 iOS 打开侧边栏出现的回弹问题;\n* 修复使用校内网络通道时编辑自定义课程失败的问题;\n* 修复正常课程与自定义课程重叠时自定义课程的编辑问题。", + "replys": "1", + "forwards": "0", + "praises": "6", + "glances": "893", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 88, + "topic": { + "tid": "88", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 聊一下部分同学反馈的客户端在高刷屏下的适配问题。[暗中观察]\n\n众所周知,Flutter 是我们的开发基础框架,它基于自定义渲染机制来实现一致的应用效果。在安卓上通常采用 SurfaceView/TextureView 作为嵌入层。\n\n而国......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "657160", + "root_tid": "0", + "post_time": "1618543708", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=805", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=806", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=807", + "image_size": "41867", + "image_width": "540", + "image_height": "1206", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 聊一下部分同学反馈的客户端在高刷屏下的适配问题。[暗中观察]\n\n众所周知,Flutter 是我们的开发基础框架,它基于自定义渲染机制来实现一致的应用效果。在安卓上通常采用 SurfaceView/TextureView 作为嵌入层。\n\n而国产高刷屏,在选择了高刷新率时,都会自带一个「动态帧率模式」,这个模式会判断当前你有没有在看视频或玩游戏,从而降低刷新率以降低功耗。普遍的检测方法就是判断有没有超过半个屏幕的 SurfaceView/TextureView。如此一来,Flutter 正中下怀,启动时屏幕刷新率会被降至 60Hz。\n\n当然,我们已经采用了一些技术手段,在支持应用手动调整帧率的手机上默认使用最高的刷新率。但是其中一些手机,例如我手上使用 ColorOS 的「一加 9 Pro」,无法由应用手动设置更高的帧率。这个问题目前仍然在与 Flutter 移动端负责人和 ColorOS 产品经理沟通,希望后续能得到解决。\n\n如要了解更多信息,可以查看在 GitHub 上的讨论:https://wb.jmu.edu.cn/r/xZZ [doge]", + "replys": "1", + "forwards": "0", + "praises": "12", + "glances": "764", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 89, + "topic": { + "tid": "89", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 1.2.0版本已发布,主要解决了几个相对严重的体验问题,同时增加了全局的 WebVPN。[doge]\n\n新增:\n* 静默回落载入校内网络通道,无论是否有缓存或是否在校内,都可以查看最新的课表信息,或访问应用中心的应用。\n\n优化:\n* 优化侧......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "656931", + "root_tid": "0", + "post_time": "1618192681", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=808", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=809", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=810", + "image_size": "5269", + "image_width": "150", + "image_height": "198", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 1.2.0版本已发布,主要解决了几个相对严重的体验问题,同时增加了全局的 WebVPN。[doge]\n\n新增:\n* 静默回落载入校内网络通道,无论是否有缓存或是否在校内,都可以查看最新的课表信息,或访问应用中心的应用。\n\n优化:\n* 优化侧边栏显示模式,可以从桌面任意位置拉出;\n* 优化图片上传策略,进一步确保更多图片能进行上传和正常展示;\n* 优化个性签名的编辑和显示;\n* 优化后台轮询请求;\n* 优化校内通道条件下的课程表获取有效性处理;\n* 优化周数处理时机,避免被网络请求阻塞影响;\n* 优化成绩解析重试条件。\n\n修复:\n* 修复公告弹窗的布局问题;\n* 修复 iOS 的图片上传失败问题;\n* 修复上传头像后需要重新启动才能生效的问题;\n* 修复集市点赞失败问题;\n* 修复集市评论图片查看重复的问题;\n* 修复自定义课程的增删改查功能;\n* 修复潜在的成绩获取失败问题;\n* 修复消息页的公告未解析特殊文字的问题;\n* 修复搜索时可能出现的空白问题。", + "replys": "8", + "forwards": "0", + "praises": "9", + "glances": "867", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 90, + "topic": { + "tid": "90", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "再大的图片…应该都可以上传了[暗中观察]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "656623", + "root_tid": "0", + "post_time": "1617988467", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=811", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=812", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=813", + "image_size": "246747", + "image_width": "1224", + "image_height": "1632", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "2", + "forwards": "0", + "praises": "13", + "glances": "726", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 91, + "topic": { + "tid": "91", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 1.1.0版本已发布。\n\n新增:\n* 广场超过 3 条的同样转发将折叠以减少占用空间,同样应用于通知页内容;\n* 重新开放启动页面设置;\n* 底栏重新开放文字显示。\n\n优化:\n* 升级 Flutter 至 2.0.2;\n* 优化通知页默认页......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "656105", + "root_tid": "0", + "post_time": "1616553050", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=814", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=815", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=816", + "image_size": "2301", + "image_width": "87", + "image_height": "104", + "image_ext": "jpg", + "image_type": 0 + } + ], + "article": "#OpenJMU# 1.1.0版本已发布。\n\n新增:\n* 广场超过 3 条的同样转发将折叠以减少占用空间,同样应用于通知页内容;\n* 重新开放启动页面设置;\n* 底栏重新开放文字显示。\n\n优化:\n* 升级 Flutter 至 2.0.2;\n* 优化通知页默认页面判断;\n* 优化转发及评论间距;\n* 优化课程表显示效果;\n* 更新部分图标及 JIMOJI;\n* 调整表情面板的默认高度;\n* 优化搜索指定用户时的交互;\n* 优化 WebView 下载文件的提示内容;\n* WebView 开启 Hybrid Composition,大幅优化 Android 的 WebView 性能及体验;\n* WebView 支持固化 Cookie,重新打开应用不丢失状态;\n* 优化异常捕获展示及交互。\n\n修复:\n* 修复部分被屏蔽或删除的动态用户信息不全导致的解析问题;\n* 修复部分弹窗条件判断导致的返回按钮丢失的问题;\n* 修复点击集市动态外部评论按钮无响应的问题;\n* 修复 iOS 底部悬浮部件的空白问题;\n* 修复提到用户时头像状态错位问题;\n* 修复个人签名在非 UTF-16 字符下错误的问题;\n* 修复嵌套特殊文字的解析问题;\n* 修复应用中心常用应用编辑存储问题;\n* 修复修改字号后未立即生效的问题;\n* 修复 WebView 拉起支付宝无法支付的问题;\n* 修复 iOS 更新跳转地址问题;\n* 调整用户二维码在深色模式下的匹配率。", + "replys": "3", + "forwards": "0", + "praises": "11", + "glances": "804", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 92, + "topic": { + "tid": "92", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "iOS 导入问题已修复", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533226", + "post_time": "1616473117", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "0", + "forwards": "0", + "praises": "0", + "glances": "551", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533226", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "WebVPN 课程表导出 ics 日历功能已修复", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655503", + "root_tid": "0", + "post_time": "1614756502", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=817", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=818", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=819", + "image_size": "98550", + "image_width": "746", + "image_height": "1618", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "7", + "forwards": "1", + "praises": "5", + "glances": "985", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 93, + "topic": { + "tid": "93", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "说得好,看到的一小时内完成了开发,下一个小版本会加上。感谢反馈[666]", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1533516", + "post_time": "1615301912", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "9", + "forwards": "0", + "praises": "9", + "glances": "736", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1533516", + "uid": "165217", + "unit_id": "55", + "group_id": "0", + "content": "集大通能不能出个同内容转发收起功能啊[流汗2]\n一刷全是刷屏一样的信息啥都看不着 效率太低了", + "location": "", + "type": "first", + "category": "text", + "extra_id": "", + "root_tid": "0", + "post_time": "1615281716", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "165217", + "nickname": "温某", + "gender": 2, + "sysavatar": 0 + }, + "replys": "2", + "forwards": "1", + "praises": "7", + "glances": "576", + "praised": 0, + "favorited": 0 + } + } + } + }, + { + "id": 94, + "topic": { + "tid": "94", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU# 千呼万唤始出来。今天我们很激动地宣布,经过长达一年的内部迭代,OpenJMU App 于今天发布 1.0.0 版本。\n新版本为大家带来了全新的设计、全新的应用中心图标和更有趣的 JIMOJI,将为你的浏览旅途提供更美妙的风景。\n这次我们的重......", + "location": "", + "type": "first", + "category": "longtext", + "extra_id": "655583,655591,655588,655586,655584,655590,655589,655585,655587", + "root_tid": "0", + "post_time": "1615254887", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=820", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=821", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=822", + "image_size": "90008", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=823", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=824", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=825", + "image_size": "152992", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=826", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=827", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=828", + "image_size": "268929", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=829", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=830", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=831", + "image_size": "343182", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=832", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=833", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=834", + "image_size": "142556", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=835", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=836", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=837", + "image_size": "919388", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=838", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=839", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=840", + "image_size": "240471", + "image_width": "1284", + "image_height": "2778", + "image_ext": "png", + "image_type": 0 + } + ], + "article": "#OpenJMU# 千呼万唤始出来。今天我们很激动地宣布,经过长达一年的内部迭代,OpenJMU App 于今天发布 1.0.0 版本。\n新版本为大家带来了全新的设计、全新的应用中心图标和更有趣的 JIMOJI,将为你的浏览旅途提供更美妙的风景。\n这次我们的重点在提升用户体验上,在这一年中,团队的每一个人认真地深耕了用户的操作、应用使用的手感和交互。基于用户的反馈,我们为界面和交互带来了全新的设计。每一种弹窗和提示的内容、时间及位置,都经过了反复实验。\n临近 OpenJMU 项目 2 周年,OpenJMU 项目组在新的一年将尝试在校内外的更多纬度为大家提供更好的内容和产品。\n感谢各位的持续支持![doge][666][机智]", + "replys": "5", + "forwards": "5", + "praises": "16", + "glances": "783", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 95, + "topic": { + "tid": "95", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "WebVPN 课程表导出 ics 日历功能已修复", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655503", + "root_tid": "0", + "post_time": "1614756502", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=841", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=842", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=843", + "image_size": "98550", + "image_width": "746", + "image_height": "1618", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "7", + "forwards": "1", + "praises": "5", + "glances": "985", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 96, + "topic": { + "tid": "96", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "有人期待狗头吗[doge]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655449", + "root_tid": "0", + "post_time": "1614581563", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=844", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=845", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=846", + "image_size": "134557", + "image_width": "1080", + "image_height": "2376", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "0", + "praises": "7", + "glances": "499", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 97, + "topic": { + "tid": "97", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "牛年大吉、金牛贺岁、喜气牛牛、牛转钱坤🐮", + "location": "", + "type": "forward", + "category": "text", + "extra_id": "0", + "root_tid": "1532724", + "post_time": "1613088828", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "replys": "2", + "forwards": "0", + "praises": "9", + "glances": "1351", + "praised": 0, + "favorited": 0, + "root_topic": { + "exists": 1, + "topic": { + "tid": "1532724", + "uid": "164466", + "unit_id": "55", + "group_id": "0", + "content": "#OpenJMU#牛年到,OpenJMU全体项目组成员祝大家身体健康、学业进步、工作顺利!\n我们即将迎来OpenJMU项目二周年纪念日,感谢OJ用户们的陪伴与支持!\nOpenJMU全新版本V1.0.0将在不久后推送更新,焕然一新的UI设计,更有JIMOJI等新元素等你发现\n下载安装OpenJMU请认准官方网站:\nopenjmu.jmu.edu.cn", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655283", + "root_tid": "0", + "post_time": "1613080297", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=847", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=848", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=849", + "image_size": "197025", + "image_width": "1080", + "image_height": "1080", + "image_ext": "png", + "image_type": 0 + } + ], + "replys": "1", + "forwards": "2", + "praises": "22", + "glances": "1825", + "praised": 1, + "favorited": 0 + } + } + } + }, + { + "id": 98, + "topic": { + "tid": "98", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "根据#集大通平台公约#,已对今日所有「环球志愿」、「抗疫志愿者」、「国家级证书」相关内容予以屏蔽。请自觉维护平台公约。", + "location": "", + "type": "first", + "category": "text", + "extra_id": "655244", + "root_tid": "0", + "post_time": "1612710396", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=850", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=851", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=852", + "image_size": "606818", + "image_width": "1080", + "image_height": "5217", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "2", + "forwards": "0", + "praises": "14", + "glances": "1638", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 99, + "topic": { + "tid": "99", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "#GDG# 获得了丰富的周边(包括50💰的一个桶)、运气好得到了提问的机会顺便宣传了一波 CFUG 和 flutter.cn 系列、给 Google Pay 团队演示了 OpenJMU 并且得到了高度赞赏,今日不虚此行[OK]", + "location": "", + "type": "first", + "category": "text", + "extra_id": "653186,653188,653184,653187,653182,653185,653183,653181,653180", + "root_tid": "0", + "post_time": "1606047681", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=853", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=854", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=855", + "image_size": "419279", + "image_width": "1800", + "image_height": "1800", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=856", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=857", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=858", + "image_size": "581443", + "image_width": "3195", + "image_height": "1797", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=859", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=860", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=861", + "image_size": "241254", + "image_width": "1551", + "image_height": "873", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "2", + "forwards": "5", + "praises": "25", + "glances": "732", + "praised": 0, + "favorited": 0 + } + }, + { + "id": 100, + "topic": { + "tid": "100", + "uid": "136172", + "unit_id": "55", + "group_id": "0", + "content": "Sequence test", + "location": "", + "type": "first", + "category": "text", + "extra_id": "645219,645217,645214,645213,645212,645218,645215,645216,645220", + "root_tid": "0", + "post_time": "1590378185", + "from_string": "Android", + "weibo_tid": "0", + "is_shield": "0", + "user": { + "uid": "136172", + "nickname": "Alex", + "gender": 1, + "sysavatar": 0 + }, + "image": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=862", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=863", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=864", + "image_size": "80290", + "image_width": "1488", + "image_height": "2232", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=865", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=866", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=867", + "image_size": "220072", + "image_width": "1242", + "image_height": "2688", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=868", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=869", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=870", + "image_size": "519940", + "image_width": "1280", + "image_height": "2771", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=871", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=872", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=873", + "image_size": "220990", + "image_width": "1080", + "image_height": "2340", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=874", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=875", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=876", + "image_size": "101870", + "image_width": "1242", + "image_height": "2688", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=877", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=878", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=879", + "image_size": "200872", + "image_width": "1440", + "image_height": "3120", + "image_ext": "jpg", + "image_type": 0 + }, + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=880", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=881", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=882", + "image_size": "140024", + "image_width": "1440", + "image_height": "3120", + "image_ext": "jpg", + "image_type": 0 + } + ], + "replys": "9", + "forwards": "0", + "praises": "9", + "glances": "2018", + "praised": 0, + "favorited": 0 + } + } + ] + } + } + } + ], + "https://wb.jmu.edu.cn/topic_api/glances": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5", + "content-length": "18" + }, + "query": {}, + "data": { + "tids": [ + 1546727 + ] + } + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:20 GMT" + ], + "content-length": [ + "2" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": [] + } + }, + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5", + "content-length": "18" + }, + "query": {}, + "data": { + "tids": [ + 1533086 + ] + } + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:32 GMT" + ], + "content-length": [ + "2" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": [] + } + } + ], + "https://wb.jmu.edu.cn/reply_api/replylist/tid/1533086": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "PHP/5.3.28" + ], + "cache-control": [ + "no-store, no-cache, must-revalidate, post-check=0, pre-check=0" + ], + "set-cookie": [ + "PHPSESSID=sidmd5; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:33 GMT" + ], + "content-length": [ + "6238" + ], + "pragma": [ + "no-cache" + ], + "content-type": [ + "application/json" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ], + "expires": [ + "Thu, 19 Nov 1981 08:52:00 GMT" + ] + }, + "data": { + "total": 25, + "count": 20, + "replylist": [ + { + "id": 1110594, + "reply": { + "rid": 1110594, + "content": "🐎", + "post_time": 1642159857, + "from_string": "iPhone", + "uid": 199101, + "user": { + "uid": 199101, + "nickname": "李某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=883", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=884", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=885", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1107602, + "reply": { + "rid": 1107602, + "content": "111", + "post_time": 1631702476, + "from_string": "iPhone", + "uid": 224157, + "user": { + "uid": 224157, + "nickname": "刘某", + "gender": 2, + "sysavatar": 1 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=886", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=887", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=888", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1107601, + "reply": { + "rid": 1107601, + "content": "网页链接打不开呀", + "post_time": 1631700986, + "from_string": "iPhone", + "uid": 207474, + "user": { + "uid": 207474, + "nickname": "许某", + "gender": 2, + "sysavatar": 1 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=889", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=890", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=891", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1105244, + "reply": { + "rid": 1105244, + "content": "我输入网址点击jump后又会重新回到图书馆资源的页面[流泪2][流泪2]", + "post_time": 1626485953, + "from_string": "Android", + "uid": 210592, + "user": { + "uid": 210592, + "nickname": "何某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=892", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=893", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=894", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1105167, + "reply": { + "rid": 1105167, + "content": "@张某", + "post_time": 1626336348, + "from_string": "iPhone", + "uid": 214512, + "user": { + "uid": 214512, + "nickname": "陈某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=895", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=896", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=897", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1105143, + "reply": { + "rid": 1105143, + "content": "@苏某", + "post_time": 1626317698, + "from_string": "Android", + "uid": 214518, + "user": { + "uid": 214518, + "nickname": "郭某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "5", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=898", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=899", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(5).png?id=900", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1105125, + "reply": { + "rid": 1105125, + "content": "mark", + "post_time": 1626277851, + "from_string": "Android", + "uid": 213644, + "user": { + "uid": 213644, + "nickname": "陈某", + "gender": 1, + "sysavatar": 1 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=901", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=902", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=903", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1105086, + "reply": { + "rid": 1105086, + "content": "码住", + "post_time": 1626243623, + "from_string": "Android", + "uid": 193471, + "user": { + "uid": 193471, + "nickname": "陈某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=904", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=905", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=906", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104963, + "reply": { + "rid": 1104963, + "content": "@罗某@郭某@张某", + "post_time": 1626066267, + "from_string": "Android", + "uid": 216542, + "user": { + "uid": 216542, + "nickname": "赵某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=907", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=908", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=909", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104944, + "reply": { + "rid": 1104944, + "content": "粘贴哪个网页链接啊", + "post_time": 1626011664, + "from_string": "Android", + "uid": 218207, + "user": { + "uid": 218207, + "nickname": "金某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=910", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=911", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=912", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104941, + "reply": { + "rid": 1104941, + "content": "没反应", + "post_time": 1626006285, + "from_string": "iPhone", + "uid": 196562, + "user": { + "uid": 196562, + "nickname": "敖某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=913", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=914", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=915", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104940, + "reply": { + "rid": 1104940, + "content": "还好使咩,输完网站jump进去提示404", + "post_time": 1626005394, + "from_string": "Android", + "uid": 209293, + "user": { + "uid": 209293, + "nickname": "郭某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "2", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=916", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=917", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(2).png?id=918", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104939, + "reply": { + "rid": 1104939, + "content": "转", + "post_time": 1626005097, + "from_string": "Android", + "uid": 200528, + "user": { + "uid": 200528, + "nickname": "熊某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "0", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=919", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=920", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(0).png?id=921", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104938, + "reply": { + "rid": 1104938, + "content": "转发微博", + "post_time": 1626004898, + "from_string": "Android", + "uid": 194679, + "user": { + "uid": 194679, + "nickname": "谢某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=922", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=923", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=924", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104937, + "reply": { + "rid": 1104937, + "content": "通行证密码是啥", + "post_time": 1626004856, + "from_string": "Android", + "uid": 204586, + "user": { + "uid": 204586, + "nickname": "吕某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "4", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=925", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=926", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(4).png?id=927", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1104935, + "reply": { + "rid": 1104935, + "content": "!", + "post_time": 1626001937, + "from_string": "iPhone", + "uid": 182375, + "user": { + "uid": 182375, + "nickname": "陈某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=928", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=929", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=930", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1097200, + "reply": { + "rid": 1097200, + "content": "#", + "post_time": 1617110942, + "from_string": "iPhone", + "uid": 180735, + "user": { + "uid": 180735, + "nickname": "张某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=931", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=932", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=933", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1096467, + "reply": { + "rid": 1096467, + "content": "就好", + "post_time": 1616605870, + "from_string": "iPhone", + "uid": 138774, + "user": { + "uid": 138774, + "nickname": "毕某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "3", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=934", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=935", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(3).png?id=936", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1096397, + "reply": { + "rid": 1096397, + "content": "好 //@林某:[微笑2][强][强][强]", + "post_time": 1616568052, + "from_string": "Android", + "uid": 218388, + "user": { + "uid": 218388, + "nickname": "余某", + "gender": 1, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "6", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=937", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=938", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(6).png?id=939", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + }, + { + "id": 1096390, + "reply": { + "rid": 1096390, + "content": "[微笑2][强][强][强]", + "post_time": 1616566075, + "from_string": "Android", + "uid": 218105, + "user": { + "uid": 218105, + "nickname": "林某", + "gender": 2, + "sysavatar": 0 + }, + "to_tid": 1533086, + "to_topic": null, + "to_rid": 0, + "to_reply": { + "exists": 0, + "reply": null + }, + "post": { + "id": 1533086, + "uid": "164466", + "postTime": "2021-03-01 02:44", + "from": "Android", + "glances": 13995, + "category": "longtext", + "content": "OpenJMU Jump!\n重磅!为了解决同学们外网访问内网操作繁琐的问题,OpenJMU团队现推出OpenJMU Jmup!网站方便同学们快捷访问内网。\n只需复制好想访问的内网地址,进入OpenJMU Jmup!网:\nhttps://wb.jmu.edu.cn/r/xZG\n步骤一:点击登录WebVPN,输入学号、集大通行证密码登录;\n步骤二:登录成功后重新进入Jmup!,粘贴网址至输入框,点击Jmup!即可访问,支持查看课程表、下载借阅电子书等,可配合前几个教程使用。\n复制并分享给你的同学们吧!", + "pics": [ + { + "id": "1", + "image_original": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=940", + "image_middle": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=941", + "image_thumb": "https://openjmu.alexv525.com/img/screenshots/ScreenShots%20(1).png?id=942", + "image_size": "86100", + "image_width": "1080", + "image_height": "1975", + "image_ext": "jpg", + "image_type": 0 + } + ], + "rootTopic": null, + "forwards": 185, + "comments": 25, + "praises": 194, + "isLike": false, + "user": { + "uid": "164466", + "nickname": "陈某", + "gender": 1, + "sysavatar": 0 + } + } + } + } + ] + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/posts_list/region_type/128/post_type/7/region_id/134864/page/1/replys/2/size/30": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:50 GMT" + ], + "vary": [ + "Accept-Encoding" + ], + "content-length": [ + "647" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "total": 1, + "count": 1, + "data": [ + { + "tid": "134894", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "134864", + "root_uid": "197734", + "title": null, + "content": "咋租的房子", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642258295330", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "2", + "file_info": [], + "article": null, + "glances": 11, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "reply_info": [], + "user_info": { + "uid": "209776", + "nickname": "饶某", + "sysavatar": "0" + } + } + ] + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/posts_detail/post_type/2/post_id/134864": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:50 GMT" + ], + "vary": [ + "Accept-Encoding" + ], + "content-length": [ + "844" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "tid": "134864", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "求个寒假工,最好是在集大周边的,租的房子在这附近。", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1641998701475", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [], + "article": null, + "glances": 7569, + "praises": 2, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 1.4, + "praisor": [ + { + "uid": 209776, + "nickname": "饶某", + "sysavatar": 0 + }, + { + "uid": 197734, + "nickname": "杜某", + "sysavatar": 0 + } + ], + "user_info": { + "uid": 197734, + "nickname": "杜某", + "sysavatar": 0 + }, + "scope": { + "id": 430, + "type": 8, + "name": "集大二手市场", + "avatar": 10909, + "role": 1 + } + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/posts_detail/post_type/2/post_id/110593": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:53 GMT" + ], + "transfer-encoding": [ + "chunked" + ], + "content-encoding": [ + "gzip" + ], + "vary": [ + "Accept-Encoding" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "tid": "110593", + "unit_id": "55", + "group_id": "1", + "type": "first", + "category": "text", + "root_tid": "0", + "root_uid": "0", + "title": null, + "content": "懂得都懂 衣服鞋子各种都有 只要你有图我就有货 本校学生有优惠 支持一下国货 可以做信息录入 官网购买信息 原鞋盒等等⭐......", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1619103193963", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "forum", + "bg_img_id": "0", + "more_content": 1, + "latitude": "0", + "longitude": "0", + "floor": "0", + "file_info": [ + { + "oid": "110593", + "unit_id": "1", + "uid": "196034", + "fid": "98260", + "type": "", + "status": "0", + "group": "", + "name": "", + "source": "", + "desc": "", + "size": "0", + "ext": "", + "width": "0", + "height": "0", + "grid": "0", + "length": "0", + "create_time": "0" + } + ], + "article": "懂得都懂 衣服鞋子各种都有 只要你有图我就有货 本校学生有优惠 支持一下国货 可以做信息录入 官网购买信息 原鞋盒等等⭐", + "glances": 1561840, + "praises": 22, + "praised": 0, + "replys": 7, + "favorited": 0, + "heat": 13, + "praisor": [ + { + "uid": 219659, + "nickname": "张某", + "sysavatar": 1 + }, + { + "uid": 162926, + "nickname": "朱某", + "sysavatar": 0 + }, + { + "uid": 204802, + "nickname": "王某", + "sysavatar": 0 + } + ], + "user_info": { + "uid": 196034, + "nickname": "余某", + "sysavatar": 0 + }, + "scope": { + "id": 430, + "type": 8, + "name": "集大二手市场", + "avatar": 10909, + "role": 1 + } + } + } + } + ], + "https://middle99.jmu.edu.cn/mg/api/aid/posts_list/region_type/128/post_type/7/region_id/110593/page/1/replys/2/size/30": [ + { + "request": { + "headers": { + "APIKEY": "c2bd7a89a377595c1da3d49a0ca825d5", + "APPID": 273, + "CLIENTTYPE": "ios", + "CLOUDID": "jmu", + "CUID": "136172", + "SID": "sidmd5", + "TAGID": 1, + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "x-powered-by": [ + "funMG" + ], + "date": [ + "Sun, 16 Jan 2022 02:26:53 GMT" + ], + "transfer-encoding": [ + "chunked" + ], + "content-encoding": [ + "gzip" + ], + "vary": [ + "Accept-Encoding" + ], + "content-type": [ + "application/json; charset=utf-8" + ], + "x-nd-server": [ + "1.0" + ], + "server": [ + "nginx/1.4.7" + ] + }, + "data": { + "total": 6, + "count": 6, + "data": [ + { + "tid": "110775", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "110593", + "root_uid": "196034", + "title": null, + "content": "收代理", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1619221738740", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "5", + "file_info": [], + "article": null, + "glances": 5363, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "reply_info": [], + "user_info": { + "uid": "196034", + "nickname": "余某", + "sysavatar": "0" + } + }, + { + "tid": "113347", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "110593", + "root_uid": "196034", + "title": null, + "content": "支持", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1621517186314", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "81", + "file_info": [], + "article": null, + "glances": 4763, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "reply_info": [], + "user_info": { + "uid": "196160", + "nickname": "周某", + "sysavatar": "0" + } + }, + { + "tid": "115805", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "110593", + "root_uid": "196034", + "title": null, + "content": "懂得都懂", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1622769554368", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "134", + "file_info": [], + "article": null, + "glances": 4405, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "reply_info": [], + "user_info": { + "uid": "184825", + "nickname": "卢某", + "sysavatar": "0" + } + }, + { + "tid": "124921", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "110593", + "root_uid": "196034", + "title": null, + "content": "懂得都懂[doge]", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1629349459186", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "403", + "file_info": [], + "article": null, + "glances": 2571, + "praises": 0, + "praised": 0, + "replys": 1, + "favorited": 0, + "heat": 0.6, + "reply_info": [ + { + "rid": 22986, + "oid": 124921, + "otype": "t", + "content": "哈哈", + "uid": "209625", + "to_uid": 0, + "to_rid": 0, + "floor_id": 1, + "to_floor_id": 0, + "post_time": "1630740943875", + "post_ip": 2130706433, + "from_string": 0, + "location": "", + "birthplace": "", + "user": { + "uid": "209625", + "nickname": "周某", + "sysavatar": "0" + }, + "to_user": { + "uid": 0, + "nickname": "", + "sysavatar": 0 + } + } + ], + "user_info": { + "uid": "209619", + "nickname": "吴某", + "sysavatar": "0" + } + }, + { + "tid": "134893", + "unit_id": "55", + "group_id": "1", + "type": "thread", + "category": "text", + "root_tid": "110593", + "root_uid": "196034", + "title": null, + "content": "dd", + "extra_id": "0", + "location": null, + "birthplace": "0", + "post_ip": "2130706433", + "post_time": "1642255227847", + "from_string": "0", + "manage_type": "0", + "weibo_tid": "1", + "at_uids": "0", + "relate_id": "1", + "tl_type": "thread", + "bg_img_id": "0", + "more_content": 0, + "latitude": "0", + "longitude": "0", + "floor": "850", + "file_info": [], + "article": null, + "glances": 6, + "praises": 0, + "praised": 0, + "replys": 0, + "favorited": 0, + "heat": 0, + "reply_info": [], + "user_info": { + "uid": "196034", + "nickname": "余某", + "sysavatar": "0" + } + } + ] + } + } + } + ], + "https://oap99.jmu.edu.cn/passport/logout": [ + { + "request": { + "headers": { + "CLOUDID": "jmu", + "CLOUD-ID": "jmu", + "UAP-SID": "sidmd5", + "WEIBO-API-KEY": "webkeymd5", + "WEIBO-API-SECRET": "websercretmd5", + "content-type": "application/json; charset=utf-8", + "cookie": "PHPSESSID=sidmd5; OAPSID=sidmd5" + }, + "query": {}, + "data": null + }, + "response": { + "statusCode": 200, + "headers": { + "connection": [ + "keep-alive" + ], + "content-type": [ + "application/json;charset=utf-8" + ], + "set-cookie": [ + "PHPSESSID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/", + "OAPSID=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/" + ], + "date": [ + "Sun, 16 Jan 2022 02:28:24 GMT" + ], + "content-length": [ + "0" + ], + "server": [ + "nginx" + ] + }, + "data": "" + } + } + ] +} \ No newline at end of file diff --git a/lib/main.dart b/lib/main.dart index 2872f483..92b9b7d6 100755 --- a/lib/main.dart +++ b/lib/main.dart @@ -6,6 +6,7 @@ import 'package:flutter/material.dart'; import 'package:flutter/scheduler.dart'; import 'package:flutter/services.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart' hide SizeExtension; +import 'package:openjmu/utils/mock_utils.dart'; import 'constants/constants.dart' hide PageRouteType; import 'openjmu_route.dart'; @@ -37,6 +38,7 @@ void main() { await HiveBoxes.openBoxes(); await Future.wait( >[ + MockingInterceptor.loadMockSources(), DeviceUtils.initDeviceInfo(), PackageUtils.initPackageInfo(), NetUtils.initConfig(), diff --git a/lib/model/mock.dart b/lib/model/mock.dart new file mode 100644 index 00000000..2d13e54c --- /dev/null +++ b/lib/model/mock.dart @@ -0,0 +1,130 @@ +import 'dart:convert'; + +T asT(dynamic value) { + if (value is T) { + return value; + } + return null; +} + +class MockModel { + MockModel({ + this.request, + this.response, + }); + + factory MockModel.fromJson(Map jsonRes) => jsonRes == null + ? null + : MockModel( + request: MockRequest.fromJson( + asT>(jsonRes['request'])), + response: MockResponse.fromJson( + asT>(jsonRes['response'])), + ); + + MockRequest request; + MockResponse response; + + @override + String toString() { + return jsonEncode(this); + } + + Map toJson() => { + 'request': request, + 'response': response, + }; + + MockModel copy() { + return MockModel( + request: request?.copy(), + response: response?.copy(), + ); + } +} + +class MockRequest { + MockRequest({ + this.headers, + this.query, + this.data, + }); + + factory MockRequest.fromJson(Map jsonRes) => jsonRes == null + ? null + : MockRequest( + headers: asT(jsonRes['headers']), + query: asT>( + jsonRes['query'] as Map), + data: asT(jsonRes['data']), + ); + + Object headers; + Map query; + Object data; + + @override + String toString() { + return jsonEncode(this); + } + + Map toJson() => { + 'headers': headers, + 'query': query, + 'data': data, + }; + + MockRequest copy() { + return MockRequest( + headers: headers, + query: query, + data: data, + ); + } +} + +class MockResponse { + MockResponse({ + this.statusCode, + this.headers, + this.data, + }); + + factory MockResponse.fromJson(Map jsonRes) => jsonRes == null + ? null + : MockResponse( + statusCode: asT(jsonRes['statusCode']), + headers: asT>>( + (jsonRes['headers'] as Map).map( + (String key, dynamic value) => MapEntry( + key, + List.castFrom([...value]), + ), + ), + ), + data: asT(jsonRes['data']), + ); + + int statusCode; + Map> headers; + Object data; + + @override + String toString() { + return jsonEncode(this); + } + + Map toJson() => { + 'statusCode': statusCode, + 'headers': headers, + 'data': data, + }; + + MockResponse copy() { + return MockResponse( + statusCode: statusCode, + headers: headers, + data: data, + ); + } +} diff --git a/lib/utils/mock_utils.dart b/lib/utils/mock_utils.dart new file mode 100644 index 00000000..7622ef26 --- /dev/null +++ b/lib/utils/mock_utils.dart @@ -0,0 +1,189 @@ +/// +/// [Author] DG (https://github.com/MrDgbot) +/// [Date] 2021-06-29 22:54 +/// +import 'dart:convert'; +import 'dart:io'; +import 'dart:math'; + +import 'package:dio/dio.dart'; +import 'package:flutter/foundation.dart'; +import 'package:flutter/services.dart'; +import 'package:openjmu/model/mock.dart'; +import 'package:openjmu/utils/utils.dart'; + +class MockingInterceptor extends Interceptor { + static const String HTTP_TAG = 'Mock - LOG'; + + /// 延时最大值 + static const int delay = 5000; + + List mockDataList = []; + + /// 模拟数据 + /// `static` 是 Dart 中的一个关键字。它用于定义静态变量或方法。 + static Map> mockData = {}; + + /// > 将资源文件`assets/mock/mock_data.json` + /// 加载模拟数据并将其存储在 `mockData` 变量中 + static Future loadMockSources() async { + try { + final Map json = + jsonDecode(await rootBundle.loadString('assets/mock/mock_data.json')) + as Map; + + mockData = json.map((String key, dynamic value) => MapEntry( + key, + (value as List) + .map((dynamic e) => + MockModel.fromJson(e as Map)) + .toList(), + )); + } catch (e) { + rethrow; + } + } + + @override + Future onRequest( + RequestOptions options, + RequestInterceptorHandler handler, + ) async { + try { + String _uri = options.uri.toString(); + + // 替换id_max 实现无限加载 + if (_uri.contains('id_max')) { + final int _idMax = int.parse(_uri.substring(_uri.lastIndexOf('/') + 1)); + _uri = _uri.replaceAll(_idMax.toString(), '1533086'); + } + + if (mockData.containsKey(_uri)) { + final List _mockData = mockData[_uri]; + // 判断queryParameters是否匹配 + final int _index = _mockData.indexWhere((MockModel e) => + mapEquals( + e.request.query, options.queryParameters)); + + if (_index != -1) { + final MockResponse _mockResponse = _mockData[_index].response; + final _response = Response( + statusCode: _mockResponse.statusCode, + headers: Headers.fromMap( + _mockResponse.headers ?? >{}), + data: _mockResponse.data, + requestOptions: options, + ); + + await Future.delayed( + Duration(milliseconds: Random().nextInt(delay)), + () => handler.resolve(_response), + ); + return; + } + } + } catch (e) { + rethrow; + } + + print(options.path.toString()); + + handler.reject( + DioError( + requestOptions: options, + error: 'Mock Data Not Found\nuri = ${options.uri.toString()}'), + ); + } + + @override + void onResponse( + Response response, + ResponseInterceptorHandler handler, + ) { + /// Catch Mock Data + /// 抓取模拟数据 + // try { + // // Request序列化 + // MockRequest _requestToJson() { + // final Map headers = response.requestOptions.headers; + // final Map queryParameters = + // response.requestOptions.queryParameters; + // final dynamic data = response.requestOptions.data; + // return MockRequest( + // headers: headers == null ? null : {...headers}, + // query: queryParameters == null + // ? null + // : {...queryParameters}, + // data: data, + // ); + // } + // + // // Response序列化 + // MockResponse _responseToJson() { + // final Map headers = response.headers.map; + // final dynamic data = response.data; + // return MockResponse( + // statusCode: response.statusCode, + // headers: headers == null ? null : {...headers}, + // data: data, + // ); + // } + // + // final MockModel _mockItem = MockModel( + // request: _requestToJson(), + // response: _responseToJson(), + // ); + // if (mockData[response.requestOptions.uri.toString()] == null) { + // mockData[response.requestOptions.uri.toString()] = [ + // _mockItem + // ]; + // } else { + // mockData[response.requestOptions.uri.toString()].add(_mockItem); + // } + // + // // mockDataList.add(_mockItem); + // + // final String _mockDataString = jsonEncode(mockData); + // handler.next(response); + // } catch (e) { + // print(e); + // handler.reject(DioError( + // response: response, + // error: e, + // requestOptions: null, + // )); + // } + // + // return; + } + + @override + void onError( + DioError err, + ErrorInterceptorHandler handler, + ) { + if (err.response?.isRedirect == true || + err.response?.statusCode == HttpStatus.movedPermanently || + err.response?.statusCode == HttpStatus.movedTemporarily || + err.response?.statusCode == HttpStatus.seeOther || + err.response?.statusCode == HttpStatus.temporaryRedirect) { + handler.next(err); + return; + } + if (err.response?.statusCode == 401) { + LogUtils.e( + 'Session is outdated, calling update...', + withStackTrace: false, + ); + NetUtils.updateTicket(); + } + + LogUtils.e( + 'Error when requesting ${err.requestOptions.uri} ' + '${err.response?.statusCode}' + ': ${err.response?.data}', + withStackTrace: false, + ); + handler.reject(err); + } +} diff --git a/lib/utils/net_utils.dart b/lib/utils/net_utils.dart index ee5c9610..36a655a5 100755 --- a/lib/utils/net_utils.dart +++ b/lib/utils/net_utils.dart @@ -12,6 +12,7 @@ import 'package:flutter_inappwebview/flutter_inappwebview.dart' as web_view import 'package:flutter_socks_proxy/socks_proxy.dart'; import 'package:open_file/open_file.dart'; import 'package:openjmu/constants/constants.dart'; +import 'package:openjmu/utils/mock_utils.dart'; import 'package:path_provider/path_provider.dart'; class NetUtils { @@ -55,15 +56,11 @@ class NetUtils { (dio.httpClientAdapter as DefaultHttpClientAdapter).onHttpClientCreate = _clientCreate; - dio.interceptors - ..add(cookieManager) - ..add(_interceptor); + dio.interceptors.add(MockingInterceptor()); (tokenDio.httpClientAdapter as DefaultHttpClientAdapter) .onHttpClientCreate = _clientCreate; - tokenDio.interceptors - ..add(tokenCookieManager) - ..add(_interceptor); + tokenDio.interceptors.add(MockingInterceptor()); if (Constants.isDebug && shouldLogRequest) { dio.interceptors.add(LoggingInterceptor()); diff --git a/pubspec.yaml b/pubspec.yaml index 6847da39..7ab282cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -73,6 +73,7 @@ flutter: uses-material-design: true assets: - assets/ + - assets/mock/ - assets/emoji/ - assets/icons/ - assets/icons/add-button/ From 79d708b56336337afd333b240d51a8bc19768f6a Mon Sep 17 00:00:00 2001 From: DG Date: Tue, 30 Aug 2022 16:12:01 +0800 Subject: [PATCH 2/2] :bug: Add mock flag --- lib/constants/constants.dart | 2 ++ lib/utils/mock_utils.dart | 16 ++++++++++------ lib/utils/net_utils.dart | 17 +++++++++++++---- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/lib/constants/constants.dart b/lib/constants/constants.dart index bacfd6c5..32e2bd72 100644 --- a/lib/constants/constants.dart +++ b/lib/constants/constants.dart @@ -48,6 +48,8 @@ class Constants { static const bool isDebug = bool.fromEnvironment('OpenJMUDebug'); + static bool isMock = false; + /// Whether force logger to print. static bool get forceLogging => false; diff --git a/lib/utils/mock_utils.dart b/lib/utils/mock_utils.dart index 7622ef26..9419cabf 100644 --- a/lib/utils/mock_utils.dart +++ b/lib/utils/mock_utils.dart @@ -9,6 +9,7 @@ import 'dart:math'; import 'package:dio/dio.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/services.dart'; +import 'package:openjmu/constants/constants.dart'; import 'package:openjmu/model/mock.dart'; import 'package:openjmu/utils/utils.dart'; @@ -16,17 +17,19 @@ class MockingInterceptor extends Interceptor { static const String HTTP_TAG = 'Mock - LOG'; /// 延时最大值 - static const int delay = 5000; - - List mockDataList = []; + static const int delay = 3000; /// 模拟数据 - /// `static` 是 Dart 中的一个关键字。它用于定义静态变量或方法。 static Map> mockData = {}; + /// 抓包数据 + // List mockDataList = []; + /// > 将资源文件`assets/mock/mock_data.json` /// 加载模拟数据并将其存储在 `mockData` 变量中 static Future loadMockSources() async { + Constants.isMock = true; + try { final Map json = jsonDecode(await rootBundle.loadString('assets/mock/mock_data.json')) @@ -35,8 +38,9 @@ class MockingInterceptor extends Interceptor { mockData = json.map((String key, dynamic value) => MapEntry( key, (value as List) - .map((dynamic e) => - MockModel.fromJson(e as Map)) + .map( + (dynamic e) => MockModel.fromJson(e as Map), + ) .toList(), )); } catch (e) { diff --git a/lib/utils/net_utils.dart b/lib/utils/net_utils.dart index 36a655a5..d8fb7d4b 100755 --- a/lib/utils/net_utils.dart +++ b/lib/utils/net_utils.dart @@ -55,12 +55,21 @@ class NetUtils { (dio.httpClientAdapter as DefaultHttpClientAdapter).onHttpClientCreate = _clientCreate; - - dio.interceptors.add(MockingInterceptor()); - (tokenDio.httpClientAdapter as DefaultHttpClientAdapter) .onHttpClientCreate = _clientCreate; - tokenDio.interceptors.add(MockingInterceptor()); + + if (Constants.isMock) { + dio.interceptors.add(MockingInterceptor()); + tokenDio.interceptors.add(MockingInterceptor()); + } else { + dio.interceptors + ..add(cookieManager) + ..add(_interceptor); + + tokenDio.interceptors + ..add(tokenCookieManager) + ..add(_interceptor); + } if (Constants.isDebug && shouldLogRequest) { dio.interceptors.add(LoggingInterceptor());