mirror of https://github.com/jeecgboot/jeecg-boot
调整aksk测试数据
parent
450b93d916
commit
5a215525d5
|
@ -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);
|
||||
// 设置请求头
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -30,12 +30,11 @@ export const columns: BasicColumn[] = [
|
|||
align: "center",
|
||||
dataIndex: 'createTime'
|
||||
},
|
||||
{
|
||||
title: '关联系统用户名',
|
||||
align: "center",
|
||||
dataIndex: 'createBy',
|
||||
|
||||
},
|
||||
// {
|
||||
// title: '关联系统用户名',
|
||||
// align: "center",
|
||||
// dataIndex: 'createBy',
|
||||
// },
|
||||
];
|
||||
|
||||
// 高级查询数据
|
||||
|
|
Loading…
Reference in New Issue