get-》post
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 23s

This commit is contained in:
2026-06-04 10:01:37 +08:00
parent f9d2937fa1
commit 7ff7198674

View File

@@ -45,7 +45,7 @@ public class CultureClockInController {
* @param lastCombo 上次组合
* @param response HttpServletResponse
*/
@GetMapping(value = "/random-preview")
@PostMapping(value = "/random-preview")
public void getRandomPicPreview(@RequestParam(value = "lastCombo", required = true) String lastCombo1, HttpServletRequest request, HttpServletResponse response) throws Exception {
MutablePair<String, BufferedImage> pair = cultureClockInService.getRandomPicPreview(lastCombo, requestUrl);