Commit 4089d6e6 authored by 赵啸非's avatar 赵啸非

添加更新默认用户角色

parent 2f84752c
......@@ -53,7 +53,7 @@
<id>product</id>
<properties>
<profiles.active>product</profiles.active>
<!-- <profiles.server.debug>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=16517</profiles.server.debug>-->
<profiles.server.debug>-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=16517</profiles.server.debug>
<profiles.nacos.server-addr>192.168.0.250:8848</profiles.nacos.server-addr>
<profiles.phpUrl>http://192.168.0.231:8076/zwfw_yx/inter/user/userlist</profiles.phpUrl>
</properties>
......
......@@ -15,6 +15,7 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###分类事项列表
POST {{baseUrl}}/matter/sub/list
Authorization:eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6ImZhMmExZDA4YzFhNzQyYWU4OWJjYTMxY2Y2NzAyZTc5In0.hdZZCmzh4RCbD2DTx-ipoZ8dt10cHzHs0p66YuC4WZI
Content-Type: application/json
{
......
......@@ -17,12 +17,12 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###登录1
POST {{baseUrl}}/h5/login
POST {{baseUrl}}/login/login
Content-Type: application/json
{
"loginName":"oXcKJ6nW8YqVBuBNcMbCVCzc9IrI",
"password":"123",
"password":"admin",
"securityCode":"admin"
}
......
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