|
|
@@ -33,8 +33,11 @@ spring:
|
|
|
unionFrictionChangeStream-in-0:
|
|
|
destination: UnionFrictionStateStream
|
|
|
group: ${project.artifactId}
|
|
|
+ weChatMiniAppPayStreamConsumer-in-0:
|
|
|
+ destination: WeChatAppMiniPayStream
|
|
|
+ group: ${project.artifactId}
|
|
|
function: #注意:此处有调整
|
|
|
- definition: userLogStreamConsumer;unionFrictionChangeStream
|
|
|
+ definition: userLogStreamConsumer;unionFrictionChangeStream;weChatMiniAppPayStreamConsumer
|
|
|
|
|
|
bus:
|
|
|
enabled: true
|