Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
szpt
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
以墨为白
szpt
Commits
094dceae
Commit
094dceae
authored
Jan 16, 2025
by
wangjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0e76d24b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
131 additions
and
35 deletions
+131
-35
src/test/java/com/zksy/szpt/MainTest.java
src/test/java/com/zksy/szpt/MainTest.java
+129
-33
src/test/java/com/zksy/szpt/TestHttpUtil.java
src/test/java/com/zksy/szpt/TestHttpUtil.java
+2
-2
No files found.
src/test/java/com/zksy/szpt/MainTest.java
View file @
094dceae
This diff is collapsed.
Click to expand it.
src/test/java/com/zksy/szpt/TestHttpUtil.java
View file @
094dceae
...
...
@@ -12,8 +12,8 @@ import reactor.core.publisher.Mono;
public
class
TestHttpUtil
{
private
static
final
org
.
slf4j
.
Logger
log
=
org
.
slf4j
.
LoggerFactory
.
getLogger
(
TestHttpUtil
.
class
);
// final static String baseUrl = "https://demo.qmrzhz.cn:18030
";
final
static
String
baseUrl
=
"http://localhost:8086"
;
final
static
String
baseUrl
=
"https://demo.qmrzhz.cn:18030/szptsjjs
"
;
//
final static String baseUrl = "http://localhost:8086";
//请求头参数
static
String
nonce
=
"2"
;
...
...
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