...
|
...
|
@@ -20,7 +20,7 @@ class IndexController extends HomeBaseController |
|
|
protected $abc;
|
|
|
public function index()
|
|
|
{
|
|
|
echo 1;exit;
|
|
|
echo 11;exit;
|
|
|
// $href = file_get_contents('http://suo.im/api.php?format=json&url=http%3a%2f%2fwww.baidu.com');
|
|
|
// echo json_decode($href, true)['url'];
|
|
|
// 生成页面二维码(用户推广)
|
...
|
...
|
|