parent
45fcbdfe60
commit
420390f454
|
@ -244,8 +244,8 @@ public class ApiMappingBillPlugin extends AbstractFormPlugin implements Plugin {
|
|||
paramsMap.put("access_token", resultMap.get("token"));
|
||||
apiEntity.setQueryParams(paramsMap);
|
||||
apiEntity.setRequestBody(codeEdit.getText());
|
||||
JSONObject responseBody = ApiEntity.getResponseBody(apiEntity);
|
||||
logger.info("调用接口实体对象apiEntity → 返回结果:{}", apiEntity);
|
||||
JSONObject responseBody = ApiEntity.getResponseBody(apiEntity);
|
||||
this.getView().showTipNotification("返回结果:" + responseBody.toJSONString());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue