12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052 |
- import $http from "./request/requestConfig"
- import {
- BASE_URI
- } from "../pages/utils/constant.js";
- import qs from 'qs';
- const baseUri = '/smartParkH5Server'
- const parkActivity = '/wx/meetingAppoint'
- export function login(data) {
- return $http.post(
- '/wx/auth/login_by_app_main?' + qs.stringify(data), {}, {})
- }
- export function loginByCompany(data) {
- return $http.post(
- '/wx/auth/loginByCompany',
- data, {}
- )
- }
- export function addRectificationManagement(data) {
- return $http.post(
- '/wx/RectificationController/addRectificationManagement',
- data, {}
- )
- }
- export function loginByWeixin2(code) {
- return $http.post(
- '/wx/auth/login_by_weixin2',
- code, {}
- )
- }export function switchCommonUser(code) {
- return $http.post(
- '/wx/auth/switchCommonUser',
- code, {}
- )
- }
- export function getUserLocalStorageInfo() {
- const userInfo = JSON.parse(
- uni.getStorageSync("USERINFO"));
- return userInfo
- }
- export function uploadPDF() {
- uni.showLoading({
- title: '加载中',
- mask: true
- });
- return new Promise((resolve, reject) => {
- uni.chooseMessageFile({
- count: 1, //默认100
- type: 'file',
- success: (res) => {
- uni.uploadFile({
- url: BASE_URI + "/wx/fileController/upload",
- filePath: res.tempFiles[0].path,
- name: "file",
- formData: {
- user: "test"
- },
- success(successRes) {
- // 上传完成需要更新 fileList
- let data = JSON.parse(successRes.data);
- uni.showToast({
- title: '提交成功',
- duration: 500
- });
- resolve({
- url: data.data[0],
- name: res.tempFiles[0].name
- })
- },
- fail(res) { },
- });
- },
- fail(e) {
- uni.showToast({
- title: '提交成功',
- duration: 0
- });
- }
- });
- })
- }
- export function getBuildDetails(data) {
- return $http.post(
- '/wx/MnpBuildingController/getById',
- data, {}
- )
- }
- export function addZaiti(data) {
- return $http.post(
- '/wx/ParkRoomController/add',
- data, {}
- )
- }
- export function getCompanyById2(data) {
- return $http.post(
- '/wx/roadShow/getCompanyById',
- data, {}
- )
- }
- export function add(data) {
- return $http.post(
- '/wx/repair/add',
- data, {}
- )
- }
- export function getPartyBranchList(data) {
- return $http.post(
- '/wx/partyBranch/getPartyBranchList',
- data, {}
- )
- }
- export function selectByCompanyId(data) {
- return $http.post(
- '/wx/SocialCarrierController/selectByCompanyId',
- data, {}
- )
- }
- export function getTreeData2(data) {
- return $http.post(
- '/wx/ParkInfoController/getTreeData2',
- data, {}
- )
- }
- export function getTreeData6(data) {
- return $http.post(
- '/wx/ParkInfoController/getTreeData6',
- data, {}
- )
- }
- export function getActivationRanking(data) {
- return $http.post(
- '/wx/partyBranch/getActivationRanking',
- data, {}
- )
- }
- export function findRectificationManagementInOutList(data) {
- return $http.post(
- '/wx/RectificationController/findRectificationManagementInOutList',
- data, {}
- )
- }
- export function findRectificationManagementInOutById(e) {
- return $http.post(
- '/wx/RectificationController/findRectificationManagementInOutById', {
- id: e
- }, {}
- )
- }
- export function repairList(data) {
- return $http.post(
- '/wx/repair/list',
- data, {}
- )
- }export function repairHandleList(data) {
- return $http.post(
- '/wx/repair/handleList',
- data, {}
- )
- }
- export function addSafetySelfCheckingManage(data) {
- return $http.post(
- '/wx/SafetyController/addSafetySelfCheckingManage',
- data, {}
- )
- }
- export function updateSafetySelfCheckingManage(data) {
- return $http.post(
- '/wx/SafetyController/updateSafetySelfCheckingManage',
- data, {}
- )
- }
- export function editRepair(data) {
- return $http.post(
- '/wx/repair/edit',
- data, {}
- )
- }
- export function addRepair(data) {
- return $http.post(
- '/wx/repair/add',
- data, {}
- )
- }
- export function getRepairDispatchById(id) {
- return $http.post(
- '/wx/repair/getById', {
- id: id
- }, {}
- )
- }
- export function getDispatchToPerson(data) {
- return $http.post(
- '/wx/repair/getDispatchToPerson',
- data, {}
- )
- }
- export function getCompanyById(data) {
- return $http.post(
- '/wx/roadShow/getCompanyById', data, {},
- )
- }
- export function getWxCompanyTags(e) {
- return $http.post(
- '/wx/MnpTagInfoController/tagInfoList', e, {}
- )
- }
- export function tagsBind(e) {
- return $http.post(
- '/wx/MnpTagInfoController/bind', e, {}
- )
- }
- export function saleControllerGetById(e) {
- return $http.post(
- '/wx/SaleController/getById', {
- id: e
- }, {}
- )
- }
- export function getAppUserMain(data) {
- return $http.post(
- '/wx/company/getById',
- data, {}
- )
- }
- export function confirmAudit(data) {
- return $http.post(
- '/wx/meetingAppoint/confirmAudit',
- data, {}
- )
- }
- export function getCompanyTags(e) {
- return $http.post(
- '/wx/MnpTagInfoController/getCompanyTags', e, {}
- )
- }
- export function getCompanyTagsByQybq(qybq) {
- return $http.post(
- '/wx/MnpTagInfoController/getCompanyTagsByQybq', {
- qybq: qybq
- }, {})
- }
- export function companyECdit(data) {
- return $http.post(
- '/wx/company/edit', data, {})
- }
- export function tagInfoList(e) {
- return $http.post(
- '/wx/MnpTagInfoController/tagInfoList',
- e, {})
- }
- export function findDeptList() {
- return $http.post(
- '/wx/SaleController/findDeptList', {}, {})
- }
- export function tagCategoryList() {
- return $http.post(
- '/wx/MnpTagController/tagCategoryList', {}, {}
- )
- }
- export function interviewEscalationListAll(id) {
- return $http.post('/wx/interviewEscalation/listAll', {
- companyId: id
- }, {})
- }
- export function getUserInfo(data) {
- let laocui_user_info = JSON.parse(uni.getStorageSync('laocui_user_info'))
- return $http.post(
- '/wx/frameUser/getMyInfo?userId=' + laocui_user_info.user.id, {}, {})
- }
- export function getRoomInfo(e) {
- return $http.post(
- '/wx/ParkRoomController/getById', {
- id: e
- }, {})
- }
- export function getCompanyHouseDetails(e) {
- return $http.post(
- '/wx/company/getById', {
- id: e
- }, {})
- }
- export function handleList(e) {
- return $http.post(
- '/wx/workPaneController/handleList',
- e, {})
- }
- export function readList(e) {
- return $http.post(
- '/wx/workPaneController/readList',
- e, {})
- }
- // handleList?
- export function findCompanyTags(e) {
- return $http.post(
- '/wx/MnpTagInfoController/getCompanyTags/' + e, {}, {})
- }
- export function removeTagsBind(e) {
- return $http.post(
- '/wx/MnpTagInfoController/removeBind', e, {}
- )
- }
- export function addInterview(e) {
- return $http.post(
- "/wx/interviewEscalation/add", e, {})
- }
- export function editInterview(e) {
- return $http.post(
- "/wx/interviewEscalation/edit", e, {})
- }
- export function getInterviewList(e) {
- return $http.post(
- "/wx/interviewEscalation/list", e, {})
- }
- export function getInterviewDetails(e) {
- return $http.post(
- "/wx/interviewEscalation/getById", {
- id: e
- }, {})
- }
- export function findSafetySelfCheckingPlanById(e) {
- return $http.post(
- "/wx/SafetyController/findSafetySelfCheckingPlanById", {
- id: e
- }, {})
- }
- //
- export function findSafetySelfCheckingPlanList(e) {
- return $http.post(
- "/wx/SafetyController/findSafetySelfCheckingPlanList",
- e, {})
- }
- export function getBySaveStatus(e) {
- return $http.post(
- "/wx/interviewEscalation/getBySaveStatus", {
- createdBy: e
- }, {})
- }
- export function companyExamineAdd(e) {
- return $http.post(
- "/wx/company/add", e, {})
- }
- export function listByModel(e) {
- return $http.post(
- '/wx/SaleController/findSaleManagementListByRoomId',
- e, {})
- }
- export function listVo(e) {
- // 查询园区列表,不需要参数
- return $http.post(
- '/wx/company/listVo', e, {})
- }
- // /wx/SafetyController/addSafetySelfCheckingPlan
- export function addSafetySelfCheckingPlan(e) {
- // 查询园区列表,不需要参数
- return $http.post(
- '/wx/SafetyController/addSafetySelfCheckingPlan', {
- ...e
- }, {})
- }
- export function findSafetySelfCheckingManagetById(e) {
- // 查询园区列表,不需要参数
- return $http.post(
- '/wx/SafetyController/findSafetySelfCheckingManagetById', {
- id: e
- }, {})
- }
- export function findSafetySelfCheckingManageList(e) {
- // 查询园区列表,不需要参数
- return $http.post(
- '/wx/SafetyController/findSafetySelfCheckingManageList', e, {})
- }
- export function findYuanQuList() {
- // 查询园区列表,不需要参数
- return $http.post(
- '/wx/SaleController/findYuanQuList', {}, {})
- }
- export function findLongPanList(id) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/SaleController/findLouPanList', {
- id: id
- }, {})
- }
- export function findLouDongList(id) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/SaleController/findLouDongList', {
- id: id
- }, {})
- }
- export function clickCollect(e) {
- return $http.post(
- '/wx/parkActivity/clickCollect',
- e, {})
- }
- export function insertRegisSignInfo(e) {
- return $http.post(
- '/wx/parkActivity/insertRegisSignInfo',
- e, {})
- }
- export function richScan(e) {
- return $http.post(
- '/wx/parkActivity/richScan',
- e, {})
- }
- export function getActivityById(id, signInCode, userId) {
- return $http.get(
- '/wx/parkActivity/getBySignInCode?id=' + id + '&userId=' + userId + "&signInCode=" + signInCode, {}, {})
- }
- // /wx/userPower/getUserPower?userId=1088765543780974592
- export function getUserPower(e) {
- return $http.post(
- '/wx/userPower/getUserPower', {
- userId: e
- }, {})
- }
- export function editPassword(e) {
- return $http.post(
- '/wx/frameUser/editPassword', e, {})
- }
- export function updateListRectificationManagement(e) {
- return $http.post(
- '/wx/RectificationController/updateListRectificationManagement', e, {})
- }
- // /wx/RectificationController/findUserListByRoleWuye
- export function findUserListByRoleWuye() {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/RectificationController/findUserListByRoleWuye',
- {}, {})
- }
- export function listAllUserMain() {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/UserMainExpandController/listAllUserMain',
- {}, {})
- }
- export function userList(e) {
- // http://192.168.2.112:9011/wx/frameUser/userList
- return $http.post(
- '/wx/frameUser/userList',
- e
- , {})
- }
- export function findAllSimpleCompanies(e) {
- // http://192.168.2.112:9011/wx/frameUser/userList
- return $http.post(
- '/wx/company/findAllSimpleCompanies', { searchInfo: e.qymc, pageNum: 1, pageSize: 10000 }, {})
- }
- export function findTrackUserList() {
- // http://192.168.2.112:9011/wx/frameUser/userList
- return $http.post(
- '/wx/SaleController/findTrackUserList', {}, {})
- }
- export function getSelectUserTwo(e) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/frameUser/getSelectUserTwo', {
- searchName: e
- }, {})
- }
- export function getSelectDeptTwo(e) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/frameUser/getSelectDeptTwo',
- {
- searchName: e
- }, {})
- }
- export function findRoomInfoListByIds(e) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/SaleController/findRoomInfoListByIds',
- {
- ids: e
- }, {})
- }
- export function findCompanyList() {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/SaleController/findCompanyList', {}, {})
- }
- export function addyixiang(e) {
- return $http.post(
- '/wx/SaleController/add',
- e, {})
- }
- export function editSave(e) {
- return $http.post(
- '/wx/SaleController/editSave',
- e, {})
- }
- export function findCompanyInfoList(data) {
- return $http.post(
- "/wx/SaleController/findCompanyInfoList",
- data, {}
- )
- }
- export function findRoomByCondition(params) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/SaleController/findRoomByCondition', params, {})
- }
- export function findRoomByConditionExcel(params) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/SaleController/findRoomByConditionExcel', params, {})
- }
- export function getCompanyAll(qymc) {
- return $http.post(
- '/wx/company/listAll', {
- qymc: qymc ? qymc : ""
- }, {})
- }
- export function getByCodes(params) {
- // 用园区ID查询楼盘列表
- return $http.post(
- '/wx/sysDict/getByCodes',
- {
- codes: params
- }, {})
- }
- export function list(data) {
- return $http.post(
- parkActivity + '/getMeetingAppointList',
- data, {}
- )
- }
- export function listApp(data) {
- return $http.post(
- parkActivity + '/getMeetingAppointListApp',
- data, {}
- )
- }
- export function cancelAppoint(data) {
- return $http.post(
- parkActivity + '/cancelAppoint',
- data, {}
- )
- }
- // /wx/SaleController/
- export function getRepairList(data) {
- return $http.post(
- '/wx/repair/list',
- data, {}
- )
- }
- export function editHomeCommunityActivity(data) {
- return $http.post(
- '/wx/homeActivity/editHomeCommunityActivity',
- data, {}
- )
- }
- export function listHomeCommunityActivity(data) {
- return $http.post(
- '/wx/homeActivity/listHomeCommunityActivity',
- data, {}
- )
- }
- export function insertHomeCommunityActivity(data) {
- return $http.post(
- '/wx/homeActivity/insertHomeCommunityActivity',
- data, {}
- )
- }
- export function activityList(data) {
- return $http.post(
- '/wx/homeActivity/list',
- data, {}
- )
- }
- // 报名
- export function updateRegistration(data) {
- return $http.post(
- '/wx/homeActivity/updateRegistration',
- data, {}
- )
- }
- // 查询活动详情
- export function getHomeCommunityActivityById(data) {
- return $http.post(
- '/wx/homeActivity/getHomeCommunityActivityById',
- data, {}
- )
- }
- // 查询企业是否报名
- export function isRegistration(data) {
- return $http.post(
- '/wx/homeActivity/isRegistration',
- data, {}
- )
- }
- //查询企业报名信息
- export function getRegistrationInfo(data) {
- return $http.post(
- '/wx/homeActivity/getRegistrationInfo',
- data, {}
- )
- }
- //签到
- export function updateSignIn(data) {
- return $http.post(
- '/wx/homeActivity/updateSignIn',
- data, {}
- )
- }
- export function isFinishComInfo(data) {
- return $http.post(
- '/wx/company/isFinishComInfo',
- data, {}
- )
- }
- export function getById(data) {
- return $http.post(
- '/wx/company/getById',
- data, {}
- )
- }
- export function addCompanyExamine(data) {
- return $http.post(
- '/wx/companyExamine/add',
- data, {}
- )
- }
- export function upload(data) {
- return $http.post(
- '/wx/fileController/upload',
- data, {}
- )
- }
- export function newNotice(data) {
- return $http.post(
- '/wx/noticePark/newNotice',
- data, {}
- )
- }
- export function noticeParkList(data) {
- return $http.post(
- '/wx/noticePark/list',
- data, {}
- )
- }
- export function propertyNoticeList(data) {
- return $http.post(
- '/wx/propertyNotice/list',
- data, {}
- )
- }
- export function noticeParkClickCollect(data) {
- return $http.post(
- '/wx/noticePark/clickCollect',
- data, {}
- )
- }
- export function propertyNoticeClickCollect(data) {
- return $http.post(
- '/wx/propertyNotice/clickCollect ',
- data, {}
- )
- }
- export function homeActivityClickCollect(data) {
- return $http.post(
- '/wx/homeActivity/clickCollect ',
- data, {}
- )
- }
- export function userNoticeAdd(data) {
- return $http.post(
- '/wx/userNotice/add',
- data, {}
- )
- }
- // 园区通知发布
- export function noticeParkAdd(data) {
- return $http.post(
- '/wx/noticePark/add',
- data, {}
- )
- }
- export function noticeParkGetById(data) {
- return $http.post(
- '/wx/noticePark/getById',
- data, {}
- )
- }
- // 园区通知编辑
- export function noticeParkEdit(data) {
- return $http.post(
- '/wx/noticePark/edit',
- data, {}
- )
- }
- // 新增我的反馈
- export function parkFeedbackInfoAdd(data) {
- return $http.post(
- '/wx/parkFeedbackInfo/add',
- data, {}
- )
- }
- // 新增我的反馈
- export function parkFeedbackInfoList(data) {
- return $http.post(
- '/wx/parkFeedbackInfo/list',
- data, {}
- )
- }
- // 获取我的反馈详情
- export function parkFeedbackInfoGetById(data) {
- return $http.get(
- '/wx/parkFeedbackInfo/getById',
- data, {}
- )
- }
- // 我的收藏列表
- export function parkUserCollectorsList(data) {
- return $http.post(
- '/wx/parkUserCollectors/list',
- data, {}
- )
- }
- // 产业政策列表
- export function policyList(data) {
- return $http.post(
- '/wx/policy/list',
- data, {}
- )
- }
- // 产业政策类型
- export function policyListAll(data) {
- return $http.post(
- '/wx/policyType/listAll',
- data, {}
- )
- }
- // 产业政策获取详情
- export function policyGetById(data) {
- return $http.post(
- '/wx/policy/getById',
- data, {}
- )
- }
- // 经法填报列表
- export function fillControllerList(data) {
- return $http.post(
- '/wx/fillController/list',
- data, {}
- )
- }
- // 经法填报详情
- export function getByStag(data) {
- return $http.post(
- '/wx/fillController/getByStag',
- data, {}
- )
- }
- // 经法填报详情保存/提交
- export function fillControllerEditSave(data) {
- return $http.post(
- '/wx/fillController/editSave',
- data, {}
- )
- }
- // 园区通知详情
- export function getParkNoticeById(data) {
- return $http.post(
- '/wx/noticePark/getById',
- data, {}
- )
- }
- // 物业通知详情
- export function getPropertyNoticeById(data) {
- return $http.post(
- '/wx/propertyNotice/getById',
- data, {}
- )
- }
- // 我的消息列表
- export function getMsgList(data) {
- return $http.post(
- '/wx/WxParkSystemMsgInfoController/getMsgList',
- data, {}
- )
- }
- // 获取管家
- export function getUserMainHouseKeeper(data) {
- return $http.post(
- '/wx/userRelation/getUserMainHouseKeeper',
- data, {}
- )
- }
- // 周边列表
- export function peripheryList(data) {
- return $http.post(
- '/wx/periphery/list',
- data, {}
- )
- }
- // 获取周边详情
- export function peripheryGetById(data) {
- return $http.post(
- '/wx/periphery/getById',
- data, {}
- )
- }
- export function peripheryAdd(data) {
- return $http.post(
- '/wx/periphery/add',
- data, {}
- )
- }
- // 报事报修提交
- export function repairAdd(data) {
- return $http.post(
- '/wx/repair/add',
- data, {}
- )
- }
- // 企业账单列表
- export function findBillManagementMoreForCollect(data) {
- return $http.post(
- '/wx/BillController/findBillManagementMoreForCollect',
- data, {}
- )
- }
- // 查看园区详情
- export function getParkBriefById(data) {
- return $http.post(
- '/wx/ParkBriefController/getById',
- data, {}
- )
- }
- // 共享资源列表
- export function getMeetingRoomList(data) {
- return $http.post(
- '/wx/meetingRoom/getMeetingRoomList',
- data, {}
- )
- }
- // 共享资源详情
- export function meetingRoomDetail(data) {
- return $http.post(
- '/wx/meetingRoom/meetingRoomDetail',
- data, {}
- )
- }
- // 获取共享资源可选的时间段
- export function roomTimeSoltUseful(data) {
- return $http.post(
- '/wx/meetingRoom/roomTimeSoltUseful',
- data, {}
- )
- }
- // 获取共享资源时间段状态
- export function roomTimeSoltDetail(data) {
- return $http.post(
- '/wx/meetingRoom/roomTimeSoltDetail',
- data, {}
- )
- }
- // 共享资源预约 新增
- export function meetingAppoint(data) {
- return $http.post(
- '/wx/meetingRoom/meetingAppoint',
- data, {}
- )
- }
- // 共享资源预约时间段校验
- export function meetingAppointCheck(data) {
- return $http.post(
- '/wx/meetingRoom/meetingAppointCheck',
- data, {}
- )
- }
- // 共享资源预约 历史
- export function getMeetingAppointListApp(data) {
- return $http.post(
- '/wx/meetingAppoint/getMeetingAppointListApp',
- data, {}
- )
- }
- // 共享资源预约 编辑
- export function meetingAppointEdit(data) {
- return $http.post(
- '/wx/meetingAppoint/edit',
- data, {}
- )
- }
- export function meetingAppointDetail(e) {
- return $http.post(
- '/wx/meetingAppoint/meetingAppointDetail', e, {}
- )
- }
- // 查询用户部门
- export function getUserDept(data) {
- return $http.post(
- '/wx/PubController/getUserDept',
- data, {}
- )
- }
- // 新增企业预定
- export function parkRoomSlateAdd(e) {
- return $http.post(
- '/wx/ParkRoomSlateController/add', e, {}
- )
- }
- // 我的预定
- export function parkRoomSlateList(e) {
- return $http.post(
- '/wx/ParkRoomSlateController/listAll', e, {}
- )
- }
- // 删除房源预定
- export function parkRoomSlateRemove(e) {
- return $http.post(
- '/wx/ParkRoomSlateController/remove', e, {}
- )
- }
- // 房源预定详情
- export function getParkRoomSlateInfoById(e) {
- return $http.post(
- '/wx/ParkRoomSlateController/getById', e, {}
- )
- }
- // 编辑企业预定
- export function parkRoomSlateEdit(e) {
- return $http.post(
- '/wx/ParkRoomSlateController/edit', e, {}
- )
- }
- // 新增物业通知
- export function propertyNoticeAdd(e) {
- return $http.post(
- '/wx/propertyNotice/add', e, {}
- )
- }
- export function propertyNoticeEdit(e) {
- return $http.post(
- '/wx/propertyNotice/edit', e, {}
- )
- }
- // 我的消息列表
- export function getMyList(data) {
- return $http.post(
- '/wx/information/getMyList',
- data, {}
- )
- }
- // 阅读我的消息
- export function updateInformation(data) {
- return $http.post(
- '/wx/information/updateInformation',
- data, {}
- )
- }
- // 阅读我的消息2
- export function parkSystemMsgReadAdd(data) {
- return $http.post(
- '/wx/WxParkSystemMsgReadController/add',
- data, {}
- )
- }
|