perf: 修改路由配置、新增写手路由
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
// 内容稿件-批量添加
|
||||
|
||||
Reference in New Issue
Block a user