12345678910111213 |
- import datetime
- import requests
- import ssl
- ssl._create_default_https_context = ssl._create_unverified_context
- requests.post("https://api.tianyunperfect.cn/web_history/location_history", json={
- "location_str": "tset",
- "location_xy": "test",
- "msg": "test",
- "create_time": "2022-10-01 1:1:1",
- "update_time": "2022-10-01 1:1:1",
- })
|