curl --location --request GET '/admin-api/infra/file-config/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 1,
"name": "S3 - 阿里云",
"storage": 1,
"master": true,
"config": {},
"remark": "我是备注",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}