diff --git a/src/api/system.js b/src/api/system.js index d6c6427..c54cddd 100644 --- a/src/api/system.js +++ b/src/api/system.js @@ -322,20 +322,20 @@ export function ledgerManageExportApi(data) { /** * @description 滑块 -- 请求滑块验证码 */ - export function ajCaptcha(data) { +export function ajCaptcha(data) { return request.get(`ajcaptcha`, data) } /** * @description 滑块 -- 请求滑块验证码 */ - export function ajCaptchaCheck(data) { +export function ajCaptchaCheck(data) { return request.post(`ajcheck`, data) } /** * @description 滑块 -- 请求滑块验证码 */ - export function ajCaptchaStatus(data) { +export function ajCaptchaStatus(data) { return request.post(`ajstatus`, data) } /**