CrazyIter_Bin 3 年 前
コミット
a46b07776c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      TEAMModelOS/Controllers/Client/HiTAControlller.cs

+ 1 - 1
TEAMModelOS/Controllers/Client/HiTAControlller.cs

@@ -77,7 +77,7 @@ namespace TEAMModelOS.Controllers.Client
             string picture = join.pic;
             long ts = join.ts;
             long nowTime = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();
-            if (nowTime - ts > 1000 * 60 * 60 * 1)
+            if (nowTime - ts > 3600000)
             {
                 return Ok(new { error=1,msg="超时!"});
             }