|
|
@ -64,7 +64,7 @@ public interface EvaluateFeignClient { |
|
|
|
* @Author: lipengfei |
|
|
|
* @Date: 2019/11/19 16:42 |
|
|
|
*/ |
|
|
|
@PostMapping(value = "custom/evaluaterole/getAppAvailable", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "custom/evaluaterole/getAppAvailable", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<RoleResultDTO> getAvailable(); |
|
|
|
|
|
|
|
|
|
|
|