only("account","password"); //登录 $result = (new EmployeeService())->loginRule($data); list($bool, $return) = $result; if(! $bool) return $this->json_return(201,'',$return); return $this->json_return(200,'', ['token' => $jwtToken]); } }