fix: wrong file_hash get

This commit is contained in:
CrescentLeaf
2025-11-24 23:27:52 +08:00
parent a9b4a71c0b
commit f3850a6e2f

View File

@@ -228,6 +228,6 @@ export default class LingChairClient {
} : json),
code: re.status,
} as ApiCallbackMessage)
return json.data.hash as string
return json.data.file_hash as string
}
}