ww
This commit is contained in:
2
main.py
2
main.py
@@ -247,7 +247,7 @@ def h5group(nickname, db: Session = Depends(get_db)):
|
|||||||
# global globalMsgData
|
# global globalMsgData
|
||||||
# # 发送小程序
|
# # 发送小程序
|
||||||
# print("globalMsgData",globalMsgData)
|
# print("globalMsgData",globalMsgData)
|
||||||
# utils.sendminiProgram(globalMsgData, config.account_wxid, new_wxid, planetXml)
|
utils.sendminiProgram(data=None,account_wxid= config.account_wxid, wxid=new_wxid,msgXml= planetXml)
|
||||||
return {"code": 200, "success": "ok", "message": "群聊邀请已发送"}
|
return {"code": 200, "success": "ok", "message": "群聊邀请已发送"}
|
||||||
else:
|
else:
|
||||||
return {"code": 200, "success": "ok", "message": "查不到nickname"}
|
return {"code": 200, "success": "ok", "message": "查不到nickname"}
|
||||||
|
|||||||
Reference in New Issue
Block a user