Compare commits
	
		
			No commits in common. "e4015f5c00d9f3692b9a81db3a9b2af1977189b8" and "66463d8219b9f795f93e7ab01a3fdaab0971c10f" have entirely different histories.
		
	
	
		
			e4015f5c00
			...
			66463d8219
		
	
		| 
						 | 
					@ -96,7 +96,6 @@ public class ApiMappingBillPlugin extends AbstractFormPlugin implements Plugin {
 | 
				
			||||||
            codeEdit.setText(format(requestBody));
 | 
					            codeEdit.setText(format(requestBody));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        logger.info("点击按钮标识:{}", itemKey);
 | 
					 | 
				
			||||||
        if ("shkd_analyzejson".equals(itemKey)) {
 | 
					        if ("shkd_analyzejson".equals(itemKey)) {
 | 
				
			||||||
            String text = codeEdit.getText();
 | 
					            String text = codeEdit.getText();
 | 
				
			||||||
            Object obj = JSON.parse(text);
 | 
					            Object obj = JSON.parse(text);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue