CN113628056A - Data processing method and device, server and computer storage medium - Google Patents

Data processing method and device, server and computer storage medium Download PDF

Info

Publication number
CN113628056A
CN113628056A CN202110913761.6A CN202110913761A CN113628056A CN 113628056 A CN113628056 A CN 113628056A CN 202110913761 A CN202110913761 A CN 202110913761A CN 113628056 A CN113628056 A CN 113628056A
Authority
CN
China
Prior art keywords
application
request
format
data
insurance
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.)
Pending
Application number
CN202110913761.6A
Other languages
Chinese (zh)
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.)
United Life Insurance Co ltd
Original Assignee
United Life Insurance 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 United Life Insurance Co ltd filed Critical United Life Insurance Co ltd
Priority to CN202110913761.6A priority Critical patent/CN113628056A/en
Publication of CN113628056A publication Critical patent/CN113628056A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • 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/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/549Remote execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The application provides a data processing method, a data processing device, a server and a computer storage medium, wherein the data processing method comprises the following steps: firstly, receiving an application insurance request sent by a request terminal; then, generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file to a database; generating insurance response data corresponding to the insurance request according to an agreed format; finally, the insurance application response data is sent to the request end; and after receiving the application response data, the request end performs subsequent service processing according to the application response data. By separating the service processing from the database, the purposes of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrency support capability of the system are achieved.

Description

Data processing method and device, server and computer storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data processing method, an apparatus, a server, and a computer storage medium.
Background
At present, the process of putting a new insurance policy includes insurance application trial calculation transaction, which is internally provided with links such as contract rule verification, automatic insurance verification, premium calculation and the like, and a series of service information such as insurance policy, dangerous seeds, customers, affiliated network points, customer managers and the like related to insurance application needs to be subjected to database storage after the insurance application trial calculation transaction is completed.
However, because there are many tables and fields involved, at high concurrency, more system resources are consumed in real time, which results in problems of slow system response, significant degradation of database performance, and long time consumption for data storage.
Disclosure of Invention
In view of this, the present application provides a data processing method, apparatus, server and computer storage medium, which can effectively improve the system response speed, reduce the real-time pressure of the database, and improve the system concurrency support capability.
A first aspect of the present application provides a data processing method, including:
receiving an application insurance request sent by a request terminal; wherein the application request includes at least: a service name and a network address;
generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file to a database;
generating insurance response data corresponding to the insurance request according to an agreed format;
sending the insurance application response data to the request end; and after receiving the application response data, the request end carries out subsequent service processing according to the application response data.
Optionally, before generating a target save file of the abstract service object of the application request according to a preset format and saving the target save file to a database, the method further includes:
judging whether the data format of the application request is correct or not;
if the data format of the application request is judged to be correct, performing logic processing on the application request to obtain target data information;
wherein, the generating of the application response data corresponding to the application request according to the agreed format comprises:
and generating insurance application response data corresponding to the target data information according to an agreed format.
Optionally, the data processing method further includes:
if the data format of the application request is judged to be incorrect, sending an error notice to the request end; wherein the error notification is used for informing the requesting end that the data format of the application request is incorrect.
Optionally, after generating a target save file of the abstract service object of the application request according to a preset format and saving the target save file to a database, the method further includes:
analyzing the target storage file to obtain the application request;
and storing the application request into a corresponding service table according to the service type.
Optionally, the preset format is a json format, and the target storage file is a character string of the json format.
A second aspect of the present application provides a data processing apparatus, including:
the receiving unit is used for receiving an application request sent by a request end; wherein the application request includes at least: a service name and a network address;
the first generating unit is used for generating a target storage file of the abstract business object of the application request according to a preset format and storing the target storage file to a database;
the second generating unit is used for generating insurance response data corresponding to the insurance request according to an agreed format;
the first sending unit is used for sending the insurance application response data to the request end; and after receiving the application response data, the request end carries out subsequent service processing according to the application response data.
Optionally, the data processing apparatus further includes:
the judging unit is used for judging whether the data format of the application request is correct or not;
the activation unit is used for activating the logic processing unit to execute logic processing on the insurance application request to obtain target data information if the data format of the insurance application request is correct as judged by the judgment unit;
wherein the first generating unit is configured to:
and generating insurance application response data corresponding to the target data information according to an agreed format.
Optionally, the data processing apparatus further includes:
the second sending unit is used for sending an error notice to the request end if the judging unit judges that the data format of the insuring request is incorrect; wherein the error notification is used for informing the requesting end that the data format of the application request is incorrect.
Optionally, the data processing apparatus further includes:
the analysis unit is used for analyzing the target saving file to obtain the application request;
and the storage unit is used for storing the application request into a corresponding service table according to the service type.
Optionally, the data processing apparatus further includes:
the preset format is a json format, and the target storage file is a character string of the json format.
A third aspect of the present application provides a server comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement a method of processing data as described in any of the first aspects.
A fourth aspect of the present application provides a computer storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements a method of processing data as set forth in any one of the first aspects.
As can be seen from the above, the present application provides a data processing method, an apparatus, a server, and a computer storage medium, where the data processing method includes: firstly, receiving an application insurance request sent by a request terminal; wherein the application request includes at least: a service name and a network address; then, generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file to a database; generating insurance response data corresponding to the insurance request according to an agreed format; finally, the insurance application response data is sent to the request end; and after receiving the application response data, the request end carries out subsequent service processing according to the application response data. And generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file into a database, namely separating business processing from a database, so that the aims of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrent support capability of the system are fulfilled.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a detailed flowchart of a data processing method according to an embodiment of the present application;
fig. 2 is a detailed flowchart of a data processing method according to another embodiment of the present application;
fig. 3 is a detailed flowchart of a data processing method according to another embodiment of the present application;
fig. 4 is a schematic diagram of a data processing apparatus according to another embodiment of the present application;
fig. 5 is a schematic diagram of a data processing apparatus according to another embodiment of the present application;
fig. 6 is a schematic diagram of a data processing apparatus according to another embodiment of the present application;
fig. 7 is a schematic diagram of a server implementing a data processing method according to another embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first", "second", and the like, referred to in this application, are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence of functions performed by these devices, modules or units, but the terms "include", or any other variation thereof are intended to cover a non-exclusive inclusion, so that a process, method, article, or apparatus that includes a series of elements includes not only those elements but also other elements that are not explicitly listed, or includes elements inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
An embodiment of the present application provides a data processing method, as shown in fig. 1, which specifically includes the following steps:
s101, receiving an insurance application request sent by a request end.
Wherein the application request at least comprises: a service name and a network address (URL). The requesting end is the remote end which initiates the online transaction. The request end needs to transmit the data of the application request through the network according to the agreed format.
S102, generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file to a database.
The abstract objects (i.e., abstract business objects in the present application) refer to temporary data in a memory, which is not persisted in a database or a disk, and have scope restrictions. When the super scope or system is closed, the temporary data in the memory will disappear.
It should be noted that the preset format may be, but is not limited to, a json format and other formats that can be normally parsed at a later stage, and is not limited herein. If the preset format is the json format, it can be understood that the target save file is a character string of the json format. json (JavaScript object notation)) is a lightweight data exchange format.
It should be noted that, the bank party only needs to obtain the result of the underwriting and determines whether to pay the fee; the insurance company only needs to ensure that the insurance data can be correctly stored, so that the target data information can be stored in the database after a delay, the target storage file is stored in the database, the insurance request can be obtained by analyzing the target storage file subsequently, and the insurance request is stored in the database, so that the response time of the system is prolonged, the real-time pressure of the database is reduced, and the concurrent support capability of the system is improved.
In the application, after the target saving file is saved in the database, services such as insurance policy payment, insurance policy inquiry, withdrawal on the same day and the like can be normally supported.
Optionally, in another embodiment of the present application, an implementation manner after step S103, as shown in fig. 2, further includes:
s201, analyzing the target storage file to obtain an application request.
S202, storing the application request into a corresponding service table according to the service type.
It can be understood that after the application request is saved into the corresponding service table according to the service type, the subsequent services such as hesitation period guarantee back and the like can be normally provided.
S103, generating insurance response data corresponding to the insurance request according to the agreed format.
It can be seen that, according to the application, the target save file of the abstract service object of the application request is generated according to the preset format, the target save file is saved in the database, and after the target save file is saved in the database, the service can be continuously processed (the application response data corresponding to the application request is generated according to the agreed format). And does not store all of the complex application requests as in the prior art. After the target storage file is stored in the database, the application can analyze the target storage file to obtain an application request, and then store the application request into a corresponding service table according to the service type; the method separates the service processing part from the database dropping part, thereby realizing the purposes of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrent support capability of the system.
And S104, sending insurance application response data to the request end.
And after receiving the application response data, the request end performs subsequent service processing according to the application response data.
It should be noted that, after the request end receives the application response data, it already indicates that the application request is completed this time, and at this time, the request end may perform subsequent services according to the application response data, for example: and displaying the transaction information at the front end, and if the automatic insurance verification conclusion is passed, performing subsequent payment transaction and the like according to the received premium amount.
As can be seen from the above solutions, the present application provides a data processing method: firstly, receiving an application insurance request sent by a request terminal; wherein the application request at least comprises: a service name and a network address; then, generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file to a database; generating insurance response data corresponding to the insurance request according to an agreed format; finally, the insurance application response data is sent to the request end; and after receiving the application response data, the request end performs subsequent service processing according to the application response data. The target storage file of the abstract business object of the application request is generated according to the preset format, and the target storage file is stored in the database, namely, business processing is separated from the database, so that the aims of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrent support capability of the system are fulfilled.
Optionally, in another embodiment of the present application, an implementation manner of the data processing method, as shown in fig. 3, includes:
s301, receiving an insurance application request sent by a request end.
Wherein the application request at least comprises: a service name and a network address.
It should be noted that the specific implementation process of step S301 is the same as the specific implementation process of step S101, and reference may be made to this.
S302, judging whether the data format of the application request is correct.
It should be noted that, but not limited to, by the preset format requirement, it may be checked whether the data format of the application request is correct one by one.
It should be noted that, this step may also be replaced by a manual step, which is not limited herein.
Specifically, if the data format of the application request is determined to be correct, step S303 is executed; if the data format of the application request is not correct, step S304 is executed.
It is understood that if there is a place where the data format of the data is not correct, step S304 should be executed.
And S303, performing logic processing on the application request to obtain target data information.
It is understood that the logical processing of different services may be different, and that the service logic may include, but is not limited to: contract rule checking, automatic underwriting, premium calculation and the like, and the method is not limited herein.
S304, sending an error notice to the request end.
Wherein, the error notice is used for informing the request end that the data format of the application request is incorrect. And prompting the request end which data in the application request has an incorrect data format so as to be corrected by the request end.
S305, generating a target storage file of the abstract business object of the target data information according to a preset format, and storing the target storage file to a database.
Wherein the application request at least comprises: a service name and a network address.
It should be noted that the specific implementation process of step S305 is the same as the specific implementation process of step S102, and reference may be made to this.
It should be noted that the preset format may be, but is not limited to, a json format and other formats that can be normally parsed at a later stage, and is not limited herein. If the preset format is the json format, it can be understood that the target save file is a character string of the json format.
Optionally, in another embodiment of the present application, an implementation manner after step S305 further includes:
and analyzing the target storage file to obtain target data information.
And storing the target data information into a corresponding service table according to the service type.
It should be noted that the specific implementation process of parsing the target storage file to obtain the target data information and storing the target data information in the corresponding service table according to the service type is the same as that of the embodiment corresponding to fig. 2, which can be referred to each other.
S306, generating insurance response data corresponding to the target data information according to the agreed format.
It should be noted that the specific implementation process of step S306 is the same as the specific implementation process of step S103, and reference may be made to this.
And S307, sending insurance application response data to the request end.
And after receiving the application response data, the request end performs subsequent service processing according to the application response data.
It should be noted that the specific implementation process of step S307 is the same as the specific implementation process of step S104, and reference may be made to this.
As can be seen from the above solutions, the present application provides a data processing method: firstly, receiving an application insurance request sent by a request terminal; wherein the application request at least comprises: a service name and a network address; judging whether the data format of the application request is correct or not; if the data format of the application request is judged to be correct, performing logic processing on the application request to obtain target data information; if the data format of the application request is judged to be incorrect, an error notice is sent to the request end; wherein, the error notice is used for informing the request end that the data format of the application request is incorrect; after the target data information is obtained, generating a target storage file of an abstract business object of the target data information according to a preset format, and storing the target storage file into a database; generating insurance application response data corresponding to the target data information according to an agreed format; finally, the insurance application response data is sent to the request end; and after receiving the application response data, the request end performs subsequent service processing according to the application response data. The target storage file of the abstract business object of the target data information is generated according to the preset format, and the target storage file is stored in the database, namely, business processing is separated from the database, so that the aims of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrent support capability of the system are fulfilled.
Another embodiment of the present application provides a data processing apparatus, as shown in fig. 4, specifically including:
the receiving unit 401 is configured to receive an application request sent by a requesting end.
Wherein the application request at least comprises: a service name and a network address.
A first generating unit 402, configured to generate a target save file of the abstract service object of the application request according to a preset format, and save the target save file to the database.
It should be noted that the preset format may be, but is not limited to, a json format and other formats that can be normally parsed at a later stage, and is not limited herein. If the preset format is the json format, it can be understood that the target save file is a character string of the json format.
A second generating unit 403, configured to generate insurance response data corresponding to the insurance request according to an agreed format.
A first sending unit 404, configured to send insurance response data to the requesting end.
And after receiving the application response data, the request end performs subsequent service processing according to the application response data.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 1, which is not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the apparatus for transmitting data, as shown in fig. 5, further includes:
and the analyzing unit 501 is configured to analyze the target saving file to obtain an application request.
A storing unit 502, configured to store the application request into a corresponding service table according to the service type.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 2, which is not described herein again.
As can be seen from the above, the present application provides a data processing apparatus: firstly, a receiving unit 401 receives an application request sent by a request end; wherein the application request at least comprises: a service name and a network address; then, the first generating unit 403 generates a target save file of the abstract service object of the application request according to a preset format, and saves the target save file to the database; the second generating unit 404 generates insurance response data corresponding to the insurance request according to the agreed format; finally, the first sending unit 405 sends insurance application response data to the requesting end; and after receiving the application response data, the request end performs subsequent service processing according to the application response data. The target storage file of the abstract business object of the application request is generated according to the preset format, and the target storage file is stored in the database, namely, business processing is separated from the database, so that the aims of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrent support capability of the system are fulfilled.
Optionally, in another embodiment of the present application, an implementation manner of the data processing apparatus, as shown in fig. 6, includes:
the receiving unit 601 is configured to receive an application request sent by a requesting end.
Wherein the application request at least comprises: a service name and a network address.
The determining unit 602 is configured to determine whether a data format of the application request is correct.
An activating unit 603, configured to activate the logic processing unit 605 to perform logic processing on the application request to obtain the target data information if the determining unit 602 determines that the data format of the application request is correct.
A second sending unit 604, configured to send an error notification to the requesting end if the determining unit 602 determines that the data format of the application request is incorrect.
Wherein, the error notice is used for informing the request end that the data format of the application request is incorrect.
And the logic processing unit 605 is configured to perform logic processing on the application request to obtain target data information.
A first generating unit 606, configured to generate a target storage file of the abstract service object of the target data information according to a preset format, and store the target storage file in a database.
It should be noted that the preset format may be, but is not limited to, a json format and other formats that can be normally parsed at a later stage, and is not limited herein. If the preset format is the json format, it can be understood that the target save file is a character string of the json format.
The second generating unit 607 is configured to generate insurance response data corresponding to the target data information according to an agreed format.
The first sending unit 608 is configured to send the application response data to the requesting end.
And after receiving the application response data, the request end performs subsequent service processing according to the application response data.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 3, which is not described herein again.
Optionally, in another embodiment of the present application, an implementation manner of the apparatus for transmitting data, as shown in fig. 5, further includes:
the parsing unit 501 is configured to parse the target saving file to obtain target data information.
A storing unit 502, configured to store the target data information into a corresponding service table according to the service type.
For a specific working process of the unit disclosed in the above embodiment of the present application, reference may be made to the content of the corresponding method embodiment, as shown in fig. 2, which is not described herein again.
As can be seen from the above, the present application provides a data processing apparatus: firstly, a receiving unit 601 receives an application request sent by a request end; wherein the application request at least comprises: a service name and a network address; the determining unit 602 determines whether the data format of the application request is correct; if the determining unit 602 determines that the data format of the application request is correct, the activating unit 603 activates the logic processing unit 605 to perform logic processing on the application request, so as to obtain target data information; wherein the logic processing at least comprises: contract rule checking, automatic underwriting and premium calculation; if the determining unit 602 determines that the data format of the application request is incorrect, the second sending unit 604 sends an error notification to the requesting end; wherein, the error notice is used for informing the request end that the data format of the application request is incorrect; after the target data information is obtained, the first generating unit 606 generates a target save file of the abstract service object of the target data information according to a preset format, and saves the target save file to a database; the second generation unit 607 generates the insurance response data corresponding to the target data information according to the agreed format; finally, the first sending unit 608 sends insurance application response data to the requesting end; and after receiving the application response data, the request end performs subsequent service processing according to the application response data. The target storage file of the abstract business object of the target data information is generated according to the preset format, and the target storage file is stored in the database, namely, business processing is separated from the database, so that the aims of improving the response speed of the system, reducing the real-time pressure of the database and improving the concurrent support capability of the system are fulfilled.
Another embodiment of the present application provides a server, as shown in fig. 7, including:
one or more processors 701.
A storage 702 having one or more programs stored thereon.
The one or more programs, when executed by the one or more processors 701, cause the one or more processors 701 to implement a method of processing data as described in any of the above embodiments.
Another embodiment of the present application provides a computer storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the method for processing data as described in any one of the above embodiments.
In the above embodiments disclosed in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present disclosure may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part. The functions, if implemented in the form of software functional modules 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 disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a live broadcast device, or a network device) to execute all or part of the steps of the method according to the embodiments of the present disclosure. 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.
Those skilled in the art can make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for processing data, comprising:
receiving an application insurance request sent by a request terminal; wherein the application request includes at least: a service name and a network address;
generating a target storage file of the abstract business object of the application request according to a preset format, and storing the target storage file to a database;
generating insurance response data corresponding to the insurance request according to an agreed format;
sending the insurance application response data to the request end; and after receiving the application response data, the request end carries out subsequent service processing according to the application response data.
2. The processing method according to claim 1, wherein before generating the target save file of the abstract business object of the application request according to the preset format and saving the target save file to the database, the processing method further comprises:
judging whether the data format of the application request is correct or not;
if the data format of the application request is judged to be correct, performing logic processing on the application request to obtain target data information;
wherein, the generating of the application response data corresponding to the application request according to the agreed format comprises:
and generating insurance application response data corresponding to the target data information according to an agreed format.
3. The processing method of claim 2, further comprising:
if the data format of the application request is judged to be incorrect, sending an error notice to the request end; wherein the error notification is used for informing the requesting end that the data format of the application request is incorrect.
4. The processing method according to claim 1, wherein after generating the target save file of the abstract business object of the application request according to a preset format and saving the target save file to a database, the processing method further comprises:
analyzing the target storage file to obtain the application request;
and storing the application request into a corresponding service table according to the service type.
5. The processing method according to claim 1, wherein the predetermined format is a json format, and the target save file is a character string of the json format.
6. An apparatus for processing data, comprising:
the receiving unit is used for receiving an application request sent by a request end; wherein the application request includes at least: a service name and a network address;
the first generating unit is used for generating a target storage file of the abstract business object of the application request according to a preset format and storing the target storage file to a database;
the second generating unit is used for generating insurance response data corresponding to the insurance request according to an agreed format;
the first sending unit is used for sending the insurance application response data to the request end; and after receiving the application response data, the request end carries out subsequent service processing according to the application response data.
7. The processing apparatus as in claim 6, further comprising:
the judging unit is used for judging whether the data format of the application request is correct or not;
the activation unit is used for activating the logic processing unit to execute logic processing on the insurance application request to obtain target data information if the data format of the insurance application request is correct as judged by the judgment unit;
wherein the first generating unit is configured to:
and generating insurance application response data corresponding to the target data information according to an agreed format.
8. The processing apparatus as in claim 6, further comprising:
the analysis unit is used for analyzing the target saving file to obtain the application request;
and the storage unit is used for storing the application request into a corresponding service table according to the service type.
9. A server, comprising:
one or more processors;
a storage device having one or more programs stored thereon;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement a method of processing data as recited in any of claims 1 to 5.
10. A computer storage medium, characterized in that a computer program is stored thereon, wherein the computer program, when executed by a processor, implements a method of processing data according to any one of claims 1 to 5.
CN202110913761.6A 2021-08-10 2021-08-10 Data processing method and device, server and computer storage medium Pending CN113628056A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110913761.6A CN113628056A (en) 2021-08-10 2021-08-10 Data processing method and device, server and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110913761.6A CN113628056A (en) 2021-08-10 2021-08-10 Data processing method and device, server and computer storage medium

Publications (1)

Publication Number Publication Date
CN113628056A true CN113628056A (en) 2021-11-09

Family

ID=78383985

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110913761.6A Pending CN113628056A (en) 2021-08-10 2021-08-10 Data processing method and device, server and computer storage medium

Country Status (1)

Country Link
CN (1) CN113628056A (en)

Similar Documents

Publication Publication Date Title
CN107920094B (en) Data acquisition method and device, server and network equipment
WO2020000720A1 (en) Server, packet processing method, program, and computer-readable storage medium
CN107025604B (en) Method and device for generating business order data
TWI771616B (en) Payment anti-shake method and device
CN111626865A (en) Data processing method and device, electronic equipment and storage medium
CN108492109B (en) Electronic device, dynamic code request processing method and storage medium
CN112446786A (en) Abnormal transaction processing method and device, electronic equipment and readable storage medium
CN110956500B (en) Method and system for reducing advertisement request time consumption in advertisement real-time bidding system
CN110781134A (en) Data processing method and device, computer storage medium and electronic equipment
CN111400283B (en) Data processing method, system, electronic equipment and storage medium
CN105787791B (en) Service request processing method and device
CN113628056A (en) Data processing method and device, server and computer storage medium
CN114841698A (en) Transaction information processing method and device and computer readable storage medium
CN111274255B (en) Service data monitoring method and system, monitoring architecture, equipment and storage medium
CN113703991A (en) Method and system for processing repeated messages
CN109510816B (en) Service request validity verification method, client and server
CN114648410A (en) Stock staring method, apparatus, system, device and medium
CN112988812A (en) Inventory data processing method, device, equipment and storage medium
CN110689431A (en) Processing method, server and storage medium for securities trading
CN113065927A (en) Account checking method and device, electronic equipment and computer readable storage medium
CN109559240A (en) Prevent premium from repeating method, apparatus, equipment and the readable storage medium storing program for executing of withholding
US10163157B2 (en) Trading opportunities based on public ticker data
CN115936708A (en) Information processing method, device, equipment and storage medium
CN114331454A (en) Counter transaction data processing method and device, electronic equipment and storage medium
CN115828278A (en) File reliability interaction method and device based on file list

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