feat: There is no way the, weblink 免登陆
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user