diff --git a/branch/latest/md5-api.ts b/branch/latest/md5-api.ts index c7c94ca..4236be5 100644 --- a/branch/latest/md5-api.ts +++ b/branch/latest/md5-api.ts @@ -45,7 +45,7 @@ type Score = { * 分数的数据结构 */ type ScoreResult = { - source: number; + score: number; raw_data: Score[]; };