function index_post()
 {
     if (!empty($_POST)) {
         wx_val($_POST);
         $this->success('更新成功!');
     }
 }
 function index_post()
 {
     wx_val($_POST);
     $this->success('更新成功!');
 }