We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb586d commit 236bddfCopy full SHA for 236bddf
clients/java/wcf-bmc/src/main/resources/application.yml
@@ -23,7 +23,7 @@ logging:
23
wechat:
24
ferry:
25
# DLL文件位置
26
- dll-path: E:\workspace\project\me\wcf\WeChatFerry\cdl\WeChatFerry-cdl-master\clients\java\wcf-bmc\dll\sdk.dll
+ dll-path: E:\WeChatFerry\clients\java\wcf-bmc\dll\sdk.dll
27
# socket端口
28
socket-port: 10086
29
# SDK是否调试模式
@@ -41,7 +41,7 @@ wechat:
41
# key:"[群编号]" val:开启的功能号,对应ReceiveMsgChannelEnum枚举中的code
42
"[ALL]": ''
43
"[53257911730@chatroom]": '1,2,3'
44
- "[50501762866@chatroom]": '1,3'
+ "[50501762866@chatroom]": '1'
45
# 接收消息回调开关
46
receive-msg-callback-switch: false
47
# 接收消息回调地址
0 commit comments