文件下载.ms 621 字节
Newer Older
M
init  
mxd 已提交
1
{
M
mxd 已提交
2
  "properties" : { },
M
init  
mxd 已提交
3 4 5 6
  "id" : "a5f46d89e2454149b649d2dd542e522d",
  "script" : null,
  "groupId" : "2b0ce800b6c543efa284ae695e14e4eb",
  "name" : "文件下载",
M
mxd 已提交
7 8 9
  "createTime" : null,
  "updateTime" : 1632192377589,
  "lock" : null,
M
init  
mxd 已提交
10 11 12 13 14 15
  "method" : "GET",
  "path" : "/download",
  "parameters" : [ ],
  "option" : "[]",
  "requestBody" : "",
  "headers" : [ ],
M
mxd 已提交
16
  "paths" : [ ],
M
init  
mxd 已提交
17 18
  "responseBody" : null,
  "description" : null,
M
mxd 已提交
19 20
  "requestBodyDefinition" : null,
  "responseBodyDefinition" : null,
M
init  
mxd 已提交
21 22 23 24 25
  "optionMap" : { }
}
================================
import response;
return response.download('中文测试','str.txt');