fileid = ""

This commit is contained in:
2020-12-09 11:00:54 +08:00
parent b3cc320dfa
commit b3cf7846ac
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ interface OnFunctio {
}
interface UploaderDone {
fileId: number;
fileId: string;
video: {
url: string;
verify_content: string;