Browse Source

测试效果

li97 9 months ago
parent
commit
3d04bde57d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/tytw/controller/Index.php

+ 1 - 1
app/tytw/controller/Index.php

@@ -18,7 +18,7 @@ use think\facade\Env;
 
 class Index extends BaseController{
 
-    //创建任务
+    //创建任务 1
     public function addtaskone(){
          $token = $_GET['token'];
          if($token != md5('TeasxTyts@sg'.date('Y-m-d'))){