Commit 26d7cb82 authored by 赵啸非's avatar 赵啸非

修改token鉴权方式

parent b3625949
...@@ -69,7 +69,7 @@ token: ...@@ -69,7 +69,7 @@ token:
# 令牌自定义标识 # 令牌自定义标识
header: Authorization header: Authorization
# 令牌密钥 # 令牌密钥
secret: abcd1234 secret: 026db82420614469897fcc2dc1b4ce38
# 令牌有效期(默认60分钟) # 令牌有效期(默认60分钟)
expireTime: 60 expireTime: 60
# 令牌前缀 # 令牌前缀
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
"baseUrl": "http://192.168.0.217:17311/zwfw" "baseUrl": "http://192.168.0.217:17311/zwfw"
}, },
"test": { "test": {
"baseUrl": "http://192.168.0.98:11023/zwfw" "baseUrl": "http://192.168.0.98:11071/zwfw"
} }
} }
\ No newline at end of file
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