fix: wecom userid couldn't pass correctly

This commit is contained in:
wangcham
2025-02-10 09:11:27 -05:00
parent 05c1fdaa9e
commit 7ba655902b
3 changed files with 5 additions and 6 deletions

View File

@@ -171,7 +171,6 @@ class WecomClient():
elif request.method == "POST":
encrypt_msg = await request.data
ret, xml_msg = self.wxcpt.DecryptMsg(encrypt_msg, msg_signature, timestamp, nonce)
# print(xml_msg)
if ret != 0:
raise Exception(f"消息解密失败,错误码: {ret}")