黄宗昌 %!s(int64=2) %!d(string=hai) anos
pai
achega
70f22a1add
Modificáronse 1 ficheiros con 3 adicións e 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 => '企业会员'];