代码格式化

This commit is contained in:
2016-08-27 22:24:30 +08:00
parent db9e4b00e7
commit 1710eb742c
12 changed files with 418 additions and 395 deletions

View File

@@ -13,7 +13,7 @@ class Api {
protected $data;
public function __construct(){
$this->data = array('code' => 0, 'msg' => '', 'time' => time(), 'data' => '');
public function __construct() {
$this->data = array('code' => 0, 'msg' => '', 'time' => time(), 'data' => '');
}
}