|
@@ -9,14 +9,14 @@ router.get('/cloud/curing/ajax/curingInfo/:mobile', function(req, res, next) {
|
|
|
cloudAjaxController.getCuringInfo(req, res);
|
|
|
});
|
|
|
|
|
|
-router.get('/cloud/curing/ajax/getCuringByCompilationId/:compilation_id', function(req, res, next) {
|
|
|
+router.get('/cloud/curing/ajax/getCuringByCompilationId/:compilation/:latestCompilation', function(req, res, next) {
|
|
|
cloudAjaxController.getCuringByCompilationId(req, res);
|
|
|
});
|
|
|
router.get('/cloud/curing/ajax/getCuringByCompilationId', function(req, res, next) {
|
|
|
cloudAjaxController.getCuringByCompilationId(req, res);
|
|
|
});
|
|
|
|
|
|
-//养护分页
|
|
|
+//锟斤拷锟斤拷锟斤拷页
|
|
|
router.get('/cloud/curing/ajax/getCuringPage/:currentPage', function(req, res, next) {
|
|
|
cloudAjaxController.getCuringPage(req, res);
|
|
|
});
|
|
@@ -25,24 +25,24 @@ router.get('/cloud/curing/ajax/checkMobile/:mobile', function(req, res, next) {
|
|
|
cloudAjaxController.checkMobile(req, res);
|
|
|
});
|
|
|
|
|
|
-//根据通行证ID获得养护用户信息
|
|
|
+//����ͨ��֤ID��������û���Ϣ
|
|
|
router.get('/cloud/curing/ajax/getCuringBySsoid', function(req, res, next) {
|
|
|
cloudAjaxController.getCuringBySsoid(req, res);
|
|
|
});
|
|
|
|
|
|
-//养护详情页 数据
|
|
|
+//锟斤拷锟斤拷锟斤拷锟斤拷页 锟斤拷锟斤拷
|
|
|
router.get('/cloud/curing/ajax/getCuringById/:sso_id', function(req, res, next) {
|
|
|
cloudAjaxController.getCuringById(req, res);
|
|
|
});
|
|
|
-//养护用写入CLD,并升级养护产品
|
|
|
+//锟斤拷锟斤拷锟斤拷写锟斤拷CLD锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷品
|
|
|
router.post('/cloud/curing/ajax/upCuringDo', function(req, res, next) {
|
|
|
cloudAjaxController.upCuringDo(req, res);
|
|
|
});
|
|
|
-//养护用户关联CLD客户
|
|
|
+//锟斤拷锟斤拷锟矫伙拷锟斤拷锟斤拷CLD锟酵伙拷
|
|
|
router.post('/cloud/curing/ajax/relevanceClientDo', function(req, res, next) {
|
|
|
cloudAjaxController.relevanceClientDo(req, res);
|
|
|
});
|
|
|
-//养护用户移除CLD客户
|
|
|
+//锟斤拷锟斤拷锟矫伙拷锟狡筹拷CLD锟酵伙拷
|
|
|
router.post('/cloud/curing/ajax/relieveClientDo', function(req, res, next) {
|
|
|
cloudAjaxController.relieveClientDo(req, res);
|
|
|
});
|