Browse Source

test push

sugangqiang 2 years ago
parent
commit
023c5dbce1
1 changed files with 1 additions and 0 deletions
  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]);
     }