|
@@ -11776,7 +11776,7 @@ U.MD.D.I.downloadFile = function (cid, s, task, t, uid, type, text, loading, spa
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-U.MD.D.I.downloadFile2 = function (cid, s, task, t, uid, text, loading, span, files, _iframe, str) {
|
|
|
+U.MD.D.I.downloadFile2 = function (cid, stage, task, t, uid, text, loading, span, files, _iframe, str) {
|
|
|
// 优化:常量抽离、合并相同代码、结构简化
|
|
|
const BUCKET = "ccrb";
|
|
|
const REGION = "cn-northwest-1";
|
|
@@ -11813,7 +11813,7 @@ U.MD.D.I.downloadFile2 = function (cid, s, task, t, uid, text, loading, span, fi
|
|
|
'${s}',
|
|
|
'${task}',
|
|
|
'${t}',
|
|
|
- '${str}_loadLi_Jie${cid}${s}${task}${t}${uid}',
|
|
|
+ '${str}_loadLi_Jie${cid}${stage}${task}${t}${uid}',
|
|
|
'1',
|
|
|
\`${text_str}\`
|
|
|
);
|