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

@@ -145,7 +145,7 @@ class Content extends Admin{
* @author molong <ycgpp@126.com>
*/
public function del(){
$id = input('get.id','','trim');
$id = input('id','','trim');
$ids = input('post.ids',array());
array_push($ids, $id);
if (empty($ids)) {