@ -26,7 +26,7 @@ public interface PointsCommonFeignClient {
* @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);
}