接口修改2
This commit is contained in:
parent
fca5b79283
commit
989a61db0a
@ -1197,11 +1197,11 @@ class Maintainentry extends BaseController
|
|||||||
public function newEntry()
|
public function newEntry()
|
||||||
{
|
{
|
||||||
$post = get_params();
|
$post = get_params();
|
||||||
try {
|
// try {
|
||||||
validate('Maintainentry.add')->check($post);
|
// validate('Maintainentry.add')->check($post);
|
||||||
} catch (\Exception $e) {
|
// } catch (\Exception $e) {
|
||||||
$this->apiError($e->getMessage());
|
// $this->apiError($e->getMessage());
|
||||||
}
|
// }
|
||||||
|
|
||||||
if ($post) {
|
if ($post) {
|
||||||
Db::startTrans();
|
Db::startTrans();
|
||||||
@ -1487,11 +1487,11 @@ class Maintainentry extends BaseController
|
|||||||
public function userEntry()
|
public function userEntry()
|
||||||
{
|
{
|
||||||
$post = get_params();
|
$post = get_params();
|
||||||
try {
|
// try {
|
||||||
validate('Maintainentry.myadd')->check($post);
|
// validate('Maintainentry.myadd')->check($post);
|
||||||
} catch (\Exception $e) {
|
// } catch (\Exception $e) {
|
||||||
$this->apiError($e->getMessage());
|
// $this->apiError($e->getMessage());
|
||||||
}
|
// }
|
||||||
|
|
||||||
if ($post) {
|
if ($post) {
|
||||||
//// 验证验证码
|
//// 验证验证码
|
||||||
|
Loading…
x
Reference in New Issue
Block a user