Commit 7eb902cc by zhangxingmin

push

parent 5f75af00
......@@ -31,5 +31,5 @@ public interface ApiCoDesensitizationRuleFeignClient {
@GetMapping("/enabled")
Result<List<ApiCoDesensitizationRuleResponse>> getEnabledRules(
@RequestParam(value = "resourceType") String resourceType,
@RequestParam(value = "resourceBizId") String resourceId);
@RequestParam(value = "resourceBizId",required = false) 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