添加批量添加功能
This commit is contained in:
parent
009cf3b224
commit
239ffcc1fb
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user