查询可使用抽取方案省分

This commit is contained in:
yss
2023-10-25 14:45:37 +08:00
parent 0f1a7567c1
commit d6024bf09a

View File

@ -62,7 +62,7 @@ public class BizFuncSwitchConfigController{
* @return * @return
*/ */
@ApiOperation("查询可使用抽取方案省分") @ApiOperation("查询可使用抽取方案省分")
@GetMapping("/getAuthByProvince") @GetMapping("/getAuthByProvince/{province}")
public BaseResponse<Boolean> getAuthByProvince(@PathVariable String province){ public BaseResponse<Boolean> getAuthByProvince(@PathVariable String province){
return BaseResponse.success(ibizFuncSwitchConfigService.getAuthByProvince(province)); return BaseResponse.success(ibizFuncSwitchConfigService.getAuthByProvince(province));
} }