...
|
...
|
@@ -16,9 +16,6 @@ class Test { |
|
|
|
|
|
|
|
|
public function home(){
|
|
|
return '<iframe src="https://fob.ai.cc/33a9293e4314ea12ebfed9c60ab39f2d" style="width: 100%; height: 1000px;"></iframe>';
|
|
|
return '<iframe src="http://local.admin.hagro.cn/33a9293e4314ea12ebfed9c60ab39f2d" style="width: 100%; height: 1000px;"></iframe>';
|
|
|
|
|
|
if(app()->request('sign')!='s1'){
|
|
|
http_response_code(404);
|
|
|
app()->e(404,404);
|
...
|
...
|
|