|
|
@ -31,6 +31,6 @@ public interface PointsFeignClient { |
|
|
|
* @Param [behaviorCode] |
|
|
|
**/ |
|
|
|
@PostMapping(value = "points/points/getBehaviorCodeInfo/{behaviorCode}", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<BehaviorResultDto> getBehaviorCodeInfo(@PathVariable String behaviorCode); |
|
|
|
Result<BehaviorResultDto> getBehaviorCodeInfo(@PathVariable("behaviorCode") String behaviorCode); |
|
|
|
|
|
|
|
} |
|
|
|