curl --location --request GET 'http://localhost:8080/system/oss/config/' \
--header 'Authorization;'
{
"code": 0,
"status": true,
"msg": "string",
"data": {
"sort": 0,
"createdTime": "2019-08-24T14:15:22Z",
"remark": "string",
"status": 0,
"tenantId": "string",
"revision": 0,
"id": 0,
"configKey": "string",
"accessKey": "string",
"secretKey": "string",
"bucketName": "string",
"prefix": "string",
"endpoint": "string",
"domain": "string",
"isHttps": "string",
"region": "string",
"accessPolicy": "string",
"ext1": "string"
},
"isSecurity": true
}