浏览代码

test push

sugangqiang 2 年之前
父节点
当前提交
023c5dbce1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/admin/controller/IntegralVerify.php

+ 1 - 0
app/admin/controller/IntegralVerify.php

@@ -27,6 +27,7 @@ use app\common\model\IntegralDetail;
 class IntegralVerify extends AdminController {
 
     public function fst_verify() {
+        //test
         $enterprises = EnterpriseApi::getSimpleList();
         return view("", ["enterprises" => $enterprises]);
     }