✨ add api validation signature
This commit is contained in:
@@ -9,25 +9,6 @@ export const getRotatedCaptchaData = () => {
|
||||
ignoreToken: true
|
||||
},
|
||||
});
|
||||
|
||||
};
|
||||
/**
|
||||
* 验证验证码
|
||||
* @param angle
|
||||
* @param key
|
||||
*/
|
||||
export const checkRotatedCaptcha = (angle: any, key: any) => {
|
||||
return service.Post('/api/captcha/rotate/check', {
|
||||
angle: angle,
|
||||
key: key,
|
||||
},
|
||||
{
|
||||
meta: {
|
||||
ignoreToken: true
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
};
|
||||
/**
|
||||
* 获取滑动验证码图片数据
|
||||
|
Reference in New Issue
Block a user