|
|
@ -1,5 +1,5 @@ |
|
|
@tall = https://www.tall.wiki/gateway/tall/v1.0 |
|
|
@tall = https://www.tall.wiki/gateway/tall3/v3.0 |
|
|
@test = https://test.tall.wiki/gateway/tall/v1.0 |
|
|
@test = https://test.tall.wiki/gateway/tall3/v3.0 |
|
|
@localhost = http://localhost:7030 |
|
|
@localhost = http://localhost:7030 |
|
|
@type = content-type: application/json;charset=utf-8 |
|
|
@type = content-type: application/json;charset=utf-8 |
|
|
|
|
|
|
|
|
@ -18,6 +18,34 @@ POST {{test}}/users/signin |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
### 导入插件 |
|
|
|
|
|
# POST http://127.0.0.1:7220/plugin/import |
|
|
|
|
|
POST http://test.tall.wiki/gateway/pluginshop/plugin/import |
|
|
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
|
|
|
|
title |
|
|
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
Content-Disposition: form-data; name="param"; filename="插件导入表格.xlsx" |
|
|
|
|
|
Content-Type: xlsx |
|
|
|
|
|
|
|
|
|
|
|
< C:\Users\aBin\Desktop\暴风眼\插件导入表格.xlsx |
|
|
|
|
|
|
|
|
|
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 大屏急救各个节点时间统计 |
|
|
|
|
|
POST {{test}}/screen/getPointTime |
|
|
|
|
|
{{type}} |
|
|
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
"param": { |
|
|
|
|
|
"carId":"3" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#根据任务id查询插件列表(该任务已添加的) |
|
|
#根据任务id查询插件列表(该任务已添加的) |
|
|
###F |
|
|
###F |
|
|
# POST http://localhost:7030/v1.0/plugins/findPluginOfAdded |
|
|
# POST http://localhost:7030/v1.0/plugins/findPluginOfAdded |
|
|
@ -58,7 +86,7 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
"param": { |
|
|
"param": { |
|
|
"name":"show_score", |
|
|
"name":"show_score", |
|
|
"description":"展示分数" |
|
|
"description":"展示分数" |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -90,4 +118,4 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
"roleId":"1365119891782373376", |
|
|
"roleId":"1365119891782373376", |
|
|
"pluginId":"1" |
|
|
"pluginId":"1" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|