接口名称:

帮助视频列表

接口描述:

帮助视频列表

请求路径:

/FAQ/video/list

请求方式:

GET

请求参数:

  • Header
参数名 参数值 必填 描述
Content-Type application/x-www-form-urlencoded Y application/x-www-form-urlencoded
  • Param
参数名 类型 必选 描述
pageNo Integer N 页数
rowCount Integer N 行数
type Integer N 类型 1:打印 2:复印 4:扫描 8:其他
name String N 视频名称
  • Body

请求示例:

&pageNo=1&rowCount=10&type=1&name="打印"

返回参数:
当pageNo,rowCount不为空时,返回分页信息

参数名 类型 必选 描述
data List N 响应内容
└─element HelpVideoVo Y
└─└─id Integer Y
└─└─url String Y 视频地址
└─└─thumburl String N 缩略图
└─└─type Integer Y 1:打印2:复印4:扫描8:其他
└─└─name String Y 视频标题
count long N 总数
code int N 响应码
message String N 响应信息

返回示例:

{
    "data": {
        "records": [
            {
                "id": 1,
                "url": "https://print.unifound.net/static/helpVideo/print.mp4",
                "thumburl": "https://print.unifound.net/static/helpVideo/print.png",
                "type": 1,
                "name": "打印操作"
            },
            {
                "id": 2,
                "url": "https://print.unifound.net/static/helpVideo/copy.mp4",
                "thumburl": "https://print.unifound.net/static/helpVideo/print.png",
                "type": 2,
                "name": "小程序复印"
            },
            {
                "id": 3,
                "url": "https://print.unifound.net/static/helpVideo/scan.mp4",
                "thumburl": "https://print.unifound.net/static/helpVideo/print.png",
                "type": 4,
                "name": "扫描"
            },
            {
                "id": 4,
                "url": "https://print.unifound.net/static/helpVideo/miniAppUpload.mp4",
                "thumburl": "https://print.unifound.net/static/helpVideo/print.png",
                "type": 1,
                "name": "小程序上传"
            },
            {
                "id": 6,
                "url": "https://print.unifound.net/static/helpVideo/miniAppCopy.mp4",
                "thumburl": null,
                "type": 2,
                "name": "小程序复印流程"
            }
        ],
        "total": 5,
        "size": 5,
        "current": 1,
        "orders": [],
        "optimizeCountSql": true,
        "hitCount": false,
        "countId": null,
        "maxLimit": null,
        "searchCount": true,
        "pages": 1
    },
    "code": 0,
    "message": "请求成功"
}
文档更新时间: 2023-10-11 14:22   作者:吴温立