|  | @@ -173,7 +173,7 @@ $(function() {
 | 
	
		
			
				|  |  |              $.ajax({
 | 
	
		
			
				|  |  |                  cache :false,
 | 
	
		
			
				|  |  |                  type: 'post',
 | 
	
		
			
				|  |  | -                url: '/cloud/curing/ajax/upCuringDo',
 | 
	
		
			
				|  |  | +                url: '/cloud/build/ajax/upCuringDo',
 | 
	
		
			
				|  |  |                  data: {ssoid: curingSsoid, compilationId: compilationId, mobile: mobile, client_id: client_id, name: name},
 | 
	
		
			
				|  |  |                  dataType: 'json',
 | 
	
		
			
				|  |  |                  success: function(data) {
 | 
	
	
		
			
				|  | @@ -201,7 +201,7 @@ $(function() {
 | 
	
		
			
				|  |  |          $.ajax({
 | 
	
		
			
				|  |  |              cache :false,
 | 
	
		
			
				|  |  |              type: 'POST',
 | 
	
		
			
				|  |  | -            url: '/cloud/curing/ajax/relevanceClientDo',
 | 
	
		
			
				|  |  | +            url: '/cloud/build/ajax/relevanceClientDo',
 | 
	
		
			
				|  |  |              data: {cidKey: encodeURI(cidKey),ssoId:encodeURI(ssoId)},
 | 
	
		
			
				|  |  |              dataType: 'json',
 | 
	
		
			
				|  |  |              success: function(data){
 | 
	
	
		
			
				|  | @@ -230,7 +230,7 @@ $(function() {
 | 
	
		
			
				|  |  |          $.ajax({
 | 
	
		
			
				|  |  |              cache :false,
 | 
	
		
			
				|  |  |              type: 'POST',
 | 
	
		
			
				|  |  | -            url: '/cloud/curing/ajax/relieveClientDo',
 | 
	
		
			
				|  |  | +            url: '/cloud/build/ajax/relieveClientDo',
 | 
	
		
			
				|  |  |              data: {cid: encodeURI(cid),ssoId:encodeURI(ssoId)},
 | 
	
		
			
				|  |  |              dataType: 'json',
 | 
	
		
			
				|  |  |              success: function(data){
 |