Browse Source

首页接口增加字段

lizhen_gitee 2 weeks ago
parent
commit
188bd5a8fb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Models/User/WxUser.php

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

@@ -648,7 +648,6 @@ class WxUser extends Model
      */
     public function getBloggerStatusAttribute()
     {
-        dump(__LINE__);
         $uid = $this->id;
         $status = StatisticUtils::user_blogger_status($uid);