feat(large_data): 新增 11 个导出/列表接口容量验证 case
- check_spot: task_spot_analysis_list、batch_export_flow_sync(同步导出)、 batch_export_flow(异步导出),均从 taskSpotSimplePage 取真实点位 ID
- industry: area_export、brand_export、brand_shop_export_sync(同步)、 brand_shop_export_async(先 /export/id 取任务再轮询)
- store: form_data_export(商铺表单数据导出)
- standard: shop_page、shop_share_page、shop_youth_map_simple_page 三个大分页列表(单页 10,000 上限)
- registry: 注册 11 条新路由 → SDK raw 方法
- assertions: 导出触发响应允许 int 类型(部分导出接口返回任务 ID)
- conftest: 压制 nacos.client INFO 日志(配置正文含账号,禁止进报告); 前置失败时从模块 TARGET_PATH 与失败摘要提取 plannedInterface 和 preconditionFailure,便于定位非接口类失败
- 离线单测 60→61 项全过,新增已登记路由须有 SDK 注册+case 的一致性用例