|
@@ -20,7 +20,7 @@ public class GroupController {
|
|
|
@Autowired
|
|
|
private GroupService groupService;
|
|
|
|
|
|
- @RequestMapping("/group")
|
|
|
+ @RequestMapping("/group/getGroup")
|
|
|
public String getGroup(@RequestBody GetGroupRequest httpRequest) {
|
|
|
MDC.put("appType", String.valueOf(httpRequest.getAppType()));
|
|
|
GetGroupResponse response = groupService.getGroup(httpRequest);
|