forked from sngxpro/AutoSyncScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyxj.js
More file actions
35 lines (28 loc) · 635 Bytes
/
myxj.js
File metadata and controls
35 lines (28 loc) · 635 Bytes
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
/*
[rewrite_local]
#美颜相机一次性解锁内购(by黑黑酱)
^https:\/\/api\.meiyan\.com\/iap\/verify\.json url script-response-body myxj.js
Surge4.0: https://api.meiyan.com/iap/verify.json
[MITM]
hostname:api.meiyan.com
*/
var obj = JSON.parse($response.body);
obj = {
"meta": {
"app_validate_result": 0,
"bundleName": "pay",
"code": 0,
"msg": "success",
"enabled": true,
"paid": true,
"user": null,
"id": 56990,
"subscription": 0,
"request_uri": "/iap/verify",
"error": ""
},
"response": {
"status": 1
}
}
$done({body: JSON.stringify(obj)});