parent
0828d5aa0c
commit
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