Commit 11a8eae1 authored by hezhen's avatar hezhen

123

parent bb6eaebd
...@@ -48,6 +48,7 @@ public class AppUserRelationController extends BaseController<AppUserRelationBiz ...@@ -48,6 +48,7 @@ public class AppUserRelationController extends BaseController<AppUserRelationBiz
Integer userid = Integer.parseInt(userAuthUtil.getInfoFromToken(userAuthConfig.getToken(request)).getId()); Integer userid = Integer.parseInt(userAuthUtil.getInfoFromToken(userAuthConfig.getToken(request)).getId());
return baseBiz.appBindRelation(userid,code); return baseBiz.appBindRelation(userid,code);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
throw new BaseException(e); throw new BaseException(e);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment