This commit is contained in:
2023-08-09 16:44:10 +08:00
parent 2cdb072ab8
commit ba59394115
100 changed files with 8965 additions and 307 deletions

View File

@@ -68,3 +68,12 @@ export function getCodeImg() {
timeout: 20000
});
}
export function getMsgCode(data) {
return request({
url: '/msgcode',
method: 'get',
params: data
})
}