CN113434311A - Service data interaction method, device, equipment and storage medium - Google Patents

Service data interaction method, device, equipment and storage medium Download PDF

Info

Publication number
CN113434311A
CN113434311A CN202110721475.XA CN202110721475A CN113434311A CN 113434311 A CN113434311 A CN 113434311A CN 202110721475 A CN202110721475 A CN 202110721475A CN 113434311 A CN113434311 A CN 113434311A
Authority
CN
China
Prior art keywords
message
general
content
service data
target
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.)
Granted
Application number
CN202110721475.XA
Other languages
Chinese (zh)
Other versions
CN113434311B (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN202110721475.XA priority Critical patent/CN113434311B/en
Publication of CN113434311A publication Critical patent/CN113434311A/en
Application granted granted Critical
Publication of CN113434311B publication Critical patent/CN113434311B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Abstract

The invention relates to the field of research and development management, and discloses a service data interaction method, a device, equipment and a storage medium, which are used for solving the problem that the steps are complicated when service data interaction is carried out in the conventional service system. The method comprises the following steps: acquiring basic service data generated by a basic service platform and extracting original message content; adding and converting the message content to the original message content according to a preset message conversion rule to obtain a universal message set; based on the received interactive request of the service data, searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table; screening the target general message in the general message set according to the target message item and the general message type; and analyzing the target general message to obtain target service message data. In addition, the invention also relates to a block chain technology, and the related information of the service data can be stored in the block chain.

Description

Service data interaction method, device, equipment and storage medium
Technical Field
The present invention relates to the field of research and development management, and in particular, to a method, an apparatus, a device, and a storage medium for service data interaction.
Background
Today's business systems (e.g., web pages and software) can generally have multiple functions, and each function can perform different business project processing, such as business update, conversion, etc.; in these activities, different processing methods are usually provided based on the behavior events of the user, and the events concerned by different activities are different, so that interaction of various service data is required when different service item processing is performed.
In the prior art, the process of processing each service project in the same service system is relatively independent, and the step of acquiring the same event information data such as user registration, order payment and the like in the codes processed by different service projects often occurs, so that repeated data interaction codes occur, and the problem of complex steps in service data interaction in the service system is caused; furthermore, due to the repeated data interaction codes in the service system, the difficulty of maintenance and upgrade of the service system is increased.
Disclosure of Invention
The invention mainly aims to solve the problem that the steps are complicated when the service data are interacted in the conventional service system.
The first aspect of the present invention provides a service data interaction method, including: acquiring basic service data generated by a basic service platform, and extracting original message content in the basic service data; adding and converting the message content of the original message content according to a preset message conversion rule to obtain a general message set, wherein the general message set comprises at least one general message; based on a received service data interaction request, searching a target message item corresponding to the interaction request and a general message type corresponding to the target message item from a preset data interaction information table, wherein the general message type is used for indicating general messages in the general message set; screening out target general messages in the general message set according to the target message items and the general message types; and analyzing the target general message to obtain target service message data.
Optionally, in a first implementation manner of the first aspect of the present invention, the obtaining basic service data generated by a basic service platform and extracting original message content in the basic service data includes: acquiring a message transmission port corresponding to each basic service platform; connecting the message transmission port, receiving basic service data generated by the basic service platform, and extracting an original event message contained in the basic service data; and analyzing the original event message to obtain the content of the original message.
Optionally, in a second implementation manner of the first aspect of the present invention, the message transformation rule includes an addition rule and a transformation rule, and the adding and transforming of the message content to the original message content according to the preset message transformation rule to obtain the common message set includes: reading the original message content, and carrying out event classification on the original message based on the original message content to obtain an event type identifier and an event subtype identifier; defining message reading permission according to the event type identifier and the event subtype identifier; generating a detailed information identifier based on the original message content; combining the event type identifier, the event subtype identifier, the message reading authority and the detailed information identifier to obtain additional message content; and performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule to obtain a universal message, and forming a universal message set by the universal message.
Optionally, in a third implementation manner of the first aspect of the present invention, the performing, according to the conversion rule, data format conversion on the message content based on the original message content and the additional message content to obtain a general message includes: acquiring message time characteristics according to the original message content and the additional message content; determining time transmission period information of the original message content and the additional message content according to the message time characteristics; and based on the time transmission period information, performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule, and periodically generating a corresponding general message.
Optionally, in a fourth implementation manner of the first aspect of the present invention, the screening out a target general message in the general message set according to the target message item and the general message type includes: acquiring a request permission level of an interactive request of the service data; reading the message reading authority of the general message contained in the general message set; extracting the general message matched with the request permission level to obtain an authorized message set; and screening out the target general message in the authorized message set according to the target message item and the general message type.
Optionally, in a fifth implementation manner of the first aspect of the present invention, after the analyzing the target general message to obtain service message data, the method further includes: receiving a basic service data change request, and extracting conversion rule change contents contained in the basic service data change request, wherein the conversion rule change contents comprise additional rule change contents and conversion rule change contents; and updating the message conversion rule according to the additional rule change content and the additional rule change content.
Optionally, in a sixth implementation manner of the first aspect of the present invention, after the analyzing the target general message to obtain service message data, the method further includes: receiving a service expansion request and extracting service expansion content corresponding to the service expansion request; analyzing the service extension content, generating an extension data exchange project, and acquiring an extension message conversion rule and an extension target message project of the extension data exchange project; and updating the message conversion rule according to the extended message conversion rule, and updating the data interaction information table according to the extended target message item.
A second aspect of the present invention provides a service data interaction apparatus, including: the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring basic service data generated by a basic service platform and extracting original message content in the basic service data; the conversion module is used for attaching and converting the message content to the original message content according to a preset message conversion rule to obtain a universal message set, wherein the universal message set comprises at least one universal message; the searching module is used for searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table based on the received interactive request of the service data, wherein the general message type is used for indicating general messages in the general message set; the screening module is used for screening out the target general message in the general message set according to the target message item and the general message type; and the analysis module is used for analyzing the target general message to obtain target service message data.
Optionally, in a first implementation manner of the second aspect of the present invention, the obtaining module includes: the port acquisition unit is used for acquiring the message transmission ports corresponding to the basic service platforms; a message receiving unit, configured to connect to the message transmission port, receive basic service data generated by the basic service platform, and extract an original event message included in the basic service data; and the analysis unit is used for analyzing the original event message to obtain the original message content.
Optionally, in a second implementation manner of the second aspect of the present invention, the conversion module includes: an additional unit, configured to read the original message content, perform event classification on the original message based on the original message content, and obtain an event type identifier and an event subtype identifier; defining message reading permission according to the event type identifier and the event subtype identifier; generating a detailed information identifier based on the original message content; combining the event type identifier, the event subtype identifier, the message reading authority and the detailed information identifier to obtain additional message content; and the conversion unit is used for performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule to obtain a universal message, and forming a universal message set by the universal message.
Optionally, in a third implementation manner of the second aspect of the present invention, the conversion unit includes: a time characteristic obtaining subunit, configured to obtain a message time characteristic according to the original message content and the additional message content; a period generating unit, configured to determine time transmission period information of the original message content and the additional message content according to the message time characteristics; and the message generating subunit is used for performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule based on the time transmission cycle information, and periodically generating a corresponding general message.
Optionally, in a fourth implementation manner of the second aspect of the present invention, the screening module includes: a request permission obtaining unit, configured to obtain a request permission level of an interactive request of the service data; a reading authority obtaining unit, configured to read the message reading authority of the general message included in the general message set; the authorized message extraction unit is used for extracting the general message matched with the request authority level to obtain an authorized message set; and the target message screening unit is used for screening the target general messages in the authorized message set according to the target message items and the general message types.
Optionally, in a fifth implementation manner of the second aspect of the present invention, the service data interaction apparatus further includes a conversion rule updating module, specifically configured to: receiving a basic service data change request, and extracting conversion rule change contents contained in the basic service data change request, wherein the conversion rule change contents comprise additional rule change contents and conversion rule change contents; and updating the message conversion rule according to the additional rule change content and the additional rule change content.
Optionally, in a sixth implementation manner of the second aspect of the present invention, the service data interaction device further includes a service extension module, where the service extension module includes: an extended content receiving unit, configured to receive a service extension request and extract service extended content corresponding to the service extension request; a content analysis unit, configured to analyze the service extension content, generate an extension data exchange item, and obtain an extension message conversion rule and an extension target message item of the extension data exchange item; and the information table updating unit is used for updating the message conversion rule according to the extended message conversion rule and updating the data interaction information table according to the extended target message item.
A third aspect of the present invention provides a service data interaction device, including: a memory and at least one processor, the memory having instructions stored therein; the at least one processor calls the instructions in the memory to cause the service data interaction device to execute the steps of the service data interaction method.
A fourth aspect of the present invention provides a computer-readable storage medium, which stores instructions that, when executed on a computer, cause the computer to perform the steps of the service data interaction method described above.
In the technical scheme provided by the invention, basic service data generated by a basic service platform is obtained, and original message content is extracted; adding and converting the message content to the original message content according to a preset message conversion rule to obtain a universal message set; based on the received interactive request of the service data, searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table; screening target general messages in the general message set according to the target message items and the general message types; and analyzing the target general message to obtain target service message data. In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
Drawings
Fig. 1 is a schematic diagram of a first embodiment of a service data interaction method in an embodiment of the present invention;
fig. 2 is a schematic diagram of a service data interaction method according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a third embodiment of a service data interaction method in the embodiment of the present invention;
fig. 4 is a schematic diagram of a fourth embodiment of a service data interaction method in the embodiment of the present invention;
FIG. 5 is a schematic diagram of an embodiment of a service data interaction device in an embodiment of the present invention;
FIG. 6 is a schematic diagram of another embodiment of a service data interaction device in an embodiment of the present invention;
fig. 7 is a schematic diagram of an embodiment of a service data interaction device in the embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a service data interaction method, a device, equipment and a storage medium, wherein in the technical scheme provided by the invention, basic service data generated by a basic service platform is obtained, and original message content in the basic service data is extracted; adding and converting message contents to original message contents according to a preset message conversion rule to obtain a universal message set, wherein the universal message set comprises at least one universal message; based on a received service data interaction request, searching a target message item corresponding to the interaction request and a general message type corresponding to the target message item from a preset data interaction information table, wherein the general message type is used for indicating general messages in the general message set; screening target general messages in the general message set according to the target message items and the general message types; and analyzing the target general message to obtain target service message data. In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
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 will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, 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.
For convenience of understanding, a specific flow of the embodiment of the present invention is described below, and referring to fig. 1, an embodiment of a service data interaction method in the embodiment of the present invention includes:
101. acquiring basic service data generated by a basic service platform, and extracting original message content in the basic service data;
it is to be understood that the execution subject of the present invention may be a service data interaction device, and may also be a terminal or a server, which is not limited herein. The embodiment of the present invention is described by taking a server as an execution subject.
Firstly, acquiring basic service data generated by a plurality of basic service platforms, and extracting original message content contained in the basic service data, wherein the basic service platforms in this embodiment can be a registration service platform, an order generation service platform, a payment service platform or other platforms in software, and correspondingly, the plurality of original event messages can be related messages of a registration event of a new user, related messages of an order generation event and related messages of a payment event; generating basic service data at every moment in the operation of software or a system, and extracting the original event message similar to the basic service data; and analyzing the original event message to obtain the content of the original message.
102. Adding and converting the message content to the original message content according to a preset message conversion rule to obtain a universal message set;
after the original message content is obtained in the foregoing steps, obtaining a preset message conversion rule in the service system of this embodiment, where the message conversion rule is a message information perfecting rule established in advance based on the original message content and other message content items required by various service functions that can be completed by the service system; the message conversion rule is used for carrying out conversion processing based on the obtained original message content to obtain the universal message, so that interaction of subsequent service data is completed, the service system of the subsequent embodiment can directly obtain the universal message which is converted and temporarily stored for subsequent operation when specific service item processing is to be carried out, and the step of obtaining the original event message can be replaced by the method when the service item processing is carried out.
After the converted general messages are obtained, the general messages are temporarily stored, and at least one obtained general message is formed into a general message set.
103. Based on the received interactive request of the service data, searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table;
in this embodiment, before performing specific service data interaction, a data interaction information table is pre-placed in a system database of the service system in this embodiment. The data interaction information table comprises a request code in a service data interaction request in the service system and a target message item corresponding to the request code, and when the service data interaction request is received, the target message item corresponding to the service interaction request is inquired in the table according to the request code.
In this step, a corresponding relationship is also set in advance according to the general message type corresponding to each target message item in the data interaction information table, and the corresponding general message type is found out based on the target item according to the preset corresponding relationship, wherein the general message type is used for indicating the general messages in the general message set. In addition, the embodiment can receive and process one or more interactive requests of service data at the same time; after the corresponding request code is obtained, a target message item corresponding to the interaction request of the service data and a general message type corresponding to the target message item are inquired in the preset data interaction information table based on the request code.
The data interaction information table in this step further includes other service data information corresponding to the interaction request of the service data, such as a source of the interaction request of the service data, which may be issued by a general user or an administrator, and the like, and meanwhile, the source of the interaction request based on the service data may also obtain an authority of the interaction request of the current service data, and the like.
104. Screening the target general message in the general message set according to the target message item and the general message type;
and screening the target general message in the general message set according to the target general message item and the corresponding general message type acquired in the previous step, wherein the general message generates a message type identification field according to a general message rule in the generation process.
For example, a pull-new activity of a community APP is taken as an example for explanation, when the activity is performed, a registration-related service data interaction needs to be performed, and when the service data interaction is performed, the target general message may be a registration event-related general message generated according to a general message rule based on the related information of the registration event in the original event message; explaining the coupon issuing activity of the e-commerce APP, at this time, the target general message may be registration event related general information and order event related general information, and the registration event related general information and the order event related general information are specifically generated in advance according to the information related to the registration event in the original event message and the order event message according to a preset message conversion rule.
105. And analyzing the target general message to obtain target service message data.
And acquiring the screened target general message, and analyzing the specific information content of the message contained in the target general message to obtain target service message data, thereby completing service data interaction between the basic service platform and the target service message in the embodiment. After the service data interaction is completed, the service system in the subsequent embodiment may perform corresponding service item processing according to the service data obtained by the interaction.
In this embodiment, the original event messages from each service base platform are generated into a common message according to a preset message conversion rule and form a common message set, and when a specific service item is processed, the related common message for processing the service item is directly obtained in the common message set.
In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
Referring to fig. 2, a second embodiment of a service data interaction method according to an embodiment of the present invention includes:
201. acquiring a message transmission port corresponding to each basic service platform;
202. connecting a message transmission port, receiving basic service data generated by a basic service platform, and extracting an original event message contained in the basic service data;
in this step, first, a message transmission port field of each basic service platform is obtained from a system database of the service system in this embodiment, a message transmission port of each basic service platform is determined based on the message transmission port field, after the message transmission port of each basic service platform is determined, basic service data generated by each basic service platform is obtained, and an original event message included in the basic service data is extracted.
203. Analyzing the original event message to obtain the content of the original message;
analyzing the received original event message to obtain the original message content, wherein the basic service platform in this embodiment may be a registration service platform, an order generation service platform, a payment service platform or other platforms in software, and correspondingly, the plurality of original event messages may be related messages of a registration event of a new user, related messages of an order generation event, and related messages of a payment event; generally, there is a similar generation of raw event messages every moment in the software or system operation.
In this embodiment, the original message content includes a sending system, a generating time, an original message, and a unique identifier, where the sending system, the generating time, and the original message are specifically labeled with basic information of the original message, and the unique identifier is a trace code generated by a service platform that generates the original event message based on the original event message, and is temporarily stored as a basis for concurrency and idempotent processing of a subsequent service.
204. Reading original message content, and carrying out event classification on the original message based on the original message content to obtain an event type identifier and an event subtype identifier;
205. defining message reading permission according to the event type identifier and the event subtype identifier;
206. generating a detailed information identifier based on the original message content;
207. combining the event type identifier, the event subtype identifier, the message reading authority and the detailed information identifier to obtain additional message content;
in this embodiment, the message conversion rule includes an additional rule and a conversion rule, after the content of the original message is obtained, the additional rule included in the message conversion rule is obtained, and the content of the additional message is generated based on the content of the original message according to the additional rule, where the content of the additional message includes an event type identifier, an event subtype identifier, a message reading right, and a detailed information identifier.
Specifically, the event type identifier and the event subtype identifier identify the service attribute of the message, and are generated by classifying according to the preset event type classification standard according to the data in the original message content; for example, when the event type identifier is an order event, the event subtype identifier may be order creation, order payment, order delivery, etc.; the message reading permission is the reading permission of the message content determined according to the original message content, and can be determined according to the account number type of the consumer, consumption level setting and other information; the detailed information is identified as service specific information extracted according to the content of the original message, such as the type of goods purchased in the order, the cash payment amount, and the like.
After the event type identification, the event subtype identification, the message reading authority and the detailed information identification are obtained, the obtained contents are combined to obtain the additional message content, so that the generated additional message content and the original message content can be combined in the process of generating the universal message subsequently.
208. Performing data format conversion on the message content based on the original message content and the additional message content according to a conversion rule to obtain a universal message, and forming the universal message into a universal message set;
generating a preset general message according to the original message content and the additional message content according to the conversion rule acquired in the previous step, wherein the message conversion rule is a rule for perfecting message information which is established in advance based on the original message content and other message content items required by various service functions which can be completed by the service system; the message conversion rule is used for converting the data format based on the obtained original message content, and the original event messages from each basic platform are converted into the data format which can be identified by various service system processing items to obtain the universal message, so that the service system in the embodiment can directly obtain the converted and temporarily stored universal message for subsequent operation when the specific service item processing is required, and the method can replace the step of obtaining the original event message when the service item processing is carried out; the method in the embodiment unifies the formats of the service messages or other message rules required to be acquired by various services so as to monitor the basic service information. In addition, after the converted general messages are obtained, the general messages are temporarily stored and the at least one general message is formed into a general message set.
209. Based on the received interactive request of the service data, searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table;
the content in this step is substantially the same as that in step 103 in the previous embodiment, and therefore, the description thereof is omitted.
210. Acquiring a request permission level of an interactive request of service data;
in this embodiment, after the interactive requests of the service data are obtained, the request permission levels of the interactive requests are queried according to the content in the data interaction information table preset in the system database of the service system, where the permission level of each interactive request is related to the type of the service processing item and the requestor sending the service processing item request.
211. Reading the message reading authority of the general message contained in the general message set;
212. extracting the general message matched with the request permission level to obtain an authorized message set;
213. screening out target general messages in the authorized message set according to the target message items and the general message types;
and reading the message reading authority of each general message contained in the general message set, wherein the message reading authority of the general message is determined in advance according to the original message content and the additional message content when the general message is generated.
Extracting the general message with the message reading permission matched with the request permission level in the general message set, namely screening the general message with the message reading permission which can be obtained by the request permission level in the general message set; the method comprises the steps that in the generation process of the general messages, message type identification fields are generated according to general message rules, when screening is carried out in the step, the message type identification fields in all the general messages contained in the general message set are firstly obtained, and corresponding target general messages are screened out in the general message set according to target message items and general message types.
Specifically, in the scheme in this embodiment, while the current service processing item is acquired, the message authority level of the service processing item is also determined according to the target message item and the general message type required by the service processing item, and the message authority level is recorded. And then, according to the target message item and the universal message type which are acquired in advance, all the universal messages which meet the target message item and the universal message type are searched in the universal message set, and the message reading permission of each universal message is obtained at the same time. And judging the relationship between the message authority level of the current service processing item and the message reading authority of each universal message, and screening out the universal messages of which the current message authority levels meet the message reading authority from all the universal messages meeting the required types.
214. And analyzing the target general message to obtain target service message data.
The specific content in this step is substantially the same as that in step 105 in the previous embodiment, and therefore, the detailed description thereof is omitted here.
In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
Referring to fig. 3, a third embodiment of a service data interaction method according to the embodiment of the present invention includes:
301. acquiring a message transmission port corresponding to each basic service platform;
302. connecting a message transmission port, receiving basic service data generated by a basic service platform, and extracting an original event message contained in the basic service data;
303. analyzing the original event message to obtain the content of the original message;
304. reading original message content, and generating additional message content according to a preset additional rule based on the original message content;
in this embodiment, the contents in step 301 to step 304 are substantially the same as those in step 201 to step 204 in the previous embodiment, and therefore, the description thereof is omitted.
305. Acquiring message time characteristics according to the original message content and the additional message content;
306. determining time transmission period information of the original message content and the additional message content according to the message time characteristics;
307. based on the time transmission period information, performing data format conversion on the message content based on the original message content and the additional message content according to a conversion rule, periodically generating corresponding general messages, and forming a general message set by the general messages;
generating a preset general message according to the original message content and the additional message content according to the conversion rule acquired in the previous step, wherein the message conversion rule is a rule for perfecting message information which is established in advance based on the original message content and other message content items required by various service functions which can be completed by the service system; the message conversion rule is used for converting the data format based on the obtained original message content, and the original event messages from each basic platform are converted into the data format which can be identified by various service system processing items to obtain the universal message, so that the service system in the embodiment can directly obtain the converted and temporarily stored universal message for subsequent operation when the specific service item processing is required, and the method can replace the step of obtaining the original event message when the service item processing is carried out; the method of the embodiment unifies the formats of the service messages or other message rules required to be acquired by various services so as to monitor the basic service information. In addition, after the converted general messages are obtained, the general messages are temporarily stored, and at least one obtained general message is formed into a general message set.
In this step, when performing specific conversion, the original message content and the additional message content acquired in the previous step are further analyzed, a time transmission characteristic specifically required by the current message is acquired based on the acquired specific message content, and a time transmission cycle of the service message is generated based on the time transmission characteristic, where the time transmission cycle includes various cycle characteristics, for example, it can be determined whether the general message to be generated needs to be transmitted in real time, delayed transmission, or periodically according to the original message content and the additional message content; and extracting the corresponding time transmission rule from the database according to the time period, and generating the general message according to the corresponding time transmission rule, for example, the generated general message can be transmitted in real time, delayed for a certain time period, or transmitted at a periodic time.
308. Based on the received interactive request of the service data, searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table;
309. screening the target general message in the general message set according to the target message item and the general message type;
310. analyzing the target general message to obtain target service message data;
in this embodiment, the contents in step 308 to step 310 are substantially the same as those in step 103 to step 105 in the previous embodiment, and therefore, the description thereof is omitted.
311. Receiving a service expansion request and extracting service expansion content corresponding to the service expansion request;
312. analyzing the service expansion content, generating an expansion data exchange project, and acquiring an expansion message conversion rule and an expansion target message project of the expansion data exchange project;
313. and updating the message conversion rule according to the extended message conversion rule, and updating the data interaction information table according to the extended target message item.
In this embodiment, a service processing item may also be added according to a subsequent service expansion request, and specifically, based on a received service expansion request, service expansion content corresponding to the service expansion request is obtained, where the service expansion content includes an expansion data exchange item, and the service expansion content may be a relevant expansion packet of service expansion, where the relevant expansion packet of service expansion may be issued to the service system in this embodiment through an issuing system, and a data interaction information table is updated according to the expansion data exchange item.
The service system in this embodiment may obtain an extended data exchange item by analyzing the obtained related extension packet of the service extension; for example, when the device in the business system receives a business expansion request for adding a payment method, a corresponding payment method expansion packet is obtained based on the business expansion request, wherein the corresponding payment method expansion packet includes an expansion data exchange item required by a new payment method, and processing logic is added based on the newly added contents, so that each user or client can automatically receive the expansion or newly added expansion data exchange item when the business processing device runs.
In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
Referring to fig. 4, a fourth embodiment of a service data interaction method according to the embodiment of the present invention includes:
401. acquiring a message transmission port corresponding to each basic service platform;
402. connecting a message transmission port, receiving basic service data generated by a basic service platform, and extracting an original event message contained in the basic service data;
403. analyzing the original event message to obtain the content of the original message;
404. reading original message content, and carrying out event classification on the original message based on the original message content to obtain an event type identifier and an event subtype identifier;
405. defining message reading permission according to the event type identifier and the event subtype identifier;
406. generating a detailed information identifier based on the original message content;
407. combining the event type identifier, the event subtype identifier, the message reading authority and the detailed information identifier to obtain additional message content;
in this embodiment, the contents in steps 401 to 407 are substantially the same as those in steps 201 to 207 in the previous embodiment, and therefore, the description thereof is omitted.
408. Acquiring message time characteristics according to the original message content and the additional message content;
409. determining time transmission period information of the original message content and the additional message content according to the message time characteristics;
410. based on the time transmission period information, performing data format conversion on the message content based on the original message content and the additional message content according to a conversion rule, periodically generating corresponding general messages, and forming a general message set by the general messages;
in this embodiment, the contents in steps 408 to 410 are substantially the same as those in steps 305 to 307 in the previous embodiment, and therefore, the description thereof is omitted.
411. Based on the received interactive request of the service data, searching a target message item corresponding to the interactive request and a general message type corresponding to the target message item from a preset data interactive information table;
the content in this step is substantially the same as that in step 103 in the previous embodiment, and therefore, the description thereof is omitted.
412. Acquiring a request authority level of a service processing project request;
413. reading the message reading authority of the general message contained in the general message set;
411. extracting the general message matched with the request permission level to obtain an authorized message set;
415. screening out target general messages in the authorized message set according to the target general message items and the general message types;
in this embodiment, the contents in steps 412 to 415 are substantially the same as those in steps 210 to 213 in the previous embodiment, and therefore, the description thereof is omitted.
416. Analyzing the target general message to obtain target service message data;
the specific content in this step is substantially the same as that in step 105 in the previous embodiment, and therefore, the detailed description thereof is omitted here.
417. Receiving a basic service data change request, and extracting conversion rule change contents contained in the basic service data change request;
418. updating the message conversion rule according to the additional rule change content and the additional rule change content;
the business system in the embodiment can also update the message conversion rule according to the requirement; specifically, in the working process of the service system, an operation of upgrading or changing the system inevitably occurs, for example, when the system is upgraded or changed, the original event message is changed, and the original general information generation rule may not obtain the corresponding general information due to the change of the original event message.
In this embodiment, the conversion rule modification content included in the original event message modification request may be extracted according to the received original event message modification request; the conversion rule change content comprises additional rule change content and conversion rule change content, and the message conversion rule is updated based on the additional rule change content and the conversion rule change content, so that the updated message conversion rule in the business system can process the original event message after the system is upgraded or changed, and obtain a corresponding target general message.
Through the scheme in the embodiment, when the original event message is changed during updating operation of a basic service platform, for example, the message conversion rule is changed so as to generate a corresponding general message, thereby avoiding the problem that when a scheme for relatively independently acquiring the original event message during processing of each service item in the prior art is changed in a certain original event message, the service data interaction programs of the original event message need to be updated, and only the message conversion rule is used so as to generate a corresponding general message, and each service item still acquires information in a general message set for operation during processing, so that the service system in the embodiment is more convenient to maintain and update.
419. Receiving a service expansion request and extracting service expansion content corresponding to the service expansion request;
420. analyzing the service expansion content, generating an expansion data exchange project, and acquiring an expansion service processing rule of the expansion data exchange project and a required expansion general message project;
421. and updating the data interaction information table according to the extended service processing rule and the extended general message item.
In this embodiment, the contents in steps 419-421 are substantially the same as those in steps 311-313 in the previous embodiment, and therefore are not described herein again.
In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
With reference to fig. 5, the service data interaction method in the embodiment of the present invention is described above, and a service data interaction device in the embodiment of the present invention is described below, where an embodiment of the service data interaction device in the embodiment of the present invention includes:
an obtaining module 501, configured to obtain basic service data generated by a basic service platform, and extract original message content in the basic service data;
a conversion module 502, configured to perform message content addition and conversion on the original message content according to a preset message conversion rule to obtain a general message set, where the general message set includes at least one general message;
a searching module 503, configured to search, based on a received service data interaction request, a target message item corresponding to the interaction request and a general message type corresponding to the target message item from a preset data interaction information table, where the general message type is used to indicate a general message in the general message set;
a screening module 504, configured to screen out a target general message in the general message set according to the target message item and the general message type;
and the analyzing module 505 is configured to analyze the target general message to obtain target service message data.
In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
Referring to fig. 6, another embodiment of the service data interaction apparatus according to the embodiment of the present invention includes:
an obtaining module 501, configured to obtain basic service data generated by a basic service platform, and extract original message content in the basic service data;
a conversion module 502, configured to perform message content addition and conversion on the original message content according to a preset message conversion rule to obtain a general message set, where the general message set includes at least one general message;
a searching module 503, configured to search, based on a received service data interaction request, a target message item corresponding to the interaction request and a general message type corresponding to the target message item from a preset data interaction information table, where the general message type is used to indicate a general message in the general message set;
a screening module 504, configured to screen out a target general message in the general message set according to the target message item and the general message type;
and the analyzing module 505 is configured to analyze the target general message to obtain target service message data.
Optionally, the obtaining module 501 includes:
a port obtaining unit 5011, configured to obtain a message transmission port corresponding to each basic service platform;
a message receiving unit 5012, configured to connect to the message transmission port, receive basic service data generated by the basic service platform, and extract an original event message included in the basic service data;
the parsing unit 5013 is configured to parse the original event message to obtain an original message content.
Optionally, the conversion module 502 includes:
an additional unit 5021, configured to read the original message content, perform event classification on the original message based on the original message content, and obtain an event type identifier and an event subtype identifier; defining message reading permission according to the event type identifier and the event subtype identifier; generating a detailed information identifier based on the original message content; combining the event type identifier, the event subtype identifier, the message reading authority and the detailed information identifier to obtain additional message content;
a conversion unit 5022, configured to perform data format conversion on the message content based on the original message content and the additional message content according to the conversion rule to obtain a common message, and compose the common message into a common message set.
Optionally, the converting unit 5022 includes:
a time characteristic obtaining subunit, configured to obtain a message time characteristic according to the original message content and the additional message content;
a period generating unit, configured to determine time transmission period information of the original message content and the additional message content according to the message time characteristics;
and the message generating subunit is used for performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule based on the time transmission cycle information, and periodically generating a corresponding general message.
Optionally, the screening module 504 includes:
a request permission obtaining unit 5041, configured to obtain a request permission level of the interactive request of the service data;
a reading authority obtaining unit 5042, configured to read a message reading authority of a general message included in the general message set;
a authorized message extraction unit 5043, configured to extract a general message matched with the request permission level, so as to obtain an authorized message set;
a target message screening unit 5044, configured to screen out a target general message in the authorized message set according to the target message item and the general message type.
Optionally, the service data interaction apparatus further includes a conversion rule updating module, which is specifically configured to:
receiving a basic service data change request, and extracting conversion rule change contents contained in the basic service data change request, wherein the conversion rule change contents comprise additional rule change contents and conversion rule change contents; and updating the message conversion rule according to the additional rule change content and the additional rule change content.
Optionally, the service data interaction apparatus further includes a service extension module, where the service extension module includes:
an extended content receiving unit, configured to receive a service extension request and extract service extended content corresponding to the service extension request;
a content analysis unit, configured to analyze the service extension content, generate an extension data exchange item, and obtain an extension message conversion rule and an extension target message item of the extension data exchange item;
and the information table updating unit is used for updating the message conversion rule according to the extended message conversion rule and updating the data interaction information table according to the extended target message item.
In the embodiment of the invention, various original event messages from the basic service platform are converted into the general messages according to the message conversion rule, and the general messages are acquired to replace the original time messages during service data interaction, so that the operation steps during service data interaction in the conventional service system are simplified.
Fig. 5 and fig. 6 describe the service data interaction apparatus in the embodiment of the present invention in detail from the perspective of the modular functional entity, and the service data interaction device in the embodiment of the present invention is described in detail from the perspective of hardware processing.
Fig. 7 is a schematic structural diagram of a service data interaction device according to an embodiment of the present invention, where the service data interaction device 700 may have a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 710 (e.g., one or more processors) and a memory 720, and one or more storage media 730 (e.g., one or more mass storage devices) storing an application 733 or data 732. Memory 720 and storage medium 730 may be, among other things, transient storage or persistent storage. The program stored in the storage medium 730 may include one or more modules (not shown), each of which may include a series of instructions for the business data interacting device 700. Further, processor 710 may be configured to communicate with storage medium 730, and execute a series of instruction operations in storage medium 730 on business data interaction device 700.
Business data interaction device 700 may also include one or more power supplies 740, one or more wired or wireless network interfaces 750, one or more input-output interfaces 760, and/or one or more operating systems 731, such as Windows Server, Mac OS X, Unix, Linux, FreeBSD, and the like. Those skilled in the art will appreciate that the business data interaction device architecture shown in fig. 7 does not constitute a limitation of business data interaction devices, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
The present invention also provides a computer device, which may be any device capable of executing the service data interaction method described in the above embodiments, and the computer device includes a memory and a processor, where the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the service data interaction method in the above embodiments.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and may also be a volatile computer-readable storage medium, having stored therein instructions, which, when executed on a computer, cause the computer to perform the steps of the business data interaction method.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A service data interaction method is characterized in that the service data interaction method comprises the following steps:
acquiring basic service data generated by a basic service platform, and extracting original message content in the basic service data;
adding and converting the message content of the original message content according to a preset message conversion rule to obtain a general message set, wherein the general message set comprises at least one general message;
based on a received service data interaction request, searching a target message item corresponding to the interaction request and a general message type corresponding to the target message item from a preset data interaction information table, wherein the general message type is used for indicating general messages in the general message set;
screening out target general messages in the general message set according to the target message items and the general message types;
and analyzing the target general message to obtain target service message data.
2. The service data interaction method according to claim 1, wherein the obtaining of the basic service data generated by the basic service platform and extracting of the original message content in the basic service data comprises:
acquiring a message transmission port corresponding to each basic service platform;
connecting the message transmission port, receiving basic service data generated by the basic service platform, and extracting an original event message contained in the basic service data;
and analyzing the original event message to obtain the content of the original message.
3. The service data interaction method according to claim 2, wherein the message transformation rules include an addition rule and a transformation rule, and the adding and transforming of the message content to the original message content according to the preset message transformation rules to obtain a common message set includes:
reading the original message content, and carrying out event classification on the original message based on the original message content to obtain an event type identifier and an event subtype identifier;
defining message reading permission according to the event type identifier and the event subtype identifier;
generating a detailed information identifier based on the original message content;
combining the event type identifier, the event subtype identifier, the message reading authority and the detailed information identifier to obtain additional message content;
and performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule to obtain a universal message, and forming a universal message set by the universal message.
4. The service data interaction method of claim 3, wherein the performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule to obtain the common message comprises:
acquiring message time characteristics according to the original message content and the additional message content;
determining time transmission period information of the original message content and the additional message content according to the message time characteristics;
and based on the time transmission period information, performing data format conversion on the message content based on the original message content and the additional message content according to the conversion rule, and periodically generating a corresponding general message.
5. The service data interaction method according to claims 1-4, wherein said filtering out the target general message in the general message set according to the target message item and the general message type comprises:
acquiring a request permission level of an interactive request of the service data;
reading the message reading authority of the general message contained in the general message set;
extracting the general message matched with the request permission level to obtain an authorized message set;
and screening out the target general message in the authorized message set according to the target message item and the general message type.
6. The service data interaction method according to claim 5, after said parsing said target general message to obtain service message data, further comprising:
receiving a basic service data change request, and extracting conversion rule change contents contained in the basic service data change request, wherein the conversion rule change contents comprise additional rule change contents and conversion rule change contents;
and updating the message conversion rule according to the additional rule change content and the additional rule change content.
7. The service data interaction method according to claim 6, after said parsing said target general message to obtain service message data, further comprising:
receiving a service expansion request and extracting service expansion content corresponding to the service expansion request;
analyzing the service extension content, generating an extension data exchange project, and acquiring an extension message conversion rule and an extension target message project of the extension data exchange project;
and updating the message conversion rule according to the extended message conversion rule, and updating the data interaction information table according to the extended target message item.
8. A service data interaction device, wherein the service data interaction device comprises:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring basic service data generated by a basic service platform and extracting original message content in the basic service data;
the conversion module is used for attaching and converting the message content to the original message content according to a preset message conversion rule to obtain a universal message set, wherein the universal message set comprises at least one universal message;
the searching module is used for searching a target message item corresponding to the interactive request from a preset data interactive information table based on the received interactive request of the service data;
the screening module is used for screening the target general message in the general message set according to the target message item;
and the analysis module is used for analyzing the target general message to obtain target service message data.
9. A service data interaction device, wherein the service data interaction device comprises: a memory and at least one processor, the memory having instructions stored therein;
the at least one processor invoking the instructions in the memory to cause the business data interaction device to perform the steps of the business data interaction method of any one of claims 1-7.
10. A computer-readable storage medium having instructions stored thereon, wherein the instructions, when executed by a processor, implement the steps of the business data interaction method according to any one of claims 1 to 7.
CN202110721475.XA 2021-06-28 2021-06-28 Service data interaction method, device, equipment and storage medium Active CN113434311B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110721475.XA CN113434311B (en) 2021-06-28 2021-06-28 Service data interaction method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110721475.XA CN113434311B (en) 2021-06-28 2021-06-28 Service data interaction method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113434311A true CN113434311A (en) 2021-09-24
CN113434311B CN113434311B (en) 2023-01-31

Family

ID=77755045

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110721475.XA Active CN113434311B (en) 2021-06-28 2021-06-28 Service data interaction method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113434311B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114938357A (en) * 2022-06-07 2022-08-23 中国人民解放军国防科技大学 Open source group cooperative message notification method, device, computer equipment and medium
CN116185782A (en) * 2023-04-23 2023-05-30 智者四海(北京)技术有限公司 Service monitoring method and device for social software

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008003257A1 (en) * 2006-06-28 2008-01-10 Huawei Technologies Co., Ltd. Method, system and device of converting information in transaction managing interface
WO2016174519A1 (en) * 2015-04-27 2016-11-03 Alibaba Group Holding Limited Methods and devices for processing values
CN107317742A (en) * 2016-04-27 2017-11-03 北京京东尚科信息技术有限公司 A kind of message treatment method and system
CN109344183A (en) * 2018-01-30 2019-02-15 深圳壹账通智能科技有限公司 Data interactive method, device, computer equipment and storage medium
CN109951538A (en) * 2019-03-06 2019-06-28 深圳市飞比电子科技有限公司 Data processing method, device, system, electronic equipment and storage medium
CN111352740A (en) * 2018-12-21 2020-06-30 腾讯科技(深圳)有限公司 Application interaction processing method and device
CN112540988A (en) * 2020-12-08 2021-03-23 用友网络科技股份有限公司 Service processing device, processing method and readable storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008003257A1 (en) * 2006-06-28 2008-01-10 Huawei Technologies Co., Ltd. Method, system and device of converting information in transaction managing interface
WO2016174519A1 (en) * 2015-04-27 2016-11-03 Alibaba Group Holding Limited Methods and devices for processing values
CN107317742A (en) * 2016-04-27 2017-11-03 北京京东尚科信息技术有限公司 A kind of message treatment method and system
CN109344183A (en) * 2018-01-30 2019-02-15 深圳壹账通智能科技有限公司 Data interactive method, device, computer equipment and storage medium
CN111352740A (en) * 2018-12-21 2020-06-30 腾讯科技(深圳)有限公司 Application interaction processing method and device
CN109951538A (en) * 2019-03-06 2019-06-28 深圳市飞比电子科技有限公司 Data processing method, device, system, electronic equipment and storage medium
CN112540988A (en) * 2020-12-08 2021-03-23 用友网络科技股份有限公司 Service processing device, processing method and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
颜廷良: "基于XML消息的安全数据交换平台研究与应用", 《计算机技术与发展》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114938357A (en) * 2022-06-07 2022-08-23 中国人民解放军国防科技大学 Open source group cooperative message notification method, device, computer equipment and medium
CN114938357B (en) * 2022-06-07 2024-03-12 中国人民解放军国防科技大学 Open source group collaboration message notification method, device, computer equipment and medium
CN116185782A (en) * 2023-04-23 2023-05-30 智者四海(北京)技术有限公司 Service monitoring method and device for social software

Also Published As

Publication number Publication date
CN113434311B (en) 2023-01-31

Similar Documents

Publication Publication Date Title
US8799854B2 (en) Reusing software development assets
CN101908015B (en) Device and method for creating test case based on components
CN113434311B (en) Service data interaction method, device, equipment and storage medium
US20070022023A1 (en) Method and apparatus for populating a software catalogue with software knowledge gathering
CN112035742A (en) User portrait generation method, device, equipment and storage medium
US20160321068A1 (en) Populating a Software Catalogue with Related Product Information
CN105721629A (en) User identifier matching method and device
CN112433705A (en) Script generation method and device, electronic equipment and storage medium
CN112017007A (en) User behavior data processing method and device, computer equipment and storage medium
CN112308727A (en) Insurance claim settlement service processing method and device
CN113672692B (en) Data processing method, data processing device, computer equipment and storage medium
CN111813739A (en) Data migration method and device, computer equipment and storage medium
JP2016162016A (en) Management information acquisition program, management information acquisition method, and management information acquisition device
CN112948418A (en) Dynamic query method, device, equipment and storage medium
CN109740074B (en) Method, device and equipment for processing parameter configuration information
CN101520861A (en) Data event sending method and device and event handling system
JP6634938B2 (en) Analysis support method, analysis support program, and analysis support device
CN114691768A (en) Data processing method, accounting system and related equipment
CN113656183A (en) Task processing method, device, equipment and storage medium
CN112307088A (en) Method, device and equipment for inquiring state of process node and storage medium
CN116861455B (en) Event data processing method, system, electronic device and storage medium
JP5575971B1 (en) Form data management server and form data management program
Brown An examination of the current state of IPSE technology
CN112965740B (en) Asset information export method and device
CN116303627B (en) Query method and device for semiconductor test data, electronic 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
GR01 Patent grant
GR01 Patent grant