lrf402788946 4 năm trước cách đây
mục cha
commit
1f780371ef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/service/util.js

+ 1 - 0
app/service/util.js

@@ -291,6 +291,7 @@ class UtilService extends CrudService {
       const res = await this.ctx.curl(`http://127.0.0.1${uri}`);
       const res = await this.ctx.curl(`http://127.0.0.1${uri}`);
       if (res && res.data) {
       if (res && res.data) {
         console.log('in function:append');
         console.log('in function:append');
+        console.log(res.data);
         archive.append(res.data, filename);
         archive.append(res.data, filename);
       }
       }
     }
     }