dengbiao 5 天之前
父節點
當前提交
557e356aba
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/lib/aes/check.go

+ 1
- 1
app/lib/aes/check.go 查看文件

@@ -81,7 +81,7 @@ func CheckSign(c *gin.Context) error {
//TODO::兼容客户端传毫秒
currentTimestamp = time.Now().UnixMilli()
if currentTimestamp-storedTimestamp > 60*2*1000 { // 2分钟
return fmt.Errorf("签名过期")
return fmt.Errorf("签名过期~")
}
} else {
if currentTimestamp-storedTimestamp > 60*2 { // 2分钟


Loading…
取消
儲存