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

This commit is contained in:
super_liu
2022-06-08 17:57:32 +08:00
parent 3caaa0fa93
commit 51ff37ebb4
4 changed files with 102 additions and 23 deletions
+17
View File
@@ -0,0 +1,17 @@
import axios from "@/common/axiosV2Phone";
export function getUserInfoByAuthCode (data) {
return axios({
url: 'getUserInfoByAuthCode',
method: 'get',
params: data
})
}
// 编辑
export function getIftappCodeByWelinkCode (data) {
return axios({
url: 'getIftappCodeByWelinkCode',
method: 'post',
params: data
})
}