Переглянути джерело

signIn 进行限频

master
DengBiao 1 рік тому
джерело
коміт
03c5f6df18
1 змінених файлів з 2 додано та 0 видалено
  1. +2
    -0
      internal/logic/domain/device/device_service.go

+ 2
- 0
internal/logic/domain/device/device_service.go Переглянути файл

@@ -42,11 +42,13 @@ func (*deviceService) SignIn(ctx context.Context, userId, deviceId int64, token
cacheKey := fmt.Sprintf(SignInKey, masterId, utils.Int64ToStr(userId))
if db.RedisUtil.Exists(cacheKey) {
utils.FilePutContents("sign_in", utils.SerializeStr(map[string]interface{}{
"master_id": masterId,
"user_id": userId,
"device_id": deviceId,
"token": token,
"conn_addr": connAddr,
"client_addr": clientAddr,
"cache_key": cacheKey,
}))
return errors.New("限频!!!")
} else {


Завантаження…
Відмінити
Зберегти