getKey(); } /** * Return a key value array, containing any custom claims to be added to the JWT. * * @return array */ public function getJWTCustomClaims() { return []; } /* * 用户信息 * */ public function user_info() { return $this->belongsTo(User::class,'user_id'); } }