{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\xq-web-bpm\\src\\api\\instantMessag.js","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\api\\instantMessag.js","mtime":1675071990850},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nimport { Promise } from \"q\";\nvar uc = window.context.uc;\nexport default {\n //获取分组\n getFgroupList: function getFgroupList(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/fgroup/list', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //删除分组\n deleteFgroupList: function deleteFgroupList(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/fgroup/delete', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //添加分组\n addFgroupList: function addFgroupList(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/fgroup/add', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //编辑分组\n editFgroupList: function editFgroupList(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/fgroup/edit', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //获取群\n getQgroupList: function getQgroupList(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/qgroup/list', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //新建群\n addQgroup: function addQgroup(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/qgroup/add', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //解散群\n deleteQgroup: function deleteQgroup(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/qgroup/delete', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //查询群成员\n queryQgroupPer: function queryQgroupPer(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/qgroup/groupMembers', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //踢出群成员\n kickoutPer: function kickoutPer(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/qgroup/kickout', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //查询群聊天记录\n hismsgList: function hismsgList(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/hismsg/list', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n },\n //删除聊天记录\n deleteHismsg: function deleteHismsg(data) {\n return new Promise(function (resolve, reject) {\n req.post(uc + '/hismsg/delete', data).then(function (rep) {\n resolve(rep.data);\n }).catch(function (error) {\n reject(error.message);\n });\n });\n }\n};",null]}