|
|
@ -198,7 +198,7 @@ public class WaterRequestUtil { |
|
|
|
*/ |
|
|
|
public WaterResult signOn(String userId){ |
|
|
|
HttpRequest get = createGet(userUrl,singOnServiceId,singOnAppsecret); |
|
|
|
HttpResponse response = get.header("x-tsp-target", paasId) |
|
|
|
HttpResponse response = get.header("x-tsp-target", tspToken) |
|
|
|
.header("x-tsp-uid-type", "id") |
|
|
|
.header("x-tsp-uid", userId) |
|
|
|
.execute(); |
|
|
|