|
532
|
8
|
5
|
3
|
18
|
0
|
0
|
refs/heads/pc-260331
|
0
|
{"Commits":[{"Sha1":"2474bdff2 {"Commits":[{"Sha1":"2474bdff2b5538fc38dbbdf768ff9283785ce682","Message":"测试1\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-28T12:37:11+08:00"}],"HeadCommit":{"Sha1":"2474bdff2b5538fc38dbbdf768ff9283785ce682","Message":"测试1\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-28T12:37:11+08:00"},"CompareURL":"vodtest/pc/compare/b1ef432b25dddc514fa2569dcac5be00d4a0b2f4...2474bdff2b5538fc38dbbdf768ff9283785ce682","Len":1}...
|
1774672640
|
Edit
Delete
|
|
533
|
10
|
5
|
3
|
18
|
0
|
0
|
refs/heads/pc-260331
|
0
|
{"Commits":[{"Sha1":"2474bdff2 {"Commits":[{"Sha1":"2474bdff2b5538fc38dbbdf768ff9283785ce682","Message":"测试1\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-28T12:37:11+08:00"}],"HeadCommit":{"Sha1":"2474bdff2b5538fc38dbbdf768ff9283785ce682","Message":"测试1\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-28T12:37:11+08:00"},"CompareURL":"vodtest/pc/compare/b1ef432b25dddc514fa2569dcac5be00d4a0b2f4...2474bdff2b5538fc38dbbdf768ff9283785ce682","Len":1}...
|
1774672640
|
Edit
Delete
|
|
534
|
11
|
5
|
3
|
18
|
0
|
0
|
refs/heads/pc-260331
|
0
|
{"Commits":[{"Sha1":"2474bdff2 {"Commits":[{"Sha1":"2474bdff2b5538fc38dbbdf768ff9283785ce682","Message":"测试1\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-28T12:37:11+08:00"}],"HeadCommit":{"Sha1":"2474bdff2b5538fc38dbbdf768ff9283785ce682","Message":"测试1\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-28T12:37:11+08:00"},"CompareURL":"vodtest/pc/compare/b1ef432b25dddc514fa2569dcac5be00d4a0b2f4...2474bdff2b5538fc38dbbdf768ff9283785ce682","Len":1}...
|
1774672640
|
Edit
Delete
|
|
12574
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/react-migration
|
0
|
{"Commits":[{"Sha1":"247d57ffd {"Commits":[{"Sha1":"247d57ffdf2ba9ba3e2f8023f7f140cbcc1bbd29","Message":"feat(frontend-react): Capacitor 安卓打包与模拟器部署链路\n\n将 frontend-react 经 Capacitor 7.6.6 打包为原生安卓 App 并在模拟器跑通:\n- 新增 android 原生工程(compileSdk/targetSdk 35,gradle 8.11.1)\n- capacitor.config.ts 启用 CapacitorHttp + cleartext + allowMixedContent,\n 让 WebView 内 axios 走原生网络层,绕过混合内容/CORS 直连本机后端\n- AndroidManifest 加 usesCleartextTraffic + network_security_config,\n 放行模拟器回环 10.0.2.2 的明文 HTTP\n- .env.android 指向 http://10.0.2.2:3000/v1(模拟器访问宿主后端)\n- root/frontend-react package.json 增加 android/ios 打包脚本\n- scripts/android、scripts/ios 提供 gradle/emulator helper\n- .gitignore 忽略 .local-tools/jdks 与 gradle 缓存\n- 补齐迁移分支缺失的 ar-ledger/Detail、opportunities/DetailHeader\n 两个 .module.scss(否则 vite build 直接失败)\n- docs 补 Android/iOS runbook,记录 JDK21 要求、CapacitorHttp 连通前提、\n default 系统镜像选型与故障对照表\n\n验证:模拟器(API 34)登录 admin@juhi.com 后工作台仪表盘加载,\n后端单次进入 100+ 个 200 请求(/dashboard、/stats、/todos 等)。\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-06-15T04:45:09-07:00"},{"Sha1":"bfc67c2712903f1da5b77de5f89347be1ecdaf84","Message":"fix(rls): safe-rls-inject.sql 对齐 canonical 策略口径\n\n原脚本用 app.current_tenant_id(legacy 变体),与运行态 rls-extension.ts\n注入的 set_config('app.tenant_id',...) 不匹配,误用会导致本租户合法读被\nRLS 全过滤;且只有 USING 无 WITH CHECK,跨租户写不受拦。\n\n对齐迁移真源:app.tenant_id + current_setting(...,true) 兜底 + NULLIF 空串\n保护 + 补 WITH CHECK。已对测试库幂等实跑验证策略可建、USING/WITH CHECK\n均绑定 app.tenant_id。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-06-14T07:26:30-07:00"},{"Sha1":"18c752c4fa928ecfa8b9b99188545f9ed939315b","Message":"chore(react-migration): pnpm dev 默认前端切到 React(接管规范端口 5173)\n\n本地 dev cutover:start-all.sh FRONTEND_DIR 默认指向 frontend-react,\nReact 接管规范端口 5173,healthcheck/docker-compose/nginx 自然指向 React。\nVue 降级为显式 opt-in(dev:frontend:vue / dev:vue / FRONTEND_APP_DIR=frontend)。\n\n- start-all.sh: FRONTEND_DIR 默认 frontend-react,保留 FRONTEND_APP_DIR 回退口\n- frontend-react/package.json: 补 dev:bg(--port 5173)/dev:bg:https/dev:cert/dev:https\n- frontend-react/vite.config.ts: 加 HTTPS dev 证书解析,与 Vue 同口径复用 generate-dev-cert\n- 根 package.json: dev:frontend→React,新增 Vue opt-in 脚本\n\n生产/容器构建仍为 Vue,生产 cutover 受 17 项治理门禁约束,未在此变更。\n\nCo-Authored-By: Claude Opus 4.8 (1M context) \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-06-14T06:55:23-07:00"},{"Sha1":"4715abdbac750e073f17409c46ee9c1b27dcc9ef","Message":"chore(react-migration): refresh cutover readiness ledger\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"laoluojuhai","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"laoluojuhai","Timestamp":"2026-06-14T21:14:03+08:00"},{"Sha1":"b9000ffd475e71c448e0ab6afc283fe88b1117a6","Message":"chore(react-migration): refresh e2e readiness evidence\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"laoluojuhai","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"laoluojuhai","Timestamp":"2026-06-14T21:05:07+08:00"}],"HeadCommit":{"Sha1":"247d57ffdf2ba9ba3e2f8023f7f140cbcc1bbd29","Message":"feat(frontend-react): Capacitor 安卓打包与模拟器部署链路\n\n将 frontend-react 经 Capacitor 7.6.6 打包为原生安卓 App 并在模拟器跑通:\n- 新增 android 原生工程(compileSdk/targetSdk 35,gradle 8.11.1)\n- capacitor.config.ts 启用 CapacitorHttp + cleartext + allowMixedContent,\n 让 WebView 内 axios 走原生网络层,绕过混合内容/CORS 直连本机后端\n- AndroidManifest 加 usesCleartextTraffic + network_security_config,\n 放行模拟器回环 10.0.2.2 的明文 HTTP\n- .env.android 指向 http://10.0.2.2:3000/v1(模拟器访问宿主后端)\n- root/frontend-react package.json 增加 android/ios 打包脚本\n- scripts/android、scripts/ios 提供 gradle/emulator helper\n- .gitignore 忽略 .local-tools/jdks 与 gradle 缓存\n- 补齐迁移分支缺失的 ar-ledger/Detail、opportunities/DetailHeader\n 两个 .module.scss(否则 vite build 直接失败)\n- docs 补 Android/iOS runbook,记录 JDK21 要求、CapacitorHttp 连通前提、\n default 系统镜像选型与故障对照表\n\n验证:模拟器(API 34)登录 admin@juhi.com 后工作台仪表盘加载,\n后端单次进入 100+ 个 200 请求(/dashboard、/stats、/todos 等)。\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"luoguoguo@gmail.com","AuthorName":"luoguoguo","CommitterEmail":"luoguoguo@gmail.com","CommitterName":"luoguoguo","Timestamp":"2026-06-15T04:45:09-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/1ae44a161007d2352abbc9000239e9a603240dfc...247d57ffdf2ba9ba3e2f8023f7f140cbcc1bbd29","Len":10}...
|
1781524152
|
Edit
Delete
|
|
8516
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8517
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8518
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8519
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8520
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8521
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8522
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
8523
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24990f334 {"Commits":[{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"}],"HeadCommit":{"Sha1":"24990f334492c87dd1cac75a731ff49cb9702524","Message":"续费测试\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-04T10:15:08+08:00"},"CompareURL":"vodtest/pay/compare/e375705af0ee48dbb0e24c4d17252cd3f92508d1...24990f334492c87dd1cac75a731ff49cb9702524","Len":1}...
|
1780539313
|
Edit
Delete
|
|
5925
|
7
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5926
|
9
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5927
|
1
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5928
|
3
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5929
|
4
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5930
|
8
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5931
|
10
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
5932
|
11
|
5
|
7
|
18
|
0
|
0
|
refs/heads/pc-260616
|
0
|
{"Commits":[{"Sha1":"24b2ad1f3 {"Commits":[{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"}],"HeadCommit":{"Sha1":"24b2ad1f339b987372a34dfcd8a096c16030f95c","Message":"自助参数设置修改\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-05-27T11:09:06+08:00"},"CompareURL":"vodtest/pc/compare/51d9a4ec22a1bc996c69affea0e63ee683340acb...24b2ad1f339b987372a34dfcd8a096c16030f95c","Len":1}...
|
1779851351
|
Edit
Delete
|
|
10963
|
10
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10964
|
9
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10965
|
1
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10966
|
3
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10967
|
4
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10968
|
7
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10969
|
8
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
10970
|
11
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"24f12a6f6 {"Commits":[{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"}],"HeadCommit":{"Sha1":"24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Message":"bug\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-06-09T18:14:21+08:00"},"CompareURL":"vodtest/pay/compare/7e2cd1572cdc8a693aadf5d382c6ea720a3b5aaa...24f12a6f67e6ea31f2764884f8f8c8de8987eb40","Len":1}...
|
1781000079
|
Edit
Delete
|
|
5168
|
10
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5169
|
9
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5170
|
1
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5171
|
3
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5172
|
4
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5173
|
7
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5174
|
8
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
5175
|
11
|
5
|
10
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"250855966 {"Commits":[{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"}],"HeadCommit":{"Sha1":"250855966063d11f6a11dbece9af86511d5e6ecb","Message":"申请转房-推荐包厢\n","AuthorEmail":"yangruilin888@gmail.com","AuthorName":"linyangrui","CommitterEmail":"yangruilin888@gmail.com","CommitterName":"linyangrui","Timestamp":"2026-05-25T17:41:04+08:00"},"CompareURL":"vodtest/pay/compare/d66e21c58000fbbb3f0d15d4cdb802f76b667c4b...250855966063d11f6a11dbece9af86511d5e6ecb","Len":1}...
|
1779702119
|
Edit
Delete
|
|
220
|
1
|
5
|
1
|
2
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"252852cf3 {"Commits":[{"Sha1":"252852cf322c50ffd2a193223a08e9e4b567bf78","Message":"修改测试111\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-17T11:13:35+08:00"}],"HeadCommit":{"Sha1":"252852cf322c50ffd2a193223a08e9e4b567bf78","Message":"修改测试111\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-17T11:13:35+08:00"},"CompareURL":"juhai/testpc/compare/930eca9fb53f66e8bd5c691867946eecb08d648e...252852cf322c50ffd2a193223a08e9e4b567bf78","Len":1}...
|
1773717225
|
Edit
Delete
|
|
221
|
2
|
5
|
1
|
2
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"252852cf3 {"Commits":[{"Sha1":"252852cf322c50ffd2a193223a08e9e4b567bf78","Message":"修改测试111\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-17T11:13:35+08:00"}],"HeadCommit":{"Sha1":"252852cf322c50ffd2a193223a08e9e4b567bf78","Message":"修改测试111\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-03-17T11:13:35+08:00"},"CompareURL":"juhai/testpc/compare/930eca9fb53f66e8bd5c691867946eecb08d648e...252852cf322c50ffd2a193223a08e9e4b567bf78","Len":1}...
|
1773717225
|
Edit
Delete
|
|
10130
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10131
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10132
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10133
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10134
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10135
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10136
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
10137
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260616
|
0
|
{"Commits":[{"Sha1":"257b35c23 {"Commits":[{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"}],"HeadCommit":{"Sha1":"257b35c23379828a17d2b0e62f7ff94750fae210","Message":"预订单申请退款\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-06-08T19:19:16+08:00"},"CompareURL":"vodtest/pay/compare/a43870d55562d5a4c204a97c0b0fbc9421fc6b87...257b35c23379828a17d2b0e62f7ff94750fae210","Len":1}...
|
1780917567
|
Edit
Delete
|
|
9794
|
1
|
5
|
1
|
32
|
0
|
0
|
refs/heads/master
|
1
|
{"Commits":[{"Sha1":"25a20e3d3 {"Commits":[{"Sha1":"25a20e3d32c162b603b27f4d79dfa77514450b55","Message":"fix: 修复登录后演讲人状态不匹配问题,添加类型转换和调试日志\n","AuthorEmail":"zhangjunnan@g-hi.com","AuthorName":"zhangjunnan","CommitterEmail":"zhangjunnan@g-hi.com","CommitterName":"zhangjunnan","Timestamp":"2026-06-08T10:40:36+08:00"}],"HeadCommit":{"Sha1":"25a20e3d32c162b603b27f4d79dfa77514450b55","Message":"fix: 修复登录后演讲人状态不匹配问题,添加类型转换和调试日志\n","AuthorEmail":"zhangjunnan@g-hi.com","AuthorName":"zhangjunnan","CommitterEmail":"zhangjunnan@g-hi.com","CommitterName":"zhangjunnan","Timestamp":"2026-06-08T10:40:36+08:00"},"CompareURL":"zhangjunnan/zhouhui/compare/33026fab7460dfd29d57de1a8d30f9418bd9a542...25a20e3d32c162b603b27f4d79dfa77514450b55","Len":1}...
|
1780886437
|
Edit
Delete
|
|
5403
|
8
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260616
|
0
|
{"Commits":[{"Sha1":"264128049 {"Commits":[{"Sha1":"2641280494f07cc9cd1c2e260898c2107b7d80ee","Message":"需求 赠时报表记录 16382\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-05-26T13:59:54+08:00"}],"HeadCommit":{"Sha1":"2641280494f07cc9cd1c2e260898c2107b7d80ee","Message":"需求 赠时报表记录 16382\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-05-26T13:59:54+08:00"},"CompareURL":"vodtest/app/compare/390d057d9ce0881b930cae57cefb0d148883de9c...2641280494f07cc9cd1c2e260898c2107b7d80ee","Len":1}...
|
1779775199
|
Edit
Delete
|
|
5404
|
9
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260616
|
0
|
{"Commits":[{"Sha1":"264128049 {"Commits":[{"Sha1":"2641280494f07cc9cd1c2e260898c2107b7d80ee","Message":"需求 赠时报表记录 16382\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-05-26T13:59:54+08:00"}],"HeadCommit":{"Sha1":"2641280494f07cc9cd1c2e260898c2107b7d80ee","Message":"需求 赠时报表记录 16382\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-05-26T13:59:54+08:00"},"CompareURL":"vodtest/app/compare/390d057d9ce0881b930cae57cefb0d148883de9c...2641280494f07cc9cd1c2e260898c2107b7d80ee","Len":1}...
|
1779775199
|
Edit
Delete
|
|
5405
|
1
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260616
|
0
|
{"Commits":[{"Sha1":"264128049 {"Commits":[{"Sha1":"2641280494f07cc9cd1c2e260898c2107b7d80ee","Message":"需求 赠时报表记录 16382\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-05-26T13:59:54+08:00"}],"HeadCommit":{"Sha1":"2641280494f07cc9cd1c2e260898c2107b7d80ee","Message":"需求 赠时报表记录 16382\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-05-26T13:59:54+08:00"},"CompareURL":"vodtest/app/compare/390d057d9ce0881b930cae57cefb0d148883de9c...2641280494f07cc9cd1c2e260898c2107b7d80ee","Len":1}...
|
1779775199
|
Edit
Delete
|