Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
b45572ff
Commit
b45572ff
authored
Mar 25, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改重试机制
parent
fcaef7a3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
base-manager/src/main/java/com/mortals/xhx/module/site/model/SiteMatterEntity.java
...a/com/mortals/xhx/module/site/model/SiteMatterEntity.java
+1
-1
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+4
-0
base-manager/src/test/java/com/mortals/httpclient/skin/SkinBaseController.http
.../java/com/mortals/httpclient/skin/SkinBaseController.http
+1
-2
No files found.
base-manager/src/main/java/com/mortals/xhx/module/site/model/SiteMatterEntity.java
View file @
b45572ff
...
...
@@ -114,7 +114,7 @@ public class SiteMatterEntity extends SiteMatterVo {
this
.
eventTypeShow
=
""
;
this
.
source
=
0
;
this
.
hot
=
0
;
this
.
display
=
0
;
this
.
display
=
1
;
this
.
deptCode
=
""
;
this
.
agent
=
0
;
this
.
agentName
=
""
;
...
...
base-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
b45572ff
...
...
@@ -29,6 +29,10 @@
"base-yibin-web"
:
{
"baseUrl"
:
"http://112.19.80.237:11078/base"
},
"base-pengxi-web"
:
{
"baseUrl"
:
"http://118.122.189.109:11078/base"
},
"base-reg-web"
:
{
"baseUrl"
:
"http://8.136.255.30:1129/base"
},
...
...
base-manager/src/test/java/com/mortals/httpclient/skin/SkinBaseController.http
View file @
b45572ff
...
...
@@ -36,8 +36,7 @@ client.global.set("SkinBase_id", JSON.parse(response.body).data.id);
%}
###系统基础皮肤查看
GET {{baseUrl}}/skin/base/view?id=42
Authorization: {{authToken}}
GET {{baseUrl}}/skin/base/interview?id=153
Accept: application/json
###系统基础皮肤编辑
...
...
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