This commit is contained in:
dute7liang
2024-03-02 23:32:29 +08:00
parent d5dff605bb
commit 8978da0189
2 changed files with 2 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ xss:
# 过滤开关 # 过滤开关
enabled: true enabled: true
# 排除链接(多个用逗号分隔) # 排除链接(多个用逗号分隔)
excludes: excludes: /cai/agreementSetting
# 匹配链接 # 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*,/cai/*,/api/* urlPatterns: /system/*,/monitor/*,/tool/*,/cai/*,/api/*

View File

@@ -123,7 +123,7 @@ public class ConsumerManager {
}catch (Exception e){ }catch (Exception e){
log.error("RabbitMq 发送失败, 视频分销流程流转失败!",e); log.error("RabbitMq 发送失败, 视频分销流程流转失败!",e);
} }
rankManager.sendLoveRankMq(consumeLog.getSourceUserId(),consumeLog.getAnchorAmount(),consumeLog.getTraceId()); rankManager.sendLoveRankMq(consumeLog.getTargetUserId(),consumeLog.getAnchorAmount(),consumeLog.getTraceId());
return resp; return resp;
} }
@Autowired @Autowired