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

This commit is contained in:
2026-06-04 15:59:08 +08:00
parent 9f9883f169
commit 2d7bba4b91

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);