diff --git a/Application/Home/Controller/ApiController.class.php b/Application/Home/Controller/ApiController.class.php index e95cada..dcec989 100644 --- a/Application/Home/Controller/ApiController.class.php +++ b/Application/Home/Controller/ApiController.class.php @@ -62,7 +62,7 @@ class ApiController extends BaseController { $this->param = $getArr; break; } - if( $this->header['USER-AGENT'] == 'wx' ){ + if ($this->header['USER-AGENT'] == 'wx') { $data = file_get_contents("php://input"); $data = json_decode($data, true); $this->param = $data;