调用换装api

This commit is contained in:
chen-xin-zhi 2025-05-03 19:54:28 +08:00
parent 78509757cb
commit 6ed9ce354a

View File

@ -307,7 +307,7 @@ public class ClothesController {
* @param clothesURL 服装URL * @param clothesURL 服装URL
* @return * @return
*/ */
@PostMapping("/facelift") @GetMapping("/facelift")
@Operation(summary = "小程序端用户调用换装api", description = "参数服装id权限管理员(admin, boss)方法名updateClothesShelvesStatus") @Operation(summary = "小程序端用户调用换装api", description = "参数服装id权限管理员(admin, boss)方法名updateClothesShelvesStatus")
@AuthCheck(mustRole = UserConstant.ADMIN_ROLE) @AuthCheck(mustRole = UserConstant.ADMIN_ROLE)
public BaseResponse<String> invokeChangeClothesApi(@RequestParam String modelURL, @RequestParam String clothesURL) { public BaseResponse<String> invokeChangeClothesApi(@RequestParam String modelURL, @RequestParam String clothesURL) {