1、内核更新

2、后台bug修复(获取参数的bug)
This commit is contained in:
2016-07-04 00:14:28 +08:00
parent cf7f98f04c
commit 2da74dbc1e
31 changed files with 171 additions and 138 deletions

View File

@@ -148,7 +148,7 @@ class Model extends Admin{
* @author colin <colin@tensent.cn>
*/
public function status(){
$map['id'] = input('post.ids/a') ? input('post.ids/a') : input('get.ids/a');
$map['id'] = $this->request->param('ids');
if(null == $map['id'])return $this->error('参数不正确!');
$data['status'] = input('get.status');