PlatformAPI

class deepfos.api.platform.PlatformAPI(header=None, sync=True)

文件上传服务接口

file: StdFileAPI

标准文件管理相关接口

delete_file(fileUplod)

文件删除接口

download(id[, sendLog])

文件下载接口

download_for_system()

文件下载接口-文件信息来源:system

upload(file_type, file_name, file)

文件上传接口

upload_content(form)

以内容方式上传文件

js: FileJsAPI

自定义js文件上传相关接口

upload(param)

自定义js文件上传接口

python: FilePyAPI

python文件管理相关接口

python_file_delete(deleteFileDTOList)

python文件删除接口

read_file(readFileDto)

python文件读取内容接口

upload_file(file_upload)

python文件上传更新接口