Commit 62abad04 by zhuzhequan

换接口

parent 304a579e
......@@ -55,7 +55,7 @@ export function downloadOrder(id: number) {
// 重新生成稿件
export function reGenerateScriptUrlApi(ids: number[]) {
return axios.post<never, BaseRespData<never>>(
'factory/customJomallOrder/rebuildFileByOrderId',
'factory/customJomallOrder/downloadAgain',
ids,
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment