mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-12 01:30:09 +08:00
【新增】【部署】新增火山引擎DCDN
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package deploy
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestVolcEngineDcdnClient_IDCDNCreateCertBindInput(t *testing.T) {
|
||||
id := "cert-"
|
||||
domain := "hsdcdn.xxxx.com"
|
||||
|
||||
client, _ := ClientVolcEngineDcdn("", "==", "cn-north-1")
|
||||
|
||||
err := client.IDCDNCreateCertBindInput(id, domain)
|
||||
if err != nil {
|
||||
fmt.Printf("err:%+v", err)
|
||||
return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user