简要描述:

  • 上传模板

接口版本:

版本号 制定人 制定日期 修订日期 备注
3.9.5 朱小乾 2023-11-20

请求URL:

  • /api/PrintTemplate/UploadTemplate

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type file 请求类型: multipart/form-data

请求参数:

参数名 是否必须 类型 说明
printTemplateType int 1:取号模板 (query参数)

正确时返回:

  1. {"code":1,"message":"文件上传成功","data":[{"id":"25c42821-0ff2-4a0e-89b4-da5e22638b7b","title":"202208031906337897.png","path":"uploadfile\\20220803\\202208031906337897.png"}]}

错误时返回:

  1. {
  2. "code": 3,
  3. "message": "未能找到该记录",
  4. "data": null
  5. }

返回参数说明:

参数名 类型 说明
id string 文件Id
title string 文件名
path string 路径

备注:

模板编码:
printTemplateType: 1: 登记取号
-

文档更新时间: 2023-11-21 14:42