mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-05 22:31:32 +00:00
37 lines
942 B
JSON
37 lines
942 B
JSON
[
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://api-cloudgame.mihoyo.com/hk4e_cg_cn/wallet/wallet/get",
|
|
"headers": [
|
|
{
|
|
"name": "x-rpc-combo_token",
|
|
"value": "{{combo_token}}"
|
|
}
|
|
],
|
|
"cookies": [],
|
|
"data": ""
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "free_time",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [
|
|
{
|
|
"re": "登录",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"extract_variables": [
|
|
{
|
|
"name": "__log__",
|
|
"re": "\"free_time\":\"\\d+\"",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |