|
|
@@ -41,6 +41,6 @@ public class FmInsideCLoginMsgServiceImpl implements MsgSendService { |
|
|
throw new MallinkException(ErrorCode.USER_IS_EMPTY.getCode(), "用户ID未找到" + msg.getCUserId()); |
|
|
throw new MallinkException(ErrorCode.USER_IS_EMPTY.getCode(), "用户ID未找到" + msg.getCUserId()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
userService.actionAfterLogin(user); |
|
|
|
|
|
|
|
|
userService.actionAfterLogin(user, msg.getFindByUnionId()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |