漏提api文件
This commit is contained in:
16
QMPlusVuePage/src/api/fileUploadAndDownload.js
Normal file
16
QMPlusVuePage/src/api/fileUploadAndDownload.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import service from '@/utils/request'
|
||||
// @Tags FileUploadAndDownload
|
||||
// @Summary 分页文件列表
|
||||
// @Security ApiKeyAuth
|
||||
// @accept application/json
|
||||
// @Produce application/json
|
||||
// @Param data body modelInterface.PageInfo true "分页获取文件户列表"
|
||||
// @Success 200 {string} json "{"success":true,"data":{},"msg":"获取成功"}"
|
||||
// @Router /fileUploadAndDownload/getFileList [post]
|
||||
export const getFileList = (data) => {
|
||||
return service({
|
||||
url: "/fileUploadAndDownload/getFileList",
|
||||
method: "post",
|
||||
data
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user