rules are those that have all kinds of complex logical relationships, such as
if:
(number of IP requests > 100 or user registration time < 3 days)
and historical order < 3
or user UID exists in blacklist
so:
risk level = 10
rules are those that have all kinds of complex logical relationships, such as
if:
(number of IP requests > 100 or user registration time < 3 days)
and historical order < 3
or user UID exists in blacklist
so:
risk level = 10
according to your question, do you want to write a component and make an engine rule for your business?
in fact, components can be roughly divided into three categories:
data such as the number of IP requests, user registration time, historical orders and so on are required to be obtained by backend data requests. You can encapsulate them in this component to form a separate business component.
Thank you for adopting! (if there is any inappropriate answer, please point out)
this can be a fixed form component, including input items (input box, drop-down selection) and type (or, and, any, all), etc., and then can be called. The data is sent to the back end in JSON format, similar to your Chinese description.
Previous: An interview question for js
Next: How to solve the problem that nginx cannot execute the configure command on win10?
the server port 8080 of webpack is well developed and debugged. The local port 80 can only open the home page, and all other paths are [an error occurred while processing this directive] The requested URL was not found on this server.. If you entered th...
problem description use @ connect of dva to inject props into the component in antdpro, and the component takes the print this.props to see that the injected value is undefined; the environmental background of the problems and what methods you have ...