curl --location --request GET 'https://ai-api-test.feilianyun.cn/models'
{
"code": 0,
"data": {
"paintModels": [
{
"desc": "string",
"iconType": 0,
"modelCode": "string",
"modelType": "string",
"select": false,
"sort": 0,
"title": "string"
}
]
},
"message": "string"
}