|
|
@@ -48,6 +48,7 @@ public class AlipayServiceImpl implements AlipayService {
|
|
|
if (sysUser == null) {
|
|
|
throw new SystemException("您还未绑定工号");
|
|
|
}
|
|
|
+ SysUser.verifyUser(sysUser);//验证用户状态
|
|
|
|
|
|
String token = StpUtil.createLoginSession(sysUser.getId());
|
|
|
AlipayVo alipayVo = new AlipayVo(token, sysUser.getId());
|