校验方法名称更改

This commit is contained in:
devil_gong
2018-12-25 17:11:08 +08:00
parent acc359518e
commit f2e60b2689
25 changed files with 114 additions and 114 deletions

View File

@ -418,7 +418,7 @@ class Coupon extends Common
'error_msg' => '有效截止时间不能为空',
]
];
$ret = params_checked($this->data_post, $params);
$ret = ParamsChecked($this->data_post, $params);
if($ret !== true)
{
$this->ajaxReturn($ret, -1);