mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
解绑openId
This commit is contained in:
@@ -96,6 +96,14 @@ const logout = function() {
|
||||
return ajax.postJson('/logout',{"from":plat});
|
||||
}
|
||||
|
||||
// 获取用户解绑状态
|
||||
const hasOpenId = function(){
|
||||
return ajax.post('/user/hasOpenId',{});
|
||||
}
|
||||
// 解绑unopenId
|
||||
const UnOpenId = function(){
|
||||
return ajax.post('/user/UnOpenId',{});
|
||||
}
|
||||
export default {
|
||||
userParentOrg,
|
||||
findOrgsByKeyword,
|
||||
@@ -107,5 +115,7 @@ export default {
|
||||
modifyPassword,
|
||||
getInAudienceIds,
|
||||
updateUser,
|
||||
logout
|
||||
logout,
|
||||
hasOpenId,
|
||||
UnOpenId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user