提交 793af6ae authored 作者: chengye's avatar chengye

测试sql

上级 e045e7c4
...@@ -14,19 +14,7 @@ use think\Db; ...@@ -14,19 +14,7 @@ use think\Db;
class Count extends Base class Count extends Base
{ {
public function index(){ public function index(){
// //$this->redirect('http://114.113.126.44:3000/d/CATAHHmZz/ji-zhan-guan-li?orgId=1'); header('Location:http://114.113.126.44:3000/d/dcUEvUkMk/ji-zhan-quan-lan?orgId=1&from=1591003490674&to=1591025090674&kiosk=tv');
// return $this->fetch();
//告诉浏览器此页面的过期时间(用格林威治时间表示),只要是已经过去的日期即可。
// header("Expires:Mon,26 Jul 1970 05:00:00 GMT");
// //告诉浏览器此页面的最后更新日期(用格林威治时间表示)也就是当天,目的就是强迫浏览器获取最新资料
// header("Last-Modified:".gmdate("D,d M Y H:i:s")."GMT");
// //告诉客户端浏览器不使用缓存
// header("Cache-Control: no-cache, must-revalidate");
// //参数(与以前的服务器兼容),即兼容HTTP1.0协议
// header("Pragma: no-cache");
$url = 'http://114.113.126.44:3000/d/dcUEvUkMk/ji-zhan-quan-lan?orgId=1&from=1591003490674&to=1591025090674&kiosk=tv';
$content = file_get_contents($url);
echo $content;exit;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论