|
15970
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/react-migration
|
0
|
{"Commits":[{"Sha1":"c4a1b8ebc {"Commits":[{"Sha1":"c4a1b8ebcc54d4a222aa030b845818ad365b950d","Message":"fix(sn/contracts): bind 接回守卫实现 + 六模块死字段契约清理批\n\n一、serial-numbers bind 接回 bindSerialNumber(bug 家族第 5 处收口)\n语义核实修正:bindSerialNumber 服务函数的 where 条件 status:'in_stock' 是\n乐观锁前置,data 实写 status:'shipped'——即「绑定即随单发货」,与 controller\n语义一致,非此前疑似的语义漂移,无需产品决策。差别是 controller 裸写版本\n缺订单/明细/客户存在性校验、缺 in_stock+未绑定乐观锁、缺 sn_bound 事件,\n且守卫实现是零调用死代码。修复:\n- controller.bind 接回 bindSerialNumber;路由挂 validate(bindSerialNumberSchema)\n (orderId/customerId 必填)。\n- 前端 api bind 签名对齐后端契约(orderId/customerId 必填 + orderItemId/\n shipmentId 可选),删除后端无写链的 contractId/assetId 死字段。\n- live 四向验证:缺 orderId→400、假订单→404 订单不存在、真绑定→200 且\n DB 直证 shipped+bound_order_id+bound_customer_id 落库、重复绑定→conflict\n 乐观锁拦截;验证后经 /return 恢复(顺带复验 restockReturned 清绑定生效)。\n- 新增 controller 回归锁定测试(断言走 bindSerialNumber 且裸 update 未被调)。\n\n二、契约清理批(六项,Zod 收下但永不落库/错位的死契约)\n① inventory 仓库:create/update schema 删 contactName/contactPhone/notes\n (warehouses 无列、mapper 显式忽略、前端不收集),mapper 忽略条目一并清。\n② opportunities:create body 删 phone/email/province/city/address/industry/\n contact_name/contact_phone 八个死字段(service 自动建客户只写 name、无\n customer_contacts 写链、前端走客户选择器不发送);update 派生自动净化;\n IM intent-analyzer 调用点同步清 undefined 占位死参数。live:带 phone 创建\n 被 strict 400 拒绝(Unrecognized key)。\n③ opportunities list startDate/endDate 接线(此前被 allowedFilterFields\n 白名单静默忽略):落创建时间区间。live:全量 317 → 未来起点 0/过去终点 0。\n④ targets update 删 milestones(sales_targets 无标量列、update 无子表写链,\n 透传会触发 Prisma Unknown argument;create 子表写链保留);前端\n toUpdateWire/UpdateTargetRequest 同步删。\n⑤ rma:diagnose/complete 两处 Zod + docs 删 service 从不读取的 eventInsights;\n 前端 diagnose 签名对齐后端唯一持久化键 diagnosisResult(旧\n diagnosis/faultType/severity 与后端完全错位、会被静默剥离)。\n⑥ livestream createSchedule 删冗余必填死字段 scheduledStartAt/scheduledEndAt\n (service 只读 scheduledStart/scheduledEnd,旧契约强迫调用方双发同值且第二\n 份被丢);前端读 DTO 类型同步对齐 scheduledStart/scheduledEnd(旧 *At 键\n DTO 从不返回,恒 undefined)。live:不带 *At 创建过 Zod 进入业务校验。\n\n验证:前后端 type-check 全绿;opportunities/targets/rma/livestream/inventory/\nserial-numbers 测试 192/192 通过;formrules-zod errors 0、field-payload 0/0、\nenum-consistency 无新增。\n\nBacklog 登记:rma complete 前端发送 resolution/refundAmount/returnShipping*\n与后端 completeRmaSchema(returnedItem) 错位(Detail 仅发硬编码文案,无用户\n数据损失),待定接线或清理方向。\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-07-03T03:06:13-07:00"}],"HeadCommit":{"Sha1":"c4a1b8ebcc54d4a222aa030b845818ad365b950d","Message":"fix(sn/contracts): bind 接回守卫实现 + 六模块死字段契约清理批\n\n一、serial-numbers bind 接回 bindSerialNumber(bug 家族第 5 处收口)\n语义核实修正:bindSerialNumber 服务函数的 where 条件 status:'in_stock' 是\n乐观锁前置,data 实写 status:'shipped'——即「绑定即随单发货」,与 controller\n语义一致,非此前疑似的语义漂移,无需产品决策。差别是 controller 裸写版本\n缺订单/明细/客户存在性校验、缺 in_stock+未绑定乐观锁、缺 sn_bound 事件,\n且守卫实现是零调用死代码。修复:\n- controller.bind 接回 bindSerialNumber;路由挂 validate(bindSerialNumberSchema)\n (orderId/customerId 必填)。\n- 前端 api bind 签名对齐后端契约(orderId/customerId 必填 + orderItemId/\n shipmentId 可选),删除后端无写链的 contractId/assetId 死字段。\n- live 四向验证:缺 orderId→400、假订单→404 订单不存在、真绑定→200 且\n DB 直证 shipped+bound_order_id+bound_customer_id 落库、重复绑定→conflict\n 乐观锁拦截;验证后经 /return 恢复(顺带复验 restockReturned 清绑定生效)。\n- 新增 controller 回归锁定测试(断言走 bindSerialNumber 且裸 update 未被调)。\n\n二、契约清理批(六项,Zod 收下但永不落库/错位的死契约)\n① inventory 仓库:create/update schema 删 contactName/contactPhone/notes\n (warehouses 无列、mapper 显式忽略、前端不收集),mapper 忽略条目一并清。\n② opportunities:create body 删 phone/email/province/city/address/industry/\n contact_name/contact_phone 八个死字段(service 自动建客户只写 name、无\n customer_contacts 写链、前端走客户选择器不发送);update 派生自动净化;\n IM intent-analyzer 调用点同步清 undefined 占位死参数。live:带 phone 创建\n 被 strict 400 拒绝(Unrecognized key)。\n③ opportunities list startDate/endDate 接线(此前被 allowedFilterFields\n 白名单静默忽略):落创建时间区间。live:全量 317 → 未来起点 0/过去终点 0。\n④ targets update 删 milestones(sales_targets 无标量列、update 无子表写链,\n 透传会触发 Prisma Unknown argument;create 子表写链保留);前端\n toUpdateWire/UpdateTargetRequest 同步删。\n⑤ rma:diagnose/complete 两处 Zod + docs 删 service 从不读取的 eventInsights;\n 前端 diagnose 签名对齐后端唯一持久化键 diagnosisResult(旧\n diagnosis/faultType/severity 与后端完全错位、会被静默剥离)。\n⑥ livestream createSchedule 删冗余必填死字段 scheduledStartAt/scheduledEndAt\n (service 只读 scheduledStart/scheduledEnd,旧契约强迫调用方双发同值且第二\n 份被丢);前端读 DTO 类型同步对齐 scheduledStart/scheduledEnd(旧 *At 键\n DTO 从不返回,恒 undefined)。live:不带 *At 创建过 Zod 进入业务校验。\n\n验证:前后端 type-check 全绿;opportunities/targets/rma/livestream/inventory/\nserial-numbers 测试 192/192 通过;formrules-zod errors 0、field-payload 0/0、\nenum-consistency 无新增。\n\nBacklog 登记:rma complete 前端发送 resolution/refundAmount/returnShipping*\n与后端 completeRmaSchema(returnedItem) 错位(Detail 仅发硬编码文案,无用户\n数据损失),待定接线或清理方向。\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-07-03T03:06:13-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/da76fc5e9fcbc3f937fa2bee7743931f9b60e4db...c4a1b8ebcc54d4a222aa030b845818ad365b950d","Len":1}...
|
1783073192
|
Edit
Delete
|
|
15971
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/react-migration
|
0
|
{"Commits":[{"Sha1":"06c1676e4 {"Commits":[{"Sha1":"06c1676e4e8d18d0a3797df1323ed4d768d3bee8","Message":"fix(rma): complete 契约错位收口——resolution 真落库、completed_at 从死写复活\n\n前端 rmaApi.complete 发送 resolution/refundAmount/returnShippingNo/\nreturnShippingCarrier 四字段,而后端 completeRmaSchema 只收 returnedItem——\n全部被 Zod 静默剥离;且 completeRma 的 updateMany 从不写 completed_at,\n详情 timeline 依赖 completed_at 生成的「完成」节点永不出现(死节点)。\n\n修复(接线 + 契约收敛双向):\n- 后端:completeRmaSchema 补 resolution(max 2000,可选);completeRma 写入\n completed_at + 将 resolution 并入 logistics_json(与 diagnose 的 diagnosis\n 键同构,保留既有 JSON 键);controller 透传。\n- 前端 api:complete 签名收敛为 { resolution, returnedItem? }——删除后端无\n 写链的 refundAmount/returnShippingNo/returnShippingCarrier 死字段(退款\n 金额属财务域真源,不在 RMA JSON 记第二份)。\n- 前端 Detail(视图驱动闭环):完成确认框升级为受控 Modal 真收集处理结论\n (默认「已完成处理」,与既有拒绝原因 Modal 同构);Descriptions 新增\n 「诊断结论」「处理结论」两行读 logisticsJson.diagnosis/resolution,\n 写入的信息在详情页真正查得回。\n\n真实端到端验证(运行中后端 + 真实 DB):\n- created→receive→process→complete 带 resolution:status=completed、\n completedAt 落库(timeline 完成节点复活)、logisticsJson.resolution\n API 读回与 DB 直证一致。\n- 顺带补验上一提交的 diagnose 对齐链:receive→diagnose 带 diagnosisResult,\n DB 直证 logistics_json.diagnosis 落库。\n\n新增回归锁定单测:断言 updateMany 写 completed_at + logistics_json 合并\nresolution 且保留既有 diagnosis 键。rma.service.test.ts 34/34 通过;\n前后端 type-check 全绿。\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-07-03T03:16:05-07:00"}],"HeadCommit":{"Sha1":"06c1676e4e8d18d0a3797df1323ed4d768d3bee8","Message":"fix(rma): complete 契约错位收口——resolution 真落库、completed_at 从死写复活\n\n前端 rmaApi.complete 发送 resolution/refundAmount/returnShippingNo/\nreturnShippingCarrier 四字段,而后端 completeRmaSchema 只收 returnedItem——\n全部被 Zod 静默剥离;且 completeRma 的 updateMany 从不写 completed_at,\n详情 timeline 依赖 completed_at 生成的「完成」节点永不出现(死节点)。\n\n修复(接线 + 契约收敛双向):\n- 后端:completeRmaSchema 补 resolution(max 2000,可选);completeRma 写入\n completed_at + 将 resolution 并入 logistics_json(与 diagnose 的 diagnosis\n 键同构,保留既有 JSON 键);controller 透传。\n- 前端 api:complete 签名收敛为 { resolution, returnedItem? }——删除后端无\n 写链的 refundAmount/returnShippingNo/returnShippingCarrier 死字段(退款\n 金额属财务域真源,不在 RMA JSON 记第二份)。\n- 前端 Detail(视图驱动闭环):完成确认框升级为受控 Modal 真收集处理结论\n (默认「已完成处理」,与既有拒绝原因 Modal 同构);Descriptions 新增\n 「诊断结论」「处理结论」两行读 logisticsJson.diagnosis/resolution,\n 写入的信息在详情页真正查得回。\n\n真实端到端验证(运行中后端 + 真实 DB):\n- created→receive→process→complete 带 resolution:status=completed、\n completedAt 落库(timeline 完成节点复活)、logisticsJson.resolution\n API 读回与 DB 直证一致。\n- 顺带补验上一提交的 diagnose 对齐链:receive→diagnose 带 diagnosisResult,\n DB 直证 logistics_json.diagnosis 落库。\n\n新增回归锁定单测:断言 updateMany 写 completed_at + logistics_json 合并\nresolution 且保留既有 diagnosis 键。rma.service.test.ts 34/34 通过;\n前后端 type-check 全绿。\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-07-03T03:16:05-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/c4a1b8ebcc54d4a222aa030b845818ad365b950d...06c1676e4e8d18d0a3797df1323ed4d768d3bee8","Len":1}...
|
1783073771
|
Edit
Delete
|
|
15972
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/react-migration
|
0
|
{"Commits":[{"Sha1":"7212bb0f7 {"Commits":[{"Sha1":"7212bb0f7d8f202759b9ddb0e2204b3745825847","Message":"chore(harness): route-shadowing 审计接入 audit-registry(红线 9 注册即执行)\n\n将 scripts/audit-route-shadowing.ts 正式注册进 AUDIT_REGISTRY(第 72 项):\n- trigger: backend/src/modules/**/*.routes.ts 变更时选跑(gate: smart)\n- reportFile: reports/route-shadowing-audit.latest.json(已在仓、当前 shadowed=0)\n- 硬阻塞语义在审计脚本自身(新增遮蔽退出码 1);harness 侧经 report.ts 的\n adaptGeneric fallback 消化 findings(无 severity 默认 INFO,不污染\n dashboard high/medium),符合「脚本硬门禁 + dashboard INFO 记录」棘轮口径。\n\n接入验证:registry 解析 OK(72 项)、report.ts:3450 按 reportFile 文件名\n自动路由 adaptGeneric 成立、报告新鲜且 0 遮蔽。至此「静态路由被参数化路由\n遮蔽」bug 家族(1329d688e0 收口的 32 处死路由)具备防回潮机器门禁。\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-07-03T03:20:52-07:00"}],"HeadCommit":{"Sha1":"7212bb0f7d8f202759b9ddb0e2204b3745825847","Message":"chore(harness): route-shadowing 审计接入 audit-registry(红线 9 注册即执行)\n\n将 scripts/audit-route-shadowing.ts 正式注册进 AUDIT_REGISTRY(第 72 项):\n- trigger: backend/src/modules/**/*.routes.ts 变更时选跑(gate: smart)\n- reportFile: reports/route-shadowing-audit.latest.json(已在仓、当前 shadowed=0)\n- 硬阻塞语义在审计脚本自身(新增遮蔽退出码 1);harness 侧经 report.ts 的\n adaptGeneric fallback 消化 findings(无 severity 默认 INFO,不污染\n dashboard high/medium),符合「脚本硬门禁 + dashboard INFO 记录」棘轮口径。\n\n接入验证:registry 解析 OK(72 项)、report.ts:3450 按 reportFile 文件名\n自动路由 adaptGeneric 成立、报告新鲜且 0 遮蔽。至此「静态路由被参数化路由\n遮蔽」bug 家族(1329d688e0 收口的 32 处死路由)具备防回潮机器门禁。\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-07-03T03:20:52-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/06c1676e4e8d18d0a3797df1323ed4d768d3bee8...7212bb0f7d8f202759b9ddb0e2204b3745825847","Len":1}...
|
1783074059
|
Edit
Delete
|
|
15973
|
5
|
5
|
5
|
6
|
0
|
0
|
refs/heads/react-migration
|
0
|
{"Commits":[{"Sha1":"04d57d74d {"Commits":[{"Sha1":"04d57d74d0373aea967c831c21a1c4526095da1d","Message":"chore(governance): route-shadowing 接入棘轮门禁全链(受控块断言 + harness:check + 对账)\n\n承接 registry 注册(7212bb0f7d),完成红线 9「注册即执行」的剩余三件套:\n- CLAUDE.md GOVERNANCE-BASELINE 受控块新增断言\n route-shadowing-zero | route-shadowing-audit.latest.json | summary.shadowedRoutes | == | 0\n (零阈值:32 处死路由已全收口,任何回潮立即 drift 阻塞)\n- package.json harness:check 链尾接入 audit-route-shadowing 实跑\n- 重跑 baseline-reconcile + harness dashboard:新断言实测 0==0 ✓;\n dashboard critical 0 / high 0 / medium 11(\u003c= 51 ceiling)、\n reports missing/stale/invalid 全 0。\n\n对账说明:reconcile 仅存的 2 条 VALUE_DRIFT 为既有真实红线\n(production-release-gate/actions 两条 *-overdue-zero 实测 10——10 条 P0\n上线阻断 dueDate 过期,受控块注释明确故意保持 ==0 不得凑绿,须真实完成\n或指挥官重排 due date 清除),与本次接入无关、未触碰。\n\n至此「静态路由被参数化路由遮蔽」bug 家族防回潮闭环:\n审计脚本(退出码 1 硬阻塞)→ registry 选跑触发 → harness:check 全量链 →\n受控块零阈值对账,四层锁死。\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-07-03T03:22:21-07:00"}],"HeadCommit":{"Sha1":"04d57d74d0373aea967c831c21a1c4526095da1d","Message":"chore(governance): route-shadowing 接入棘轮门禁全链(受控块断言 + harness:check + 对账)\n\n承接 registry 注册(7212bb0f7d),完成红线 9「注册即执行」的剩余三件套:\n- CLAUDE.md GOVERNANCE-BASELINE 受控块新增断言\n route-shadowing-zero | route-shadowing-audit.latest.json | summary.shadowedRoutes | == | 0\n (零阈值:32 处死路由已全收口,任何回潮立即 drift 阻塞)\n- package.json harness:check 链尾接入 audit-route-shadowing 实跑\n- 重跑 baseline-reconcile + harness dashboard:新断言实测 0==0 ✓;\n dashboard critical 0 / high 0 / medium 11(\u003c= 51 ceiling)、\n reports missing/stale/invalid 全 0。\n\n对账说明:reconcile 仅存的 2 条 VALUE_DRIFT 为既有真实红线\n(production-release-gate/actions 两条 *-overdue-zero 实测 10——10 条 P0\n上线阻断 dueDate 过期,受控块注释明确故意保持 ==0 不得凑绿,须真实完成\n或指挥官重排 due date 清除),与本次接入无关、未触碰。\n\n至此「静态路由被参数化路由遮蔽」bug 家族防回潮闭环:\n审计脚本(退出码 1 硬阻塞)→ registry 选跑触发 → harness:check 全量链 →\n受控块零阈值对账,四层锁死。\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-07-03T03:22:21-07:00"},"CompareURL":"luoanwu/juhi-omni-knowledge-hub/compare/7212bb0f7d8f202759b9ddb0e2204b3745825847...04d57d74d0373aea967c831c21a1c4526095da1d","Len":1}...
|
1783074148
|
Edit
Delete
|
|
15974
|
7
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15975
|
9
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15976
|
1
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15977
|
3
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15978
|
4
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15979
|
8
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15980
|
10
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15981
|
11
|
5
|
7
|
21
|
0
|
0
|
refs/heads/pay-260707
|
0
|
{"Commits":[{"Sha1":"fcd394101 {"Commits":[{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"}],"HeadCommit":{"Sha1":"fcd394101ebc715981a189ae58a87b6d4c21364b","Message":"智能模式过滤维修中的包厢\n","AuthorEmail":"11833999+littlemaidi@user.noreply.gitee.com","AuthorName":"LITTLEMAIDI","CommitterEmail":"11833999+littlemaidi@user.noreply.gitee.com","CommitterName":"LITTLEMAIDI","Timestamp":"2026-07-06T09:41:03+08:00"},"CompareURL":"vodtest/pay/compare/d733c181e9050a0362a40670b331fe3b1531bb99...fcd394101ebc715981a189ae58a87b6d4c21364b","Len":1}...
|
1783302068
|
Edit
Delete
|
|
15982
|
8
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15983
|
9
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15984
|
1
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15985
|
3
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15986
|
4
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15987
|
7
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15988
|
10
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15989
|
11
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"bda324521 {"Commits":[{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"}],"HeadCommit":{"Sha1":"bda3245212fac1552518e904a2d412340b2f2993","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:35:30+08:00"},"CompareURL":"vodtest/app/compare/601f6f38006e05177bfb449ce4eb6d7cd29fcceb...bda3245212fac1552518e904a2d412340b2f2993","Len":1}...
|
1783305336
|
Edit
Delete
|
|
15990
|
1
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15991
|
9
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15992
|
3
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15993
|
4
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15994
|
7
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15995
|
8
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15996
|
10
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15997
|
11
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"2f6c2d188 {"Commits":[{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},{"Sha1":"7c3082686e3f20cc8af0587af14f22b35f73fd31","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:53+08:00"},{"Sha1":"e0e11ed594449ac3e5d1a90edd1ab756d8823f48","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:42:26+08:00"}],"HeadCommit":{"Sha1":"2f6c2d188a20b5d292e6651907055f1fa1af0023","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T10:44:58+08:00"},"CompareURL":"vodtest/app/compare/bda3245212fac1552518e904a2d412340b2f2993...2f6c2d188a20b5d292e6651907055f1fa1af0023","Len":3}...
|
1783305919
|
Edit
Delete
|
|
15998
|
8
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
15999
|
9
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16000
|
1
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16001
|
3
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16002
|
4
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16003
|
7
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16004
|
10
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16005
|
11
|
5
|
8
|
25
|
0
|
0
|
refs/heads/api-260728
|
0
|
{"Commits":[{"Sha1":"6cd14af95 {"Commits":[{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"}],"HeadCommit":{"Sha1":"6cd14af955c615fbca58d50de365b17216545754","Message":"需求 灯光控制增加控制类型 16607\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T10:56:19+08:00"},"CompareURL":"vodtest/api/compare/5bc8198414826a3035666af740da929292ce6fb2...6cd14af955c615fbca58d50de365b17216545754","Len":1}...
|
1783306583
|
Edit
Delete
|
|
16006
|
8
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16007
|
9
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16008
|
1
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16009
|
3
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16010
|
4
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16011
|
7
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16012
|
10
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16013
|
11
|
5
|
8
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"fae905f5d {"Commits":[{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"}],"HeadCommit":{"Sha1":"fae905f5d43927ede79598471730241906ea0756","Message":"需求 包厢业绩商品 16588\n","AuthorEmail":"developer.jeff.c@gmail.com","AuthorName":"chenjunfeng","CommitterEmail":"developer.jeff.c@gmail.com","CommitterName":"chenjunfeng","Timestamp":"2026-07-06T11:10:11+08:00"},"CompareURL":"vodtest/app/compare/2f6c2d188a20b5d292e6651907055f1fa1af0023...fae905f5d43927ede79598471730241906ea0756","Len":1}...
|
1783307418
|
Edit
Delete
|
|
16014
|
1
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"113925753 {"Commits":[{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},{"Sha1":"1aadf0060cce4ebbe07b12d5fb2e2538e8e76a17","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:11:08+08:00"}],"HeadCommit":{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},"CompareURL":"vodtest/app/compare/fae905f5d43927ede79598471730241906ea0756...11392575360d7dc1fe44681b4f86edc6c3d72da4","Len":2}...
|
1783307569
|
Edit
Delete
|
|
16015
|
9
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"113925753 {"Commits":[{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},{"Sha1":"1aadf0060cce4ebbe07b12d5fb2e2538e8e76a17","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:11:08+08:00"}],"HeadCommit":{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},"CompareURL":"vodtest/app/compare/fae905f5d43927ede79598471730241906ea0756...11392575360d7dc1fe44681b4f86edc6c3d72da4","Len":2}...
|
1783307569
|
Edit
Delete
|
|
16016
|
3
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"113925753 {"Commits":[{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},{"Sha1":"1aadf0060cce4ebbe07b12d5fb2e2538e8e76a17","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:11:08+08:00"}],"HeadCommit":{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},"CompareURL":"vodtest/app/compare/fae905f5d43927ede79598471730241906ea0756...11392575360d7dc1fe44681b4f86edc6c3d72da4","Len":2}...
|
1783307569
|
Edit
Delete
|
|
16017
|
4
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"113925753 {"Commits":[{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},{"Sha1":"1aadf0060cce4ebbe07b12d5fb2e2538e8e76a17","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:11:08+08:00"}],"HeadCommit":{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},"CompareURL":"vodtest/app/compare/fae905f5d43927ede79598471730241906ea0756...11392575360d7dc1fe44681b4f86edc6c3d72da4","Len":2}...
|
1783307569
|
Edit
Delete
|
|
16018
|
7
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"113925753 {"Commits":[{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},{"Sha1":"1aadf0060cce4ebbe07b12d5fb2e2538e8e76a17","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:11:08+08:00"}],"HeadCommit":{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},"CompareURL":"vodtest/app/compare/fae905f5d43927ede79598471730241906ea0756...11392575360d7dc1fe44681b4f86edc6c3d72da4","Len":2}...
|
1783307569
|
Edit
Delete
|
|
16019
|
8
|
5
|
1
|
22
|
0
|
0
|
refs/heads/app-260728
|
0
|
{"Commits":[{"Sha1":"113925753 {"Commits":[{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},{"Sha1":"1aadf0060cce4ebbe07b12d5fb2e2538e8e76a17","Message":"区域保护。\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:11:08+08:00"}],"HeadCommit":{"Sha1":"11392575360d7dc1fe44681b4f86edc6c3d72da4","Message":"Merge remote-tracking branch 'app/app-260728' into app-260728\n","AuthorEmail":"121158035@qq.com","AuthorName":"zhangjunnan","CommitterEmail":"121158035@qq.com","CommitterName":"zhangjunnan","Timestamp":"2026-07-06T11:12:39+08:00"},"CompareURL":"vodtest/app/compare/fae905f5d43927ede79598471730241906ea0756...11392575360d7dc1fe44681b4f86edc6c3d72da4","Len":2}...
|
1783307569
|
Edit
Delete
|