mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: mgate sdk
This commit is contained in:
		| @@ -50,6 +50,7 @@ class MGate { | ||||
|         $params['sign'] = md5($str); | ||||
|         $curl = new Curl(); | ||||
|         $curl->setUserAgent('MGate'); | ||||
|         $curl->setOpt(CURLOPT_SSL_VERIFYPEER, 0); | ||||
|         $curl->post($this->config['mgate_url'] . '/v1/gateway/fetch', http_build_query($params)); | ||||
|         $result = $curl->response; | ||||
|         if (!$result) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user