curl --location --request POST '/open/flux' \
--form 'prompt="正面视角,亚洲女孩,迷人的,在海边,人物特写,站立"' \
--form 'imgPath=""' \
--form 'controlNetId="0"' \
--form 'controlNetWeight="0.5"' \
--form 'style="666"' \
--form 'lora="123"' \
--form 'loraSth="0.8"' \
--form 'imgNum="2"' \
--form 'width="1024"' \
--form 'height="1024"' \
--form 'notifyurl=""' \
--form 'ref2img=""' \
--form 'refSth="0.8"' \
--form 'face2img=""' \
--form 'faceSth="0.9"'
{
"code": 200,
"data": {
"wait_time": 26,
"uuid": "63CA2924-79B9-94AF-50D1-A8D05B65F828",
"grid": "https://img2.douhuiai.com/dhimg/20250104/grid_6778e7d3aa6f5.jpg",
"imglist": [
"https://img2.douhuiai.com/dhimg/20250104/6778e7d3aa67e.jpg",
"https://img2.douhuiai.com/dhimg/20250104/6778e7d3aa6b7.jpg"
]
},
"message": "success"
}