소스 검색

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]);
     }