类 UserTokenServiceImpl
java.lang.Object
com.walker.jdbc.service.BaseServiceImpl
com.ishop.mobile.service.UserTokenServiceImpl
- 所有已实现的接口:
com.walker.jdbc.BaseDao,com.walker.jdbc.service.BaseService
@Service
public class UserTokenServiceImpl
extends com.walker.jdbc.service.BaseServiceImpl
-
嵌套类概要
从接口继承的嵌套类/接口 com.walker.jdbc.BaseDao
com.walker.jdbc.BaseDao.RowExecution<T extends Object> -
字段概要
从类继承的字段 com.walker.jdbc.service.BaseServiceImpl
dao, log -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.ishop.model.po.EbUserTokenqueryToken(long userId, int type) 查询用户已存在的绑定token信息com.ishop.model.po.EbUserTokenqueryUserToken(String token, int type) 检测token是否存在从类继承的方法 com.walker.jdbc.service.BaseServiceImpl
delete, delete, delete, delete, execBatchUpdate, execCall, execCall, execute, execute, execute, execute, get, get, get, get, get, get, get, get, get, getDao, getMaxOrder, insert, insert, insertBatch, queryForInt, queryForInt, queryForObject, queryForObject, queryListObjectWhereIn, save, save, saveOrder, select, select, select, select, select, select, select, select, select, select, selectAll, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, selectSplit, setDao, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlGeneralQueryPager, sqlListObjectWhereIn, sqlMathQuery, sqlQuery, sqlQuery, sqlQueryListMap, update, update, update, update, update, update, updateBatch
-
构造器详细资料
-
UserTokenServiceImpl
public UserTokenServiceImpl()
-
-
方法详细资料
-
queryToken
public com.ishop.model.po.EbUserToken queryToken(long userId, int type) 查询用户已存在的绑定token信息- 参数:
userId-type- 类型:wechat-公众号,routine-小程序,iosWx-苹果微信,androidWx-安卓微信- 返回:
-
queryUserToken
检测token是否存在- 参数:
token- String openIdtype- int 类型- 返回:
- UserToken
-