curl --location --request GET 'api/index/getapiimgsize' \
--form 'aitype="imgsizeList"'
{
"status": 200,
"data": [
{
"id": 304,
"name": "方图 1:1 ",
"img": "https://img2.douhuiai.com/dhimg/img/202305/646f3568c262d.png",
"recnum": 0,
"ratio": "1:1",
"width": 1024,
"height": 1024
},
{
"id": 307,
"name": "竖图 3:4 ",
"img": "https://img2.douhuiai.com/dhimg/img/202305/646f3581bf96a.png",
"recnum": 0,
"ratio": "3:4",
"width": 960,
"height": 1280
}
],
"msg": "success"
}