Explorar o código

保姆偏好url

gaoyognxing %!s(int64=4) %!d(string=hai) anos
pai
achega
b8a2e129bd
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      client/util/apiUrl.js

+ 4 - 1
client/util/apiUrl.js

@@ -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
 }