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分钟


불러오는 중...
취소
저장