wip
This commit is contained in:
@@ -24,7 +24,7 @@ class AuthService
|
||||
}
|
||||
|
||||
if ($user['status'] != 1) {
|
||||
throw new \Exception('账户已禁用');
|
||||
throw new \Exception('账户已禁用,请联系管理员');
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -57,7 +57,10 @@ class TicketService
|
||||
|
||||
|
||||
/**
|
||||
* 新增工单
|
||||
* 创建工单业务逻辑
|
||||
* @param array $data 工单数据
|
||||
* @return Tickets
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function createTicket(array $data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user