黄宗昌 há 2 anos atrás
pai
commit
70f22a1add
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      app/Models/User.php

+ 3 - 1
app/Models/User.php

xqd
@@ -44,7 +44,9 @@ class User extends Authenticatable implements JWTSubject
         'other_contacts',
         'start_time',
         'end_time',
-        'member_type'
+        'member_type',
+        'nickname',
+        'introduce',
     ];
     public function memberStatus(){
         return [1 => '一般会员', 2 => '企业会员'];