| 程序包 | 说明 |
|---|---|
| itez.plat.main.service | |
| itez.plat.main.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
UserOauth |
UserOauthService.getByOpenid(ApiCommon.USR_SOURCE type,
String openid)
根据openid返回统一身份信息
|
UserOauth |
UserOauthService.getByOrigCode(ApiCommon.USR_SOURCE type,
String origCode)
根据源用户代码返回统一身份信息
|
UserOauth |
UserOauthService.getByOrigId(ApiCommon.USR_SOURCE type,
String origId)
根据源用户ID返回统一身份信息
|
UserOauth |
UserOauthService.getByUnionid(ApiCommon.USR_SOURCE type,
String unionid)
根据unionid返回统一身份信息
|
UserOauth |
UserOauthService.getByUserId(ApiCommon.USR_SOURCE type,
String userId)
返回指定用户ID的指定绑定信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserOauth> |
UserOauthService.getByUserId(String userId)
返回指定用户ID的所有已绑定的认证信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
UserOauth |
UserOauthServiceImpl.getByOpenid(ApiCommon.USR_SOURCE type,
String openid) |
UserOauth |
UserOauthServiceImpl.getByOrigCode(ApiCommon.USR_SOURCE type,
String origCode) |
UserOauth |
UserOauthServiceImpl.getByOrigId(ApiCommon.USR_SOURCE type,
String origId) |
UserOauth |
UserOauthServiceImpl.getByUnionid(ApiCommon.USR_SOURCE type,
String unionid) |
UserOauth |
UserOauthServiceImpl.getByUserId(ApiCommon.USR_SOURCE type,
String userId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<UserOauth> |
UserOauthServiceImpl.getByUserId(String userId) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
UserOauthServiceImpl.save(UserOauth model) |
boolean |
UserOauthServiceImpl.saveOrUpdate(UserOauth model) |
boolean |
UserOauthServiceImpl.update(UserOauth model) |
Copyright © 2023. All rights reserved.