DevYK 3 лет назад
Родитель
Сommit
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);
         });