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

This commit is contained in:
2026-06-05 14:24:59 +08:00
parent f79927192c
commit 94df469372

View File

@@ -69,8 +69,8 @@ public class CultureClockInController {
* @param lastCombo 上次组合
* @param response HttpServletResponse
*/
@GetMapping(value = "/random-preview/base641")
// @PutMapping(value = "/random-preview/base64")
// @GetMapping(value = "/random-preview/base641")
@PutMapping(value = "/random-preview/base64")
public ActionResult<Base64ImageVo> getRandomPicPreviewBase64(@RequestParam(value = "lastCombo1", required = false) String lastCombo, HttpServletRequest request, HttpServletResponse response) throws Exception {
MutablePair<String, BufferedImage> pair = cultureClockInService.getRandomPicPreview(lastCombo, requestUrl);