diff --git a/app/api/controller/Maintainentry.php b/app/api/controller/Maintainentry.php index aed5e48..7625b11 100644 --- a/app/api/controller/Maintainentry.php +++ b/app/api/controller/Maintainentry.php @@ -1197,11 +1197,11 @@ class Maintainentry extends BaseController public function newEntry() { $post = get_params(); - try { - validate('Maintainentry.add')->check($post); - } catch (\Exception $e) { - $this->apiError($e->getMessage()); - } +// try { +// validate('Maintainentry.add')->check($post); +// } catch (\Exception $e) { +// $this->apiError($e->getMessage()); +// } if ($post) { Db::startTrans(); @@ -1487,11 +1487,11 @@ class Maintainentry extends BaseController public function userEntry() { $post = get_params(); - try { - validate('Maintainentry.myadd')->check($post); - } catch (\Exception $e) { - $this->apiError($e->getMessage()); - } +// try { +// validate('Maintainentry.myadd')->check($post); +// } catch (\Exception $e) { +// $this->apiError($e->getMessage()); +// } if ($post) { //// 验证验证码