|
|
@ -5,10 +5,10 @@ |
|
|
@localhost_ht = http://127.0.0.1:7040 |
|
|
@localhost_ht = http://127.0.0.1:7040 |
|
|
@localhost_tall = http://127.0.0.1:7030/v1.0 |
|
|
@localhost_tall = http://127.0.0.1:7030/v1.0 |
|
|
# @test_ht = http://192.168.31.13/gateway/ht |
|
|
# @test_ht = http://192.168.31.13/gateway/ht |
|
|
@test_ht = http://test.tall.wiki/gateway/ht |
|
|
@test_ht = http://192.168.4.113/gateway/ht |
|
|
@test_tall = http://192.168.0.99/gateway/tall/v1.0 |
|
|
@test_tall = http://192.168.4.113/gateway/tall-ht/v1.0 |
|
|
@sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 |
|
|
# @sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 |
|
|
@sd_ht = https://sd.tall.wiki/gateway/ht |
|
|
# @test_ht = https://sd.tall.wiki/gateway/ht |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@type = content-type: application/json;charset=utf-8 |
|
|
@type = content-type: application/json;charset=utf-8 |
|
|
@ -18,8 +18,8 @@ |
|
|
|
|
|
|
|
|
### login |
|
|
### login |
|
|
# @name login |
|
|
# @name login |
|
|
# POST {{sd_tall}}/users/signin |
|
|
POST {{test_tall}}/users/signin |
|
|
POST {{localhost_tall}}/users/signin |
|
|
# POST {{localhost_tall}}/users/signin |
|
|
{{type}} |
|
|
{{type}} |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
@ -38,34 +38,34 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g |
|
|
|
|
|
|
|
|
title |
|
|
title |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据.xlsx" |
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\导入数据.xlsx" |
|
|
# Content-Type: image/png |
|
|
# Content-Type: image/png |
|
|
|
|
|
|
|
|
< C:\Users\23778\Downloads\导入数据.xlsx |
|
|
< C:\Users\86183\Desktop\导入数据.xlsx |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
|
### 导入类型 |
|
|
### 导入类型 |
|
|
POST {{sd_ht}}/importReportType |
|
|
POST {{test_ht}}/importReportType |
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
|
|
|
title |
|
|
title |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\1.xlsx" |
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\导入数据.xlsx" |
|
|
# Content-Type: image/png |
|
|
# Content-Type: image/png |
|
|
|
|
|
|
|
|
< C:\Users\23778\Downloads\1.xlsx |
|
|
< C:\Users\86183\Desktop\导入数据.xlsx |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
|
### 导入指定测评 |
|
|
### 导入指定测评 |
|
|
POST {{sd_ht}}/importEvaluation?code=LBD |
|
|
POST {{test_ht}}/importEvaluation?code=DST |
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
|
|
|
|
|
|
title |
|
|
title |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW |
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\1.xlsx" |
|
|
Content-Disposition: form-data; name="file"; filename="C:\Users\86183\Desktop\导入数据.xlsx" |
|
|
# Content-Type: image/png |
|
|
# Content-Type: image/png |
|
|
|
|
|
|
|
|
< C:\Users\23778\Downloads\1.xlsx |
|
|
< C:\Users\86183\Desktop\导入数据.xlsx |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|