We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9322196 commit ed18d69Copy full SHA for ed18d69
1 file changed
README.md
@@ -0,0 +1,18 @@
1
+/*************************
2
+ 电信余额查询
3
+
4
+更新时间: 2020.10.30 v1.00
5
+第一次写,请体谅渣渣代码。
6
+本代码基于野比大佬代码,侵删。
7
+【获取cookie】
8
+开启抓包,关注微信公众号'中国电信营业厅'-查询办-查话费
9
+如果通知获得cookie成功, 则可以使用此签到脚本。
10
+*************************
11
+【QX脚本配置】 :
12
13
+[rewrite_local]
14
+# 获取电信Cookie
15
+^http://wt.189.cn/wx/czwap/phonebill2.do url script-request-body https://raw.githubusercontent.com/15321929422/script/main/10001.js
16
+[task_local]
17
+5 0 * * * https://raw.githubusercontent.com/15321929422/script/main/10001.js, tag=电信余额
18
+*************************/
0 commit comments