From 5a215525d556d963d050ea3112566a52b6a4cb46 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 29 May 2025 16:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4aksk=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg/modules/openapi/test/SampleOpenApiTest.java | 7 ++++--- jeecgboot-vue3/src/views/openapi/OpenApi.data.ts | 10 +++++----- jeecgboot-vue3/src/views/openapi/OpenApiAuth.data.ts | 11 +++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/test/java/org/jeecg/modules/openapi/test/SampleOpenApiTest.java b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/test/java/org/jeecg/modules/openapi/test/SampleOpenApiTest.java index bb188223e..78e87026e 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/test/java/org/jeecg/modules/openapi/test/SampleOpenApiTest.java +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/test/java/org/jeecg/modules/openapi/test/SampleOpenApiTest.java @@ -14,11 +14,12 @@ import java.security.MessageDigest; public class SampleOpenApiTest { private final String base_url = "http://localhost:8080/jeecg-boot"; - private final String appKey = "ak-eAU25mrMxhtaZsyS"; - private final String searchKey = "rjxMqB6YyUXpSHAz4DCIz8vZ5aozQQiV"; + private final String appKey = "ak-pFjyNHWRsJEFWlu6"; + private final String searchKey = "4hV5dBrZtmGAtPdbA5yseaeKRYNpzGsS"; @Test public void test() throws Exception { - String url = base_url+"/openapi/call/wYAu6xwg?id=a7d7e77e06c84325a40932163adcdaa6"; + // 根据部门ID查询用户 + String url = base_url+"/openapi/call/TEwcXBlr?id=6d35e179cd814e3299bd588ea7daed3f"; JSONObject header = genTimestampAndSignature(); HttpGet httpGet = new HttpGet(url); // 设置请求头 diff --git a/jeecgboot-vue3/src/views/openapi/OpenApi.data.ts b/jeecgboot-vue3/src/views/openapi/OpenApi.data.ts index 32c4c5a5a..4c3345087 100644 --- a/jeecgboot-vue3/src/views/openapi/OpenApi.data.ts +++ b/jeecgboot-vue3/src/views/openapi/OpenApi.data.ts @@ -26,11 +26,11 @@ export const columns: BasicColumn[] = [ align:"center", dataIndex: 'blackList' }, - { - title: '状态', - align:"center", - dataIndex: 'status' - }, + // { + // title: '状态', + // align:"center", + // dataIndex: 'status' + // }, { title: '创建人', align:"center", diff --git a/jeecgboot-vue3/src/views/openapi/OpenApiAuth.data.ts b/jeecgboot-vue3/src/views/openapi/OpenApiAuth.data.ts index 142b42bed..10c4095e9 100644 --- a/jeecgboot-vue3/src/views/openapi/OpenApiAuth.data.ts +++ b/jeecgboot-vue3/src/views/openapi/OpenApiAuth.data.ts @@ -30,12 +30,11 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'createTime' }, - { - title: '关联系统用户名', - align: "center", - dataIndex: 'createBy', - - }, + // { + // title: '关联系统用户名', + // align: "center", + // dataIndex: 'createBy', + // }, ]; // 高级查询数据