修复代码

This commit is contained in:
mkm 2024-02-23 09:32:58 +08:00
parent 424fda6e80
commit 4e19851c28

View File

@ -322,20 +322,20 @@ export function ledgerManageExportApi(data) {
/** /**
* @description 滑块 -- 请求滑块验证码 * @description 滑块 -- 请求滑块验证码
*/ */
export function ajCaptcha(data) { export function ajCaptcha(data) {
return request.get(`ajcaptcha`, data) return request.get(`ajcaptcha`, data)
} }
/** /**
* @description 滑块 -- 请求滑块验证码 * @description 滑块 -- 请求滑块验证码
*/ */
export function ajCaptchaCheck(data) { export function ajCaptchaCheck(data) {
return request.post(`ajcheck`, data) return request.post(`ajcheck`, data)
} }
/** /**
* @description 滑块 -- 请求滑块验证码 * @description 滑块 -- 请求滑块验证码
*/ */
export function ajCaptchaStatus(data) { export function ajCaptchaStatus(data) {
return request.post(`ajstatus`, data) return request.post(`ajstatus`, data)
} }
/** /**