f
This commit is contained in:
@@ -12,10 +12,10 @@ class Check
|
||||
public function index()
|
||||
{
|
||||
$url = $GLOBALS['data']['data']['url'];
|
||||
$call = 'https://mp.weixinbridge.com/mp/wapredirect?url='.$url;
|
||||
$call = 'https://mp.weixinbridge.com/mp/wapredirect?url='.urlencode($url);
|
||||
|
||||
$client = new Client();
|
||||
$response = $client->request('GET', urlencode($call));
|
||||
$response = $client->request('GET', $call);
|
||||
|
||||
dump($response);
|
||||
//weixin110.qq.com
|
||||
|
||||
Reference in New Issue
Block a user