feat(新功能): 模特编辑逻辑修改

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-20 20:23:35 +08:00
parent 53731e3894
commit 44d63af2ad
3 changed files with 34 additions and 53 deletions

View File

@@ -24,9 +24,11 @@ def mannequins_edit(request_data: MannequinModel):
示例参数:
- **{
"mannequins": "aida-sys-image/models/male/dc36ce58-46c3-4b6f-8787-5ca7d6fc26e6.png",
"scale": [0.75, 0.75],
"scale": 0.75,
"bucket_name": "test",
"mannequin_name": "mannequin_name"
"mannequin_name": "mannequin_name",
"top" : 270,
"bottom" : 432
}**
"""
try: