added 样式修复

This commit is contained in:
zhaoxiang 2017-04-25 14:46:27 +08:00
parent 6482ccf02b
commit 02ef16409d

View File

@ -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;