|
@@ -1632,6 +1632,7 @@ us.quitOffice = function (response, wordinfo) {
|
|
|
* @param {string} wordinfo 文档信息
|
|
|
**/
|
|
|
us.quitcscl = function (response, info) {
|
|
|
+ console.log(info)
|
|
|
//获取用户参数
|
|
|
info = JSON.parse(info);
|
|
|
var _docid = info.docId,
|
|
@@ -1666,7 +1667,7 @@ us.quitcscl = function (response, info) {
|
|
|
// }
|
|
|
// }
|
|
|
}
|
|
|
- response.end('quitOffice'); //响应退出请求
|
|
|
+ response.end('quitcscl'); //响应退出请求
|
|
|
}
|
|
|
|
|
|
/**
|