Commit 17822f6b authored by liuxinjun's avatar liuxinjun

修改默认时间

parent f7540362
......@@ -1744,7 +1744,7 @@ var sdk = {
var self = this;
if(expireTime==-1)
{
expireTime=10*365*24*60*60;
expireTime=7*24*60*60;
}else if(expireTime==0)
{
expireTime=24*60*60;
......
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