mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: fix tg
This commit is contained in:
		| @@ -40,6 +40,7 @@ class TelegramService { | |||||||
|         $curl->get($this->api . $method . '?' . http_build_query($params)); |         $curl->get($this->api . $method . '?' . http_build_query($params)); | ||||||
|         $response = $curl->response; |         $response = $curl->response; | ||||||
|         $curl->close(); |         $curl->close(); | ||||||
|  |         if (!isset($response->ok)) abort(500, '请求失败'); | ||||||
|         if (!$response->ok) { |         if (!$response->ok) { | ||||||
|             abort(500, '来自TG的错误:' . $response->description); |             abort(500, '来自TG的错误:' . $response->description); | ||||||
|         } |         } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user