33@hostname = localhost
44@port = 8080
55@host = {{hostname}}:{{port}}
6- @api_host = {{host}}/api/v1
6+ @api_host = {{host}}/api
77@schema = http
88@contentType = application/json
99
@@ -38,7 +38,7 @@ Content-Type: {{contentType}}
3838X-API-KEY: {{apiKey}}
3939
4040{
41- "original_url": "https://go.dsig .cn/shortener",
41+ "original_url": "https://go.bdev .cn/shortener",
4242 "code": "{{code}}{{$randomInt 5 200}}",
4343 "describe": "短网址"
4444}
@@ -50,7 +50,7 @@ Content-Type: {{contentType}}
5050X-API-KEY: {{apiKey}}
5151
5252{
53- "original_url": "https://go.dsig .cn/shortener",
53+ "original_url": "https://go.bdev .cn/shortener",
5454 "code": "{{code}}{{$randomInt 5 100}}",
5555 "describe": "短网址"
5656}
@@ -61,7 +61,7 @@ Content-Type: {{contentType}}
6161X-API-KEY: {{apiKey}}
6262
6363{
64- "original_url": "https://go.dsig .cn/shortener",
64+ "original_url": "https://go.bdev .cn/shortener",
6565 "code": "{{code}}",
6666 "describe": "短网址"
6767}
@@ -85,7 +85,7 @@ Content-Type: {{contentType}}
8585X-API-KEY: {{apiKey}}
8686
8787{
88- "original_url": "https://go.dsig .cn/{{code}}{{$randomInt 5 100}}",
88+ "original_url": "https://go.bdev .cn/{{code}}{{$randomInt 5 100}}",
8989 "describe": "短网址{{$randomInt 5 100}}"
9090}
9191
@@ -96,7 +96,7 @@ Content-Type: {{contentType}}
9696X-API-KEY: {{apiKey}}
9797
9898{
99- "original_url": "https://go.dsig .cn/{{code}}{{$randomInt 5 100}}",
99+ "original_url": "https://go.bdev .cn/{{code}}{{$randomInt 5 100}}",
100100 "describe": "短网址{{$randomInt 5 100}}"
101101}
102102
0 commit comments