Ejemplo n.º 1
0
 function index_post()
 {
     if (!empty($_POST)) {
         wx_val($_POST);
         $this->success('更新成功!');
     }
 }
Ejemplo n.º 2
0
 function index_post()
 {
     wx_val($_POST);
     $this->success('更新成功!');
 }