소스 검색

add test tools

lushuncheng 4 년 전
부모
커밋
c7d1634f3f
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      app/admin/controller/Sina.php

+ 8 - 0
app/admin/controller/Sina.php

@@ -73,6 +73,14 @@ class Sina extends Controller
             $this->success('修改活动规则配置成功!');
         }
     }
+    /**
+     * 清除用户任务数据
+     * @auth true
+     * @menu true
+     * @throws \think\db\exception\DataNotFoundException
+     * @throws \think\db\exception\DbException
+     * @throws \think\db\exception\ModelNotFoundException
+     */
     public function removeUserTask()
     {
         $this->_applyFormToken();