Browse Source

首页接口增加字段

lizhen_gitee 2 tuần trước cách đây
mục cha
commit
88c03de767
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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){
             return env('APP_URL').'/icon/blogger.png';
         } else {
-            return '659';
+            return '';
         }
     }