|  | @ -188,7 +188,7 @@ public class PatientJMJkEduArticleController extends BaseController {
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @RequestMapping(value = "saveBehavior", method = RequestMethod.POST)
 | 
	
		
			
				|  |  |     @ApiOperation("添加 浏览、转发、分享、点赞 .")
 | 
	
		
			
				|  |  |     @ApiOperation("添加 浏览、转发、分享、点赞 ")
 | 
	
		
			
				|  |  |     public String saveBehavior(
 | 
	
		
			
				|  |  |             @ApiParam(name = "articleId", value = "文章ID", required = true) @RequestParam(value = "articleId", required = true) String articleId,
 | 
	
		
			
				|  |  |             @ApiParam(name = "behaviorAction", value = "1、点赞 2、转发 3、分享 4、浏览 5、评论 6、收藏 7、发送", required = true) @RequestParam(value = "behaviorAction", required = true) Integer behaviorAction){
 |