20 lines
457 B
PHP
Executable File
20 lines
457 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* @Author: fm453
|
|
* @Date: 2018-12-08 20:34:24
|
|
* @Last Modified by: fm453
|
|
* @Last Modified time: 2019-10-05 16:26:39
|
|
* @Email: fm453@lukegzs.com
|
|
*/
|
|
|
|
/* @var $this yii\web\View */
|
|
use yii\helpers\Url;
|
|
?>
|
|
<meta http-equiv="refresh" content="1;URL=<?php echo Url::toRoute('sms/send');?>">
|
|
|
|
<div class='container' style='margin-top:50px;'>
|
|
<p><h3 style="text-align: center;">阿里大鱼短信群发自动跳转</h3></p>
|
|
<hr>
|
|
</div>
|