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

This commit is contained in:
2026-06-04 17:14:41 +08:00
parent 2fdd7ec2cc
commit d17210bd4d

View File

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