病理初筛成像系统(患者端)


3.1 文件上传(POST)

[TOC]

地址
功能
  • 文件上传
入参
参数名 必选 类型 说明
file File 文件
module string 模块 头像模块:0000 上传模块:1000
uid string 用户唯一标识
tel string 手机号
出参
参数名 类型 说明
s String 状态 ok:成功 fail:失败
msg String 错误提示
type String 文件类型 01:图片 02:视频
fileUrl String 文件地址
format String 文件格式
width String 文件宽度
height String 文件高度
b3e6epti6oowt=
{
    "data": {
        "fileUrl": "http://ppis.bbt2000.com:80/bbt2000ppis/mfile/18071451991/2022-05-25/20220525131216_50c658903a344cac8226c23353a3ee04.mp4",
        "firstFrame": "http://ppis.bbt2000.com:80/bbt2000ppis//mfile/18071451991/2022-05-25/firstFrame/20220525131216_50c658903a344cac8226c23353a3ee04.jpg",
        "format": "mp4",
        "height": 1280,
        "type": "02",
        "width": 720
    },
    "s": "ok"
}

页面列表

ITEM_HTML