完成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
+4 -4
View File
@@ -149,7 +149,7 @@ for (const [name, method] of Object.entries(definition.methods)) {
const strictRequest = () => instance.sendStrictRequest({
method: "POST",
url: "https://backend-api.ddxcjp.cn/captcha/verify",
url: "https://backend-api.ddxcjp.cn/genealogy/app/auth/verification/register/verify",
headers: { clientid: "client-1" },
data: { challengeId: "challenge-1" },
});
@@ -180,11 +180,11 @@ const run = async () => {
const context = {
visible: true,
requestId: "request-1",
challengeUrl: "https://backend-api.ddxcjp.cn/captcha/challenge",
verifyUrl: "https://backend-api.ddxcjp.cn/captcha/verify",
challengeUrl: "https://backend-api.ddxcjp.cn/genealogy/app/auth/verification/register/challenge",
verifyUrl: "https://backend-api.ddxcjp.cn/genealogy/app/auth/verification/register/verify",
clientId: "client-1",
tenantId: "000000",
sceneCode: "APP_REGISTER",
operationCode: "register",
subject: "13800138000",
};
instance.requestContext = context;