Commit 09ef446f authored by 虢奥's avatar 虢奥

POST修改

parent e857342b
...@@ -104,7 +104,7 @@ def POST(truck_id): ...@@ -104,7 +104,7 @@ def POST(truck_id):
:param real_data: :param real_data:
:return: :return:
""" """
url_d = "http://" + mysql_config["host"] + ":8020/ht/api/dispatch/updateTemp?truckId=" + truck_id url_d = "http://" + mysql_config["host"] + ":8020/ht/api/dispatchalgo/updateTemp?truckId=" + truck_id
res_d = requests.get(url_d) res_d = requests.get(url_d)
print(res_d.text) print(res_d.text)
return res_d.text return res_d.text
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment