lrf402788946 преди 4 години
родител
ревизия
06107101cc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/service/util/http-util.js

+ 1 - 0
app/service/util/http-util.js

@@ -73,6 +73,7 @@ class UtilService extends AxiosService {
     const headers = { 'content-type': 'application/json' };
     let url = this.merge(`${uri}`, options.params);
     if (!url.includes('http')) url = `http://localhost${url}`;
+    console.log(url);
     let res = await this.ctx.curl(url, {
       method: isNullOrUndefined(data) ? 'get' : 'post',
       url,