uniugm/admin/lib/cdn/tencent_test.go

11 lines
153 B
Go
Raw Normal View History

2025-07-09 10:55:26 +08:00
package cdn
import "testing"
func TestTx(t *testing.T) {
err := PurgeTxCdnPath("https://cdn.ttsj.gamegold.net.cn")
if err != nil {
panic(err)
}
}