|  | @@ -148,7 +148,7 @@ public class TJsServiceImpl extends ServiceImpl<TJsMapper, TJs> implements TJsSe
 | 
	
		
			
				|  |  |          param.set("thing03",JSONUtil.createObj().set("value", "李四"));
 | 
	
		
			
				|  |  |          param.set("thing04",JSONUtil.createObj().set("value", "2022年11月11日22:22"));
 | 
	
		
			
				|  |  |          param.set("thing05",JSONUtil.createObj().set("value", "湖南长沙岳麓"));
 | 
	
		
			
				|  |  | -        weChatUtil.notification(openId, param.toString());
 | 
	
		
			
				|  |  | +        weChatUtil.notification(openId, param);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      @Override
 |