wupengfei 2 năm trước cách đây
mục cha
commit
9aecaa3a60
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      application/mall/controller/Region.php

+ 2 - 0
application/mall/controller/Region.php

@@ -160,6 +160,8 @@ class Region extends Controller
      */
     public function remove()
     {
+        var_dump($this->request->post());
+        die();
         $this->_save($this->table, ['is_deleted' => 1]);
     }