| 
					
				 | 
			
			
				@@ -29,7 +29,7 @@ import java.util.*; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * @Date 2021年2月24日 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 @Controller 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-@RequestMapping("/api") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@RequestMapping("/demo") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class IntegralShoppingMallController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private static Logger logger =(Logger) LoggerFactory.getLogger(IntegralShoppingMallController.class); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Resource 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -237,7 +237,7 @@ public class IntegralShoppingMallController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //获取客户积分记录信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @RequestMapping(value = "/getCustomerPointsRecordList", method = RequestMethod.GET) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ResponseBody 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public String getCustomerPointsRecordList(@RequestParam("unionId") String unionId, Integer stationId){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public String getCustomerPointsRecordList(@RequestParam String unionId, Integer stationId){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         Gson gson =new Gson(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //返回结果集 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ResultData resultData = null; 
			 |