Browse Source

失信人员

shish 1 year ago
parent
commit
52a19f3fe4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app-hd/controllers/LlEventController.php

+ 4 - 0
app-hd/controllers/LlEventController.php

@@ -12,6 +12,10 @@ class LlEventController extends BaseController
 
 
     public function actionAdd()
     public function actionAdd()
     {
     {
+        $post = Yii::$app->request->post();
+        echo "<pre>";
+        print_r($post);
+        die;
         util::complete('添加成功');
         util::complete('添加成功');
     }
     }