-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsign.example.json
More file actions
113 lines (113 loc) · 3.36 KB
/
sign.example.json
File metadata and controls
113 lines (113 loc) · 3.36 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"display": {
"console": true,
"discord": {
"bots": [
{
"discord_name": "BOT1",
"webhook_url": "https://discord.com/api/webhooks/1418627585360406630/4g687d79f7396798126945415375913149594756164161161616161616161616",
"avatar_url": "https://cdn.discordapp.com/avatars/123456789012345678/123456789012345678.png",
"reuse_msg": false,
"minimal": false,
"profiles": [0, 1],
"ping": {
"user": [],
"role": []
}
},
{
"discord_name": "BOT2",
"webhook_url": "https://discord.com/api/webhooks/1418627585360406630/4g687d79f7396798126945415375913149594756164161161616161616161616",
"avatar_url": "https://cdn.discordapp.com/avatars/123456789012345678/123456789012345678.png",
"reuse_msg": false,
"minimal": false,
"profiles": ["ENDOMIN"],
"ping": {
"user": [],
"role": []
}
}
]
}
},
"profiles": [
{
"platform": "hoyolab",
"cookies": "mi18nLang=en-us; ltoken=cKhM62EsX3A5cyrNNLoBvafUQJTFN7xnhA1GEZNf; ltuid=106999666;"
},
{
"platform": "hoyolab",
"console_name": "USER2",
"cookies": "mi18nLang=en-us; ltoken_v2=v2_JAiZ2yokLnl8MBNkGZftiKNO1AAqmAeQeY1hmS4bg92wb0IdkpAB8sNMY30ZBvtxG0NjNzulXKRb-GEcAjgML2GGTLRy-PlETlw9IgYtSoMNOMdLQtQz81kkFgTVYcfxWSMAAA3ASEcO8gNFC0ncUCIJz0FGnNY3QOxWI1ZM0LQ6GUECT5MrJEApRE9gYp4CoCjs2PE55G.yM1su.MnZDTZiGQpMcG3; ltuid_v2=110666115; ltmid_v2=hg_6fuk18lovy;"
},
{
"platform": "skport",
"console_name": "ENDOMIN",
"cred": "9LfD2Tun65kpld4qlvDfDU91v0u0C3tk"
}
],
"platforms": {
"hoyolab": {
"lang": "en-us",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
"discord_text": {
"total_sign_day": "Total signed days",
"total_sign_day_unit": "",
"reward": "Obtained reward",
"need_captcha": "Captcha required. Please check-in manually."
},
"account": {
"api_base": "https://api-account-os.hoyolab.com",
"origin_url": "https://act.hoyolab.com",
"referer_url": "https://act.hoyolab.com/",
"info_display": {
"name": true,
"email": true,
"phone": false
}
},
"games": [
{
"name": "Genshin Impact",
"api_base": "https://sg-hk4e-api.hoyolab.com",
"origin_url": "https://act.hoyolab.com",
"referer_url": "https://act.hoyolab.com/",
"act_id": "e202102251931481",
"game_id": "sol"
},
{
"name": "Honkai: Star Rail",
"api_base": "https://sg-public-api.hoyolab.com",
"origin_url": "https://act.hoyolab.com",
"referer_url": "https://act.hoyolab.com/",
"act_id": "e202303301540311",
"game_id": "luna/os"
},
{
"name": "Zenless Zone Zero",
"api_base": "https://sg-act-nap-api.hoyolab.com",
"origin_url": "https://act.hoyolab.com",
"referer_url": "https://act.hoyolab.com/",
"act_id": "e202406031448091",
"game_id": "luna/zzz/os",
"custom_headers": { "x-rpc-signgame": "zzz" }
}
]
},
"skport": {
"lang": "en",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0",
"games": [
{
"name": "Arknights: Endfield",
"api_base": "https://zonai.skport.com",
"origin_url": "https://game.skport.com",
"referer_url": "https://game.skport.com/",
"app_code": "endfield",
"platform": "3",
"vName": "1.0.0"
}
]
}
}
}