Ver Fonte

Merge branch 'master' of http://git.ius.plus:88/Project-Wing/fis_lib_jsonrpc

loki.wu há 2 anos atrás
pai
commit
cbcd5a73d7
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/services/platform.dart

+ 1 - 1
lib/services/platform.dart

@@ -286,7 +286,7 @@ class PlatformService extends JsonRpcClientBase {
   }
 
   ///导出日志
-  Future<void> exportAppLogZipFile(int exportType, String fileName) async {
+  Future<bool> exportAppLogZipFile(int exportType, String fileName) async {
     var rpcRst = await call("ExportAppLogZipFile", [exportType, fileName]);
     return rpcRst;
   }