Commit f35d1ab3 by zxn

获取配置

parent d3dcafc5
......@@ -259,9 +259,9 @@ public class IntegrateController {
@PostMapping("/getConfigurations")
@ApiOperation(value = "根据configId获取配置", notes = "getConfigurations", httpMethod = "POST")
public Object getConfigurations(@RequestBody GetConfigurationInputDTO getConfigurationInputDTO,
Errors errors) {
return integrateService.getConfigInfo(getConfigurationInputDTO);
public CrmResponseEntity<?> getConfigurations(@RequestBody GetConfigurationInputDTO getConfigurationInputDTO,
Errors errors) {
return ResultGenerator.genSuccessResult(integrateService.getConfigInfo(getConfigurationInputDTO));
}
@PostMapping("/GetConfigBySUKINFO")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment