예제 #1
0
 /**
  * 用户登录验证
  *
  * @param account
  * @param pwd
  * @return
  * @throws AppException
  */
 public User loginVerify(String account, String pwd) throws AppException {
   return ApiClient.login(this, account, pwd);
 }