@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.path;
189
+ const downUrl = data.fullDownUrl;
190
190
  if (downUrl) {
191
191
  if (downUrl.startsWith('https://site-upload')) {
192
192
  console.log(`upload fail`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",