Compare commits
2 Commits
66463d8219
...
e4015f5c00
Author | SHA1 | Date |
---|---|---|
|
e4015f5c00 | |
|
69aa8d9966 |
|
@ -96,6 +96,7 @@ 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