Skip to content

Commit 236bddf

Browse files
committed
feat(0): [wcf-bmc]-配置文件配置修改
1 parent 4fb586d commit 236bddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/java/wcf-bmc/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ logging:
2323
wechat:
2424
ferry:
2525
# DLL文件位置
26-
dll-path: E:\workspace\project\me\wcf\WeChatFerry\cdl\WeChatFerry-cdl-master\clients\java\wcf-bmc\dll\sdk.dll
26+
dll-path: E:\WeChatFerry\clients\java\wcf-bmc\dll\sdk.dll
2727
# socket端口
2828
socket-port: 10086
2929
# SDK是否调试模式
@@ -41,7 +41,7 @@ wechat:
4141
# key:"[群编号]" val:开启的功能号,对应ReceiveMsgChannelEnum枚举中的code
4242
"[ALL]": ''
4343
"[53257911730@chatroom]": '1,2,3'
44-
"[50501762866@chatroom]": '1,3'
44+
"[50501762866@chatroom]": '1'
4545
# 接收消息回调开关
4646
receive-msg-callback-switch: false
4747
# 接收消息回调地址

0 commit comments

Comments
 (0)