add dependency

This commit is contained in:
jyuesong
2022-01-18 14:26:56 +08:00
parent 8aa41e577b
commit b9767339ec
15 changed files with 790 additions and 216 deletions

View File

@@ -234,7 +234,7 @@ class Api {
return await Http.get<List<DependencyBean>>(
Url.dependencies,
{
"type": type,
"type": type.toString(),
},
);
}