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