main #22

Merged
ccyj merged 68 commits from sangge/tpre-python:main into main 2023-10-26 14:45:47 +08:00
Showing only changes of commit c51ce81ea1 - Show all commits

View File

@ -109,9 +109,9 @@ async def send_user_des_message(source_ip: str, dest_ip: str, re_message): #
# 发送 HTTP POST 请求
response = requests.post(
"http://" + dest_ip + "/receive_messages", json=data
"http://" + dest_ip+ ":8002" + "/receive_messages", json=data
)
print(response)
print(response.text)
if __name__ == "__main__":