-
Notifications
You must be signed in to change notification settings - Fork 53
/
changxiangsi.js
43 lines (36 loc) · 1.15 KB
/
changxiangsi.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*************************************
长相思 3.85
time:2023.10.8
赏析 学习 没办法解锁
[rewrite_local]
https://poetry.nanxiani.cn/api/User/loginUserInfo url script-response-body https://raw.githubusercontent.com/Yu9191/Rewrite/main/changxiangsi.js
^http[s]?:\/\/poetry.nanxiani.cn\/api\/study\/* url script-response-body https://raw.githubusercontent.com/Yu9191/Rewrite/main/changxiangsi2.js
[mitm]
hostname = poetry.nanxiani.cn
*/
var objc = JSON.parse($response.body);
objc = {
"code": 200,
"data": {
"id": 3792531,
"vip_expire": "2123-08-25 12:22:45",
"qq_name": "baby",
"phone": "18888888888",
"head": "https://raw.githubusercontent.com/Yu9191/-/main/A559C8EF-B4C6-4A94-8488-3D0BF36A6673.jpeg",
"had_vip": true,
"wx_name": "baby",
"vip_type": "lifetime",
"location": "TG省",
"birthday": "1997年3月8日",
"hometown": "",
"is_device_user": false,
"border": "https:\/\/d.nanxiani.cn\/poetry\/avatar_border\/vip4_v1.pag",
"email": "",
"name": "Lovebabyforever",
"gender": 1
},
"msg": "ok",
"server": "2",
"t": "2023-10-08 20:02:26"
}
$done({body : JSON.stringify(objc)});