2025-11-06 18:13:25 +08:00
|
|
|
import requests
|
2025-10-23 13:48:57 +08:00
|
|
|
|
2025-11-19 13:58:26 +08:00
|
|
|
url = "http://8.137.99.82:9005/api/send_click?token=fegergauiernguie&phone=8613661496481"
|
|
|
|
|
|
|
|
|
|
res = requests.post(
|
|
|
|
|
url=url,
|
|
|
|
|
json={
|
|
|
|
|
"phone": "8613661496481",
|
|
|
|
|
"bot_name": "ergggreef",
|
|
|
|
|
"datas": [
|
|
|
|
|
{"send_message": ["123"], "click_button": [""], },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
)
|