每日签到奶昔超市点数市场奶昔访达
返回列表 发布新帖
查看: 660|回复: 3

[APP] 联通云守护Python脚本

发表于 2025-9-8 12:49:17 | 查看全部 |阅读模式

欢迎注册论坛,享受更多奶昔会员权益!

您需要 登录 才可以下载或查看,没有账号?注册

×
使用方法 修改手机号 Python运行 青龙应该也可以 返回的连接浏览器打开支付
Python脚本
  1. import requests
  2. import json

  3. if __name__ == '__main__':

  4.     phone = "18888888888"

  5.     url = "https://h5forphone.wostore.cn/h5forphone/changxiang/order"

  6.     headers = {
  7.         "Host": "h5forphone.wostore.cn",
  8.         "Content-Type": "application/json",
  9.         "sec-ch-ua-platform": '"Windows"',
  10.         "x-requested-with": "XMLHttpRequest",
  11.         "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0",
  12.         "accept": "*/*",
  13.         "sec-ch-ua": '"Not;A=Brand";v="99", "Microsoft Edge";v="139", "Chromium";v="139"',
  14.         "sec-ch-ua-mobile": "?0",
  15.         "origin": "https://h5forphone.wostore.cn",
  16.         "sec-fetch-site": "same-origin",
  17.         "sec-fetch-mode": "cors",
  18.         "sec-fetch-dest": "empty",
  19.         "referer": "https://h5forphone.wostore.cn/wiseGuard/wiseguard03.html?channel_id=zjsh-xcx01t02",
  20.         "accept-encoding": "gzip, deflate, br, zstd",
  21.         "accept-language": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6",
  22.         "priority": "u=0, i"
  23.     }

  24.     data = {
  25.         "activity": "default",
  26.         "memberid": 850374,
  27.         "channelid": "ZJSHYSJ-001",
  28.         "usercode": phone,
  29.         "returnurl": "https://h5forphone.wostore.cn/wiseGuard/wiseguardPayResult03.html?from="
  30.     }

  31.     try:
  32.         response = requests.post(url, headers=headers, data=json.dumps(data))
  33.         response.raise_for_status()  # Raise HTTPError for bad responses (4xx or 5xx)

  34.         print("Status Code:", response.status_code)
  35.         print("Response Content:", response.text)

  36.     except requests.exceptions.RequestException as e:
  37.         print("An error occurred:", e)
复制代码
收起
爱生活,爱奶昔~
回复

使用道具 举报

发表于 2025-9-8 13:47:21 | 查看全部
谢谢分享
爱生活,爱奶昔~
发表于 2025-9-8 14:36:55 | 查看全部
这是干什么的脚本
爱生活,爱奶昔~
发表于 2025-9-8 15:24:56 | 查看全部
火爆了  大佬还有其他的方法么?
爱生活,爱奶昔~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

© 2025 Nyarime 沪ICP备13020230号-1|沪公网安备 31010702007642号手机版小黑屋RSS
返回顶部 关灯 在本版发帖
快速回复 返回顶部 返回列表