diff --git a/FlyCube/MpApi/Controller/PlaneController.class.php b/FlyCube/MpApi/Controller/PlaneController.class.php index bc71021..eabd0e5 100644 --- a/FlyCube/MpApi/Controller/PlaneController.class.php +++ b/FlyCube/MpApi/Controller/PlaneController.class.php @@ -689,7 +689,7 @@ class PlaneController extends PublicController if ($this->tokenShop_id) { $data['shop_id'] = $this->tokenShop_id; $data['log'] = $_REQUEST['log']; - $data['time'] = time(); + $data['addtime'] = time(); if (D('log')->add($data)) { echo json_encode(array('status' => 1, 'msg' => '添加成功')); } else {