mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-05 22:31:32 +00:00
81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
[
|
|
{
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "https://easinote.seewo.com/extend/apis?actionName=SIGN_LOTTERY",
|
|
"headers": [
|
|
{
|
|
"name": "Host",
|
|
"value": "easinote.seewo.com"
|
|
},
|
|
{
|
|
"name": "Cookie",
|
|
"value": "{{cookies}}"
|
|
},
|
|
{
|
|
"name": "Origin",
|
|
"value": "easinote.seewo.com"
|
|
},
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"cookies": [],
|
|
"data": "{\"_csrf\":\"\"}",
|
|
"mimeType": "text/json"
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "200",
|
|
"from": "status"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": [
|
|
{
|
|
"name": "msg",
|
|
"re": "\"message\":\"(.*?)\"",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "error_code",
|
|
"re": "\"error_code\":(.*)}",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"re": "\"data\":(.*),",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "api://util/string/replace?r=text&p=%3Avalue&s=%3Avalue&t=%E3%80%90%E4%BF%A1%E6%81%AF%E3%80%91{{msg|urlencode}}%EF%BC%8C%E3%80%90%E8%AF%A6%E6%83%85%E3%80%91{{data|urlencode}}",
|
|
"headers": [],
|
|
"cookies": [],
|
|
"data": "",
|
|
"mimeType": ""
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "200",
|
|
"from": "status"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": [
|
|
{
|
|
"name": "__log__",
|
|
"re": ".*",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |