490 lines
40 KiB
JavaScript
490 lines
40 KiB
JavaScript
/*
|
||
* @Author: bingzaimmd 1138650589@qq.com
|
||
* @Date: 2023-11-06 09:10:19
|
||
* @LastEditors: bingzaimmd 1138650589@qq.com
|
||
* @LastEditTime: 2024-03-14 17:20:14
|
||
* @FilePath: \hljhq_app\common\api.js
|
||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||
*/
|
||
module.exports = {
|
||
// 首页权限菜单
|
||
getUserInfoByTicket: '/app-api/system/app/decryptUserInfo', // 获取isc信息
|
||
getAppUserPermissionInfo: '/app-api/system/app/getAppUserPermissionInfo', // 菜单权限
|
||
getUserInfo: '/app-api/system/app/getUserInfo', // 菜单权限 获取用户信息
|
||
getAddress: '/app-api/system/app/dict/query', // 获取字典数据(区分租户)
|
||
getDictOfNoTenant: '/app-api/system/app/dict/getDictionaryData', /// 获取字典数据(不区分租户)
|
||
getAreaAdress: '/app-api/system/app/tenant/getById', // 当前租户表地点
|
||
updateUserInfo: '/app-api/system/app/updateUserInfo', // 更新用户信息
|
||
getAllTenant: '/app-api/system/app/tenant/getAllTenant', // 获取所有租户表地点
|
||
getAllLikeTenant: '/app-api/system/app/tenant/getAllLikeTenant', // 获取所有租户表地点 带模糊查询
|
||
getAllUser: '/app-api/system/app/user/allList', // 获取所有用户表
|
||
|
||
getAuthenTokenOfHnb: '/app-api/system/app/greenthirdCustomer/getAuthenToken', // 惠农帮获取token
|
||
getAuthenTokenOfJdsc: '/app-api/system/app/greenthirdCustomer/platformAuthen', // 京东商城获取token
|
||
|
||
getPopupDataOfIndex: '/app-api/system/popup/select', // 获取首页弹窗数据
|
||
readPopupDataOfIndex: '/app-api/system/popup/record', // 已阅读弹窗数据
|
||
getCanteenInspectionData: '/app-api/system/canteen/canteenInspection', // 首页获取食堂统计数据
|
||
getBannerList: '/app-api/property/app/advertising/getAdvertisingPicture', // 首页获取上方轮播图数据
|
||
|
||
/* 晚餐 */
|
||
/* 节日 */
|
||
submitOrderForAct: '/app-api/dining/app/greenFoodOrderList/submitOrderForAct', // 节日提交
|
||
getActivityFoodType: '/app-api/dining/greenActivityMenu/app/getActivityFoodType', // 获取节日
|
||
getActivityList: '/app-api/dining/greenActivityMenu/app/activityList', // 获取节日列表
|
||
getActivityVariety: '/app-api/dining/greenActivityMenu/app/getActivityVariety', // 获取节日列表
|
||
forActOrderList: '/app-api/dining/greenActivityMenu/app/orderList', // 节日订单
|
||
detailActDetail: '/app-api/dining/app/greenFoodOrderDetail/detailAct', // 节日详情
|
||
cancelOrderAct: '/app-api/dining/app/greenFoodOrderDetail/cancelOrder', // 节日取消
|
||
/* 销售统计 */
|
||
remindTakeFood: '/app-api/dining/app/greenFoodOrderDetail/remindTakeFood',
|
||
sellView: '/app-api/dining/app/greenFoodOrderDetail/sellView',
|
||
sellHot: '/app-api/dining/app/greenFoodOrderDetail/sellHot',
|
||
JRsellView: '/app-api/dining/app/greenFoodOrderDetail/JRsellView',
|
||
JRsellHot: '/app-api/dining/app/greenFoodOrderDetail/JRsellHot',
|
||
JRlistByLocation: '/app-api/dining/app/greenFoodOrderDetail/JRlistBylocation',
|
||
listByLocation: '/app-api/dining/app/greenFoodOrderDetail/listByLocation',
|
||
foodSellView: '/app-api/dining/app/greenFoodOrderDetail/sellView',
|
||
foodSellHot: '/app-api/dining/app/greenFoodOrderDetail/sellHot',
|
||
foodListByLocation: '/app-api/dining/app/greenFoodOrderDetail/listByLocation',
|
||
|
||
getFestivalList: '/app-api/dining/app/greenFoodOrderDetail/list', // 节日订单
|
||
getFestivaInfo: '/app-api/dining/app/greenFoodOrderDetail/detailAct', // 外卖订单详情
|
||
getSupperInfo: '/app-api/dining/app/greenFoodOrderDetail/detailAct', // 晚餐订单详情
|
||
getCakeMyInfo: '/app-api/dining/app/greenFoodOrderDetail/detailAct', // 糕点订单详情
|
||
cancelFoodOrder: '/app-api/dining/app/greenFoodOrderDetail/cancelOrder', // 食堂外卖取消
|
||
canceSupperList: '/app-api/dining/app/greenFoodOrderDetail/cancelOrder', // 晚餐外卖取消
|
||
getCakeCenl: '/app-api/dining/app/greenFoodOrderDetail/cancelOrder', // 糕点外卖取消
|
||
getNoticeData: '/app-api/information/app/notice/list', // 获取公告数据
|
||
getNoticeDetail: '/app-api/information/app/notice/detail', // 获取公告详情
|
||
// 员工服务
|
||
userServeCreate: '/app-api/interact/event/create', //新增员工互动
|
||
userServePage: '/app-api/interact/event/page', //查看员工互动分页
|
||
userServelike: '/app-api/interact/praise/like', //员工互动点赞
|
||
userServeCommentCreate: '/app-api/interact/comment/create', //员工服务新增评论
|
||
userServeCommentList: '/app-api/interact/comment/list', //员工服务新增评论
|
||
userServeCommentShield: '/app-api/interact/event/shield', //员工服务员工互动屏蔽
|
||
userServeCommentDelete: '/app-api/interact/event/delete', //员工服务员工互动删除
|
||
userServeCommentDeletes: '/app-api/interact/comment/delete', //员工服务删除评论
|
||
|
||
//餐券领取
|
||
getMonthMealNum: '/app-api/dining/app/greenMealTicket/getMonthMealNum', //
|
||
apply: '/app-api/dining/app/greenMealTicketApply/apply', //
|
||
getCoupon: '/app-api/dining/app/collectMealVoucher/apply', // 七日券、套餐券领取
|
||
getBasicsInfo: '/app-api/dining/app/collectMealVoucher/initialization', // 获取基本信息
|
||
approvalSubmit: '/app-api/dining/app/collectMealVoucher/submitApproval', // 审批提交
|
||
packageInfo: '/app-api/dining/app/collectMealVoucher/approvalDetailed', // 套餐审批信息回显
|
||
cancelApply: '/app-api/dining/app/collectMealVoucher/withdraw', // 取消申请
|
||
couponApplyHistoryList: '/app-api/dining/app/collectMealVoucher/approvalList', // 餐券申请记录列表
|
||
termMealVoucherList: '/app-api/dining/app/collectMealVoucher/termMealVoucherList', // 七日券
|
||
myApply: '/app-api/dining/app/collectMealVoucher/applicationRecordList', // 我的申请
|
||
pl: '/app-api/dining/app/collectMealVoucher/batchApproval', // 批量申请
|
||
surplusConpon: '/app-api/dining/app/collectMealVoucher/surplusConpon', // 餐券统计 券申请表单初始化接口新增计量元素
|
||
provideTicket: '/app-api/dining/app/greenMealTicketQuick/issue', // 专责发放餐券
|
||
getSecretary: '/app-api/dining/app/greenMealTicketQuick/getSecretary', // 获取部门秘书
|
||
ticketList_zz: '/app-api/dining/app/greenMealTicketQuick/listByCreator', // 快捷餐券列表- 专责
|
||
ticketList_ms: '/app-api/dining/app/greenMealTicketQuick/list', // 快捷餐券列表- 秘书
|
||
quickTickeDetail: '/app-api/dining/app/greenMealTicketQuick/listByCreatorDetail', // 快捷餐券详情
|
||
greenMealTransfer: '/app-api/dining/app/greenMealTicketApply/mealTransfer', // 餐券转让
|
||
greenMealTicket: '/app-api/dining/app/greenMealTicket/list', //
|
||
setMealSet: '/app-api/dining/app/greenMealTicket/setMealReserveNum', //
|
||
greenMealGrant: '/app-api/dining/app/greenMealTicketApply/mealGrant', // 餐券下发
|
||
greenDepartmentPersonList: '/app-api/dining/app/greenMealTicket/getDepartmentPersonList', //
|
||
keepMealImg: '/app-api/dining/app/greenMealTicket/keepMealImg', //
|
||
myTtick: '/app-api/dining/app/collectMealVoucher/allMealVouchersList', // 新我的餐券 替用接口
|
||
mealTicketSlat_YmQs: '/app-api/dining/app/medicalTicketStatistics/ticketMonthUsageTrends', //月趋势
|
||
mealTicketSlat_yearQs: '/app-api/dining/app/medicalTicketStatistics/ticketYearUsageTrends', //获取部门列表
|
||
mealTicketSlat: '/app-api/dining/app/medicalTicketStatistics/ticketOverview', //总览
|
||
getMealDayNum: '/app-api/dining/app/greenMealTicket/getMealDayNum', // 设置餐券数
|
||
// 代办
|
||
WaitList: '/app-api/information/convenientOperation/list', // 【首页】我的待办
|
||
myApplyList: '/app-api/information/convenientOperation/myApplicationList', // 【首页】我的申请
|
||
waitApplyNum: '/app-api/information/convenientOperation/number', // 【首页】我的申请
|
||
//访客邀约
|
||
greenTypeInfo: '/app-api/visitor/app/greenTypeInfo', //公共接口 数据字典
|
||
getMyApplyList: '/app-api/visitor/app/getMyApplyList', //历史记录
|
||
saveVistorInfo: '/app-api/visitor/app/saveVisitorInfo', //提交
|
||
getVisitorList: '/app-api/visitor/app/getVisitorList', //访客历史记录
|
||
listReason: '/app-api/visitor/app/listReason', //事由列表
|
||
delVisitor: '/app-api/visitor/app/delVisitor', //删除访客历史记录
|
||
editVisitor: '/app-api/visitor/app/updateVisitor', //修改访客历史记录
|
||
getApplyInfo: '/app-api/visitor/app/getApplyInfo',
|
||
saveVistorState: '/app-api/visitor/app/saveVistorState', //结束拜访
|
||
myWaitList: '/app-api/visitor/app/saveVistorState', //物业服务
|
||
//故障报修
|
||
gzbx_apply: '/app-api/property/app/malfunctionRepair/apply', //故障保修提交页面
|
||
gzbx_list: '/app-api/property/app/malfunctionRepair/myApplyList', //故障保修列表
|
||
gzbx_list_qt: '/app-api/property/app/malfunctionRepair/applyListOnProperty', //故障保修列表-物业前台
|
||
gzbx_list_bz: '/app-api/property/app/malfunctionRepair/applyListOnMaintenance', //故障保修列表-维修班组
|
||
gzbxCancelOrder: '/app-api/property/app/malfunctionRepair/cancel', //故障保修取消
|
||
gzbx_listDetail_qt: '/app-api/property/app/malfunctionRepair/detail', //故障报修详情
|
||
gzbx_greenTypeInfo_qt: '/app-api/property/greenDictionaryInfo/getDictionaryInfo', //故障报修
|
||
gzbx_dispatch_qt: '/app-api/property/app/malfunctionRepair/dispatch', //故障报修-前台派单
|
||
wxbz_receivingOrders: '/app-api/property/app/malfunctionRepair/receivingOrders', //维修班组驳回
|
||
wxbz_feedback: '/app-api/property/app/malfunctionRepair/feedback', //维修班组反馈
|
||
gxbxPj: '/app-api/property/app/malfunctionRepair/evaluate', //评价
|
||
bjfw_weekDate2: '/app-api/property/app/convenientService/getWeekDay', //查询预约时间的周日期和星期
|
||
// 体检预约
|
||
getHealthReserveTimeList: '/app-api/physical/apply/getHealthReserveTimeList', //体检预约-查询时间
|
||
getMedicalRecordsOnAdmin: '/app-api/physical/apply/getMedicalRecordsOnAdmin', //体检预约-查询列表数据
|
||
makeAnAppointmentNumber: '/app-api/physical/apply/getQuantity', // 体检预约数
|
||
saveHealthButlerInfo: '/app-api/physical/apply/apply', // 保存体检预约数据
|
||
userInforIdCard: '/app-api/physical/base/userInforIdCard', //
|
||
physicalBaseinfo: '/app-api/physical/base/physicalBaseInfo', //
|
||
generalInspectonInfo: '/app-api/physical/base/generalInspectonInfo', // 健康趋势
|
||
generalInspectonInfo2: '/app-api/physical/apply/generalInspectionInfo', // 健康趋势
|
||
physicalItemInfo: '/app-api/physical/base/physicalItemInfo', // 体检报告
|
||
getMedicalList: '/app-api/physical/apply/getMedicalList', // 个人体检预约表列表
|
||
getMyHealthReserveList: '/app-api/physical/apply/getMedicalRecords', // 查询我的体检预约列表
|
||
greenCancelTheReservation: '/app-api/physical/apply/cancelApply', // 取消体检预约申请
|
||
planDetail: '/app-api/physical/apply/planDetail', // 获取体检计划详情
|
||
//寻物启事
|
||
lostList: '/app-api/property/app/lostNotice/list',
|
||
swzlList: '/app-api/property/app/lostAndFound/list',
|
||
//办公服务
|
||
addOffice: '/app-api/official/apply/create', // 申领提交
|
||
getOfficeDetail: '/app-api/official/apply/detail', // 获取详情
|
||
getOfficeList: '/app-api/official/apply/page', // 办公申领列表
|
||
getOfficeListStatus: '/app-api/official/apply/status', // 办公申领状态
|
||
getOfficeApply: '/app-api/official/apply/approve', // 办公申领审核
|
||
getOfficeWp: '/app-api/official/apply/list', // 获取办公物品管理
|
||
getOfficeWpType: '/app-api/official/apply/type', // 获取办公物品分类
|
||
getPageCount: '/app-api/official/apply/pageCount', // 办公申领列表数量
|
||
|
||
addZjApply: '/app-api/official/credential/apply/create', // 添加证件领用申请
|
||
getZjDetail: '/app-api/official/credential/apply/get', // 证件领用申请详情
|
||
getZjList: '/app-api/official/credential/apply/page', // 证件领用申请列表
|
||
getZjSh: '/app-api/official/credential/apply/approve', // 证件领用申请审核
|
||
getZjType: '/app-api/official/credential/apply/getType', // 证件类型
|
||
|
||
|
||
addLoseApply: '/app-api/official/credential/lose/create', // 添加证件挂失申请
|
||
getLoseDetail: '/app-api/official/credential/lose/get', // 证件挂失详情
|
||
getLoseList: '/app-api/official/credential/lose/page', // 证件挂失列表
|
||
getLoseRevoke: '/app-api/official/credential/lose/revoke', // 证件挂失撤销
|
||
// 理发预约
|
||
getAllDept: '/app-api/system/app/getAllDept', //获取部门列表
|
||
getHaircutDateList: '/app-api/life/app/haircut/getHaircutDateList', // 预约时间
|
||
getHaircutInfoAndRemain: '/app-api/life/app/haircut/getHaircutInfoAndRemain', // 预约时间
|
||
getHaircutBasicInfo: '/app-api/life/app/haircut/getHaircutBasicInfo', //
|
||
saveHaircutInfo: '/app-api/life/app/haircut/saveHaircutInfo', //
|
||
initHaircut: '/app-api/life/app/haircut/initHaircut', //
|
||
haircutList: '/app-api/life/app/haircut/getMyAppointmentRecords', // 新理发预约 理发预约列表
|
||
getApplyInfoHair: '/app-api/life/app/haircut/getApplyInfo', // 新理发预约 理发预约列表
|
||
saveHaircutComment: '/app-api/life/app/haircut/saveHaircutComment', // 理发预约评价
|
||
visitorInfoUpdateStatus: '/app-api/life/app/haircut/updateStatus', // 取消预约
|
||
initHaircutForBarber: '/app-api/life/app/haircut/initHaircutForBarber', //
|
||
getBasicInfoForBarber: '/app-api/life/app/haircut/getBasicInfoForBarber', //
|
||
getHaircutList: '/app-api/life/app/haircut/getHaircutList', //
|
||
barberRestList: '/app-api/life/app/haircut/getBarberRestList', // 理发预约-根据理发师id获取调休集合
|
||
// 洗车预约
|
||
getMyWashCarList: '/app-api/life/app/car/page', // 我的预约记录分页
|
||
initWashCar: '/app-api/life/app/car/getTime', // 洗车时间配置
|
||
applyWashCar: '/app-api/life/app/car/create', // 预约提交
|
||
getCalendarList: '/app-api/life/app/car/getCalendar', // 洗车日期配置
|
||
getPlaceData: '/app-api/life/app/car/getAddress', // 洗车地点
|
||
cancleWashCar: '/app-api/life/app/car/cancel', // 取消预约
|
||
washCarUpdateStatus: '/app-api/life/app/car/updateStatus', // 已完成
|
||
// 消息
|
||
messageReaded: '/app-api/system/message/updateReadState', // 首页消息已读
|
||
messageList: '/app-api/system/message/getMyMessageList', // 首页消息
|
||
//洗衣服务
|
||
washCartSelect: '/app-api/life/washCart/app/u/select', //洗衣购物车
|
||
washCartFind: '/app-api/life/wash/app/u/find', //洗衣分类
|
||
washOrder: '/app-api/life/wash/app/u/order', //洗衣下单
|
||
serviceWashOrder: '/app-api/life/wash/app/u/serviceWashOrder', //洗衣订单
|
||
washOrderDetail: '/app-api/life/wash/app/u/orderDetail', //订单详情
|
||
addCar: '/app-api/life/washCart/app/u/add', //添加购物车
|
||
cancelOrder: '/app-api/life/wash/app/u/cancelOrder', //取消
|
||
collectWash: '/app-api/life/wash/app/u/collectWash', //收衣
|
||
waitTake: '/app-api/life/wash/app/u/waitTake', //洗衣完成
|
||
validSearchOrder: '/app-api/life/wash/app/u/validSearchOrder', //核销订单
|
||
suggestion: '/app-api/life/app/zhhq_wash_suggestion/add', //洗衣意见反馈
|
||
problemAll: '/app-api/life/app/zhhq_wash_problem/all', //常见问题
|
||
washDict: '/app-api/system/app/dict/queryByCode', // 洗衣信息字典
|
||
|
||
// 我的页面
|
||
getPhoneCode: '/app-api/system/person/getPhoneCode', //发送短信验证码
|
||
getPhoneCodeOnOff: '/app-api/system/person/getPhoneCodeOnOff', //获取短信验证码开关
|
||
updateUserData: '/app-api/life/app/zhhq_wash_problem/all', // 更新用户信息 弃用
|
||
feedback: '/app-api/system/person/feedback', // 新增意见反馈
|
||
// 访客预约
|
||
getAllDeptYy: '/app-api/visitor/system/getAllDept', // 获取所有部门
|
||
addVisitor: '/app-api/visitor/appointment/addVisitor', // 新增访客预约
|
||
visitorList: '/app-api/visitor/appointment/applyList', // 访客预约列表
|
||
visitorDetail: '/app-api/visitor/appointment/applyDetail', // 访客预约详情
|
||
endVisitor: '/app-api/visitor/appointment/endVisitor', // 结束预约访客
|
||
// 健康检测
|
||
sjh_leaveQuery: '/app-api/physical/monitor/monitoringQuota', // 【 试剂盒申领 】 检测额度配置+用户剩余额度查询
|
||
sjh_applySubmit: '/app-api/physical/monitor/apply', // 【 试剂盒申领 】 申请提交
|
||
sjh_myApply: '/app-api/physical/monitor/myApplyList', // 【 试剂盒申领 】 我的领取列表
|
||
sjh_myApplyDetail: '/app-api/physical/monitor/detail', // 【 试剂盒申领 】 我的领取详情
|
||
sjh_submitTestResult: '/app-api/physical/monitor/detection', // 【 试剂盒申领 】 上传检测结果
|
||
sjh_adminRecord: '/app-api/physical/monitor/detectionList', // 【 试剂盒申领 】 管理员查询检测试剂盒领取列表
|
||
// 体检报告
|
||
generalInspectonInfo: '/app-api/physical/base/generalInspectonInfo', // 根据体检编号获取一般体检数据
|
||
// 便捷服务
|
||
bjfw_add: '/app-api/property/app/convenientService/addRecord', // 便捷服务 新增
|
||
bjfw_list1: '/app-api/property/app/convenientService/queryRecord', // 便捷服务 列表查询
|
||
bjfw_dataDetails: '/app-api/property/app/convenientService/detail', // 便捷服务 列表查询
|
||
bjfw_serviceType: '/app-api/property/app/convenientService/getTypeInfo', // 便捷服务 查询服务类型
|
||
bjfw_detail_qt: '/app-api/property/app/convenientService/detail', // 便捷服务 前台详情
|
||
bjfw_serve_qt: '/app-api/property/app/convenientService/feedback', // 便捷服务 反馈
|
||
bjfw_list_qt: '/app-api/property/app/convenientService/queryRecordForProperty', // 便捷服务 前台列表查询
|
||
bjfw_statusList: '/app-api/property/app/convenientService/queryCount', // 便捷服务 服务状态查询
|
||
bjfw_statusList_qt: '/app-api/property/app/convenientService/queryCountForProperty', // 便捷服务 服务状态查询 前台
|
||
// bjfw_hqgl_dataDetails: '/app-api/convenientService/detail', // 便捷服务 (后勤管理员) 通过uid查询详情 同前台详情
|
||
bjfw_hqgl_statusList: '/app-api/property/app/convenientService/queryCountForManager', // 便捷服务 (后勤管理员) 状态集合
|
||
bjfw_hqgl_list: '/app-api/property/app/convenientService/queryRecordForManager', // 便捷服务 (后勤管理员) 列表查询
|
||
pjfwPj: '/app-api/property/app/convenientService/evaluateService', // 便捷服务 评价
|
||
bjfwCancelOrder: '/app-api/property/app/convenientService/cancel', // 便捷服务 取消申请
|
||
// 公务用车
|
||
officialVehiclesList: '/app-api/official/vehicle/list', // 公务车个人权限列表
|
||
officialVehiclesAllList: '/app-api/official/vehicle/allList', // 公务车管理员调度员权限列表
|
||
officialVehiclesDetail: '/app-api/official/vehicle/detail', // 公务车详情
|
||
officialVehiclesApply: '/app-api/official/vehicle/apply', // 公务车申请提交
|
||
officialVehiclesExamine: '/app-api/official/vehicle/examine', // 公务车申请审核
|
||
// 就医助手
|
||
ygjzNumList: '/app-api/physical/medicalTicketStatistics/employeeVisitRecord', // 【就医统计】点击 员工就诊 列表
|
||
ghzjNumList: '/app-api/physical/medicalTicketStatistics/expertRegistrationRecords', // 【就医统计】点击 专家挂号次数 列表
|
||
medicalSlat: '/app-api/physical/medicalTicketStatistics/medical', // 【就医统计】
|
||
medicalSlatList: '/app-api/physical/medicalTicketStatistics/hospitalRankingPaging', // 【就医统计】统计列表
|
||
addCommentsDetail: '/app-api/physical/medicalAssistant/applyDetailsUserAppraise', // 新增评价的申请详情(无评价主键id)
|
||
medicalManageList: '/app-api/physical/medicalAssistant/medicalTreatmentManagement', // 【就医统计】就医管理列表
|
||
checkUpDetail: '/app-api/physical/medicalGastrointestinal/list', // 【就医统计】检查详细 for 其他需求乱码
|
||
getUseRole: '/app-api/physical/medicalAssistant/authorityList', // 【就医统计】获取用户权限
|
||
jyzs_examine: '/app-api/physical/medicalAssistant/examine', // 【就医统计】就医审核
|
||
jyzs_examineDetail: '/app-api/physical/medicalAssistant/examineEcho', // 【就医统计】就医审核详细
|
||
downPdf: '/app-api/physical/medicalRegister/examine', // 【就医统计】pdf
|
||
remarkUserList: '/app-api/physical/medicalAssistant/myAppraise', // 【就医统计】评价列表 -用户
|
||
remarkList: '/app-api/physical/medicalAssistant/allAppraise', // 【就医统计】评价列表 -审批
|
||
addRemark: '/app-api/physical/medicalAssistant/appraise', // 【就医统计】新增评价
|
||
historyListA: '/app-api/physical/medicalAssistant/visitRecords', // 【就医统计】挂号历史记录
|
||
remarkDetail: '/app-api/physical/medicalAssistant/appraiseDetails', // 【就医统计】评价详细
|
||
checkSubmit: '/app-api/physical/medicalGastrointestinal/add', // 【就医统计】体检提交 // 参数:isStomach(是否检查 0:否 1:是)
|
||
hospitalList: '/app-api/physical/medicalRegister/qryHospital', // 【就医统计】医院列表
|
||
numberTimes: '/app-api/physical/medicalRegister/overstepList', // 【就医统计】查询次数
|
||
medicalHospitalizationSubmit: '/app-api/physical/medicalHospitalization/add', // 【就医统计】住院手术提交
|
||
registerSubmit: '/app-api/physical/medicalRegister/add', // 【就医统计】挂号提交
|
||
jyzs_listDetail: '/app-api/physical/medicalAssistant/applicationDetails', // 【就医统计】我的申请详情
|
||
examineList: '/app-api/physical/medicalAssistant/examineList', // 【就医统计】申请审批列表组合查询
|
||
historyList: '/app-api/physical/medicalAssistant/myApplyList', // 【就医统计】历史记录列表
|
||
jyzsyy: '/app-api/physical/greenDictionaryInfo/getDictByTypeAndCode', // 【就医统计】字典 申请须知获取预约次数
|
||
zjzxSubmit: '/app-api/physical/expertConsulting/record', // 【就医统计】专家咨询提交
|
||
zjzxDetailByOwn: '/app-api/physical/expertConsulting/detail', // 【就医统计】专家咨询详情by自己
|
||
zjzxDetailByOther: '/app-api/physical/expertConsulting/manageDetail', // 【就医统计】专家咨询详情by别人
|
||
zjzxListByMy: '/app-api/physical/expertConsulting/myApplyList', // 【就医统计】我的专家咨询列表
|
||
zjzxList: '/app-api/physical/expertConsulting/list', // 【就医统计】专家咨询列表
|
||
typeJtcy: '/app-api/physical/greenDictionaryInfo/greenTypeInfo', // 【就医统计】家庭成员修改
|
||
swipe: '/app-api/property/app/advertising/getAdvertisingPicture', // 【就医统计】广告位轮播
|
||
|
||
//咖啡服务
|
||
coffeeCommodityDetail: '/app-api/dining/app/zhhqCoffee/coffeeCommodityDetail', //咖啡商品规格详情(员工)
|
||
shopCartOperationSelection: '/app-api/dining/app/zhhqCoffee/shopCartOperationSelection', //购物车全选/非全选(员工)
|
||
emptyShopCart: '/app-api/dining/app/zhhqCoffee/emptyShopCart', //鲜花预定-清空购物车
|
||
addShoppingCart: '/app-api/dining/app/zhhqCoffee/addShoppingCart', //咖啡添加购物车(员工)
|
||
editShoppingCart: '/app-api/dining/app/zhhqCoffee/updateShopCartCommodityNum', //咖啡修改购物车(员工)
|
||
myShopCartList: '/app-api/dining/app/zhhqCoffee/myShopCartList', //购物车列表(员工)
|
||
coffeeCommodityNum: '/app-api/dining/app/zhhqCoffee/selectShopCartCommodityNum', //咖啡详情页根据id查数量(员工)
|
||
coffeeBusinessList: '/app-api/dining/app/zhhqCoffee/coffeeBusinessListTwo', //咖啡厅(员工)
|
||
// coffeeUserRoleList: '/app-api/dining/app/greenUserInfo/userRoleList', //咖啡预定获取商家id(员工)
|
||
coffeeShoppingCarDelStatus: '/app-api/dining/app/zhhqCoffee/updateShoppingCartDelFlag', //咖啡预定修改购物车删除状态(员工)
|
||
shopCartOperationChosen: '/app-api/dining/app/zhhqCoffee/shopCartOperationChosen', //购物车多选(员工)
|
||
coffeeTypeList: '/app-api/dining/app/zhhqCoffee/coffeeTypeList', //咖啡类型(员工)
|
||
coffeeCommodityList: '/app-api/dining/app/zhhqCoffee/coffeeCommodityList', //咖啡商品列表(员工)
|
||
zhhqCoffee_receivingOrder: '/app-api/dining/app/zhhqCoffee/receivingOrder', // 咖啡预定 咖啡管理员 接单
|
||
zhhqCoffee_notice: '/app-api/dining/app/zhhqCoffee/notice', // 咖啡预定 咖啡管理员 通知
|
||
zhhqCoffee_writeOff: '/app-api/dining/app/zhhqCoffee/writeOff', // 咖啡预定 咖啡管理员 核销
|
||
transferCoffeeData: '/app-api/dining/app/transferCoffeeData', // 打印机中转数据
|
||
zhhqCoffee_orderListWorkers: '/app-api/dining/app/zhhqCoffee/orderListWorkers', // 咖啡预定 咖啡管理员 订单列表
|
||
zhhqCoffee_coffeeStatistics: '/app-api/dining/app/zhhqCoffee/statisticsQuery', // 咖啡预定 咖啡管理员 销售简表
|
||
coffeeEvaluate: '/app-api/dining/app/zhhqCoffee/evaluate', // 咖啡订单评价(员工)
|
||
coffeeOrderDetail: '/app-api/dining/app/zhhqCoffee/orderDetail', // 咖啡订单详情页(员工)
|
||
coffeePayment: '/app-api/dining/app/zhhqCoffee/payment', // 咖啡订单支付(员工)
|
||
coffeeCancel: '/app-api/dining/app/zhhqCoffee/cancel', // 咖啡订单取消(员工)
|
||
coffeeMyOrderList: '/app-api/dining/app/zhhqCoffee/myOrderList', // 咖啡订单列表(员工)
|
||
coffeeBusinessDetails: '/app-api/dining/app/zhhqCoffee/getSelectedProductByBusinessId', // 咖啡确认信息详情页(员工)
|
||
coffeeSubmitOrder: '/app-api/dining/app/zhhqCoffee/submitOrder', // 咖啡确认信息详情页(员工)
|
||
zhhqCoffee_orderDetail: '/app-api/dining/app/zhhqCoffee/orderDetail', // 咖啡预定 咖啡管理员 订单详情
|
||
zhhqCoffee_turnover: '/app-api/dining/app/zhhqCoffee/turnover', // 咖啡预定 咖啡管理员 订单详情
|
||
// 防疫物资
|
||
deptLimitGrant: '/app-api/physical/antiEpidemicReceiveRecord/grant', // 防疫物资申领发放
|
||
deptLimitReportFormsUpdate: '/app-api/physical/antiEpidemicReceiveRecord/update', // 防疫物资申领编辑
|
||
deptLimitReportFormsDetail: '/app-api/physical/antiEpidemicReceiveRecord/reportFormsDetail', // 防疫物资申领报表详细
|
||
deptLimitReportForms: '/app-api/physical/antiEpidemicReceiveRecord/reportForms', // 防疫物资申领报表列表
|
||
deptLimitDetail: '/app-api/physical/antiEpidemicReceiveRecord/detail', // 申请防疫物资申领详细
|
||
deptLimitList: '/app-api/physical/antiEpidemicReceiveRecord/list', // 申请防疫物资申领列表
|
||
addDeptLimit: '/app-api/physical/antiEpidemicReceiveRecord/add', // 获取部门领用
|
||
getDeptLimit: '/app-api/physical/antiEpidemicReceiveRecord/getDeptLimit', // 获取部门额度
|
||
// 驾驶舱
|
||
lastWeekCoffeeStatistics: '/app-api/physical/cockpit/lastWeekCoffeeStatistics', // 【 驾驶舱 】 咖啡销量统计
|
||
driveDiningOverview: '/app-api/physical/cockpit/eatingYesterdayStatistics', // 【 驾驶舱 】 就餐概况
|
||
coffeeStatistics: '/app-api/physical/cockpit/coffeeStatistics', // 【 驾驶舱 】 咖啡销量统计
|
||
drivePersonnelStat: '/app-api/physical/cockpit/personnelStatistics', // 【 驾驶舱 】 人员数量统计
|
||
lifeServices: '/app-api/physical/cockpit/lifeServices', // 【 驾驶舱 】 生活服务统计
|
||
driveTakeawayStat: '/app-api/physical/cockpit/takeawayStatistics', // 【 驾驶舱 】 外卖预定统计
|
||
haircutStatistics: '/app-api/physical/cockpit/haircutStatistics', // 【 驾驶舱 】 理发统计
|
||
medicalCompleteList: '/app-api/physical/cockpit/medicalCompleteList', // 【 驾驶舱 】 就医已完成情况
|
||
medicalStatistics: '/app-api/physical/cockpit/medicalStatistics', // 【 驾驶舱 】 就医申请统计
|
||
driveDeptMealStat: '/app-api/physical/cockpit/deptMealVoucher', // 【 驾驶舱 】 部门餐券统计
|
||
// 员工卡
|
||
updateStatusYGK: '/app-api/life/app/greenStaffCardInfo/updateStatus', // 员工卡更新状态
|
||
saveStaffCardInfo: '/app-api/life/app/greenStaffCardInfo/saveStaffCardInfo', // 保存
|
||
cancelStatusYGK: '/app-api/life/app/greenStaffCardInfo/cancel', // 员工卡取消
|
||
getAppStaffCardInfo: '/app-api/life/app/greenStaffCardInfo/getAppStaffCardInfo', // 员工卡详情
|
||
//我的
|
||
jtcy: '/app-api/system/member/list', //家庭成员列表
|
||
removeJtcy: '/app-api/system/member/delete', //删除家庭成员
|
||
detailJtcy: '/app-api/system/member/detail', //家庭成员详情
|
||
addJtcy: '/app-api/system/member/add', //添加家庭成员
|
||
editJtcy: '/app-api/system/member/update', //编辑家庭成员
|
||
// 施工申请
|
||
visitorInfoUpdateStatusSg: '/app-api/official/greenConstructInfo/updateStatus', // 施工申请更新状态
|
||
saveConstructInfo: '/app-api/official/greenConstructInfo/saveConstructInfo', // 施工申请保存
|
||
cancelInfoUpdateStatusSg: '/app-api/official/greenConstructInfo/cancel', // 施工申请取消
|
||
// 问卷调查
|
||
greenFormList: '/app-api/information/app/greenForm/list', // 问卷调查列表
|
||
greenFormAdd: '/app-api/information/app/greenForm/add', // 问卷调查保存
|
||
greenFormUpdate: '/app-api/information/app/greenForm/update', // 问卷调查编辑
|
||
getApplyInfoSg: '/app-api/official/greenConstructInfo/getConstructInfo', // 施工申请信息
|
||
// 物业考评
|
||
getRectificationRating: '/app-api/property/app/evaluationForm/rectificationRating', // 后勤部整改考评提交(总务处)
|
||
submitRectification: '/app-api/property/app/evaluationForm/submitReform', // 物业整改考评自评提交(物业)
|
||
jdkhSubmit: '/app-api/property/app/calculated/quarterDeductPoints', // 提交季度考核 2草稿 3已评分
|
||
jdkhTmList: '/app-api/property/app/calculated/quarterDeductList', // 获取季度考核项
|
||
getRectificationForm: '/app-api/property/app/evaluationForm/rectificationForm', // 物业整改考评自评数据展示(总务处、物业)
|
||
ygkpDetail: '/app-api/property/app/calculated/staffExamineRecordsDetail', // 员工考评详情
|
||
ndkpDetail: '/app-api/property/app/calculated/annualExamineDetail', // 年度考评详情
|
||
ndkpList: '/app-api/property/app/calculated/annualRatingList', // 年度考评列表
|
||
annualBonusDeductList: '/app-api/property/app/calculated/annualBonusDeductList', // 年度考评加减项
|
||
annualBonusDeductPresent: '/app-api/property/app/calculated/annualBonusDeductPresent', // 年度提交
|
||
jdkpDetail: '/app-api/property/app/calculated/quarterDeductDetail', // 季度考评详情
|
||
jdkpList: '/app-api/property/app/calculated/quarterRatingList', // 季度考评汇总列表
|
||
jdhsSubmit: '/app-api/property/app/calculated/quarterRating', // 提交季度汇算
|
||
getReformList: '/app-api/property/app/evaluationForm/reformList', // 物业整改考评自评列表(总务处、物业)
|
||
ydkpListByhqZw: '/app-api/property/app/calculated/monthlyRatingList', // 后勤部/总务处 月度考评汇总列表
|
||
ydkpDetailByhqZw: '/app-api/property/app/calculated/monthlyRatingDetail', // 后勤部/总务处 月度考评汇总详情
|
||
getEvaluationSubmit: '/app-api/property/app/evaluationForm/submit', // 物业考评题目提交
|
||
getFilling: '/app-api/property/app/evaluationForm/filling', // 【物业考勤】物业考评题目
|
||
getFilling2: '/app-api/property/app/calculated/fillingDetail', // 【物业考勤】管理员查看考评详情 后勤部 业委会 物业
|
||
getListByAssessors: '/app-api/property/app/evaluationForm/getListByAssessors', // 【物业考勤】物业考评列表
|
||
dyzb: '/app-api/property/app/calculated/researchProportionList', // 总务处首页部门参与调研占比
|
||
kplist: '/app-api/property/app/calculated/personnelEvaluationList', // 【 物业考核 】人员考评列表
|
||
kplistYg: '/app-api/property/app/calculated/staffExamineRecords', // 【物业考核】人员考评列表 员工
|
||
ndhsSubmit: '/app-api/property/app/calculated/annualRating', // 【 物业考核 】年度汇算提交
|
||
// 应急保障
|
||
getEmergencyListCL: '/app-api/zbyjbz/app/demandCar/list', // 车辆 应急保障列表
|
||
getEmergencySubmitCL: '/app-api/zbyjbz/app/demandCar/add', // 车辆 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getEmergencyDetailCL: '/app-api/zbyjbz/app/demandCar/getCarById', // 车辆 应急保障详情
|
||
getEmergencyDeleteCL: '/app-api/zbyjbz/app/demandCar/delete', // 车辆 应急保障删除
|
||
getEmergencyUpdateCL: '/app-api/zbyjbz/app/demandCar/update', // 车辆 应急保障更新
|
||
|
||
getDispatchInfoListCL: '/app-api/zbyjbz/app/demandCar/carManagerlist', // 车辆 应急保障列表 车辆管理信息,配送要选择的物资,同web端接口相同
|
||
getDispatchListCL: '/app-api/zbyjbz/app/demandDelivery/list', // 车辆 应急保障列表 详情
|
||
getDispatchSubmitCL: '/app-api/zbyjbz/app/demandDelivery/add', // 车辆 应急保障提交
|
||
getDispatchDeleteCL: '/app-api/zbyjbz/app/demandDelivery/delete', // 车辆 应急保障删除 暂时不用
|
||
getDispatchUpdateCL: '/app-api/zbyjbz/app/demandDelivery/update', // 车辆 应急保障更新 暂时不用
|
||
// 物资派送
|
||
getEmergencyListWZ: '/app-api/zbyjbz/app/demandMaterial/list', // 物资 应急保障列表
|
||
getEmergencySubmitWZ: '/app-api/zbyjbz/app/demandMaterial/add', // 物资 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getEmergencyDetailWZ: '/app-api/zbyjbz/app/demandMaterial/getInfo', // 物资 应急保障详情
|
||
getEmergencyDeleteWZ: '/app-api/zbyjbz/app/demandMaterial/remove', // 物资 应急保障删除
|
||
getEmergencyUpdateWZ: '/app-api/zbyjbz/app/demandMaterial/edit', // 物资 应急保障更新
|
||
|
||
getDispatchInfoListWZ: '/app-api/zbyjbz/app/demandMaterialDelivery/managerList', // 物资 应急保障列表 物资管理信息,配送要选择的物资,同web端接口相同
|
||
getDispatchListWZ: '/app-api/zbyjbz/app/demandMaterialDelivery/dispatchingList', // 物资 应急保障列表 详情
|
||
getDispatchSubmitWZ: '/app-api/zbyjbz/app/demandMaterialDelivery/add', // 物资 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getDispatchDeleteWZ: '/app-api/zbyjbz/app/demandMaterialDelivery/delete', // 物资 应急保障删除 暂时不用
|
||
getDispatchUpdateWZ: '/app-api/zbyjbz/app/demandMaterialDelivery/update', // 物资 应急保障更新 暂时不用
|
||
|
||
getEmergencyListDW: '/app-api/zbyjbz/app/demandRanks/list', // 队伍 应急保障列表
|
||
getEmergencySubmitDW: '/app-api/zbyjbz/app/demandRanks/add', // 队伍 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getEmergencyDetailDW: '/app-api/zbyjbz/app/demandRanks/getInfo', // 队伍 应急保障详情
|
||
getEmergencyDeleteDW: '/app-api/zbyjbz/app/demandRanks/remove', // 队伍 应急保障删除
|
||
getEmergencyUpdateDW: '/app-api/zbyjbz/app/demandRanks/edit', // 队伍 应急保障更新
|
||
|
||
getDispatchInfoListDW: '/app-api/zbyjbz/app/demandRanksDelivery/managerList', // 队伍 应急保障列表 物资管理信息,配送要选择的物资,同web端接口相同
|
||
getDispatchListDW: '/app-api/zbyjbz/app/demandRanksDelivery/dispatchingList', // 队伍 应急保障列表 详情
|
||
getDispatchSubmitDW: '/app-api/zbyjbz/app/demandRanksDelivery/add', // 队伍 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getDispatchDeleteDW: '/app-api/zbyjbz/app/demandRanksDelivery/delete', // 队伍 应急保障删除 暂时不用
|
||
getDispatchUpdateDW: '/app-api/zbyjbz/app/demandRanksDelivery/update', // 队伍 应急保障更新 暂时不用
|
||
|
||
getEmergencyListCY: '/app-api/zbyjbz/app/demandCatering/list', // 餐饮 应急保障列表
|
||
getEmergencySubmitCY: '/app-api/zbyjbz/app/demandCatering/add', // 餐饮 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getEmergencyDetailCY: '/app-api/zbyjbz/app/demandCatering/getInfo', // 餐饮 应急保障详情
|
||
getEmergencyDeleteCY: '/app-api/zbyjbz/app/demandCatering/remove', // 餐饮 应急保障删除
|
||
getEmergencyUpdateCY: '/app-api/zbyjbz/app/demandCatering/edit', // 餐饮 应急保障更新
|
||
|
||
getEmergencyListYL: '/app-api/zbyjbz/app/demandMedical/list', // 医疗 应急保障列表
|
||
getEmergencySubmitYL: '/app-api/zbyjbz/app/demandMedical/add', // 医疗 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getEmergencyDetailYL: '/app-api/zbyjbz/app/demandMedical/getInfo', // 医疗 应急保障详情
|
||
getEmergencyDeleteYL: '/app-api/zbyjbz/app/demandMedical/remove', // 医疗 应急保障删除
|
||
getEmergencyUpdateYL: '/app-api/zbyjbz/app/demandMedical/edit', // 医疗 应急保障更新
|
||
|
||
getEmergencyListZS: '/app-api/zbyjbz/app/demandStay/list', // 住宿 应急保障列表
|
||
getEmergencySubmitZS: '/app-api/zbyjbz/app/demandStay/add', // 住宿 应急保障提交 状态:1申请,2审核拒绝,3审核通过,4调派,5完成
|
||
getEmergencyDetailZS: '/app-api/zbyjbz/app/demandStay/getInfo', // 住宿 应急保障详情
|
||
getEmergencyDeleteZS: '/app-api/zbyjbz/app/demandStay/remove', // 住宿 应急保障删除
|
||
getEmergencyUpdateZS: '/app-api/zbyjbz/app/demandStay/edit', // 住宿 应急保障更新
|
||
// 应急保障管理员汇总
|
||
getDemandNumByStatus: '/app-api/zbyjbz/app/overview/getDemandNumByStatus', // 管理员主页面 应急保障
|
||
getRemainder: '/app-api/zbyjbz/app/overview/getRemainder', // 管理员主页面 应急保障
|
||
|
||
// 急救
|
||
firstaIdList: '/app-api/information/firstaidapp/selectAll', // 急救知识列表
|
||
firstaIdselectById: '/app-api/information/firstaidapp/selectById', // 急救知识详情
|
||
|
||
// 急救设备
|
||
deviceList: '/app-api/information/emergencyequipmentApp/getList', // 急救知识列表
|
||
|
||
toolShareList: '/app-api/information/sharingtools/app/getListApp', // 工具共享列表
|
||
|
||
noticeList: '/app-api/information/noticeinfoapp/getOrderList', // 公告列表
|
||
noticeDetail: '/app-api/information/noticeinfoapp/selectById', // 公告详情
|
||
|
||
propertyList: '/app-api/information/service/app/getList', // 物业服务列表
|
||
propertyDetail: '/app-api/information/service/app/selectById', // 物业服务列表
|
||
|
||
carSerList: '/app-api/information/carservice/app/getList', // 车辆服务列表
|
||
carSerDetail: '/app-api/information/carservice/app/selectById', // 车辆服务列表
|
||
|
||
doctorReservation: '/app-api/information/mlMedicalInformation/add', // 就医预约提交
|
||
doctorReservationList: '/app-api/information/mlMedicalInformation/getList', // 就医预约提交
|
||
doctorReservationDetail: '/app-api/information/mlMedicalInformation/selectById', // 就医预约详情
|
||
doctorReservationUpdate: '/app-api/information/mlMedicalInformation/update', // 就医预约取消
|
||
|
||
physioTimeList: '/app-api/information/therapyappointments/app/selectDirCode', // 理疗时间段
|
||
physioAdd: '/app-api/information/therapyappointments/app/add', // 理疗新增
|
||
selectMonthHoliday: '/app-api/information/therapyappointments/app/selectMonthHoliday', // 理疗日期
|
||
physioList: '/app-api/information/therapyappointments/app/getList', // 理疗预约列表
|
||
physioDetail: '/app-api/information/therapyappointments/app/selectById', // 理疗预约详情
|
||
physioUpdate: '/app-api/information/therapyappointments/app/update', // 理疗预约取消
|
||
|
||
cleaningProject: '/app-api/information/cleaningservicesapp/getListPageApp', // 保洁类型列表
|
||
cleaningInsert: '/app-api/information/cleaningServicesOrder/insert', // 申请保洁
|
||
cleaningOrderList: '/app-api/information/cleaningServicesOrder/getListApp', // 保洁订单列表
|
||
cleaningselectById: '/app-api/information/cleaningServicesOrder/selectById', // 保洁订单列表
|
||
|
||
laundryAdd: '/app-api/information/wash/app/add', // 洗衣服务新增
|
||
laundryList: '/app-api/information/wash/app/getList', // 洗衣服务新增
|
||
laundryOrderList: '/app-api/information/wash/app/getListApp', // 洗衣服务订单列表
|
||
laundryDetail: '/app-api/information/wash/app/selectById', // 洗衣服务订单列表
|
||
|
||
repairList: '/app-api/information/repairserviceorder/getListRepairService', // 洗衣服务列表
|
||
repairInsert: '/app-api/information/repairserviceorder/insert', // 洗衣服务新增
|
||
repairOrderList: '/app-api/information/repairserviceorder/getList', // 洗衣服务订单
|
||
repairDetail: '/app-api/information/repairserviceorder/selectById', // 洗衣服务订单
|
||
|
||
greenorderAdd: '/app-api/information/greenorder/app/add', // 绿植订购提交
|
||
greenList: '/app-api/information/greenorder/app/getListGreenInfoApp', // 绿植订购提交
|
||
greenType: '/app-api/information/greenorder/app/selectDirCode', // 绿植类型
|
||
greenOrder: '/app-api/information/greenorder/app/getList', // 绿植类型
|
||
|
||
cleaningServicesOrder: '/app-api/information/cleaningServicesOrder/getOrderListSeller', // 清洁服务订单
|
||
greenorderList: '/app-api/information/greenorder/app/getOrderListSeller', // 绿植服务订单
|
||
repairserviceorder: '/app-api/information/repairserviceorder/getListSeller', // 维修服务订单
|
||
laundryServicesOrder: '/app-api/information/wash/app/getListSeller', // 洗衣服务订单
|
||
|
||
getUserInfoByMobile: '/app-api/system/app/getUserInfoByMobile', // 洗衣服务订单 system/app/getUserInfo
|
||
noticePark: '/app-api/information/noticeinfoapp/selectDirCode', // 园区分类
|
||
} |