deep-risk/backend/test_data/revenue_test/test_scenarios.json
2025-12-14 20:08:27 +08:00

66 lines
2.3 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.

{
"scenario_1": {
"name": "严重漏报场景",
"streamer_id": "TEST_001",
"expected_risk_level": "CRITICAL",
"expected_risk_score": "90-100",
"description": "充值50万仅申报10万差异率80%差异金额40万",
"test_focus": "测试严重风险检测能力"
},
"scenario_2": {
"name": "高风险场景",
"streamer_id": "TEST_002",
"expected_risk_level": "HIGH",
"expected_risk_score": "75-90",
"description": "充值30万申报18万差异率40%差异金额12万",
"test_focus": "测试高风险检测能力"
},
"scenario_3": {
"name": "中风险场景",
"streamer_id": "TEST_003",
"expected_risk_level": "MEDIUM",
"expected_risk_score": "50-75",
"description": "充值10万申报8.5万差异率15%差异金额1.5万",
"test_focus": "测试中风险检测能力"
},
"scenario_4": {
"name": "低风险场景",
"streamer_id": "TEST_004",
"expected_risk_level": "LOW",
"expected_risk_score": "25-50",
"description": "充值5万申报4.7万差异率6%差异金额3000元",
"test_focus": "测试低风险检测能力"
},
"scenario_5": {
"name": "正常场景",
"streamer_id": "TEST_005",
"expected_risk_level": "LOW",
"expected_risk_score": "0-25",
"description": "充值10万申报9.8万差异率2%差异金额2000元",
"test_focus": "测试正常数据处理能力"
},
"scenario_6": {
"name": "完全未申报场景",
"streamer_id": "TEST_006",
"expected_risk_level": "CRITICAL",
"expected_risk_score": "95-100",
"description": "充值80万申报0差异率100%差异金额80万",
"test_focus": "测试极端情况检测能力"
},
"scenario_7": {
"name": "多平台收入场景",
"streamer_id": "TEST_007",
"expected_risk_level": "HIGH",
"expected_risk_score": "80-90",
"description": "充值15万申报5万差异率67%差异金额10万",
"test_focus": "测试多平台收入检测能力"
},
"scenario_8": {
"name": "分批申报场景",
"streamer_id": "TEST_008",
"expected_risk_level": "MEDIUM",
"expected_risk_score": "60-75",
"description": "充值12万申报6万差异率50%差异金额6万",
"test_focus": "测试分批申报检测能力"
}
}