Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
bill-platform
Commits
0d243200
Commit
0d243200
authored
Jun 20, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加重复订单请求
parent
afb21c00
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
109 deletions
+4
-109
bill-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+4
-34
bill-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+0
-75
No files found.
bill-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
0d243200
{
"local"
:
{
"baseUrl"
:
"http://127.0.0.1:18
222/m
"
,
"baseUrl"
:
"http://127.0.0.1:18
322/bill
"
,
"baseLogin"
:
"http://127.0.0.1:18222/m"
},
"dev"
:
{
"baseUrl"
:
"http://192.168.0.217:18222/m"
,
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
"test"
:
{
"baseUrl"
:
"http://192.168.0.98:1
1078/m
"
,
"baseUrl"
:
"http://192.168.0.98:1
8322/bill
"
,
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
"test-https"
:
{
"baseUrl"
:
"https://192.168.0.98:31078/m"
,
"baseLogin"
:
"https://192.168.0.98:31078/base"
},
"test-https-1"
:
{
"baseUrl"
:
"https://192.168.0.98:31091/m"
,
"baseLogin"
:
"https://192.168.0.98:31078/base"
},
"test1"
:
{
"baseUrl"
:
"http://8.136.255.30:11083/m"
,
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
"portal"
:
{
"baseUrl"
:
"http://192.168.0.98:11072/zwfw"
,
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
"yibin"
:
{
"baseUrl"
:
"http://10.12.185.213:11078/
m
"
"baseUrl"
:
"http://10.12.185.213:11078/
bill
"
},
"yibin-web"
:
{
"baseUrl"
:
"http://112.19.80.237:11091/m"
},
"pengxi-web"
:
{
"baseUrl"
:
"http://118.122.189.109:11091/m"
},
"reg-web"
:
{
"baseUrl"
:
"http://8.136.255.30:1136/m"
"baseUrl"
:
"http://112.19.80.237:11091/bill"
}
}
\ No newline at end of file
bill-manager/src/test/java/com/mortals/httpclient/system.http
View file @
0d243200
...
...
@@ -14,17 +14,6 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
%}
###设备列表
POST {{baseUrl}}/device/list
Authorization: {{authToken}}
Content-Type: application/json
{
"page": 1,
"size": 10,
"source": 1
}
###首页
POST {{baseUrl}}/login/index
...
...
@@ -33,15 +22,6 @@ Content-Type: application/json
{}
###首页
POST {{baseUrl}}//api/callback
Authorization: {{authToken}}
Content-Type: application/json
[{"deviceCode":"26-55-E7-3F-B1-AF","messageType":"waitqueue","timestamp":"1699428063250","data":"W10="}]
###站点树
GET {{baseUrl}}/site/siteTree
Authorization: {{authToken}}
...
...
@@ -50,43 +30,11 @@ Content-Type: application/json
{}
###短信设置编辑
GET {{baseUrl}}/sms/set/edit?id={{SmsSet_id}}
Accept: application/json
###短信设置删除
GET {{baseUrl}}/sms/set/delete?id={{SmsSet_id}}
Accept: application/json
###redis 测试
GET {{baseUrl}}/test/one/49
Accept: application/json
###controoler 测试
POST {{baseUrl}}/resource/refreshUrl
Accept: application/json
###站点树 测试
GET {{baseUrl}}/sitestat/siteTree
Authorization: {{authToken}}
Accept: application/json
###设备上报
POST {{baseUrl}}/test/upload?deviceId=1
###测试form提交
POST {{baseUrl}}/test/getHcpSin/form
Content-Type: application/x-www-form-urlencoded
affairCode=abcd1234ddddd
###测试json提交
POST {{baseUrl}}/test/getHcpSin/json
Content-Type: application/json
...
...
@@ -94,31 +42,8 @@ Content-Type: application/json
{"affairCode":"abcd1234ddddd"}
###测试json提交
POST {{baseUrl}}/test/sendThirdParty
Content-Type: application/json
{}
###测试json提交
POST {{baseUrl}}/api/checkVersion
Content-Type: application/json
{"deviceCode":"8C-C5-8C-02-BC-5A"}
###测试设备消息统计
POST {{baseUrl}}/device/message/stat/list
Content-Type: application/json
{
"size": -1,
"groupList": ["productCode","year"],
"year": 2024,
"siteId": 1,
"orderColList": [{"colName":"year","sortKind":"asc"}]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment