This commit is contained in:
2026-02-12 17:04:10 +08:00
parent c2591eec44
commit 356b422879
6 changed files with 12 additions and 9 deletions

View File

@@ -190,7 +190,7 @@ func (l *PaySuccessNotifyUserHandler) ProcessTask(ctx context.Context, t *asynq.
if updateParamsErr != nil {
logx.Errorf("更新查询参数失败: %v", updateParamsErr)
} else {
logx.Infof("成功更新查询参数(已精简)包含授权书URL: %s", downloadURL)
logx.Infof("成功更新查询参数包含授权书URL: %s", downloadURL)
}
}
}