This commit is contained in:
hackrobot
2024-04-11 15:54:33 +08:00
parent 0a28cb46ee
commit b296b2f871

View File

@@ -246,6 +246,7 @@ def h5group(nickname, db: Session = Depends(get_db)):
print('new_wxid--', new_wxid)
# global globalMsgData
# 发送小程序
print("globalMsgData",globalMsgData)
utils.sendminiProgram(globalMsgData, config.account_wxid, new_wxid, planetXml)
return {"code": 200, "success": "ok", "message": "群聊邀请已发送"}
else: