|
|
@@ -102,7 +102,7 @@ public class UserController {
|
|
|
//地址
|
|
|
String url = endpoint.getUrl() + MiddlePlatformMetadata.Uri.GET_USER_BY_TICKET;
|
|
|
//参数
|
|
|
- Map<String, String> params = Collections.singletonMap(MiddlePlatformMetadata.Params.TICKET, "ed23d0c4afed4a9e96a23a99a874fe6425536f4364e649c4874968b29027d1fc");
|
|
|
+ Map<String, String> params = Collections.singletonMap(MiddlePlatformMetadata.Params.TICKET, ticket);
|
|
|
//密钥
|
|
|
IntegrationKey key = MiddlePlatformMetadata.getKey(endpoint.getAccessKey(), endpoint.getSecretKey(), params);
|
|
|
//请求头
|