add filesystem support(without frontend)

This commit is contained in:
hzsunshx
2015-09-17 16:52:17 +08:00
parent 7188ca8f2a
commit b258837757
6 changed files with 174 additions and 0 deletions

View File

@@ -225,6 +225,12 @@ module.exports = function ControlServiceFactory(
return sendTwoWay('screen.capture')
}
this.fsretrive = function(file){
return sendTwoWay('fs.retrive', {
file: file,
})
}
this.checkAccount = function(type, account) {
return sendTwoWay('account.check', {
type: type