|
@@ -1,32 +0,0 @@
|
|
|
-export const reqCheckFalseData = {
|
|
|
- repCode: "6110",
|
|
|
- repMsg: "验证码已失效,请重新获取",
|
|
|
- repData: null,
|
|
|
- success: false
|
|
|
-}
|
|
|
-export const reqCheckTrueData = {
|
|
|
- repCode: "0000",
|
|
|
- repMsg: null,
|
|
|
- repData: {
|
|
|
- captchaId: null,
|
|
|
- projectCode: null,
|
|
|
- captchaType: "blockPuzzle",
|
|
|
- captchaOriginalPath: null,
|
|
|
- captchaFontType: null,
|
|
|
- captchaFontSize: null,
|
|
|
- secretKey: null,
|
|
|
- originalImageBase64: null,
|
|
|
- point: null,
|
|
|
- jigsawImageBase64: null,
|
|
|
- wordList: null,
|
|
|
- pointList: null,
|
|
|
- pointJson: "xPg4qeUPl+RAzeDfamQ+dghB/pRhfuoYYRRpUUvVU2U=",
|
|
|
- token: "4793854297d34362848f21013fb6e11f",
|
|
|
- result: true,
|
|
|
- captchaVerification: null,
|
|
|
- clientUid: null,
|
|
|
- ts: null,
|
|
|
- browserInfo: null
|
|
|
- },
|
|
|
- success: true
|
|
|
-}
|