This commit is contained in:
张良(004796)
2024-02-23 09:49:34 +08:00
parent 7cfc0583dd
commit 043823c19f
6 changed files with 1180 additions and 58 deletions

View File

@@ -52,6 +52,15 @@ export function getUserInfo() {
method: 'GET'
});
}
/**
* @description: getOssPolicyInfo
*/
export function getOssPolicyInfo() {
return http.request({
url: `${baseUrl}/v2/common/sts`,
method: 'GET'
});
}
/**
* @description: uploadCommon
*/