刘桂岩 5 роки тому
батько
коміт
a6dee7fa31
1 змінених файлів з 0 додано та 6 видалено
  1. 0 6
      application/index/controller/Index.php

+ 0 - 6
application/index/controller/Index.php

@@ -15,12 +15,6 @@ use think\Db;
 class Index extends Controller
 {
     public function  index(){
-        $phone = '13763459789';
-        $code = '1234';
-        $id = '2345678iuytrgbn';
-        $data = send_message::sendSms2Patient($phone,$code,$id);
-        $info = json_decode(json_encode($data),true);
-        var_dump($info);die;
          echo "index";
 //        return $this->redirect('http://work.pacsonline.cn',302);
     }