完成80%

This commit is contained in:
2026-07-27 06:50:07 +08:00
parent 8475bbd19a
commit 1eae3bbef4
63 changed files with 13664 additions and 280 deletions
+1 -4
View File
@@ -24,8 +24,7 @@
if (!context || typeof context !== "object") fail("TAC 请求上下文无效");
return {
tenantId: text(context.tenantId, "租户标识"),
clientId: text(context.clientId, "客户端标识"),
sceneCode: text(context.sceneCode, "验证场景"),
operationCode: text(context.operationCode, "认证动作"),
subject: text(context.subject, "验证主体"),
providerCode: text(context.providerCode, "验证服务商").toUpperCase(),
captchaType: text(context.captchaType, "验证码类型").toUpperCase(),
@@ -120,8 +119,6 @@
}
return {
tenantId: context.tenantId,
clientId: context.clientId,
sceneCode: context.sceneCode,
subject: context.subject,
challengeId: challengeId,
providerCode: challenge.providerCode,