DevYK преди 3 години
родител
ревизия
06308e8e14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      model/report.js

+ 1 - 1
model/report.js

@@ -33,7 +33,7 @@ const http_request_post = async (params) => {
 
     axios.post(url, data)
         .then(res => {
-            logger.log('res=>', res);
+            logger.log('res=>', res.status,res.data);
         }).catch(err => {
             logger.error('http_request_post', err);
         });