This commit is contained in:
sjk
2026-01-13 18:59:26 +08:00
commit 7feccf246d
56 changed files with 11596 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import requests
profildId = 'XX'
url = "http://local.adspower.net:50325/api/v1/browser/stop?user_id=" + profildId
response = requests.request("GET", url, headers={}, data={})
print(response.text)