huanghongfa
2021-08-19 4a7fa07cefb891cf3294a33684fe781bc7d1d89b
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();