فهرست منبع

line pay log debug => info

liuzf 3 سال پیش
والد
کامیت
87627406d7
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      ruoyi-admin/src/main/java/com/ruoyi/web/line/LinePay.java

+ 3 - 3
ruoyi-admin/src/main/java/com/ruoyi/web/line/LinePay.java

@@ -144,7 +144,7 @@ public class LinePay  implements Serializable {
 			response = client.execute(request, httpResponse ->
 		       mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayAPOD.class));
 	
-		   log.debug(mapper.writeValueAsString(response));
+		   log.info(mapper.writeValueAsString(response));
 		   
 		} catch (IOException | URISyntaxException e) {
 			
@@ -182,7 +182,7 @@ public class LinePay  implements Serializable {
 			response = client.execute(request, httpResponse ->
 		       mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayConfirmAPOD.class));
 
-			log.debug(mapper.writeValueAsString(response));
+			log.info(mapper.writeValueAsString(response));
 			
 		} catch (IOException | URISyntaxException e) {
 			
@@ -220,7 +220,7 @@ public class LinePay  implements Serializable {
 			response = client.execute(request, httpResponse ->
 		       mapper.readValue(EntityUtils.toString(httpResponse.getEntity()), LinePayRefundAPOD.class));
 
-			log.debug(mapper.writeValueAsString(response));
+			log.info(mapper.writeValueAsString(response));
 			
 		} catch (IOException | URISyntaxException e) {