CN111459911B - Service data processing method and device - Google Patents

Service data processing method and device Download PDF

Info

Publication number
CN111459911B
CN111459911B CN202010238889.2A CN202010238889A CN111459911B CN 111459911 B CN111459911 B CN 111459911B CN 202010238889 A CN202010238889 A CN 202010238889A CN 111459911 B CN111459911 B CN 111459911B
Authority
CN
China
Prior art keywords
check
service
statement
character
characters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010238889.2A
Other languages
Chinese (zh)
Other versions
CN111459911A (en
Inventor
李巍
陈凯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Yunli Information Technology Co ltd
Original Assignee
Shanghai Yunli Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Yunli Information Technology Co ltd filed Critical Shanghai Yunli Information Technology Co ltd
Priority to CN202010238889.2A priority Critical patent/CN111459911B/en
Publication of CN111459911A publication Critical patent/CN111459911A/en
Application granted granted Critical
Publication of CN111459911B publication Critical patent/CN111459911B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • G06F16/2448Query languages for particular applications; for extensibility, e.g. user defined types
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures

Abstract

The invention provides a method and a device for processing service data, wherein the method comprises the following steps: acquiring a service data processing request, wherein the service data processing request comprises service data to be processed; acquiring service data to be processed according to the service data processing request, and identifying a field corresponding to a service object in the service data to be processed; for each business object, acquiring a check operation character corresponding to a field corresponding to the business object, inquiring a business check rule, and checking the business object according to a check statement corresponding to the check operation character; according to the check result of each service object, corresponding processing is performed on the service data to be processed, namely when the service object is checked, the service object is checked by using the check operation characters in the check sentences related to the service object.

Description

Service data processing method and device
Technical Field
The embodiment of the invention relates to the technical field of databases, in particular to a method and equipment for processing service data.
Background
The database is widely applied to data storage functions of various internet services, and before the service data is stored in the database or when the service data in the database needs to be utilized, data verification is often required to be performed on the service data to determine whether the service data is legally available.
In the prior art, when data verification is performed on service data, a regular expression is generally used for verification, that is, related developers write a regular expression in advance according to verification requirements of fields corresponding to the service data (for example, a field a cannot be empty), write corresponding verification statements according to the regular expression and the field, and verify the service data corresponding to the corresponding field by using the written verification statements when data verification is subsequently required.
However, the inventors found that at least the following problems exist in the prior art: because regular expressions are generally complex, when the verification requirements of fields are changed, relevant developers need to spend a lot of time to re-understand and modify the regular expressions in corresponding verification statements, thereby increasing the complexity of verifying the service data.
Disclosure of Invention
Embodiments of the present invention provide a method and an apparatus for processing service data, so as to solve the problem in the prior art that complexity of service data verification is high due to the fact that a regular expression is used to verify service data.
In a first aspect, an embodiment of the present invention provides a method for processing service data, including:
acquiring a service data processing request, wherein the service data processing request comprises service data to be processed;
acquiring the service data to be processed according to the service data processing request, and identifying a field corresponding to a service object in the service data to be processed;
for each business object, acquiring a check operation character corresponding to a field corresponding to the business object, inquiring a business check rule, and checking the business object according to a check statement corresponding to the check operation character;
and executing corresponding processing on the to-be-processed service data according to the verification result of each service object.
In a possible design, the check operation character includes one or a combination of the following characters:
encoding byte characters, value characters, comparison characters, logic characters, null characters, numeric characters, multi-field constraint characters, and match characters.
In a possible design, when the check operation character is a coded byte character, the querying a service check rule, and performing check processing on the service object according to a check statement corresponding to the check operation character includes: inquiring a service check rule, acquiring a corresponding check statement according to the coded byte characters, and acquiring the number of coded bytes of the service object; alternatively, the first and second electrodes may be,
when the check operation character is a matching character, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check processing comprises the following steps: inquiring a service check rule, acquiring a corresponding check statement according to the matched character, and checking whether the service object is matched with a preset mailbox regular expression or not; alternatively, the first and second electrodes may be,
when the check operation character is a numeric character, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check operation character comprises the following steps: inquiring a service check rule, acquiring a corresponding check statement according to the numerical characters, and checking whether the service object is of a numerical type; alternatively, the first and second electrodes may be,
when the check operation character is a null character, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check operation character comprises the following steps: and inquiring a service check rule, acquiring a corresponding check statement according to the null value character, and checking whether the service object is null value.
In one possible design, the method further includes:
obtaining a verification update request, wherein the verification update request comprises: checking operation characters to be updated and corresponding checking statements;
inquiring the service check rule according to the check updating request, and updating the check statement corresponding to the check operation character which is the same as the check operation character to be updated; or, in the service check rule, a check statement corresponding to the check operation character to be updated is added.
In a possible design, the obtaining, for each service object, a check operation character corresponding to a field corresponding to the service object, querying a service check rule, and performing check processing on the service object according to a check statement corresponding to the check operation character includes:
for each business object, acquiring field definition information corresponding to the business object, and verifying the business object according to the field definition information;
and after the verification is determined to be successful, acquiring a verification operation character corresponding to a field corresponding to the business object, inquiring a business verification rule, and verifying the business object according to a verification statement corresponding to the verification operation character.
In a possible design, the performing, according to the check result of each service object, corresponding processing on the service data to be processed includes:
and according to the verification result of each service object, when the service data is determined to be successfully verified, storing or calling the service data to be processed.
In a second aspect, an embodiment of the present invention provides a device for processing service data, including:
the request acquisition module is used for acquiring a service data processing request, wherein the service data processing request comprises service data to be processed;
the processing module is used for acquiring the service data to be processed according to the service data processing request and identifying a field corresponding to a service object in the service data to be processed;
the processing module is further configured to, for each service object, acquire a check operation character corresponding to a field corresponding to the service object, query a service check rule, and perform check processing on the service object according to a check statement corresponding to the check operation character;
and the processing module is further used for executing corresponding processing on the to-be-processed service data according to the verification result of each service object.
In one possible design, the check operation character includes one or more of the following combinations:
encoding byte characters, value characters, comparison characters, logic characters, null characters, numeric characters, multi-field constraint characters, and match characters.
In a possible design, the processing module is further configured to, when the check operation character is a coded byte character, query a service check rule, obtain a corresponding check statement according to the coded byte character, and obtain a number of coded bytes of the service object; alternatively, the first and second electrodes may be,
the processing module is further configured to query a service check rule when the check operation character is a matched character, obtain a corresponding check statement according to the matched character, and check whether the service object is matched with a preset mailbox regular expression; alternatively, the first and second electrodes may be,
the processing module is further configured to query a service check rule when the check operation character is a numeric character, obtain a corresponding check statement according to the numeric character, and check whether the service object is a numeric type; alternatively, the first and second electrodes may be,
the processing module is further configured to query a service check rule when the check operation character is a null character, obtain a corresponding check statement according to the null character, and check whether the service object is a null value.
In one possible design, the processing module is further configured to obtain a verification update request, where the verification update request includes: checking operation characters to be updated and corresponding checking statements;
in a possible design, the processing module is further configured to query the service check rule according to the check update request, and update a check statement corresponding to a check operation character that is the same as the check operation character to be updated; or, the processing module is further configured to add, in the service check rule, a check statement corresponding to a check operation character to be updated.
In a possible design, the processing module is further specifically configured to, for each service object, obtain field definition information corresponding to the service object, and check the service object according to the field definition information;
the processing module is further specifically configured to, after it is determined that the verification is successful, obtain a verification operation character corresponding to a field corresponding to the service object, query a service verification rule, and perform verification processing on the service object according to a verification statement corresponding to the verification operation character.
In a possible design, the processing module is further specifically configured to, according to a verification result of each service object, execute storage or retrieval processing on the service data to be processed when it is determined that the service data is successfully verified.
In a third aspect, an embodiment of the present invention provides a device for processing service data, where the device includes: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executes computer-executable instructions stored by the memory, so that the at least one processor performs the method for processing business data according to any one of the first aspect.
In a fourth aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer executes instructions, and when a processor executes the computer to execute the instructions, the method for processing service data according to any one of the first aspect is implemented.
The method includes the steps of obtaining service data to be processed in a service data processing request, determining a field corresponding to each service object in the service data to be processed, obtaining check operation characters corresponding to the field corresponding to each service object for each service object, and checking the service object according to check sentences corresponding to the check operation characters in a service check rule, namely according to check sentences related to the service object.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic diagram of a data table provided by an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a method for processing service data according to an embodiment of the present invention;
fig. 3 is a first flowchart of a method for processing service data according to an embodiment of the present invention;
fig. 4 is a second flowchart of a method for processing service data according to an embodiment of the present invention;
fig. 5 is a flow chart of a method for processing service data according to an embodiment of the present invention; (ii) a
Fig. 6 is a schematic structural diagram of a service data processing device according to an embodiment of the present invention;
fig. 7 is a schematic hardware structure diagram of a service data processing device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Before storing the service data in a data table (such as the user information table shown in fig. 1) in the database or when the service data in the data table needs to be utilized, it is often necessary to perform data verification on the service object in the service data to determine whether the service object is legal, where the service object is data corresponding to fields in the data table, for example, both a user name and a user password in the user table are fields, and data corresponding to the password, that is, 11111, is a service object.
In the prior art, when data verification is performed on a service object, generally, a related developer writes a corresponding regular expression in advance according to a verification requirement corresponding to a field corresponding to the service object, and then verifies the service object according to the regular expression, for example, if the verification requirement corresponding to a password in fig. 1 is that the password must be a number, the written regular expression is [/([ \\ 0-9] [0-9 ]/([ 0-9] +)) $/], and writes a verification statement including the regular expression and the corresponding field, i.e., the password, and when data verification is performed on 11111, it uses the regular expression in the verification statement corresponding to the password, i.e., [/[ \\\ 0-9] [0-9] (+)) $)?to verify whether 11111 is a number. Because the regular expression is complex in composition, when the verification requirement corresponding to the field changes, for example, the verification requirement corresponding to the password changes to that the password cannot be empty, a developer needs to spend a lot of time to re-understand, and after understanding, a lot of modification may be performed on the regular expression in the verification statement corresponding to the password, and then the modified verification statement can be used to verify whether the service object corresponding to the password is an empty value, thereby increasing the complexity of data verification.
Therefore, in view of the above problems, the technical idea of the present invention is to provide a check operation character to a user, so that the user selects a required check operation character according to a check requirement corresponding to a field to obtain a check statement corresponding to the field, where the check operation character represents a check required to be performed, and is generally a single character. When the verification requirement corresponding to the field is changed, a new verification operation character is reselected, and then the verification statements corresponding to the field are updated by using the new verification operation character, so that the verification statements are quickly updated, a user does not need to rewrite a corresponding regular expression according to the changed verification requirement, and the complexity of service data verification can be reduced.
The technical means of the present invention will be described in detail with reference to specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 2 is a schematic architecture diagram of a service data processing system according to an embodiment of the present invention, and as shown in fig. 2, the system includes a terminal device 101 and a database 102. The terminal device 101 may be a computer or other electronic devices with data processing capability, and is not limited herein.
When the terminal device 101 needs to store the service data to be processed into a corresponding data table in the database 102, that is, the target data table, or needs to retrieve the service data to be processed from the target data table, the service data to be processed needs to be checked.
Fig. 3 is a first flowchart of a method for processing service data according to an embodiment of the present invention, where an execution main body in the method in this embodiment may be the terminal device in fig. 2. As shown in fig. 3, the method of this embodiment may include:
s301, a service data processing request is obtained, wherein the service data processing request comprises service data to be processed.
S302, according to the service data processing request, obtaining service data to be processed, and identifying a field corresponding to a service object in the service data to be processed.
In this embodiment, after the service data processing request is obtained, the service data processing request includes service data to be processed, which indicates that data verification needs to be performed on the service data to be processed to determine whether the service data to be processed is legal, and then the service data to be processed is obtained. Since the service object corresponding to the field needs to be checked according to the check statement corresponding to the field, the field corresponding to the service object included in the service data needs to be determined.
The service data processing request may be sent when other terminals need to store the service data to be processed into corresponding target data tables or call the service data to be processed from the target data tables, that is, the service data processing request may be sent when other terminals store or call the service data to be processed.
Optionally, the service data request may also be input by the user when storing or calling the service data to be processed.
S303, for each service object, acquiring a check operation character corresponding to a field corresponding to the service object, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character.
In this embodiment, when the to-be-processed service data is verified, the service verification rule corresponding to the to-be-processed service data is determined, and then the service object in the to-be-processed service data is verified according to the verification statement in the service verification rule to determine whether the service object is legal, so as to determine whether the to-be-processed service data is legal.
And the service verification rule corresponding to the service data to be processed is a service verification rule corresponding to a target data table corresponding to the service data to be processed. When the service data related to the target data table needs to be checked, the service data is checked by using the service checking rule corresponding to the target data table, and the service data related to the target data table is the service data in the target data table or the service data needing to be stored in the target data table.
Optionally, the service verification rule is obtained by writing, by related personnel, a verification operator provided by the terminal device or a related verification function including the verification operator in advance according to the field verification requirement.
Specifically, when each service object in the service data to be processed is checked, for each service object, all check statements related to the service object are searched from the service check rule, that is, a check operation character corresponding to a field corresponding to the service object is first obtained from the service check rule, and for each check operation character, a check statement corresponding to the check operation character is then searched from the service check rule, that is, a check statement including the check operation character and the field corresponding to the service object is searched, so as to obtain a check statement related to the service object.
In the check statement, a field is generally inside a designated symbol, for example, inside a brace (), and the brace is generally preceded by a check operator, so that the check operator character corresponding to the field can be preceded by the brace corresponding to the field, i.e., "(" adjacent check operator character, e.g., value ("a") > 100) and Value is the check operator character corresponding to the field a.
After all check sentences related to the business object are obtained, corresponding check processing is carried out on the business object according to preset character meanings corresponding to check operation characters in each check sentence, a sentence check result corresponding to each check sentence is obtained, and the sentence check result related to the business object is obtained, wherein the sentence check result is a sentence check success or a sentence check failure.
And for each business object, acquiring all statement checking results related to the business object, if all the statement checking results are successful, determining that the checking result corresponding to the business object is successful in checking the business object, and otherwise, determining that the checking result corresponding to the business object is failed in checking the business object.
Wherein, the check operation character comprises one or a combination of the following characters: encoding byte characters, value characters, comparison characters, logic characters, null characters, numeric characters, multi-field constraint characters, and match characters.
S304, according to the verification result of each business object, corresponding processing is executed on the business data to be processed.
In this embodiment, after obtaining the verification result of the service object in the service data to be processed, the verification result of the service data to be processed is determined according to the verification result of the service object, that is, if the verification result of each service object is that the service object is successfully verified, it indicates that each service object is legal, that is, the service data to be processed is legal, the verification result of the service data to be processed is determined to be that the service data is successfully verified, otherwise, the verification result of the service data to be processed is determined to be that the service data is unsuccessfully verified.
Specifically, when it is determined that the service data verification is successful, the storage or retrieval processing is performed on the service data to be processed. That is, when it is determined that the service data is successfully verified, it is indicated that the service data to be processed is legal, and the service data to be processed may be stored in the target data table or may be retrieved from the target data table as needed.
In addition, when the service data is determined to be failed to be checked, displaying corresponding alarm information to inform relevant users that the service data to be processed is illegal; or when the service data check is determined to be failed, sending the alarm information to a target terminal, wherein the target terminal is a terminal for sending a service data processing request.
Optionally, the verification result of the service data may also be directly sent to the target terminal, so that the target terminal performs corresponding processing on the service data to be processed according to the verification result of the service data, that is, when it is determined that the verification result of the service data to be processed is successful in the verification of the service data, the service data to be processed is stored in the target data table or the service data to be processed is called from the target data table.
In this embodiment, when a business object is verified, the business object is verified according to a verification statement corresponding to the business object in a business verification rule, the verification statement generally only includes a few verification operation characters and fields corresponding to the business object, and the composition is simple. When the service check rule needs to be updated, only the check operation characters in the corresponding check statement need to be modified, and the modification is less, so that the time for updating the service check rule is shortened.
From the above description, when a business object is verified, a check sentence related to the business object is searched from a business check rule instead of using a regular expression corresponding to the business object, and then the business object is verified according to a character meaning represented by a check operator in the check sentence.
Specifically, after the service verification rule is obtained, when the verification requirement corresponding to the field is changed, the verification statement in the service verification rule may also be updated correspondingly, and the process of updating the service verification rule is described in detail below with reference to a specific embodiment.
Fig. 4 is a second flowchart of a method for processing service data according to an embodiment of the present invention, and this embodiment describes in detail a specific implementation process of updating a service verification rule based on the embodiment of fig. 3. As shown in fig. 4, the method includes:
s401, a service data processing request is obtained, wherein the service data processing request comprises service data to be processed.
S402, according to the service data processing request, obtaining service data to be processed, and identifying a field corresponding to a service object in the service data to be processed.
The specific implementation of S401 to S402 in this embodiment is similar to S301 to S302 in the above embodiment, and is not described herein again.
S403, for each business object, acquiring a check operation character corresponding to a field corresponding to the business object, inquiring a business check rule, and checking the business object according to a check statement corresponding to the check operation character.
And when the check operation character is a coding byte character, inquiring the service check rule, acquiring a corresponding check statement according to the coding byte character, and acquiring the number of coding bytes of the service object.
In this embodiment, the coded byte characters include GBKL, which is used to obtain the number of GBK (Chinese Internal Code Specification) coded bytes of the service object, i.e. the number of bytes occupied when the service object is GBK coded. For example, the check statement corresponding to the GBKL character is GBKL ("a"), the field a is a field corresponding to the GBKL character, and the check statement indicates the number of GBK encoded bytes used to obtain the service object corresponding to the field a. In actual use, the coded byte characters are generally used in combination with the comparison characters, that is, the check sentences corresponding to the coded byte characters generally include the comparison characters, which include > characters, < characters, and = characters. For example, the check statement corresponding to GBKL is GBKL ("a") <100, that is, the < character is combined with the GBKL character to determine whether the number of GBK encoded bytes of the service object corresponding to the field a is greater than 100, if so, the statement check result corresponding to the check statement is that the statement check is successful, otherwise, the statement check result corresponding to the check statement is that the statement check is failed.
Optionally, when the check operation character is a matching character, another implementation manner of S403 is: and inquiring a service check rule, acquiring a corresponding check statement according to the matched character, and checking whether the service object is matched with a preset mailbox regular expression.
In this embodiment, the matching characters include MATCH characters, which are used to check whether the business object matches a preset format, for example, the check statement corresponding to the MATCH character is MATCH ("a", "[ a-Za-Z0-9 \\ u4e00- \ u9fa5] + @ [ a-Za-Z0-9_ ] - ] + ([ a-Za-Z0-9_ - ] +)), and the field a is a field corresponding to the MATCH character, and then according to the preset character meaning corresponding to the MATCH character in the check statement, it is determined whether the business object corresponding to the field a matches the mailbox expression, if matching indicates that the business object matches the mailbox format, that is, the format of the business object is a legal regular form, then the statement check result corresponding to the check statement is a check statement success, otherwise, the statement corresponding to the mailbox statement fails.
Optionally, when the check operation character is a numeric character, another implementation manner of S403 is: and inquiring a service check rule, acquiring a corresponding check statement according to the numerical characters, and checking whether the service object is of a numerical type.
In this embodiment, the numeric characters include ISNUM characters, which can be used to check whether the service object is a numeric value, for example, if a check statement corresponding to the ISNUM character is ISNUM ("a"), and the field B is a field corresponding to the ISNUM character, it is determined whether the service object corresponding to the field a is a numeric value according to a preset character meaning corresponding to the ISNUM character in the check statement, if so, it indicates that the service object is a numeric value, a statement check result corresponding to the check statement is a statement check success, otherwise, a statement check result corresponding to the check statement is a statement check failure.
Optionally, when the check operation character is a null character, another implementation manner of S403 is as follows: and inquiring a service check rule, acquiring a corresponding check statement according to the null value character, and checking whether the service object is null value.
In this embodiment, the null character includes an Empty character, which may be used to check whether the business object is null, for example, a check statement corresponding to the Empty character is Empty ("a"), and the field a is a field corresponding to the Empty character, and then, according to the check statement, it is determined whether the business object corresponding to the field a is null, if yes, it indicates that the business object is null, a statement check result corresponding to the check statement is a statement check success, otherwise, a statement check result corresponding to the check statement is a statement check failure.
Optionally, when the check operation character is a value character, another implementation manner of S403 is: and inquiring the service check rule, acquiring a corresponding check statement according to the value character, and acquiring a specific value of the service object.
In this embodiment, the Value character includes a Value character, which may be used to obtain a specific Value of the business object, for example, a check statement Value ("a") corresponding to the Value character, where the field a is a field corresponding to the Value character, and the check statement represents a specific Value used to obtain the business object corresponding to the field a. In actual use, the Value character is generally used in combination with the comparison character, that is, the check statement corresponding to the Value character generally includes the comparison character, for example, value ("a") >100, that is, the > character is combined with the Value character to determine whether the specific Value of the service object corresponding to the field a is greater than 100, if so, the statement check result corresponding to the check statement is that the statement check is successful, otherwise, the statement check result corresponding to the check statement is that the statement check is failed; for another example, value ("a") =100, that is, the = character and the value character are combined to determine whether the specific value of the service object corresponding to the field a is equal to 100, if so, the statement check result corresponding to the check statement is that the statement check is successful, otherwise, the statement check result corresponding to the check statement is that the statement check is failed.
Optionally, when the check operation character is a multi-field constraint character, another implementation manner of S403 is: and inquiring a service check rule, acquiring a corresponding check statement according to the multi-field constraint character, acquiring all fields in the check statement, and checking all the fields.
In this embodiment, the multi-field constraint character includes EOR and EOF, and the multi-field constraint character is used to perform association check on at least two fields at the same time, for example, a check statement corresponding to the EOR character is EOR ("a", "B"), and the check statement is used to determine whether all of the service objects corresponding to the field a and the service objects corresponding to the field B are null values, that is, if yes, it indicates that the service object corresponding to the field a is not null and/or the service object corresponding to the field B is not null, the statement check result corresponding to the check statement is a statement check success, otherwise, the statement check result corresponding to the check statement is a statement check failure; for another example, the check statement corresponding to the EOF character is EOF ("a", "B"), and the check statement is used to determine whether only one of the service object corresponding to the field a and the service object corresponding to the field B is not null, if so, it indicates that the service object corresponding to the field a is not null and the service object corresponding to the field B is null, or the service object corresponding to the field a is null and the service object corresponding to the field B is not null, then the statement check result corresponding to the check statement is a statement check success, otherwise, the statement check result corresponding to the check statement is a statement check failure.
Optionally, the logical characters include an AND character, an OR character, AND! When a logical character is used, the character generally needs to be combined with other check operation characters, for example, value ("a") =1AND Value ("B") = "test", that is, the AND character is combined with a > character AND a Value character to determine whether a service object corresponding to the field a is greater than 100 AND whether a service object corresponding to the field B is equal to the test, if the service object corresponding to the field a is greater than 100 AND the service object corresponding to the field B is equal to the test, a statement check result corresponding to the check statement is a statement check success, otherwise, a statement check result corresponding to the check statement is a statement check failure; as another example,! Empty ("A"), i.e.! And combining the characters and the Empty character to judge whether the business object corresponding to the field A is not a null value, if not, judging that the statement check result corresponding to the check statement is that the statement check is successful, otherwise, judging that the statement check result corresponding to the check statement is that the statement check is failed.
In this embodiment, when the service object in the service data to be processed is verified, the multi-field constraint character may be used to perform association verification on multiple fields at the same time, thereby implementing simultaneous verification on multiple service objects, improving the efficiency of data verification, and improving the flexibility of data verification.
S404, according to the verification result of each business object, corresponding processing is executed on the business data to be processed.
The specific implementation of S404 in this embodiment is similar to S304 in the above embodiment, and is not described here again.
S405, obtaining a verification updating request, wherein the verification updating request comprises: and the check operation character to be updated and the corresponding check statement.
S406, inquiring a service check rule according to the check updating request, and updating the check statement corresponding to the check operation character which is the same as the check operation character to be updated; or, in the service check rule, a check statement corresponding to the check operation character to be updated is added.
In this embodiment, after the check update request is obtained, if it is indicated that the service check rule needs to be updated, the service check rule is updated accordingly according to the check operation character to be updated in the check update request and the check statement corresponding to the check operation character.
Optionally, the check update request further includes a field to be updated and a target check operation character. When the service check rule is updated, if the check operation character in the check sentence is updated, the target check operation character is obtained, and the check sentence comprising the check operation character to be updated and the field to be updated is searched from the service check rule, namely the check sentence comprises the check operation character which is the same as the check operation character to be updated and the check sentence also comprises the field which is the same as the field to be updated. Modifying the check operation character in the check statement, which is the same as the check operation character to be updated, into a target check operation character to obtain an updated check statement, for example, if the check operation character to be updated is a Value character, the field to be updated is a field a, the target check operation character is GBKL, and the check statement including the Value character and the field a in the service check rule is Value ("a") >100, modifying the Value in the check statement into GBKL to obtain GBKL ("a") >100, that is, when the check statement is updated, only the check operation character in the check statement needs to be replaced without modifying a large amount of characters, so that the time required for updating the check statement is short.
Specifically, when the service check rule is updated, if a new check statement needs to be added to the service check rule, the check statement corresponding to the check operation character to be updated may be directly added to the service check rule. The check sentence corresponding to the check operation character to be updated is obtained according to the check operation character, so that the check sentence is simple in composition, and a user does not need to spend a large amount of time to write.
In this embodiment, when the service verification rule is updated, only a small number of verification operation characters in the verification statement need to be modified or only a new verification statement needs to be directly added to the service verification rule, so that the service verification rule can be quickly updated, the electronic device can conveniently verify the service data to be processed by using the updated service verification rule, and the problem of high complexity in service data verification in the prior art cannot occur.
Fig. 5 is a flow chart of a method for processing service data according to an embodiment of the present invention, and this embodiment describes in detail a specific implementation process of switching a network state based on the embodiment of fig. 3. As shown in fig. 5, the method includes:
s501, a service data processing request is obtained, wherein the service data processing request comprises service data to be processed.
S502, according to the service data processing request, service data to be processed is obtained, and a field corresponding to a service object in the service data to be processed is identified.
The specific implementation of S501 to S502 in this embodiment is similar to S301 to S302 in the above embodiment, and is not repeated here.
S503, for each business object, acquiring field definition information corresponding to the business object, and verifying the business object according to the field definition information.
In this embodiment, when a user establishes a data table, field definition information corresponding to each field included in the data table may be directly set in the data table, for example, a field type of an a field is set to be an integer type, that is, an int type. When the business data is verified, for each business object in the business data, acquiring field definition information corresponding to the business object, actually acquiring the field definition information corresponding to the field corresponding to the business object, then judging whether the business object is matched with the field definition information, if the matching is successful, determining that the verification is successful, and if the matching is failed, determining that the verification is failed.
Optionally, the field definition information includes one or more of the following combinations: a field type, a null type, and a field length. Correspondingly, when judging whether the service object is matched with the field definition information, at least one of field type matching, null value type matching and field length matching is needed, namely matching corresponding to the information included in the field definition information is needed, when all matching is successfully performed, the field definition verification is determined to be successful, otherwise, the field definition verification is determined to be failed. For example, when the field definition information includes a field type and a field length, it indicates that field type matching and field length matching are required, when the field type matching is successful and the field length matching is successful, it is determined that the field definition verification is successful, and when the field type matching is failed and/or the field length matching is failed, it is determined that the field definition matching is failed.
Specifically, the field type is a data type corresponding to the field, and the data type includes an integer type, a floating point (float) type, a string (string) type, and the like. When the field types are matched, the actual field type of the service object is obtained, whether the actual field type of the service object is the preset field type corresponding to the field corresponding to the service object is judged, if not, the field type matching is determined to be failed, and if so, the field type matching is determined to be successful. For example, the field definition information includes a field type, the field corresponding to the service object 1 is the amount of consumption, and the preset field type corresponding to the amount of consumption is the integer type, when the service object 1 is verified, the actual field type of the service object 1 is obtained as the floating point type, and since the floating point type is not the integer type, it is determined that the field type matching fails if the actual field type of the service object 1 is not the preset field type corresponding to the field corresponding to the service object 1.
Wherein, the null value type indicates whether the field can be null value, and the null value type includes null value and non-null value. When the null value type matching is carried out on the service object, the preset null value type corresponding to the field corresponding to the service object is a non-null value, which indicates that the service object cannot be a null value, when the service object is determined to be a null value, the null value type matching is determined to be failed, and when the service object is determined not to be a null value, the null value type matching is determined to be successful.
Wherein, the field length is the maximum length corresponding to the field. When field length matching is carried out, the actual length of a service object is obtained, then whether the actual length of the service object is smaller than the preset field length corresponding to the field corresponding to the service object is judged, if yes, field length matching is determined to be failed, and if not, field length matching is determined to be successful. For example, the field definition information includes a field length, the field corresponding to the service object 1 is a user name, and the preset field length corresponding to the user name is 20, when the field length check is performed on the service object 1, the actual field length of the service object 1 is obtained to be 10, and since 10 is smaller than 20, the actual field length is smaller than the preset field length, and it is determined that the field length matching is successful.
In addition, the field definition information corresponding to each data table in the database is separately stored in a designated location, for example, a database, a hard disk, etc., and when the field definition information of a business object needs to be acquired, the field definition information of the business object is acquired from the data table or file storing the field definition information corresponding to the data table corresponding to the business object. The field definition information corresponding to the data table is stored separately, so that the field definition information can be conveniently modified subsequently.
S504, after the verification is determined to be successful, the verification operation characters corresponding to the fields corresponding to the business objects are obtained, the business verification rules are inquired, and the business objects are verified according to the verification statements corresponding to the verification operation characters.
In this embodiment, after the successful verification of the service object is performed according to the field definition information corresponding to the service object, the service object is further verified, that is, the service object is verified according to the service verification rule.
The process of verifying the service object according to the service verification rule is similar to the process of verifying the service object according to the service rule in the foregoing embodiment, and details are not described here.
And S505, executing corresponding processing on the service data to be processed according to the verification result of each service object.
The specific implementation of S505 in this embodiment is similar to S204 in the above embodiment, and is not described here again.
In this embodiment, compared with the case that the service object is verified according to the service verification rule, the process of verifying the service object according to the field definition information of the service object is simpler, and the required time is shorter, so that before the service object is verified according to the service verification rule, the service object is preliminarily verified according to the field definition information of the service object, and after the verification is successful, further verification is performed, that is, the service object is verified according to the service verification rule, and after the verification fails, further verification is not required, so that the efficiency of verifying the service data can be improved. And before the service object is verified according to the service verification rule, the service object is verified according to the field definition information of the service object, namely, the service data is verified in a double-layer mode, and the legality of the service data can be further ensured.
Fig. 6 is a schematic structural diagram of a first service data processing device according to an embodiment of the present invention, and as shown in fig. 6, the service data processing device 600 may include: a request acquisition module 601 and a processing module 602. The request obtaining module 601 is configured to obtain a service data processing request, where the service data processing request includes service data to be processed. The processing module 602 is configured to obtain the service data to be processed according to the service data processing request, and identify a field corresponding to a service object in the service data to be processed. The processing module 602 is further configured to, for each service object, obtain a check operation character corresponding to a field corresponding to the service object, query a service check rule, and perform check processing on the service object according to a check statement corresponding to the check operation character. The processing module 602 is further configured to perform corresponding processing on the to-be-processed service data according to the check result of each service object.
In one possible design, the check operation character includes one or more of the following combinations:
encoding byte characters, value characters, comparison characters, logic characters, null characters, numeric characters, multi-field constraint characters, and match characters.
In a possible design, the processing module 602 is further configured to, when the check operation character is a coded byte character, query a service check rule, obtain a corresponding check statement according to the coded byte character, and obtain a number of coded bytes of the service object. Alternatively, the first and second electrodes may be,
the processing module 602 is further configured to query a service check rule when the check operation character is a matching character, obtain a corresponding check statement according to the matching character, and check whether the service object matches the preset mailbox regular expression. Alternatively, the first and second liquid crystal display panels may be,
the processing module 602 is further configured to query a service check rule when the check operation character is a numeric character, obtain a corresponding check statement according to the numeric character, and check whether the service object is a numeric type. Alternatively, the first and second electrodes may be,
the processing module 602 is further configured to query a service check rule when the check operation character is a null character, obtain a corresponding check statement according to the null character, and check whether the service object is a null value.
In one possible design, the processing module 602 is further configured to obtain a verification update request, where the verification update request includes: and the check operation character to be updated and the corresponding check statement.
In a possible design, the processing module 602 is further configured to query a service check rule according to the check update request, and update the check statement corresponding to the check operation character that is the same as the check operation character to be updated. Or, the processing module 602 is further configured to add, in the service check rule, a check statement corresponding to a check operation character to be updated.
In a possible design, the processing module 602 is further specifically configured to, for each business object, obtain field definition information corresponding to the business object, and check the business object according to the field definition information.
The processing module 602 is further specifically configured to, after it is determined that the verification is successful, obtain a verification operation character corresponding to a field corresponding to the service object, query a service verification rule, and perform verification processing on the service object according to a verification statement corresponding to the verification operation character.
In a possible design, the processing module 602 is further specifically configured to, according to a verification result of each service object, execute storage or retrieval processing on the service data to be processed when it is determined that the service data is successfully verified.
The service data processing device provided in the embodiment of the present invention can implement the service data processing method in the above-described illustrated embodiment, and the implementation principle and technical effect are similar, and are not described herein again.
Fig. 7 is a schematic hardware structure diagram of a service data processing device according to an embodiment of the present invention. As shown in fig. 7, the service data processing device 700 provided in this embodiment includes: at least one processor 701 and a memory 702. The processor 701 and the memory 702 are connected by a bus 703.
In a specific implementation process, the at least one processor 701 executes the computer execution instruction stored in the memory 702, so that the at least one processor 701 executes the method for processing the service data in the foregoing method embodiment.
For a specific implementation process of the processor 701, reference may be made to the above method embodiments, which implement principles and technical effects are similar, and details are not described herein again.
In the embodiment shown in fig. 7, it should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose processors, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
The memory may comprise high speed RAM memory and may also include non-volatile storage NVM, such as at least one disk memory.
The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, the buses in the figures of the present application are not limited to only one bus or one type of bus.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer execution instruction is stored in the computer-readable storage medium, and when a processor executes the computer execution instruction, the method for processing service data according to the foregoing method embodiment is implemented.
The computer-readable storage medium may be any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk. Readable storage media can be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary readable storage medium is coupled to the processor such the processor can read information from, and write information to, the readable storage medium. Of course, the readable storage medium may also be an integral part of the processor. The processor and the readable storage medium may reside in an Application Specific Integrated Circuits (ASIC). Of course, the processor and the readable storage medium may also reside as discrete components in the apparatus.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. A method for processing service data is characterized by comprising the following steps:
acquiring a service data processing request, wherein the service data processing request comprises service data to be processed;
acquiring the to-be-processed business data according to the business data processing request, and identifying a field corresponding to a business object in the to-be-processed business data;
for each business object, acquiring a check operation character corresponding to a field corresponding to the business object, inquiring a business check rule, and checking the business object according to a check statement corresponding to the check operation character;
according to the check result of each business object, corresponding processing is carried out on the business data to be processed;
the method further comprises the following steps:
when updating the check operation characters in the check sentence,
obtaining a verification update request, wherein the verification update request comprises: checking operation characters to be updated and corresponding checking statements;
acquiring a target check operation character;
inquiring the service check rule according to the check updating request, and replacing the check operation character which is the same as the check operation character to be updated in the check statement by the target check operation character;
when the traffic verification rule is updated,
and directly adding a check statement corresponding to the check operation character to be updated in the service check rule.
2. The method according to claim 1, wherein the check operation character comprises one or more of the following combinations:
encoding byte characters, value characters, comparison characters, logic characters, null characters, numeric characters, multi-field constraint characters, and match characters.
3. The method of claim 2, wherein:
when the check operation character is a coded byte character, inquiring the service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check processing comprises the following steps: inquiring a service check rule, acquiring a corresponding check statement according to the coded byte characters, and acquiring the number of coded bytes of the service object; alternatively, the first and second electrodes may be,
when the check operation character is a matching character, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check processing comprises the following steps: inquiring a service check rule, acquiring a corresponding check statement according to the matched character, and checking whether the service object is matched with a preset mailbox regular expression or not; alternatively, the first and second liquid crystal display panels may be,
when the check operation character is a numeric character, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check operation character comprises the following steps: inquiring a service check rule, acquiring a corresponding check statement according to the numerical characters, and checking whether the service object is of a numerical type; alternatively, the first and second electrodes may be,
when the check operation character is a null character, inquiring a service check rule, and checking the service object according to a check statement corresponding to the check operation character, wherein the check operation character comprises the following steps: and inquiring a service check rule, acquiring a corresponding check statement according to the null value character, and checking whether the service object is null value.
4. The method according to claim 1, wherein for each service object, acquiring a check operation character corresponding to a field corresponding to the service object, querying a service check rule, and performing a check process on the service object according to a check statement corresponding to the check operation character, includes:
for each business object, acquiring field definition information corresponding to the business object, and verifying the business object according to the field definition information;
and after the verification is determined to be successful, acquiring a verification operation character corresponding to a field corresponding to the business object, inquiring a business verification rule, and verifying the business object according to a verification statement corresponding to the verification operation character.
5. The method according to claim 1, wherein the performing corresponding processing on the service data to be processed according to the check result of each service object includes:
and according to the verification result of each service object, when the service data is determined to be successfully verified, storing or calling the service data to be processed.
6. A device for processing service data, comprising:
the request acquisition module is used for acquiring a service data processing request, wherein the service data processing request comprises service data to be processed;
the processing module is used for acquiring the service data to be processed according to the service data processing request and identifying a field corresponding to a service object in the service data to be processed;
the processing module is further configured to, for each service object, acquire a check operation character corresponding to a field corresponding to the service object, query a service check rule, and perform check processing on the service object according to a check statement corresponding to the check operation character;
the processing module is further configured to perform corresponding processing on the to-be-processed service data according to the verification result of each service object;
the processing module is further configured to, when updating the check operation characters in the check statement,
obtaining a verification update request, wherein the verification update request comprises: checking operation characters to be updated and corresponding checking statements;
acquiring a target check operation character;
inquiring the service check rule according to the check updating request, and replacing the check operation character which is the same as the check operation character to be updated in the check statement by the target check operation character;
the processing module is further configured to, when the service check rule is updated,
and directly adding a check statement corresponding to the check operation character to be updated in the service check rule.
7. The apparatus of claim 6, wherein the check operation character comprises one or more of the following combinations:
encoding byte characters, value characters, comparison characters, logic characters, null characters, numeric characters, multi-field constraint characters, and match characters.
8. A device for processing service data, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the computer-executable instructions stored by the memory causes the at least one processor to perform the method of processing business data of any one of claims 1 to 5.
9. A computer-readable storage medium, wherein a computer-executable instruction is stored in the computer-readable storage medium, and when a processor executes the computer-executable instruction, the method for processing service data according to any one of claims 1 to 5 is implemented.
CN202010238889.2A 2020-03-30 2020-03-30 Service data processing method and device Active CN111459911B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010238889.2A CN111459911B (en) 2020-03-30 2020-03-30 Service data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010238889.2A CN111459911B (en) 2020-03-30 2020-03-30 Service data processing method and device

Publications (2)

Publication Number Publication Date
CN111459911A CN111459911A (en) 2020-07-28
CN111459911B true CN111459911B (en) 2022-12-13

Family

ID=71680632

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010238889.2A Active CN111459911B (en) 2020-03-30 2020-03-30 Service data processing method and device

Country Status (1)

Country Link
CN (1) CN111459911B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112015739A (en) * 2020-09-14 2020-12-01 支付宝(杭州)信息技术有限公司 Data verification and data query method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108132880A (en) * 2017-12-21 2018-06-08 武汉斑马快跑科技有限公司 A kind of parameter verification method and device
CN109510824A (en) * 2018-11-12 2019-03-22 中国银行股份有限公司 A kind of method of calibration and device of interface packets
WO2019232828A1 (en) * 2018-06-06 2019-12-12 平安科技(深圳)有限公司 Script deployment method and apparatus, and computer device and storage medium
CN110765422A (en) * 2018-07-25 2020-02-07 北京京东尚科信息技术有限公司 Parameter checking method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108132880A (en) * 2017-12-21 2018-06-08 武汉斑马快跑科技有限公司 A kind of parameter verification method and device
WO2019232828A1 (en) * 2018-06-06 2019-12-12 平安科技(深圳)有限公司 Script deployment method and apparatus, and computer device and storage medium
CN110765422A (en) * 2018-07-25 2020-02-07 北京京东尚科信息技术有限公司 Parameter checking method and device
CN109510824A (en) * 2018-11-12 2019-03-22 中国银行股份有限公司 A kind of method of calibration and device of interface packets

Also Published As

Publication number Publication date
CN111459911A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
CN108388598B (en) Electronic device, data storage method, and storage medium
CN112765271B (en) Block chain transaction index storage method and device, computer equipment and medium
CN108427731B (en) Page code processing method and device, terminal equipment and medium
CN110532107B (en) Interface calling method, device, computer equipment and storage medium
CN111159329A (en) Sensitive word detection method and device, terminal equipment and computer-readable storage medium
CN110334086A (en) Data duplicate removal method, device, computer equipment and storage medium
CN111459911B (en) Service data processing method and device
CN112269706A (en) Interface parameter checking method and device, electronic equipment and computer readable medium
CN111159040A (en) Test data generation method, device, equipment and storage medium
CN111897833A (en) Data processing method and device
CN109902269A (en) A kind of document display method, device, electronic equipment and readable storage medium storing program for executing
CN105847516B (en) A kind of method for managing contact person information and device
CN113779452A (en) Data processing method, device, equipment and storage medium
CN113742332A (en) Data storage method, device, equipment and storage medium
CN113132241B (en) ACL template dynamic configuration method and device
CN112035379B (en) Method and device for using storage space, storage medium and electronic device
CN112417020B (en) Service expansion realization method, device, computer equipment and storage medium
CN113254470B (en) Data modification method, device, computer equipment and storage medium
CN109840080B (en) Character attribute comparison method and device, storage medium and electronic equipment
CN110417978B (en) Menu configuration method, device, equipment and storage medium
CN109213490B (en) Program processing method and device and related equipment
CN111538651A (en) Interface testing method, device, server and storage medium
CN114386407B (en) Word segmentation method and device for text
CN110413644B (en) Data caching method, electronic device and computer readable storage medium
CN115809388A (en) Webpage display method, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20221123

Address after: 200444 3F, No. 15, Lane 2999, Hutai Road, Baoshan District, Shanghai

Applicant after: Shanghai Yunli Information Technology Co.,Ltd.

Address before: 200444 Floor 3, No. 13, Lane 2999, Hutai Road, Baoshan District, Shanghai

Applicant before: Shanghai Yunli Technology Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant