perf: 修改路由配置、新增写手路由

This commit is contained in:
rd
2025-08-11 16:52:41 +08:00
parent 2f3a4560fc
commit 74c989d736
6 changed files with 331 additions and 82 deletions

View File

@ -16,8 +16,8 @@ export const postWorksByLink = (params = {}) => {
};
// 内容稿件-通过文档获取稿件
export const postWorksByFile = (params = {}) => {
return Http.post('/v1/works/by-file', params);
export const postWorksByFile = (params = {}, config = {}) => {
return Http.post('/v1/works/by-file', params, config);
};
// 内容稿件-批量添加