@@ -957,13 +957,13 @@ func InvokeFillConcatJob() {
957957 c := getClient ()
958958 FillConcat := make ([]cos.FillConcatInput , 0 )
959959 FillConcat = append (FillConcat , cos.FillConcatInput {
960- Url : "https://lilang-1253960454 .cos.ap-chongqing.myqcloud.com/input/car.mp4" ,
960+ Url : "https://test-1234567890 .cos.ap-chongqing.myqcloud.com/input/car.mp4" ,
961961 })
962962 FillConcat = append (FillConcat , cos.FillConcatInput {
963963 FillTime : "5.5" ,
964964 })
965965 FillConcat = append (FillConcat , cos.FillConcatInput {
966- Url : "https://lilang-1253960454 .cos.ap-chongqing.myqcloud.com/input/game.mp4" ,
966+ Url : "https://test-1234567890 .cos.ap-chongqing.myqcloud.com/input/game.mp4" ,
967967 })
968968 createJobOpt := & cos.CreateJobsOptions {
969969 Tag : "FillConcat" ,
@@ -975,7 +975,7 @@ func InvokeFillConcatJob() {
975975 Output : & cos.JobOutput {
976976 Region : "ap-chongqing" ,
977977 Object : "fill_concat.mp4" ,
978- Bucket : "lilang-1253960454 " ,
978+ Bucket : "test-1234567890 " ,
979979 },
980980 },
981981 }
@@ -989,11 +989,11 @@ func InvokeVideoSynthesisJob() {
989989 c := getClient ()
990990 SpliceInfo := make ([]cos.VideoSynthesisSpliceInfo , 0 )
991991 SpliceInfo = append (SpliceInfo , cos.VideoSynthesisSpliceInfo {
992- Url : "https://lilang-1253960454 .cos.ap-chongqing.myqcloud.com/input/car.mp4" ,
992+ Url : "https://test-1234567890 .cos.ap-chongqing.myqcloud.com/input/car.mp4" ,
993993 Width : "640" ,
994994 })
995995 SpliceInfo = append (SpliceInfo , cos.VideoSynthesisSpliceInfo {
996- Url : "https://lilang-1253960454 .cos.ap-chongqing.myqcloud.com/input/game.mp4" ,
996+ Url : "https://test-1234567890 .cos.ap-chongqing.myqcloud.com/input/game.mp4" ,
997997 X : "640" ,
998998 Width : "640" ,
999999 })
@@ -1036,7 +1036,7 @@ func InvokeVideoSynthesisJob() {
10361036 Output : & cos.JobOutput {
10371037 Region : "ap-chongqing" ,
10381038 Object : "video_synthesis.mp4" ,
1039- Bucket : "lilang-1253960454 " ,
1039+ Bucket : "test-1234567890 " ,
10401040 },
10411041 },
10421042 }
0 commit comments