wip
This commit is contained in:
@@ -13,9 +13,7 @@ class CompanyAndOperators extends BaseController
|
||||
*/
|
||||
public function getAllOperators(TicketService $ticketService)
|
||||
{
|
||||
|
||||
$result = $ticketService->getAllOperators();
|
||||
|
||||
return json(['code' => 200, 'msg' => '查询成功', 'data' => $result]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user