文档
测试

导出工作站人员

POST
localhost:8030/tt/api/NetWorkStationController/pc/exportExecl

请求参数

参数名
类型
描述
必填
order
number
示例:-1
必填
prop
string
示例:createTime
必填
queryForm
object
数据字典
必填

响应参数

参数名
类型
描述
必填
flag
number
示例:1
必填
url
string
示例:https://jttx.oss-cn-shenzhen.aliyuncs.com/download/20191112/3bf032c6-e3a8-4b35-a533-9a18805a2d52/退款审批1112.xls
必填

请求json

{ "order":-1, "prop":"createTime", "queryForm": { } }

响应json

{ "flag": 1, "url": "https://jttx.oss-cn-shenzhen.aliyuncs.com/download/20191112/3bf032c6-e3a8-4b35-a533-9a18805a2d52/退款审批1112.xls" }