curl --location --request GET 'https://test-api.yunjishop.cn/resource/app/oss/getStsToken'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"credentials": {
"accessKeyId": "string",
"accessKeySecret": "string",
"expiration": "string",
"securityToken": "string"
},
"endpoint": "string",
"bucketName": "string"
}
}