This commit is contained in:
hackrobot
2024-07-18 09:31:47 +08:00
parent b394731143
commit 4ef917c9f1
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
import requests
url = "http://127.0.0.1:8000/send_message"
# url = "http://127.0.0.1:8000/send_message"
url = "http://192.168.31.38:8521/send_message"
data = {"message": "Hello, World!"}
headers = {"Content-Type": "application/json"}