From 4e19851c288f03bff8e02bab38d1f9ce4c157ec9 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 23 Feb 2024 09:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) } /**