Commit 2f84752c authored by 赵啸非's avatar 赵啸非

添加更新默认用户角色

parent 0d7f05ea
......@@ -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}}
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment