Commit 66b0fb7b by guojuxing

工单接口测试代码回滚

parent f77c1cd2
......@@ -54,8 +54,7 @@ public class GicTicketController {
@RequestMapping("/get-gic-service-select")
@IgnoreLogin
@HeaderSignIgnore
public RestResponse getGicServiceSelect(@RequestBody String requestBody) {
LOGGER.info("测试参数:{}", JSON.toJSONString(requestBody));
public RestResponse getGicServiceSelect() {
return ResultControllerUtils.commonResult(udeskBaseApiService.getGicServiceSelect());
}
......
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