Commit 2dfd3918 authored by 黄奎's avatar 黄奎

页面修改

parent 9da3d039
...@@ -67,8 +67,8 @@ namespace Edu.WebApi.Filter ...@@ -67,8 +67,8 @@ namespace Edu.WebApi.Filter
} }
else else
{ {
//默认2秒钟之内不能重复提交 //默认1秒钟之内不能重复提交
UserReidsCache.Set(cachedKey, 1, 2); UserReidsCache.Set(cachedKey, 1, 1);
} }
} }
catch catch
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"Port": 5672, "Port": 5672,
"UserName": "guest", "UserName": "guest",
"Password": "viitto2019", "Password": "viitto2019",
"QueenName": "vt_sys_message" "QueenName": "vt_sys_message_test"
}, },
"RedisSetting": { "RedisSetting": {
"RedisServer": "47.96.23.199", "RedisServer": "47.96.23.199",
......
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