mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-08 19:53:42 +08:00
优化安装检测程序,增强报错提示
This commit is contained in:
@@ -92,6 +92,7 @@ class PayManageController extends BaseController
|
||||
if ($check) {
|
||||
return json(backMsg(1, '编号已存在'));
|
||||
}
|
||||
$info['last_time'] = date('Y-m-d H:i:s');
|
||||
$res = PayChannel::create($info);
|
||||
if ($res) {
|
||||
return json(backMsg(0, '添加成功'));
|
||||
|
||||
Reference in New Issue
Block a user