charles
2024-05-21 5ffbec0a33a49c698699646ab71ddb3ad1ea310c
1
2
3
4
5
6
7
8
9
import {request} from '@/utils'
 
// 获取验证码
export function getCaptchaApi() {
    return request({
        url: "http://aps.fai365.com:9080/api/base/captcha",
        method: "POST",
    });
}