fix: align pingme capture with working ck format
This commit is contained in:
@@ -8,20 +8,22 @@ https://gitea.chickliu.fun/Hermes/qx/raw/branch/main/conf/pingme.conf
|
||||
|
||||
## 功能
|
||||
|
||||
这个 QX 重写监听 PingMe 官方接口:
|
||||
这个 QX 重写监听 PingMe 官方余额接口:
|
||||
|
||||
```text
|
||||
api.pingmeapp.net/app/queryBalanceAndBonus
|
||||
api.pingmeapp.net/app/checkIn
|
||||
api.pingmeapp.net/app/videoBonus
|
||||
```
|
||||
|
||||
抓到后生成 NiuPanel 任务 `pingme_multi.js` 所需的账号 JSON 对象:
|
||||
只抓这个接口是为了对齐现有可用 `pingme_ck.json` 的来源格式。
|
||||
|
||||
抓到后生成 NiuPanel 任务 `pingme_multi.js` 当前正确 CK 同款账号 JSON 对象:
|
||||
|
||||
```json
|
||||
{"url":"...","paramsRaw":{"...":"..."},"headers":{"User-Agent":"..."}}
|
||||
{"url":"https://api.pingmeapp.net/app/queryBalanceAndBonus?...","headers":{"Host":"api.pingmeapp.net","Connection":"keep-alive","Accept":"*/*","User-Agent":"...","Accept-Language":"...","Accept-Encoding":"..."}}
|
||||
```
|
||||
|
||||
注意:当前正确 CK **不包含** `paramsRaw`。`pingme_multi.js` 会从 `url` 里的查询字符串自行解析参数并重算 `sign`。
|
||||
|
||||
NiuPanel 当前任务读取位置:
|
||||
|
||||
```text
|
||||
@@ -49,7 +51,7 @@ NiuPanel 当前任务读取位置:
|
||||
api.pingmeapp.net
|
||||
```
|
||||
|
||||
4. 打开 PingMe App,触发余额、签到或视频奖励接口。
|
||||
4. 打开 PingMe App,触发余额接口 `queryBalanceAndBonus`。
|
||||
5. QX 弹窗标题显示 `CK 获取成功`,正文是完整 JSON 对象。
|
||||
6. 将 JSON 对象追加到 NiuPanel 的 `pingme_ck.json`。
|
||||
|
||||
@@ -69,4 +71,4 @@ NiuPanel 当前任务读取位置:
|
||||
|
||||
- 仓库不提交任何真实 CK、token、设备 ID 或 headers 明文。
|
||||
- 脚本不上传数据,不请求第三方,只在 QX 本地保存最近一次抓取结果 `pingme_ck_last` 并弹窗展示。
|
||||
- 重写范围只包含 `api.pingmeapp.net` 的三个任务相关接口。
|
||||
- 重写范围只包含 `api.pingmeapp.net` 的 `queryBalanceAndBonus` 接口。
|
||||
|
||||
Reference in New Issue
Block a user