This commit is contained in:
hanchaobo
2024-02-27 15:35:17 +08:00
parent e1ac81120c
commit 69bdd05df4
5 changed files with 41 additions and 33 deletions
+8
View File
@@ -75,4 +75,12 @@ export function wxregister(data) {
method: 'post',
data: data
})
}
// 检测用户名是否已经存在
export function verifyUserName(data) {
return request({
url: '/weChatUser/verifyUserName',
method: 'get',
params:data
})
}