修复代码
This commit is contained in:
parent
424fda6e80
commit
4e19851c28
@ -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)
|
||||
}
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user