package service import ( "testing" ) func TestReadRawJsonFile(t *testing.T) { // 此测试已废弃,因为ReadRawJsonFile方法已被移除 // 现在数据存储在SQLite数据库中,不再依赖output_raw.json文件 t.Skip("ReadRawJsonFile测试已废弃,数据现在存储在SQLite数据库中") } // 辅助函数已移除,因为测试已废弃