@nger/fk-upload 1.0.133 → 1.0.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,7 +186,7 @@ let FkService = class FkService {
|
|
186
186
|
console.log(`upload ----- `, { index, max, start, end });
|
187
187
|
if (uploadResult) {
|
188
188
|
const data = uploadResult.data;
|
189
|
-
const downUrl = data.
|
189
|
+
const downUrl = data.fullDownUrl;
|
190
190
|
if (downUrl) {
|
191
191
|
if (downUrl.startsWith('https://site-upload')) {
|
192
192
|
console.log(`upload fail`);
|