添加批量添加功能

This commit is contained in:
LiuZhengYu 2026-04-15 19:54:14 +08:00
parent 009cf3b224
commit 239ffcc1fb

View File

@ -427,6 +427,10 @@ public static function json_BatchAdd()
$db->commit();
return succjson('批量添加成功');
// return succjson([
// 'data'=> $font_names,
// 'cateid'=>$font_cateid
// ]);
} catch (\Exception $ex) {
$db->rollback();
return errjson('错误:'.$ex->getMessage());