让七月迭代具备可直接部署的配置基线
补齐三套环境配置、测试环境部署门禁与 system_config 初始化,并按当前无企微应用的约束将企微凭据改为明文存储。 Constraint: 当前测试环境尚无企微应用及历史企微密文数据 Rejected: 使用启动环境变量加密企微凭据 | 用户明确要求直接明文保存并移除加密密钥 Confidence: high Scope-risk: moderate Directive: 企微真实闭环完成前保持两个旧审批入口开关为 true Tested: gofmt;git diff --check;bash -n;docker compose config;Gitea workflow YAML 解析;OpenAPI 重新生成 Not-tested: go test;常规 go build;LSP;实际数据库迁移;真实测试环境部署;企微真实联调
This commit is contained in:
@@ -8661,19 +8661,19 @@ components:
|
||||
description: 企业微信自建应用 AgentID
|
||||
type: integer
|
||||
callback_token:
|
||||
description: 回调 Token,管理端使用明文传入,服务端加密保存
|
||||
description: 回调 Token,服务端明文保存
|
||||
type: string
|
||||
corp_id:
|
||||
description: 企业微信企业 ID
|
||||
type: string
|
||||
encoding_aes_key:
|
||||
description: 回调 EncodingAESKey,管理端使用明文传入,服务端加密保存
|
||||
description: 回调 EncodingAESKey,服务端明文保存
|
||||
type: string
|
||||
name:
|
||||
description: 应用展示名称
|
||||
type: string
|
||||
secret:
|
||||
description: 应用 Secret,管理端使用明文传入,服务端加密保存
|
||||
description: 应用 Secret,服务端明文保存
|
||||
type: string
|
||||
status:
|
||||
description: 状态 (0:禁用, 1:启用)
|
||||
|
||||
Reference in New Issue
Block a user