|
|
|
@ -17,6 +17,7 @@ class JumpController extends HomeController
|
|
|
|
|
|
|
|
|
|
public function getURLScheme()
|
|
|
|
|
{
|
|
|
|
|
header('Access-Control-Allow-Origin: *');
|
|
|
|
|
$id = I('request.id', 0);
|
|
|
|
|
$url = "https://api.weixin.qq.com/wxa/generatescheme?access_token=".$this->getAccessToken();
|
|
|
|
|
$data = [
|
|
|
|
|