This commit is contained in:
2025-06-03 22:10:33 +08:00
parent 0bc383eba4
commit 97e50d11d6
2 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ func (l *PaySuccessNotifyUserHandler) ProcessTask(ctx context.Context, t *asynq.
if cacheErr != nil {
return fmt.Errorf("获取缓存内容失败: %+v", cacheErr)
}
logx.Infof("获取缓存内容成功: %s", cache)
secretKey := l.svcCtx.Config.Encrypt.SecretKey
key, decodeErr := hex.DecodeString(secretKey)
if decodeErr != nil {