123
This commit is contained in:
@@ -46,7 +46,7 @@ public class AdolescentAppController {
|
||||
return R.ok(vo);
|
||||
}
|
||||
|
||||
@GetMapping("/switch")
|
||||
@PostMapping("/switch")
|
||||
@Operation(summary = "青少年模式开关")
|
||||
@Log(title = "青少年模式开关", businessType = BusinessType.OTHER, isSaveDb = false)
|
||||
public R<Void> switchAdolescent(@RequestBody AdolescentSwitch adolescentSwitch){
|
||||
|
||||
Reference in New Issue
Block a user