소스 검색

首页接口增加字段

lizhen_gitee 2 주 전
부모
커밋
188bd5a8fb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()
     public function getBloggerStatusAttribute()
     {
     {
-        dump(__LINE__);
         $uid = $this->id;
         $uid = $this->id;
         $status = StatisticUtils::user_blogger_status($uid);
         $status = StatisticUtils::user_blogger_status($uid);