This commit is contained in:
@@ -45,7 +45,7 @@ public class CultureClockInController {
|
|||||||
* @param lastCombo 上次组合
|
* @param lastCombo 上次组合
|
||||||
* @param response HttpServletResponse
|
* @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 {
|
public void getRandomPicPreview(@RequestParam(value = "lastCombo", required = true) String lastCombo1, HttpServletRequest request, HttpServletResponse response) throws Exception {
|
||||||
|
|
||||||
MutablePair<String, BufferedImage> pair = cultureClockInService.getRandomPicPreview(lastCombo, requestUrl);
|
MutablePair<String, BufferedImage> pair = cultureClockInService.getRandomPicPreview(lastCombo, requestUrl);
|
||||||
|
|||||||
Reference in New Issue
Block a user