修改人:邹江涛

修改内容:API映射公共单据
修改时间:2024/12/04
This commit is contained in:
zoujiangtao 2024-12-04 16:48:26 +08:00
parent 45fcbdfe60
commit 420390f454
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}