Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f7e8c commit b40f3a4Copy full SHA for b40f3a4
ezuikit.js
@@ -700,9 +700,9 @@ function addCss(filepath, callback) {
700
}
701
var type= playParams.url.indexOf('live') !== -1 ? 'live' : 'playback';
702
if(type === 'live'){
703
- realUrl = realUrl + '&auth=1&biz=4&cln=100' + '&ssn=' + stream;
+ realUrl = realUrl + '&ssn=' + stream + '&auth=1&biz=4&cln=100';
704
}else {
705
- realUrl = realUrl + '&auth=1&cln=100' + '&ssn=' + stream;
+ realUrl = realUrl + '&ssn=' + stream + '&auth=1&cln=100';
706
707
console.log(realUrl)
708
0 commit comments