mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
Поправил параметр url в ServerRequest. Теперь нужно дописать статус.
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@60116 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
@ -790,7 +790,7 @@ exports.install = function (server, callbackFunction) {
|
||||
var sendData = JSON.stringify({
|
||||
'id': docId,
|
||||
'c': 'sfc',
|
||||
'url': '/CommandService.ashx?c=saved&status=0&key=' + docId,
|
||||
'url': '/CommandService.ashx?c=saved&key=' + docId + '&status=',
|
||||
'outputformat': objServicePucker[docId].documentFormatSave,
|
||||
'data': c_oAscSaveTimeOutDelay
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user