{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\xypm-web\\src\\api\\messageReceiver.js","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\api\\messageReceiver.js","mtime":1675214575855},{"path":"D:\\jenkins\\workspace\\xypm-web\\babel.config.js","mtime":1675214572901},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nvar portal = window.context.portal;\nexport default {\n  getlistJson: function getlistJson(data, cb) {\n    req.post(portal + \"/innermsg/messageReceiver/v1/list\", data).then(function (response) {\n      cb(response);\n    });\n  },\n  //保存常用语\n  approvalItemSave: function approvalItemSave(data, cb) {\n    req.post(portal + \"/flow/approvalItem/v1/save\", data).then(function (rep) {\n      cb(rep.data);\n    });\n  },\n  //查看常用语详情\n  detail: function detail(id, cb) {\n    req.get(portal + \"/innermsg/messageReceiver/v1/get?id=\" + id).then(function (rep) {\n      cb(rep.data);\n    });\n  },\n  //删除常用语\n  remove: function remove(ids, cb) {\n    req.remove(portal + \"/innermsg/messageReceiver/v1/remove?ids=\" + ids).then(function (rep) {\n      cb(rep.data);\n    });\n  },\n  mark: function mark(ids, cb) {\n    req.get(portal + \"/innermsg/messageReceiver/v1/mark?ids=\" + ids).then(function (rep) {\n      cb(rep.data);\n    });\n  }\n};",null]}