diff --git a/app/main/api/etc/main.dev.yaml b/app/main/api/etc/main.dev.yaml index f3720de..46e266b 100644 --- a/app/main/api/etc/main.dev.yaml +++ b/app/main/api/etc/main.dev.yaml @@ -11,11 +11,11 @@ JwtAuth: AccessExpire: 2592000 RefreshAfter: 1296000 VerifyCode: - AccessKeyID: "LTAI5tHKcV1RbC8t68UfsATy" - AccessKeySecret: "wLWjMBnAlchFMa9gC8B7ZVBKaew4t5" + AccessKeyID: "LTAI5tKGB3TVJbMHSoZN3yr9" + AccessKeySecret: "OCQ30GWp4yENMjmfOAaagksE18bp65" EndpointURL: "dysmsapi.aliyuncs.com" - SignName: "天远查" - TemplateCode: "SMS_468895843" + SignName: "全能查" + TemplateCode: "SMS_302641455" ValidTime: 300 Encrypt: SecretKey: "ff83609b2b24fc73196aac3d3dfb874f" diff --git a/app/main/api/internal/queue/paySuccessNotify.go b/app/main/api/internal/queue/paySuccessNotify.go index eab1143..20f5bf5 100644 --- a/app/main/api/internal/queue/paySuccessNotify.go +++ b/app/main/api/internal/queue/paySuccessNotify.go @@ -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 {