88### IOS配置教程
99 ```
1010[MITM]
11- hostname = api.weibo.cn, pay.sc.weibo.com
11+ hostname = api.weibo.cn
1212 ```
1313#### Surge:
1414* [ 模块地址] ( https://raw.githubusercontent.com/Sunert/Scripts/master/TaskConf/sina/surge.sgmodule )
@@ -24,9 +24,6 @@ https://raw.githubusercontent.com/Sunert/Scripts/master/TaskConf/sina/surge.sgmo
2424
2525# 获取微博 Cookie.
2626微博签到 = type=http-request,pattern=https:\/\/api\.weibo\.cn\/\d\/user\/show,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js
27-
28- # 微博钱包签到Cookie
29- 微博钱包签到 = type=http-request,pattern=https:\/\/pay\.sc\.weibo\.com\/aj\/mobile\/home\/welfare\/signin\/do\?,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js
3027```
3128#### Shadowrocket(Cron配置):
3229
@@ -48,8 +45,6 @@ https://raw.githubusercontent.com/Sunert/Scripts/master/TaskConf/sina/loon.plugi
4845cron "4 0 * * *" script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js, enabled=true, tag=新浪微博
4946
5047http-request https:\/\/api\.weibo\.cn\/\d\/user\/show script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js, enabled=true, tag=新浪微博
51-
52- http-request https:\/\/pay\.sc\.weibo\.com\/aj\/mobile\/home\/welfare\/signin\/do\? script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js, enabled=true, tag=新浪微博
5348```
5449#### Quantumult X:
5550 * [ 远程重写配置] ( https://raw.githubusercontent.com/Sunert/Scripts/master/TaskConf/txnews/qx_rewite.txt )
@@ -63,9 +58,6 @@ https://raw.githubusercontent.com/Sunert/Scripts/master/TaskConf/sina/qx_rewite.
6358```
6459[rewrite_local]
6560https:\/\/api\.weibo\.cn\/\d\/user\/show url script-request-header https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js
66-
67- # 钱包签到Cookie
68- https:\/\/pay\.sc\.weibo\.com\/aj\/mobile\/home\/welfare\/signin\/do\? url script-request-header https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js
6961```
7062 * 本地任务配置
7163
@@ -75,8 +67,7 @@ https:\/\/pay\.sc\.weibo\.com\/aj\/mobile\/home\/welfare\/signin\/do\? url scrip
7567```
7668### 获取Cookie方法
7769 1 . 打开微博App,获取Cookie,获取后请注释或禁用Cookie
78- 2 . 打开微博钱包点击签到,获取Cookie,
79- 3 . 钱包签到时获取Cookie,已经签到无法获取
70+ 2 . 已取消获取获取钱包Cookie
8071
8172 >>> [ 回到顶部] ( #IOS配置教程 )
8273
@@ -92,8 +83,7 @@ https:\/\/pay\.sc\.weibo\.com\/aj\/mobile\/home\/welfare\/signin\/do\? url scrip
9283
9384| Name | 脚本相关YML | Value分割符 | 必须 / 可选 | 注意事项及样式(其中"xxx"代表任意字符) |
9485| :-------: | :------: | :-------: | ------ | ------- |
95- | WB_TOKEN | <span style =" font-size :18 ; color :#0000ff " >微博 </span > | #或换行 | 必须 | 请求地址: "https://api.weibo.cn/xxx?gsid=", <br >签到token: gsid=xxx |
96- | WB_PAY | 同上 | #或换行 | 必须 | 请求地址:"https://pay.sc.weibo.com/aj/mobile/home/welfare/signin/do", <br > 提现请求头 |
86+ | WB_TOKEN | <span style =" font-size :18 ; color :#0000ff " >微博 </span > | #或换行 | 必须 | 请求地址: "https://api.weibo.cn/2/user/show", <br >签到token: uid=xxx&gsid=xxx&s=xxx |
9787
9888</details >
9989
0 commit comments