调整aksk测试数据

pull/8371/head
JEECG 2025-05-29 16:07:30 +08:00
parent 450b93d916
commit 5a215525d5
3 changed files with 14 additions and 14 deletions

View File

@ -14,11 +14,12 @@ import java.security.MessageDigest;
public class SampleOpenApiTest { public class SampleOpenApiTest {
private final String base_url = "http://localhost:8080/jeecg-boot"; private final String base_url = "http://localhost:8080/jeecg-boot";
private final String appKey = "ak-eAU25mrMxhtaZsyS"; private final String appKey = "ak-pFjyNHWRsJEFWlu6";
private final String searchKey = "rjxMqB6YyUXpSHAz4DCIz8vZ5aozQQiV"; private final String searchKey = "4hV5dBrZtmGAtPdbA5yseaeKRYNpzGsS";
@Test @Test
public void test() throws Exception { 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(); JSONObject header = genTimestampAndSignature();
HttpGet httpGet = new HttpGet(url); HttpGet httpGet = new HttpGet(url);
// 设置请求头 // 设置请求头

View File

@ -26,11 +26,11 @@ export const columns: BasicColumn[] = [
align:"center", align:"center",
dataIndex: 'blackList' dataIndex: 'blackList'
}, },
{ // {
title: '状态', // title: '',
align:"center", // align:"center",
dataIndex: 'status' // dataIndex: 'status'
}, // },
{ {
title: '创建人', title: '创建人',
align:"center", align:"center",

View File

@ -30,12 +30,11 @@ export const columns: BasicColumn[] = [
align: "center", align: "center",
dataIndex: 'createTime' dataIndex: 'createTime'
}, },
{ // {
title: '关联系统用户名', // title: '',
align: "center", // align: "center",
dataIndex: 'createBy', // dataIndex: 'createBy',
// },
},
]; ];
// //