文档
测试

excel执行接口文档

PUT
http://192.168.0.9:8000/update

接口描述

执行接口

请求参数

参数名
类型
描述
必填
filename
str
包含完整路径的文件名,如:filename=test0\test1\bar.xlsx
必填
modula
list
需要执行的模块名,如:[xls2xlsx,updateVolume],注意:若文件后缀为xls,必须执行xls2xlsx;使用[all]运行所有模块
必填
global_relate
str
是否判断相关性,y / n
可选
match_rule
str
global_relate=="y"时匹配规则,如:(荣耀)|(([Hh]onor|[Pp]lay5t)+(刷单|刷量|刷榜))
可选
filter_rule
str
global_relate=="y"时过滤规则,如:王者荣耀|小花仙|你是我的荣耀
可选
time_split
str
趋势图时间间隔,年/月/日/时
可选

响应参数

参数名
类型
描述
必填
response
json
标准返回响应
必填
errorCode
int
0(成功) 1(处理超时) 4xx(资源错误) 5xx(内部服务错误)
必填
errorMessage
str
错误原因,成功则空
必填
result
NoneType
null
必填