添加srms接口

This commit is contained in:
梁琦涛
2024-01-19 17:15:38 +08:00
parent 160c6266d3
commit bf6d7fe86a
@@ -30,7 +30,7 @@ public class SrmsApiController {
@Resource
private SrmsApiService srmsApiService;
private static final String MESSAGE_HEADER = MESSAGE_HEADER;
private static final String MESSAGE_HEADER = "MessageHeader";
@ApiOperation("获取token")
@PostMapping("/getByToken")
@@ -82,7 +82,7 @@ public class SrmsApiController {
// return ResponsesUtil.getJsonResult(json.get(MESSAGE_HEADER),jsonResponses);
// }catch (Exception e){
// log.error("获取token异常:",e);
// return ResponsesUtil.getJsonResult(json.get(MESSAGE_HEADER),ResponsesUtil.getJsonErr("操作失败"));
// return ResponsesUtil.getJsonResult(json.get("MessageHeader"),ResponsesUtil.getJsonErr("操作失败"));
// }
// }
}