新增微信二维码代码

This commit is contained in:
wuyibo
2022-10-20 14:10:55 +08:00
parent fbefdd0d53
commit 4b5624dfa6
11 changed files with 250 additions and 51 deletions

View File

@@ -16,7 +16,13 @@ export function getCode(id) {
method: 'get'
})
}
// 查询微信用户和球队列表
export function getUserAndTeams(){
return request({
url: '/system/code/getUserAndTeams',
method: 'get'
})
}
// 新增微信用户小程序二维码
export function addCode(data) {
return request({