|
@@ -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);
|
|
|
}
|