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