接口更新

This commit is contained in:
2020-05-09 22:29:41 +08:00
parent dd64af9482
commit 6249dc9b5e
5 changed files with 116 additions and 6 deletions

View File

@@ -54,4 +54,18 @@ class Version{
//throw $th;
}
}
/**
* @title 下载升级包
*/
public function downloadZip(){
}
/**
* @title 解压升级包
*/
public function unzipFile(){
}
}