File size: 692 Bytes
feccc69 c12b13c feccc69 | 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 | {
"client": {
"name": "DeepSeek",
"platform": "android",
"version": "2.2.2",
"android_api_level": "32",
"locale": "zh_CN"
},
"base_headers": {
"Host": "chat.deepseek.com",
"Accept": "application/json",
"Content-Type": "application/json",
"accept-encoding": "gzip",
"accept-charset": "UTF-8",
"x-client-bundle-id": "com.deepseek.chat",
"x-client-timezone-offset": "28800"
},
"skip_contains_patterns": [
"quasi_status",
"elapsed_secs",
"pending_fragment",
"conversation_mode",
"fragments/-1/status",
"fragments/-2/status",
"fragments/-3/status"
],
"skip_exact_paths": [
"response/search_status"
]
} |