- 注册时间
- 2018-10-4
- 最后登录
- 2021-11-2
- 阅读权限
- 10
- 积分
- 4
- 精华
- 0
- 帖子
- 0
|
这是测试文件:
<?php
require_once('demo/data/TestDB.php');
$testDB=new TestDB();
$resultData=$testDB->SearchEmploye('',0,50,'','');
ob_end_clean();
//$json=json_encode($resultData);
print_r($resultData)
//print_r($json);
?>
502 Bad Gateway
PhpStorm 2019.1
|
|