Browse Source

test push

sugangqiang 2 năm trước cách đây
mục cha
commit
023c5dbce1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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]);
     }