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