12.23 常态化招募割接下载招募文件bug
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* @Author: zhoujianlong
|
||||
* @Date: 2022-03-03 09:06:36
|
||||
* @Last Modified by: zhoujianlong
|
||||
* @Last Modified time: 2022-05-18 17:23:26
|
||||
* @Last Modified time: 2022-12-23 23:21:01
|
||||
*/
|
||||
|
||||
import { getDownloadSecretKey, getFilelist, getFilelistBySecond } from "@/services/download_";
|
||||
@ -43,11 +43,11 @@ export const downloadPath = '/api/doc/v1.0/files/download';
|
||||
/**
|
||||
* 查询文件列表(根据2.0 bid)
|
||||
*/
|
||||
export const findFilelistPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/getFileListById';
|
||||
export const findFilelistPathBySecond = '/api/v1/file/getFileListById';
|
||||
/**
|
||||
* 文件下载(根据2.0 bid fileId)
|
||||
*/
|
||||
export const downloadPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/downloadFileStreamById';
|
||||
export const downloadPathBySecond = '/api/v1/file/downloadFileStreamById';
|
||||
|
||||
export interface FilelistProps {
|
||||
uid: string,
|
||||
|
Reference in New Issue
Block a user