feat: There is no way the, weblink 免登陆

This commit is contained in:
super_liu
2022-06-09 11:55:33 +08:00
parent d866424f2e
commit 82441268a1
5 changed files with 25 additions and 47 deletions
+3 -10
View File
@@ -1,16 +1,9 @@
import axios from "@/common/axiosV2Phone";
export function getUserInfoByAuthCode (data) {
export function getTokenToWeLink (data) {
return axios({
url: 'getUserInfoByAuthCode',
method: 'get',
params: data
})
}
// 编辑
export function getIftappCodeByWelinkCode (data) {
return axios({
url: 'getIftappCodeByWelinkCode',
url: '/api/getTokenToWeLink',
method: 'post',
params: data
})