修改切换分组的逻辑
This commit is contained in:
parent
8f80eb8a96
commit
9645f45af7
|
|
@ -61,8 +61,8 @@ public class GroupController extends BaseController
|
|||
* @param groupId 分组ID
|
||||
* @return 结果
|
||||
*/
|
||||
//@InnerAuth
|
||||
@PutMapping("/switch/{dockId}/{groupId}")
|
||||
@InnerAuth
|
||||
@PostMapping("/switch/{dockId}/{groupId}")
|
||||
public R<Void> switchDockGroup(@PathVariable("dockId") Long dockId, @PathVariable("groupId") Long groupId)
|
||||
{
|
||||
groupService.switchDockGroup(dockId, groupId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue