调用换装api
This commit is contained in:
parent
78509757cb
commit
6ed9ce354a
|
@ -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<String> invokeChangeClothesApi(@RequestParam String modelURL, @RequestParam String clothesURL) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user