From 6ed9ce354a8f743a72ff0d7bfbfa50c19413230e Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Sat, 3 May 2025 19:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=94=A8=E6=8D=A2=E8=A3=85api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cultural/heritage/controller/clothes/ClothesController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/cultural/heritage/controller/clothes/ClothesController.java b/src/main/java/com/cultural/heritage/controller/clothes/ClothesController.java index caf78bb..c36c769 100644 --- a/src/main/java/com/cultural/heritage/controller/clothes/ClothesController.java +++ b/src/main/java/com/cultural/heritage/controller/clothes/ClothesController.java @@ -307,7 +307,7 @@ public class ClothesController { * @param clothesURL 服装URL * @return */ - @PostMapping("/facelift") + @GetMapping("/facelift") @Operation(summary = "小程序端用户调用换装api", description = "参数:服装id,权限:管理员(admin, boss),方法名:updateClothesShelvesStatus") @AuthCheck(mustRole = UserConstant.ADMIN_ROLE) public BaseResponse invokeChangeClothesApi(@RequestParam String modelURL, @RequestParam String clothesURL) {