Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agent-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
赵啸非
agent-platform
Commits
2f84752c
Commit
2f84752c
authored
Apr 29, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加更新默认用户角色
parent
0d7f05ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
agent-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+17
-0
common-lib/pom.xml
common-lib/pom.xml
+2
-2
No files found.
agent-manager/src/test/java/com/mortals/httpclient/system.http
View file @
2f84752c
...
...
@@ -14,6 +14,23 @@ client.global.set("SmsSet_id", JSON.parse(response.body).data.id);
client.global.set("authToken", JSON.parse(response.body).data.token);
%}
###登录1
POST {{baseUrl}}/h5/login
Content-Type: application/json
{
"loginName":"oXcKJ6nW8YqVBuBNcMbCVCzc9IrI",
"password":"123",
"securityCode":"admin"
}
> {%
client.global.set("SmsSet_id", JSON.parse(response.body).data.id);
client.global.set("authToken", JSON.parse(response.body).data.token);
%}
###菜单修改
POST {{baseUrl}}/menu/save
Authorization: {{authToken}}
...
...
common-lib/pom.xml
View file @
2f84752c
...
...
@@ -58,7 +58,7 @@
<optional>
true
</optional>
</dependency>
<!--
<dependency>
<dependency>
<groupId>
org.apache.kafka
</groupId>
<artifactId>
kafka-clients
</artifactId>
<version>
2.6.0
</version>
...
...
@@ -69,7 +69,7 @@
<artifactId>
amqp-client
</artifactId>
<version>
4.8.0
</version>
</dependency>
-->
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
...
...
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