This commit is contained in:
唐明明
2024-04-29 10:24:46 +08:00
parent 70c5d15d44
commit ea4949e588
12 changed files with 357 additions and 109 deletions

View File

@@ -383,6 +383,13 @@ const team = data => {
})
}
// 获取二维码
const userQrcode = () => {
return request({
url: 'user/client/qrcode'
})
}
export {
userIndex,
realName,
@@ -431,5 +438,6 @@ export {
userSubscribe,
identity,
vip,
team
team,
userQrcode
}