|
@@ -49,6 +49,8 @@ const getServantNoticePath=baseService+'/notice/getServantNotice';
|
|
|
|
|
|
//POST /notice/userReadNotice 读取通知 传 雇佣关系编号,用户id,通知类型
|
|
|
const userReadNoticePath=baseService+'/notice/userReadNotice';
|
|
|
+//保姆偏好的详情info
|
|
|
+const servantDescribleInfo = baseService + "/servantlove/getStandardsDescribe"
|
|
|
|
|
|
|
|
|
export default{
|
|
@@ -70,5 +72,6 @@ isSetServiceAndTaskPath,
|
|
|
updateEmploySetStatePath,
|
|
|
getEmployerNoticePath,
|
|
|
getServantNoticePath,
|
|
|
-userReadNoticePath
|
|
|
+userReadNoticePath,
|
|
|
+servantDescribleInfo
|
|
|
}
|