fuxubing il y a 4 ans
Parent
commit
b127047c21
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      client/util/apiUrl1.js

+ 4 - 0
client/util/apiUrl1.js

@@ -4,7 +4,11 @@ const servantappletservicePath = baseService+'/servantlove/getSubjectWhenFirst';
 //新设置服务标准
 const insertNewservantappletservicePath = baseService+'/servicestandard/insertNewServiceStandards';
 
+//GET /servantTask/selectTodayTaskItem  查询保姆当日任务
+const selectDayTaskItemPath=baseService+'/servantTask/selectDayTaskItem';
+
 export default{
 servantappletservicePath,
 insertNewservantappletservicePath,
+selectDayTaskItemPath
 }