刘桂岩 4 lat temu
rodzic
commit
c206737b3b
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      application/index/controller/Index.php

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

@@ -8,12 +8,15 @@
 
 namespace app\index\controller;
 
+use app\common\library\CMCC;
 use app\common\library\UUIDs;
 use think\Controller;
 use think\Db;
 class Index extends Controller
 {
     public function  index(){
+        $a = CMCC::sms('13763459789','1111');
+        var_dump($a);die;
         // echo "index";
         return $this->redirect('http://work.pacsonline.cn',302);
     }