shish 4 lat temu
rodzic
commit
bd8e4c977a
1 zmienionych plików z 19 dodań i 0 usunięć
  1. 19 0
      app-hd/controllers/JcController.php

+ 19 - 0
app-hd/controllers/JcController.php

@@ -0,0 +1,19 @@
+<?php
+
+namespace hd\controllers;
+
+use common\components\util;
+use Yii;
+
+class JcController extends PublicController
+{
+
+    public function actionList()
+    {
+        $arr = [
+            ['title' => '销花宝是什么', 'id' => 1000, 'url' => '1xhbIsWhat.mp4'],
+        ];
+        util::success(['list' => $arr]);
+    }
+
+}