This commit is contained in:
yumoqing 2026-03-02 19:08:20 +08:00
parent 9702b47015
commit 4370005eda

View File

@ -45,6 +45,7 @@ async def run_zmq_proxy(app):
async def woa_msghande(): async def woa_msghande():
config = getConfig() config = getConfig()
while True: while True:
debug(f'zmq server receiv {config.woa_handler_id} message')')
msgstr = await zmq_subscribe(config.woa_handler_id) msgstr = await zmq_subscribe(config.woa_handler_id)
debug(f'收到sage转发微信信息:{msgstr}, {type(msgstr)}') debug(f'收到sage转发微信信息:{msgstr}, {type(msgstr)}')
msgdic = json.loads(msgstr) msgdic = json.loads(msgstr)