罗元桥
2021-08-11 929ff93a7a9db5b9fb0e3ce8e45a66ce59ea1767
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/LoginApi.java
@@ -85,6 +85,9 @@
    @PostMapping("updateUserWeiXinInfo")
    public R updateUserWeiXinInfo(@RequestBody LoginRequest loginRequest){
        Long userId = this.getUserId();
        if(userId == null){
            return R.fail(401,"请先登录");
        }
        boolean empty2 = ObjectUtils.isEmpty(userId);
        if (empty2) {
            throw new UnAuthenticationException();