|
|
@ -25,6 +25,10 @@ spring:
|
|
|
|
secret-key: 1d307bfa-815f-4662-a2e5-99415e947bb8
|
|
|
|
secret-key: 1d307bfa-815f-4662-a2e5-99415e947bb8
|
|
|
|
- platform: 'DING'
|
|
|
|
- platform: 'DING'
|
|
|
|
secret-key: 56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55
|
|
|
|
secret-key: 56417ebba6a27ca352f0de77a2ae9da66d01f39610b5ee8a6033c60ef9071c55
|
|
|
|
|
|
|
|
nacos:
|
|
|
|
|
|
|
|
data-id: 'hippo4j-nacos.yaml'
|
|
|
|
|
|
|
|
group: 'DEFAULT_GROUP'
|
|
|
|
|
|
|
|
config-file-type: yml
|
|
|
|
executors:
|
|
|
|
executors:
|
|
|
|
- thread-pool-id: 'message-consume'
|
|
|
|
- thread-pool-id: 'message-consume'
|
|
|
|
core-pool-size: 1
|
|
|
|
core-pool-size: 1
|
|
|
@ -42,5 +46,5 @@ spring:
|
|
|
|
interval: 8
|
|
|
|
interval: 8
|
|
|
|
receives:
|
|
|
|
receives:
|
|
|
|
WECHAT: 'xxx' # Fill in the enterprise weChat userId
|
|
|
|
WECHAT: 'xxx' # Fill in the enterprise weChat userId
|
|
|
|
DING: '15601166691' # phone
|
|
|
|
DING: 'xxx' # phone
|
|
|
|
|
|
|
|
|
|
|
|