templates/有道云笔记IOS端.har
github-actions[bot] b874799bcd
Add HAR: 有道云笔记IOS端签到 (#867)
Co-authored-by: trainliang <trainliang@users.noreply.github.com>
2025-02-02 11:19:44 +08:00

122 lines
4.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"comment": "ios手机端签到",
"request": {
"method": "POST",
"url": "https://note.youdao.com/yws/mapi/user?method=checkin",
"headers": [
{
"name": "Host",
"value": "note.youdao.com"
},
{
"name": "Content-Type",
"value": "application/x-www-form-urlencoded"
},
{
"name": "Accept",
"value": "*/*"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Cookie",
"value": "{{cookie}}"
},
{
"name": "User-Agent",
"value": "YNote/7.5.560 (iPhone; iOS 18.2.1; Scale/3.00)"
},
{
"name": "Accept-Language",
"value": "zh-Hans-CN;q=1, en-CN;q=0.9, ja-CN;q=0.8, zh-Hant-CN;q=0.7"
},
{
"name": "Content-Length",
"value": "862"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br"
}
],
"cookies": [],
"data": "IDFA=00000000-0000-0000-0000-000000000000&_appName=ynote&_cityCode=370100&_cityName=%25E6%25B5%258E%25E5%258D%2597&_device=iPhone13%2C4&_idfa=00000000-0000-0000-0000-000000000000&_launch=28&_manufacturer=apple&_network=wifi&_operator=UNKNOWN&_platform=ios&_sbp=true&_screenHeight=926&_screenWidth=428&_system=iOS&_systemVersion=18.2.1&_vendor=AppStore&_version=7.5.560&client_ver=7.5.560&device_model=iPhone&device_name=iPhone&device_type=iPhone&keyfrom=note.7.5.560.iPhone&level=user&login=netease&mid=18.2.1&model=iPhone13%252C4&net=wifi&os=iOS&os_ver=18.2.1&phoneVersion=iPhone&sec=v1&sev=j1&strategy=VIP_MULTIPLY&vendor=AppStore",
"mimeType": "application/x-www-form-urlencoded"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "space",
"re": "\"space\":(\\w+)",
"from": "content"
}
]
}
},
{
"comment": "存储单位转换 - space",
"request": {
"method": "GET",
"url": "https://cunchu.bmcx.com/web_system/bmcx_com_www/system/file/cunchu/get/?id=1&q={{space|urlencode}}",
"headers": [],
"cookies": [],
"data": ""
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "space_M",
"re": "document\\.getElementById\\(\\\"zh_jg_3\\\"\\)\\.value\\s\\=\\sparseFloat\\(\\\"(\\d+\\.*?\\d{0,2})\\d*\\\"\\)",
"from": "content"
}
]
}
},
{
"comment": "Unicode转换",
"request": {
"method": "POST",
"url": "api://util/unicode",
"headers": [],
"cookies": [],
"data": "html_unescape=false&content=IOS签到奖励{{space_M}} MB"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
},
{
"re": "\"状态\": \"200\"",
"from": "content"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "__log__",
"re": "\"转换后\": \"(.*)\"",
"from": "content"
}
]
}
}
]