diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/controller/BizFuncSwitchConfigController.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/controller/BizFuncSwitchConfigController.java index 35ae25e..91dc74d 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/controller/BizFuncSwitchConfigController.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/funcswitch/controller/BizFuncSwitchConfigController.java @@ -62,7 +62,7 @@ public class BizFuncSwitchConfigController{ * @return */ @ApiOperation("查询可使用抽取方案省分") - @GetMapping("/getAuthByProvince") + @GetMapping("/getAuthByProvince/{province}") public BaseResponse getAuthByProvince(@PathVariable String province){ return BaseResponse.success(ibizFuncSwitchConfigService.getAuthByProvince(province)); }