|
@@ -8,15 +8,14 @@
|
|
|
|
|
|
namespace app\index\controller;
|
|
|
|
|
|
-use app\common\library\send_message;
|
|
|
use app\common\library\UUIDs;
|
|
|
use think\Controller;
|
|
|
use think\Db;
|
|
|
class Index extends Controller
|
|
|
{
|
|
|
public function index(){
|
|
|
- echo "index";
|
|
|
-// return $this->redirect('http://work.pacsonline.cn',302);
|
|
|
+ // echo "index";
|
|
|
+ return $this->redirect('http://work.pacsonline.cn',302);
|
|
|
}
|
|
|
public function get_studiesinfo(){
|
|
|
$study_id = $_REQUEST['study_id'];
|