完成80%
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user