黄宗昌 hace 2 años
padre
commit
70f22a1add
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 => '企业会员'];