diff --git a/Application/Qrcode/Controller/JumpController.class.php b/Application/Qrcode/Controller/JumpController.class.php index f0f86a435..4f628b7f1 100644 --- a/Application/Qrcode/Controller/JumpController.class.php +++ b/Application/Qrcode/Controller/JumpController.class.php @@ -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 = [