sync fixed

This commit is contained in:
life
2018-12-03 13:27:00 +08:00
parent d683c69707
commit 215549e5ea
2 changed files with 7 additions and 8 deletions

2
node_modules/api.js generated vendored
View File

@@ -234,7 +234,7 @@ var Api = {
if(Common.isOk(ret)) { // {Content: 'xx', NoteId: 'xxx'}
callback && callback(ret);
} else {
callback && callback(false);
callback && callback(false, ret);
}
});
},