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
58370df0
Commit
58370df0
authored
Jan 09, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加应用serviceApi参数字段
parent
928c9224
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
14 deletions
+27
-14
base-manager/pom.xml
base-manager/pom.xml
+6
-0
base-manager/src/test/java/com/mortals/httpclient/skin/SkinFieldController.http
...java/com/mortals/httpclient/skin/SkinFieldController.http
+15
-14
pom.xml
pom.xml
+6
-0
No files found.
base-manager/pom.xml
View file @
58370df0
...
@@ -191,6 +191,12 @@
...
@@ -191,6 +191,12 @@
<version>
0.4.5
</version>
<version>
0.4.5
</version>
</dependency>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<version>
2.11.0
</version>
</dependency>
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
...
...
base-manager/src/test/java/com/mortals/httpclient/skin/SkinFieldController.http
View file @
58370df0
...
@@ -4,9 +4,10 @@ POST {{baseUrl}}/skin/field/list
...
@@ -4,9 +4,10 @@ POST {{baseUrl}}/skin/field/list
Content-Type: application/json
Content-Type: application/json
{
{
"page":1,
"page": 1,
"size":10,
"size": 10,
"skinId": 0
"skinId": 0,
"templateId": 18
}
}
...
@@ -16,17 +17,17 @@ Authorization: {{authToken}}
...
@@ -16,17 +17,17 @@ Authorization: {{authToken}}
Content-Type: application/json
Content-Type: application/json
{
{
"skinId":
116,
"skinId":
116,
"templateId":
815,
"templateId":
815,
"fieldCode":
"jgcw4o",
"fieldCode":
"jgcw4o",
"fieldName":
"oc7yyf",
"fieldName":
"oc7yyf",
"fieldType":
"sgykcs",
"fieldType":
"sgykcs",
"fieldValue":
"09epx1",
"fieldValue":
"09epx1",
"fieldLen":
100,
"fieldLen":
100,
"fieldNull":
1,
"fieldNull":
1,
"fieldOrderNo":
"ii8ch4",
"fieldOrderNo":
"ii8ch4",
"remark":
"v92dun",
"remark":
"v92dun",
"enabled":1,
"enabled": 1
}
}
> {%
> {%
...
...
pom.xml
View file @
58370df0
...
@@ -53,6 +53,12 @@
...
@@ -53,6 +53,12 @@
<dependency>
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
<groupId>
com.alibaba.cloud
</groupId>
<artifactId>
spring-cloud-starter-alibaba-nacos-config
</artifactId>
<artifactId>
spring-cloud-starter-alibaba-nacos-config
</artifactId>
<exclusions>
<exclusion>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.alibaba.cloud
</groupId>
<groupId>
com.alibaba.cloud
</groupId>
...
...
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