소스 검색

首页接口增加字段

lizhen_gitee 2 주 전
부모
커밋
88c03de767
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/User/WxUser.php

+ 1 - 1
app/Models/User/WxUser.php

@@ -654,7 +654,7 @@ class WxUser extends Model
         if($status == 1){
         if($status == 1){
             return env('APP_URL').'/icon/blogger.png';
             return env('APP_URL').'/icon/blogger.png';
         } else {
         } else {
-            return '659';
+            return '';
         }
         }
     }
     }