刘桂岩 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);
     }