Refactor WAF service methods to use UUID instead of ID for attack log retrieval
- Update GetAttackLogDetails and GetAttackLogRsp methods in the WafController and wafService to accept UUID as a string parameter instead of a uint32 ID. - Modify corresponding service interface to reflect the change in parameter type for improved clarity and consistency in handling attack logs.
Showing
Please register or sign in to comment