Skip to content

Commit 2a08bcb

Browse files
author
wanjiewu
committed
appid隐藏
1 parent 6c43b9f commit 2a08bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/CI/media_process/playkey.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ func log_status(err error) {
3131
}
3232

3333
func getClient() *cos.Client {
34-
u, _ := url.Parse("https://testpic-1253960454.cos.ap-chongqing.myqcloud.com")
35-
cu, _ := url.Parse("https://testpic-1253960454.ci.ap-chongqing.myqcloud.com")
34+
u, _ := url.Parse("https://testpic-1250000000.cos.ap-chongqing.myqcloud.com")
35+
cu, _ := url.Parse("https://testpic-1250000000.ci.ap-chongqing.myqcloud.com")
3636
b := &cos.BaseURL{BucketURL: u, CIURL: cu}
3737
c := cos.NewClient(b, &http.Client{
3838
Transport: &cos.AuthorizationTransport{

0 commit comments

Comments
 (0)