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