Commit b5760b26 by guojuxing

test log

parent 244eacb0
......@@ -52,7 +52,8 @@ public class GicTicketController {
@RequestMapping("/get-gic-service-select")
@IgnoreLogin
@HeaderSignIgnore
public RestResponse getGicServiceSelect() {
public RestResponse getGicServiceSelect(HttpServletRequest request) {
LOGGER.info("测试参数:{}", JSON.toJSONString(request));
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