Skip to content

Commit d06a5eb

Browse files
committed
chore: optimize test url
1 parent f694f2e commit d06a5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WXMini/components/trtc-room/trtc-room.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ Component({
23002300
_handleBGMOperation(event) {
23012301
const operationName = event.currentTarget.dataset.operationName
23022302
if (this[operationName]) {
2303-
this[operationName]({ url: 'http://music.163.com/song/media/outer/url?id=317181.mp3' })
2303+
this[operationName]({ url: 'https://trtc-1252463788.cos.ap-guangzhou.myqcloud.com/web/assets/bgm-test.mp3' })
23042304
}
23052305
},
23062306
_selectBeautyStyle: function(event) {

0 commit comments

Comments
 (0)