刘桂岩 4 年之前
父节点
当前提交
c206737b3b
共有 1 个文件被更改,包括 3 次插入0 次删除
  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);
     }