@nger/fk-upload 1.0.24 → 1.0.25

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.
@@ -204,7 +204,7 @@ let TaskService = class TaskService {
204
204
  const downUrl = data.fullDownUrl;
205
205
  if (downUrl) {
206
206
  const fullUrl = downUrl.startsWith('http') ? downUrl : `https:` + downUrl;
207
- console.log(data);
207
+ console.log({ data, task });
208
208
  axios_1.default.post(`https://smr00.vip.webportal.top/ajax/advanceUpload.jsp?cmd=_report&_TOKEN=${task.token}`, this.encodeURIComponent({
209
209
  type: 1,
210
210
  size: task.total,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",