mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: telegram commands
This commit is contained in:
		| @@ -22,9 +22,9 @@ class ReplyTicket extends Telegram { | ||||
|         if (!$user) { | ||||
|             abort(500, '用户不存在'); | ||||
|         } | ||||
|         $ticketService = new TicketService(); | ||||
|         if (!$msg->text) return; | ||||
|         if (!($user->is_admin || $user->is_staff)) return; | ||||
|         $ticketService = new TicketService(); | ||||
|         $ticketService->replyByAdmin( | ||||
|             $ticketId, | ||||
|             $msg->text, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user