CN111190750A - Data processing method and system - Google Patents
Data processing method and system Download PDFInfo
- Publication number
- CN111190750A CN111190750A CN201911360735.4A CN201911360735A CN111190750A CN 111190750 A CN111190750 A CN 111190750A CN 201911360735 A CN201911360735 A CN 201911360735A CN 111190750 A CN111190750 A CN 111190750A
- Authority
- CN
- China
- Prior art keywords
- data
- callback
- format
- processing
- processing method
- 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
Links
- 238000003672 processing method Methods 0.000 title claims abstract description 26
- 238000012545 processing Methods 0.000 claims abstract description 64
- 238000013506 data mapping Methods 0.000 claims abstract description 17
- 238000013507 mapping Methods 0.000 claims abstract description 13
- 238000006243 chemical reaction Methods 0.000 claims description 22
- 238000004590 computer program Methods 0.000 claims description 17
- 238000000034 method Methods 0.000 abstract description 18
- 238000011161 development Methods 0.000 abstract description 12
- 238000012423 maintenance Methods 0.000 abstract description 4
- 238000004458 analytical method Methods 0.000 abstract description 3
- 230000006870 function Effects 0.000 description 5
- 230000008878 coupling Effects 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000003032 molecular docking Methods 0.000 description 3
- 230000009286 beneficial effect Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 2
- 238000007405 data analysis Methods 0.000 description 2
- 238000011144 upstream manufacturing Methods 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 210000001503 joint Anatomy 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/541—Interprogram communication via adapters, e.g. between incompatible applications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/08—Insurance
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Abstract
The invention is suitable for the technical field of data processing, and provides a data processing method and a system, wherein the method comprises the following steps: determining intermediate data having a target data format; analyzing the intermediate data according to a preset data mapping relation to obtain a callback parameter; and performing service processing according to the callback parameter to obtain a processing result, and returning the processing result. After the initial data with the initial data format is received, the initial data is firstly processed in a centralized mode to convert the initial data into the intermediate data with the target data format, and callback parameter analysis and service mapping are isolated from service processing, so that different products do not need to be developed independently, development of callback processing of payment results is simplified, development time can be greatly shortened, maintenance cost of a data access system is remarkably reduced, and the requirement of fast connection and connection of insurance products is met.
Description
Technical Field
The present invention belongs to the technical field of data processing, and in particular, to a data processing method and system.
Background
The insurance industry is generally divided into upstream insurance companies and downstream insurance brokerage companies, and after an insurance is released by an upstream insurance company, the downstream insurance brokerage company takes charge of sales. The insurance agent company plays an extremely important role in online insurance product sales, and is a bridge between consumers and the insurance company, and the product docking and rapid release of the insurance agent company and the insurance company are important bases for better meeting market demands and improving consumer experience.
The insurance company and the insurance broker company use respective data systems, that is, the data format used by the insurance company is the data format specified by the data system inside the insurance company, and the data format used by the insurance broker company is the data format specified by the data system inside the insurance broker company, and usually, the data formats required by the data systems of the insurance company and the insurance broker company are different.
At present, when an insurance brokerage company is in butt joint with an insurance company, a receiving interface needs to be separately developed for different products and different insurance companies, so that the reusability is poor, the development time is long, and the maintainability is poor.
Disclosure of Invention
In view of this, embodiments of the present invention provide a data processing method and system, so as to solve the technical problems in the prior art that when an insurance brokerage company develops a receiving interface separately for different products and different insurance companies, reusability is poor, development time is long, and maintainability is poor.
In a first aspect of the embodiments of the present invention, a data processing method is provided, including:
determining intermediate data having a target data format;
analyzing the intermediate data according to a preset data mapping relation to obtain a callback parameter;
and performing service processing according to the callback parameter to obtain a processing result, and returning the processing result.
In a second aspect of the embodiments of the present invention, there is provided a data processing system, including:
the callback gateway is used for determining intermediate data with a target data format and returning a processing result;
the configuration center module is used for storing a preset data mapping relation;
the data conversion module is used for analyzing the intermediate data according to a preset data mapping relation so as to obtain callback parameters;
and the service center module is used for carrying out service processing according to the callback parameter so as to obtain a processing result.
In a third aspect of the embodiments of the present invention, there is provided a terminal device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the data processing method when executing the computer program.
In a fourth aspect of the embodiments of the present invention, a computer-readable storage medium is provided, which stores a computer program, and the computer program realizes the above data processing method when being executed by a processor.
Compared with the prior art, the embodiment of the invention has the following beneficial effects: the embodiment of the invention determines the intermediate data with the target data format and isolates callback parameter analysis and service mapping from service processing, so that independent development for different products is not needed, development of callback processing of payment results is simplified, development time can be greatly shortened, maintenance cost of a data access system is obviously reduced, and the requirement of rapid on-line connection of insurance products is met.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed for the embodiments or the prior art descriptions 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 it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic diagram of a data access system provided by an embodiment of the present invention;
fig. 2 is a first schematic flow chart illustrating an implementation of a data processing method according to an embodiment of the present invention;
fig. 3 is a schematic flow chart of an implementation of the data processing method according to the embodiment of the present invention;
fig. 4 is a schematic flow chart of an implementation of the data processing method according to the embodiment of the present invention;
fig. 5 is a schematic diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples.
The insurance agent company plays an extremely important role in online insurance product sales, and is a bridge between consumers and the insurance company, and the product docking and rapid release of the insurance agent company and the insurance company are important bases for better meeting market demands and improving consumer experience. At present, because the services of various insurance companies are different, the development habits are different, and corresponding external interfaces are different, when the insurance companies provide insurance product ordering and purchasing interfaces, the insurance companies can adopt interface callback to realize when feeding back payment results to the insurance brokerage companies, and the callback parameters are different, so the specific implementation modes are different. However, because the interface specifications are different, when an insurance broker company develops a docking product, it needs to separately develop a receiving interface for different products and different insurance companies, which consumes a lot of time, and the later maintenance is also poor.
Referring to fig. 1, the present embodiment provides a data access system 10, which can process callback of payment results of different insurance companies and different products by using a general processing method, so that the payment results can be accessed, and the development online speed is increased.
The data access system 10 provided in this embodiment includes a callback gateway 101, a configuration center module 102, a data conversion module 103, and a service center module 104, where the callback gateway 101 is connected to the configuration center module 102, the data conversion module 103, and the service center module 104, so as to perform data exchange. The configuration center module 102 is configured to configure a service mapping relationship (i.e., configuration information) between callback parameters of different products and fields of the data access system, so as to call the callback gateway 101. The data conversion module 103 may obtain the service mapping relationship of the callback parameters of different products configured by the configuration center module 102, so as to convert the callback parameters into data that can be processed by the system. The service center module 104 includes at least two parts, namely a general service processing part and a special service processing part, and according to the difference of the callback information, the corresponding special service processing to be executed is different, so after the general service processing is executed, the special service processing is executed according to the configured different products. The callback gateway 101 may obtain a field receiving policy of a corresponding product according to the difference of callback addresses (the callback addresses are configured according to different products), so as to receive callback parameters; the callback gateway 101 can also analyze callback parameters and uniformly convert the callback parameters into data in a system general data format; the callback gateway 101 may also call the data conversion module 103 to match the configuration information of the current product to obtain the data converted by the data conversion module 103, so as to package the data into a uniform data format of the system; meanwhile, the callback gateway 101 may also call the service console module 104 to perform service processing.
When data access (for example, a payment result of a product of a certain insurance company, the payment result including a callback parameter) is performed, the callback gateway 101 receives the callback parameter; and performing data analysis on the callback parameter so as to convert the callback parameter into data in a system general data format. Then, the callback gateway 101 calls the configuration center module 102 to acquire corresponding configuration information; the configuration center module 102 returns the mapping relationship between the callback parameter of the current product and the field of the system to the callback gateway 101. The callback gateway 101 sends the acquired mapping relationship to the data conversion module 103, and the data conversion module 103 performs data conversion on the callback parameter according to the mapping relationship and sends the converted data to the callback gateway 101. The callback gateway 101 calls the service center module 104 to perform service processing; the service center module 104 calls the configured special service processing of different products after executing the general service processing according to the converted data, and returns the processing result to the call-back gateway 101. The callback gateway 101 returns the processing result to the insurance company after obtaining the processing result. Through the process, data access can be realized.
Of course, the data access system 10 provided in the present embodiment can also be used for other types of data access, and is not limited to the above-mentioned case.
Fig. 2 is a flowchart of an implementation of a data processing method provided in this embodiment. The data processing method may be implemented by the data access system described above, or may be implemented by other systems, which is not limited herein. The data processing method provided by the embodiment comprises the following steps:
step S21: intermediate data having a target data format is determined.
The target data format of the intermediate data may be json (JavaScript Object Notation) format. Json is a lightweight data exchange format that stores and represents data in a text format that is completely independent of programming languages, based on a subset of ECMAScript (the js specification set by the European computer Association). The compact and clear hierarchy makes Json an ideal data exchange language. Json is easy to read and write by people, and is easy to analyze and generate by a machine, so that the network transmission efficiency can be effectively improved.
Specifically, since the insurance company and the insurance broker company use respective data systems, data formats thereof may be different (generally, the data formats adopted by the insurance company and the insurance broker company are different), when accessing data from the insurance company, it is necessary to determine intermediate data having a target data format from the received data. And if the received data format is the same as the target data format, directly acquiring the data, and performing the next step, and if the received data format is not accordant with the target data format, converting the received data format.
Referring to fig. 3, it is understood that, before step S21, the following steps of acquiring initial data may be further included.
Step S20: initial data having an initial data format is obtained.
In this embodiment, the initial data may be a callback parameter that the insurance company notifies the insurance broker company. After a consumer purchases a product of an insurance company, the insurance company needs to notify the insurance broker company of a payment result, which is usually implemented by using an interface callback mode. A callback refers to a call by another party when a specific event or condition occurs for responding to the event or condition, such as when a consumer purchases insurance products through an online platform of an insurance broker company, the result of payment needs to be notified to the insurance broker company by the insurance company through the callback, and the insurance broker company determines the next business process through the callback information.
The initial data format of the initial data may be an xml (extensible markup language) format. Wherein, xml is a subset of standard general markup language, and is a markup language for marking electronic documents to have structure. In an electronic computer, a label refers to a symbol of information that can be understood by the computer, and by this label, various information such as articles and the like can be processed between the computers. It can be used to mark data, define data types, and is a source language that allows a user to define his or her own markup language. The Xml format is well suited for world wide web transport, provides a uniform way to describe and exchange structured data independent of the application or vendor, is a cross-platform, content-dependent technology in a network environment, and is an effective tool today for handling distributed structural information.
In this embodiment, the process of performing format conversion on the initial data may be implemented by a callback gateway of the data access system, so that the received initial data may be subjected to data analysis, so as to convert the initial data into intermediate data in a json format common to the data access system.
As previously described, the initial data may be a payment result from the insurance company, the payment result including a callback parameter in a data format that is used by the insurance company's data system. In this embodiment, the process of receiving the initial data may be implemented by a callback gateway of the data access system, where the callback gateway obtains a corresponding callback address according to product information purchased by a consumer, and obtains a receiving policy of the product field according to the callback address, so as to receive a callback parameter according to the field receiving policy.
Referring to fig. 4, since the data formats of the initial data and the intermediate data may be the same or different, after the initial data is received, the data format of the initial data needs to be determined to determine whether to perform format conversion.
Step S201: and judging whether the initial data format of the initial data is the same as the target data format.
If the initial data format of the initial data is not the same as the target data format, step S21 is executed.
If the initial data format of the initial data is the same as the target data format, step S22 is executed directly.
For example, the data format of the received initial data is xml format, and the target data format of the intermediate data is json format, and at this time, the initial data format is different from the target data format, so that the data format of the initial data needs to be converted.
For another example, the data format of the received initial data is json format, and the target data format of the intermediate data is json format, and at this time, the initial data format is the same as the target data format, so that data format conversion is not required.
Referring to fig. 2 to 4, after converting the initial data into the intermediate data in the common json format, the following steps may be continued.
Step S22: and analyzing the intermediate data according to a preset data mapping relation to obtain a callback parameter.
The preset data mapping relationship refers to a mapping relationship between different product callback parameters and the field of the system. It can be understood that, for different products of different insurance companies, the mapping relationship is correspondingly different, so that a corresponding business mapping relationship needs to be established according to different products. In this embodiment, the data mapping relationship may be stored in a configuration center module of the data access system, and may be called when data conversion is required.
When the intermediate data is analyzed, data conversion needs to be performed on the intermediate data according to the data mapping relationship (i.e., the intermediate data is analyzed) to ensure that the data access system can read the intermediate data. In this embodiment, the data conversion process may be completed by the data conversion module. When data conversion is carried out, firstly, configuration information corresponding to a product is obtained according to product information; acquiring a corresponding data mapping relation according to the product configuration information; the data conversion module calls a data mapping relation through the callback gateway and performs data conversion on the intermediate data according to the data mapping relation so as to realize field mapping on the intermediate data and obtain corresponding callback parameters; and after the callback parameters are obtained, the data conversion module transmits the callback parameters back to the callback gateway.
Step S23: and performing service processing according to the callback parameter to obtain a processing result, and returning the processing result.
After data conversion, corresponding service processing can be executed according to the obtained callback parameters. The service processing comprises general service processing and special service processing, and the special service processing to be executed is different according to different callback parameters. The setting of the general service processing part can realize the multiplexing of the service codes to the maximum extent, so that the maintainability of the whole system is improved.
In this embodiment, the service processing process may be performed by the service middleware module of the data access system. After obtaining the third data, the callback gateway sends the third data to the service center module; and the service center module firstly determines the service processing to be executed according to the third data, wherein the service processing comprises general service processing and special service processing, then sequentially executes the general service processing and the special service processing, and sends back the processing result to the callback gateway.
After the processing result is obtained, the processing result needs to be fed back. In this embodiment, the processing result is a payment result, and the callback gateway can return the payment result to the insurance company after acquiring the payment result of the service center module, thereby implementing the feedback of the payment result.
The data processing method provided by the embodiment has the beneficial effects that: after the initial data with the initial data format is received, the initial data is firstly processed in a centralized mode to be converted into the intermediate data with the target data format, and callback parameter analysis and service mapping are isolated from service processing, so that independent development for different products is not needed, development of callback processing of payment results is simplified, development time can be greatly shortened, maintenance cost of a data access system is remarkably reduced, and the requirement of rapid connection and connection of insurance products is met.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
Fig. 5 is a schematic diagram of a terminal device according to an embodiment of the present invention. As shown in fig. 5, the terminal device 3 of this embodiment includes: a processor 30, a memory 31, and a computer program 32 stored in the memory 31 and executable on the processor 30. The processor 30, when executing the computer program 32, implements the steps in the above-described respective data processing method embodiments, such as the steps S20 to S23 shown in fig. 2 to 4.
Illustratively, the computer program 32 may be divided into one or more modules/units, which are stored in the memory 31 and executed by the processor 30 to carry out the invention. One or more of the modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program 32 in the terminal device 3.
The terminal device 3 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device 3 may include, but is not limited to, a processor 30, a memory 31. It will be appreciated by those skilled in the art that fig. 5 is merely an example of the terminal device 3, and does not constitute a limitation of the terminal device 3, and may include more or less components than those shown, or combine some components, or different components, for example, the terminal device 3 may further include an input-output device, a network access device, a bus, etc.
The Processor 30 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 31 may be an internal storage unit of the terminal device 3, such as a hard disk or a memory of the terminal device 3. The memory 31 may also be an external storage device of the terminal device 3, such as a plug-in hard disk provided on the terminal device 3, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory 31 may also include both an internal storage unit of the terminal device 3 and an external storage device. The memory 31 is used for storing computer programs and other programs and data required by the terminal device 3. The memory 31 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules, so as to perform all or part of the functions described above. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, a module or a unit may be divided into only one logical function, and may be implemented in other ways, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow in the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium and used by a processor to implement the steps of the above-described embodiments of the method. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying computer program code, recording medium, U.S. disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution media, and the like. It should be noted that the computer readable medium may contain other components which may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, in accordance with legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunications signals.
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; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.
Claims (10)
1. A data processing method, comprising:
determining intermediate data having a target data format;
analyzing the intermediate data according to a preset data mapping relation to obtain a callback parameter;
and performing service processing according to the callback parameter to obtain a processing result, and returning the processing result.
2. The data processing method of claim 1, wherein prior to determining the intermediate data having the target data format, further comprising:
initial data having an initial data format is obtained.
3. The data processing method of claim 2, wherein after obtaining the initial data having the initial data format, further comprising:
judging whether the data format of the initial data is the same as the target data format;
and if the initial data format of the initial data is different from the target data format, converting the data format of the initial data to acquire intermediate data with the target data format.
4. The data processing method of claim 2, wherein the data format of the initial data is xml format and the target data format of the intermediate data is json format.
5. The data processing method of claim 1, wherein the parsing the intermediate data according to a preset data mapping relationship to obtain a callback parameter comprises:
acquiring a preset data mapping relation according to the product configuration information;
and performing field mapping on the intermediate data according to the data mapping relation to obtain callback parameters corresponding to the intermediate data.
6. The data processing method according to any one of claims 1 to 5, wherein said performing service processing according to said callback parameter to obtain a processing result comprises:
determining services to be executed according to the callback parameters, wherein the services comprise general services and special services;
and executing the general service and the special service in sequence to obtain a corresponding processing result.
7. The data processing method of claim 6, wherein the processing result comprises a payment result.
8. A data processing system, comprising:
the callback gateway is used for determining intermediate data with a target data format and returning a processing result;
the configuration center module is used for storing a preset data mapping relation;
the data conversion module is used for analyzing the intermediate data according to a preset data mapping relation so as to obtain callback parameters;
and the service center module is used for carrying out service processing according to the callback parameter so as to obtain a processing result.
9. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the data processing method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the data processing method of any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911360735.4A CN111190750B (en) | 2019-12-25 | 2019-12-25 | Data processing method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911360735.4A CN111190750B (en) | 2019-12-25 | 2019-12-25 | Data processing method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111190750A true CN111190750A (en) | 2020-05-22 |
CN111190750B CN111190750B (en) | 2024-04-16 |
Family
ID=70707639
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911360735.4A Active CN111190750B (en) | 2019-12-25 | 2019-12-25 | Data processing method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111190750B (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113419790A (en) * | 2021-06-22 | 2021-09-21 | 杭州安恒信息技术股份有限公司 | Service data processing method, device, equipment and computer readable storage medium |
CN113919834A (en) * | 2021-11-15 | 2022-01-11 | 北京高途云集教育科技有限公司 | Payment method, payment device, computer equipment and storage medium |
CN113986208A (en) * | 2021-09-27 | 2022-01-28 | 阿里云计算有限公司 | Data processing method, computing device and storage medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101969469A (en) * | 2010-10-25 | 2011-02-09 | 华为技术有限公司 | Callback processing method and device in telecom capability opening |
CN108241720A (en) * | 2016-12-27 | 2018-07-03 | 北京京东尚科信息技术有限公司 | Data processing method and data processing equipment |
WO2018201978A1 (en) * | 2017-05-04 | 2018-11-08 | 平安科技(深圳)有限公司 | Interface call data processing method, apparatus, computer device and storage medium |
CN109086444A (en) * | 2018-08-17 | 2018-12-25 | 吉林亿联银行股份有限公司 | A kind of data normalization method, apparatus and electronic equipment |
CN110602056A (en) * | 2019-08-21 | 2019-12-20 | 厦门网宿有限公司 | Service parameter transmission method and device |
-
2019
- 2019-12-25 CN CN201911360735.4A patent/CN111190750B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101969469A (en) * | 2010-10-25 | 2011-02-09 | 华为技术有限公司 | Callback processing method and device in telecom capability opening |
CN108241720A (en) * | 2016-12-27 | 2018-07-03 | 北京京东尚科信息技术有限公司 | Data processing method and data processing equipment |
WO2018201978A1 (en) * | 2017-05-04 | 2018-11-08 | 平安科技(深圳)有限公司 | Interface call data processing method, apparatus, computer device and storage medium |
CN109086444A (en) * | 2018-08-17 | 2018-12-25 | 吉林亿联银行股份有限公司 | A kind of data normalization method, apparatus and electronic equipment |
CN110602056A (en) * | 2019-08-21 | 2019-12-20 | 厦门网宿有限公司 | Service parameter transmission method and device |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113419790A (en) * | 2021-06-22 | 2021-09-21 | 杭州安恒信息技术股份有限公司 | Service data processing method, device, equipment and computer readable storage medium |
CN113986208A (en) * | 2021-09-27 | 2022-01-28 | 阿里云计算有限公司 | Data processing method, computing device and storage medium |
CN113919834A (en) * | 2021-11-15 | 2022-01-11 | 北京高途云集教育科技有限公司 | Payment method, payment device, computer equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN111190750B (en) | 2024-04-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111190750B (en) | Data processing method and system | |
CN110619555A (en) | Unified management method and device for order information, terminal equipment and medium | |
CN110601880A (en) | Cloud platform, service processing method, command interface and computer equipment | |
CN111104556B (en) | Service processing method and device | |
CN110706093A (en) | Accounting processing method and device | |
CN113515271B (en) | Service code generation method and device, electronic equipment and readable storage medium | |
CN110427304A (en) | O&M method, apparatus, electronic equipment and medium for banking system | |
CN112631696B (en) | Service arranging method, arranging device, processor and service arranging system | |
CN113742005A (en) | Platform docking method and device | |
CN112214334A (en) | Micro-service calling method and device, electronic equipment and computer-readable storage medium | |
CN112926008A (en) | Method and device for generating form page, electronic equipment and storage medium | |
CN112631649A (en) | Intelligent contract management method, device, terminal equipment and medium | |
CN113076153A (en) | Interface calling method and device | |
CN111951040A (en) | Information sending method and device, electronic equipment and storage medium | |
CN111414154A (en) | Method and device for front-end development, electronic equipment and storage medium | |
CN107195144A (en) | Method, device and the computer-readable recording medium of managing payment terminal hardware module | |
CN109862399A (en) | It shows the method for rich media information, handle method, computer installation and the computer readable storage medium of rich media information | |
CN113590243A (en) | Energy enterprise project creation method and device, computer equipment and medium | |
CN110362965A (en) | Firmware processing method, device, system, equipment and the medium of IC chip | |
CN115358761A (en) | After-sale processing method and device, after-sale processing equipment and storage medium | |
CN107632896A (en) | A kind of data processing method, data processing equipment and communication apparatus | |
JP2023526462A (en) | Method and apparatus for processing information | |
CN112363716A (en) | Method, system and device for dynamically assembling evaluation model | |
CN113779018A (en) | Data processing method and device | |
CN113157360B (en) | Method, apparatus, device, medium, and article for processing an API |
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: 20230224 Address after: Room 304, Unit 1, Floor 4, Building 9, West District, No. 9 Courtyard, Linglong Road, Haidian District, Beijing, 100089 Applicant after: BEIJING YIYIYUN TECHNOLOGY Co.,Ltd. Address before: 301800 220-41, customs building, energy saving and environmental protection industrial zone, Baodi District, Tianjin Applicant before: TIANJIN HAPPINESS LIFE TECHNOLOGY Co.,Ltd. |
|
TA01 | Transfer of patent application right | ||
GR01 | Patent grant | ||
GR01 | Patent grant |