This commit is contained in:
2023-05-05 09:40:23 +08:00
parent 9a14b99b18
commit 054e739905
25 changed files with 1684 additions and 1480 deletions

View File

@@ -18,6 +18,17 @@ export function login(username, password, code, uuid) {
});
}
export function wxLogin(data) {
return request({
url: '/wx/login',
headers: {
isToken: false
},
method: 'post',
data: data
});
}
// 注册方法
export function register(data) {
return request({