From cc92b37d9f5e4192d3f8c033468307aebee5bd7b Mon Sep 17 00:00:00 2001
From: xjs <1294405880@qq.com>
Date: Tue, 20 Sep 2022 23:10:40 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/business/log/apilog/index.vue | 55 ++++++++---
.../com/xjs/utils/CheckImagesFormatUtil.java | 91 +++++++++++++++++
.../common/controller/IndexController.java | 97 ++++++++++---------
3 files changed, 182 insertions(+), 61 deletions(-)
create mode 100644 xjs-business/xjs-business-common/src/main/java/com/xjs/utils/CheckImagesFormatUtil.java
diff --git a/ruoyi-ui/src/views/business/log/apilog/index.vue b/ruoyi-ui/src/views/business/log/apilog/index.vue
index 87f56903..269740a0 100644
--- a/ruoyi-ui/src/views/business/log/apilog/index.vue
+++ b/ruoyi-ui/src/views/business/log/apilog/index.vue
@@ -137,16 +137,16 @@
-
+
@@ -206,6 +206,26 @@
+
+
+
+ 请求参数:
+
+
+ {{ this.request || '---'}}
+
+
+ 响应参数:
+
+
+ {{ this.response }}
+
+
+
+
+