Commit 5f75af00 by zhangxingmin

push

parent 8aa6979f
...@@ -31,5 +31,5 @@ public interface ApiCoDesensitizationRuleFeignClient { ...@@ -31,5 +31,5 @@ public interface ApiCoDesensitizationRuleFeignClient {
@GetMapping("/enabled") @GetMapping("/enabled")
Result<List<ApiCoDesensitizationRuleResponse>> getEnabledRules( Result<List<ApiCoDesensitizationRuleResponse>> getEnabledRules(
@RequestParam(value = "resourceType") String resourceType, @RequestParam(value = "resourceType") String resourceType,
@RequestParam(value = "resourceId") String resourceId); @RequestParam(value = "resourceBizId") String resourceId);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment