|
|
@ -80,9 +80,14 @@ public class ExtAppJwtTokenUtils { |
|
|
|
//String appId = "acc4ad66c82a7b46e741364b4c62dce2";
|
|
|
|
// String customrId = "b09527201c4409e19d1dbc5e3c3429a1";
|
|
|
|
//孔村
|
|
|
|
// String secret = "c4096eb0497943c78327c5192621b209c38f20592f6a49cc8c79e8b77f3bd5c8";
|
|
|
|
// String appId = "f358d63a89f3670c197c62ca4c3a0366";
|
|
|
|
// String customrId = "2fe0065f70ca0e23ce4c26fca5f1d933";
|
|
|
|
|
|
|
|
//测试-模拟客户
|
|
|
|
String secret = "c4096eb0497943c78327c5192621b209c38f20592f6a49cc8c79e8b77f3bd5c8"; |
|
|
|
String appId = "f358d63a89f3670c197c62ca4c3a0366"; |
|
|
|
String customrId = "2fe0065f70ca0e23ce4c26fca5f1d933"; |
|
|
|
String customrId = "45687aa479955f9d06204d415238f7cc"; |
|
|
|
|
|
|
|
claim.put("customerId", customrId); |
|
|
|
claim.put("appId", appId); |
|
|
|