Browse Source

电视盒子患者的昵称

lizhen_gitee 8 months ago
parent
commit
c61738cbf9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/tvuser/Wenzhen.php

+ 1 - 0
application/api/controller/tvuser/Wenzhen.php

@@ -38,6 +38,7 @@ class Wenzhen extends Api
         }
 
         $data['user_id'] = $this->auth->id;
+        $data['realname'] = $this->auth->nickname;
 
         return $data;
     }