curl --location --request GET 'http://127.0.0.1/api/goview/sys/getOssInfo' \ --header 'token;' \ --header 'Cookie;'
{ "msg": "返回成功", "code": 200, "data": { "BucketName": "goview", "bucketURL": "http://127.0.0.1:9000/xxxx/goview" } }