|
text = text.replace('\\s*|\t|\r|\n', '');
|
|
text = text.replace('\\s*|\t|\r|\n', '');
|
|
const slug = text.substring(0, 200);
|
|
const slug = text.substring(0, 200);
|
|
await model.create({ title, slug, thumbnail, annex, content, istop, menus, createAt, year, date, annexname, term, hits: 0 });
|
|
await model.create({ title, slug, thumbnail, annex, content, istop, menus, createAt, year, date, annexname, term, hits: 0 });
|
|
return { errmsg: '', errcode: 0 };
|
|
return { errmsg: '', errcode: 0 };
|