mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 13:02:53 +08:00
校验方法名称更改
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user