This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user