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