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
| {
| "schema_version": 1,
| "fixture_id": "chengchang-001270-20260801-v1",
| "ticker": "001270.SZ",
| "as_of": "2026-08-01",
| "requests": {
| "cninfo_stock_list": {"file": "cninfo_stock_list_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "cninfo_announcements": {"file": "cninfo_announcements_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_market_quote": {"file": "eastmoney_market_quote_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_market_kline": {"file": "eastmoney_market_kline_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_finance_main": {"file": "eastmoney_finance_main_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_finance_income": {"file": "eastmoney_finance_income_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_finance_balance": {"file": "eastmoney_finance_balance_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_finance_cashflow": {"file": "eastmoney_finance_cashflow_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_forecast_summary": {"file": "eastmoney_forecast_summary_success.json", "status": 200, "headers": {"content-type": "application/json"}},
| "eastmoney_forecast_detail": {"file": "eastmoney_forecast_detail_success.html", "status": 200, "headers": {"content-type": "text/html"}}
| },
| "negative_cases": {
| "empty": "empty.json",
| "schema_drift": "schema_drift.json",
| "future_record": "future_record.json",
| "http_404": "http_error.json",
| "http_500": "http_error.json"
| }
| }
|
|