{"remainingRequest":"/Users/admin/projects/dms/src/dealer_admin/node_modules/thread-loader/dist/cjs.js!/Users/admin/projects/dms/src/dealer_admin/node_modules/babel-loader/lib/index.js!/Users/admin/projects/dms/src/dealer_admin/src/api/information.js","dependencies":[{"path":"/Users/admin/projects/dms/src/dealer_admin/src/api/information.js","mtime":1713161556000},{"path":"/Users/admin/projects/dms/src/dealer_admin/babel.config.js","mtime":1713161556000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/admin/projects/dms/src/dealer_admin/node_modules/babel-loader/lib/index.js","mtime":456789000000}],"contextDependencies":[],"result":["import request from '@/utils/request';\nexport function list(params) {\n  return request({\n    url: '/information/getList',\n    method: 'get',\n    params: params\n  });\n}\nexport function getInformationTypeList() {\n  return request({\n    url: '/information/getInformationTypeList',\n    method: 'get'\n  });\n}\nexport function getInformationTypeMap() {\n  return request({\n    url: '/information/getInformationTypeMap',\n    method: 'get'\n  });\n}\nexport function detail(id) {\n  return request({\n    url: '/information/detail/' + id,\n    method: 'get'\n  });\n}\nexport function del(id) {\n  return request({\n    url: '/information/del',\n    method: 'post',\n    data: {\n      id: id\n    }\n  });\n}\nexport function update(data) {\n  return request({\n    url: '/information/update',\n    method: 'post',\n    data: data\n  });\n}\nexport function create(data) {\n  return request({\n    url: '/information/create',\n    method: 'post',\n    data: data\n  });\n}",null]}