Feature: add smms-v2 support

This commit is contained in:
Molunerfinn
2020-03-07 20:10:32 +08:00
parent 32334e9bc1
commit 3f3ea69cd6
4 changed files with 78 additions and 26 deletions

View File

@@ -252,6 +252,10 @@ interface IQiniuConfig {
path: string
}
interface ISMMSConfig {
token: string
}
interface ITcYunConfig {
secretId: string,
secretKey: string,