|
|
@ -29,6 +29,6 @@ public interface EpmetAuthOpenFeignClient { |
|
|
|
* @author wangc |
|
|
|
* @date 2020.08.13 10:22 |
|
|
|
**/ |
|
|
|
@PostMapping("/auth/govweb/generateTokenBySSOKey/{uuid}/{userId}/{app}") |
|
|
|
@PostMapping("/auth/govweb/generateTokenBySSOKey/{uuid}/{userId}/{app}/{client}") |
|
|
|
Result<String> generateTokenBySSOKey(@PathVariable(value = "uuid") String uuid, @PathVariable String userId, @RequestParam String customerId, @RequestParam String app, @RequestParam String client); |
|
|
|
} |
|
|
|