CN111526184A - Business auditing method and device - Google Patents

Business auditing method and device Download PDF

Info

Publication number
CN111526184A
CN111526184A CN202010266762.1A CN202010266762A CN111526184A CN 111526184 A CN111526184 A CN 111526184A CN 202010266762 A CN202010266762 A CN 202010266762A CN 111526184 A CN111526184 A CN 111526184A
Authority
CN
China
Prior art keywords
service
data
message
event
auditing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010266762.1A
Other languages
Chinese (zh)
Other versions
CN111526184B (en
Inventor
叶焕灿
陈祺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202010266762.1A priority Critical patent/CN111526184B/en
Publication of CN111526184A publication Critical patent/CN111526184A/en
Application granted granted Critical
Publication of CN111526184B publication Critical patent/CN111526184B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Abstract

The invention discloses a method and a device for business audit, and relates to the technical field of computers. One embodiment of the method comprises: converting a message of a service to be processed into first data stored in a key value pair form; converting the first data according to an event corresponding to the first data to generate second data; determining a service number corresponding to the message according to the corresponding relation between the event and each service in the service set; and auditing the second data according to the service corresponding to the service number. According to the embodiment, the technical defect that in the prior art, different products and platforms are required to be adopted when the business is audited and cannot be processed according to a unified auditing flow is overcome, all business audits can be processed only by adopting the flow, and the technical effect of unified auditing of the business is achieved.

Description

Business auditing method and device
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for business audit.
Background
With the gradual development of the trade market, the variety of the business is more and more. In the prior art, when auditing services in different scenes, different products and platforms need to be selected for service auditing.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
1. business requirements of different products are different, and the products cannot be processed according to a uniform auditing process;
2. at present, a manual-oriented business mode cannot meet the requirements of business management and risk control on the business.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for service auditing, which can implement that all service audits can be processed only by using the process described in this application, thereby achieving a technical effect of performing unified auditing on services.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a method for auditing a service, including:
converting a message of a service to be processed into first data stored in a key value pair form;
converting the first data according to an event corresponding to the first data to generate second data;
determining a service number corresponding to the message according to the corresponding relation between the event and each service in the service set;
and auditing the second data according to the service corresponding to the service number.
Optionally, converting the message of the service to be processed into first data stored in a key-value pair form, including:
receiving an access request corresponding to the service to be processed by using an interface;
acquiring a message of the service to be processed according to the access request;
after the message is determined to be safe, the message is encrypted and decrypted;
converting the message subjected to encryption and decryption into first data stored in a key value pair form;
and the key-value pair form is the storage format of the Map object.
Optionally, converting the first data according to an event corresponding to the first data, and before generating the second data, the method includes:
screening out events matched with the first data from a preset event set;
after receiving the event, routing the event;
and scheduling an event corresponding to the first data.
Optionally, before determining a service number corresponding to the packet according to a correspondence between the event and each service in the service set, the method includes:
and determining the corresponding relation between the event corresponding to the first data and each service in the service set according to a preset relation table between each event in the event set and each service in the service set.
Optionally, the service includes: flow service, rule service, and interface call-out service.
Optionally, before auditing the second data according to the service corresponding to the service number, the method includes:
configuring the flow through a flow design tool; configuring a process definition table and a task definition table corresponding to the process to generate the process service;
generating a rule object by creating an initialization template and attribute parameters by using a rule configuration tool; generating the rule service according to the rule object;
and generating the interface outgoing service through a development framework.
According to another aspect of the embodiments of the present invention, there is provided a service auditing apparatus, including:
the first data generation module is used for converting the message of the service to be processed into first data stored in a key value pair form;
the second data generation module is used for converting the first data according to the event corresponding to the first data to generate second data;
a service number determining module, configured to determine a service number corresponding to the packet according to a correspondence between the event and each service in the service set;
and the auditing module is used for auditing the second data according to the service corresponding to the service number.
Optionally, converting the message of the service to be processed into first data stored in a key-value pair form, including:
receiving an access request corresponding to the service to be processed by using an interface;
acquiring a message of the service to be processed according to the access request;
after the message is determined to be safe, the message is encrypted and decrypted;
converting the message subjected to encryption and decryption into first data stored in a key value pair form;
and the key-value pair form is the storage format of the Map object.
According to another aspect of the embodiments of the present invention, there is provided an electronic device for service auditing, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the method for auditing services provided by the present invention.
According to a further aspect of the embodiments of the present invention, there is provided a computer-readable medium, on which a computer program is stored, which when executed by a processor, implements the method for service auditing provided by the present invention.
One embodiment of the above invention has the following advantages or benefits:
according to the method and the device, the technical means of auditing the message corresponding to the service is realized through universal steps, the technical defect that in the prior art, different products and platforms are required to be adopted when the service is audited, and the service cannot be processed according to a unified auditing flow is overcome, all service audits can be processed through the flow only adopted in the method and the device, and the technical effect of unified auditing of the service is achieved.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of a main flow of a method for business auditing according to an embodiment of the invention;
FIG. 2 is a schematic diagram illustrating a detailed flow of a method for auditing services according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a specific flow of a method for maintaining a business audit according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of the main modules of an apparatus for business auditing, according to an embodiment of the present invention;
FIG. 5 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 6 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of a main flow of a method for auditing services according to an embodiment of the present invention, as shown in fig. 1, including:
step S101, converting a message of a service to be processed into first data stored in a key value pair form;
step S102, converting the first data according to an event corresponding to the first data to generate second data;
step S103, determining a service number corresponding to the message according to the corresponding relation between the event and each service in the service set;
and step S104, auditing the second data according to the service corresponding to the service number.
In steps S101 to S103 of the present application, a message of a service to be processed is gradually processed and modified, and data capable of auditing the service through the service is generated.
Specifically, in step S101, a message corresponding to an original service is converted into a key-value pair format (Map object) that is convenient to transfer in a service auditing process, and data in the key-value pair format is referred to as first data. By converting the message into the first data in the key value pair form, the first data after the original message is converted is easier to read and store in the database, so that the subsequent conversion processing of the service message is facilitated.
Because the events corresponding to different types of messages are different, and therefore, in the process of auditing the service, the event corresponding to the service needs to be determined, in this embodiment of the present application, the event corresponding to the message may be determined by using the first data generated in step S101.
In practical application, the number of the service types corresponding to each event can be more than one, so that the service can be conveniently and directly called subsequently according to the service number by confirming the number corresponding to the service in advance, and further the purpose of auditing the service is achieved.
According to the method and the device, the technical means of auditing the message is realized through universal steps, the technical defect that in the prior art, different products and platforms are required to be adopted when the service is audited, and the service cannot be processed according to a unified auditing flow is overcome, all service audits can be processed through the flow only adopted by the method and the device, and the technical effect of unified auditing of the service is achieved.
By adopting the service auditing steps, the unified assessment and control of the risks corresponding to the services in the service auditing process can be realized.
Optionally, converting the message of the service to be processed into first data stored in a key-value pair form, including:
receiving an access request corresponding to the service to be processed by using an interface;
acquiring a message of the service to be processed according to the access request;
after the message is determined to be safe, the message is encrypted and decrypted, so that other subsequent processes are adapted to be executed;
converting the message subjected to encryption and decryption into first data stored in a key value pair form; in an optional embodiment, the initial message is encrypted and decrypted and converted into a key value pair form for storage, so that the converted first data is more beneficial to executing other conversion steps, and the conversion efficiency is improved.
Wherein the key-value pair form is a storage format of a Map object;
the encryption and decryption processing comprises: encryption processing, decryption processing, or encryption processing after decryption processing;
the process of converting the message into the first data may also involve an adaptation process of the message, that is, the storage format of the Map object needs to be adapted in the process of converting the message into the first data.
The request message and the response of the interface can be configured by using the development framework before the business is audited.
Optionally, converting the first data according to an event corresponding to the first data, and before generating the second data, the method includes:
screening out events matched with the first data from a preset event set;
after receiving the event, routing the event;
and scheduling an event corresponding to the first data.
Since the event types corresponding to the services may be various, all events that may be related to the services need to be configured in advance in the general service auditing process, and when determining the event corresponding to the service, the event corresponding to the first data may be directly determined from a preset event set. After determining the event corresponding to the service, the event may be routed and scheduled, and then used to convert the first data to generate second data.
Optionally, the converting the first data may be adding a parameter to the first data by using an event corresponding to the first data, and a combination of the parameter and the first data is referred to as second data.
In some optional embodiments, before determining the service number corresponding to the packet according to the correspondence between the event and each service in the service set, the method includes:
and determining the corresponding relation between each event in the event set and each service in the service set according to a preset relation table between each event in the event set and each service in the service set. The relationship table may be manually written by a worker or automatically configured based on historical data.
Specifically, an event corresponding to the first data may be loaded from the relationship table into the database; determining a service set possibly related to the message in the relation table by using an event corresponding to the first data; and further determining second data corresponding to the message according to the service set and the data carried by the message.
The services corresponding to the events are all universal services, so that unified calling of interfaces is facilitated; different service numbers identify different services, and the need to generate a service is determined by the difference of the service numbers.
Specifically, the service mainly includes: flow service, rule service, and interface call-out service. In practical application, the type corresponding to the service can be judged, and then follow-up examination and verification of the service can be performed according to the specific type. For example, when the service is a process service, a process engine may be used to audit the second data, so as to obtain an audit result of the packet; when the service is a rule service, the rule engine can be used for auditing the second data, so as to obtain an auditing result of the message.
Optionally, before auditing the second data according to the service corresponding to the service number, the method includes:
configuring the flow through a flow design tool; configuring a process definition table and a task definition table corresponding to the process to generate the process service; the process may be configured via a BPM ProcessDesigner tool (BPM process designer) using manual or automated process configuration. After the process configuration is completed, the process can be deployed in real time through the BPM or other tools.
Generating a rule object by creating an initialization template (BOM) and attribute parameters by using a rule configuration tool (Ilog Jules); generating the rule service according to the rule object; the Ilog Jules is a set of customized process configuration tools, and can generate rule objects required by rule services by creating BOMs and attribute parameters. The BOM is an initialization template of a set of rules, and can generate diversified rules by combining with input parameters;
in practical application, the interface outgoing call service is generated through a development framework.
In the interface outgoing call service, the second data transmitted by the internal data of the system can be converted into a request message suitable for the outside by using the related outgoing call processing provided by the development framework, and the request message is returned to the external caller.
The following describes a specific process of the present application with an example.
FIG. 2 is a schematic diagram illustrating a detailed flow of a method for auditing services according to an embodiment of the present invention; as shown in fig. 2, includes:
step S201, accessing a message of a service to be processed by using an interface, and converting the message of the service to be processed into first data stored in a key value pair form;
step S202, determining an event corresponding to the first data by using event management, converting the first data and generating second data;
step S203, determining a service number corresponding to the service message by using the corresponding relation between the event in the combined service and each service in the service set;
step S204, determining the service corresponding to the service number by using a general service processor;
and step S205, auditing the second data by using the service corresponding to the service number.
The following describes a specific process of the present application by taking a bank insurance business as an example.
The bank warranty refers to a comprehensive financial product in which a seller transfers accounts receivable due to a goods sale contract made with the buyer or future to the bank according to a contractual relationship, and the bank provides the seller with services such as accounts receivable management, warranty pre-payment, credit risk guarantee and the like for the granted accounts receivable.
In recent years, with the gradual formation of the domestic and international trade buyer market, the receivable trade financing products such as domestic and international warranties and the like increasingly become the main financing mode of the trade market clients. With the rapid growth of warranty services, the current manual-based service mode cannot meet the requirements of service management and risk control more and more, and the service operation risk control is more and more important.
Fig. 3 is a schematic diagram of a specific flow of a method for maintaining a business audit according to an embodiment of the present invention; as shown in fig. 3, the specific steps of this embodiment are as follows:
step S3011, accessing a message about paying request to bank through an interface;
step S3012, security control processing and encryption and decryption processing are carried out on the message, and then the processed message is converted into first data through message adaptation;
step S3021, determining the code of the event corresponding to the first data;
step S3022, routing and calling in a preset event set according to the event codes;
step S3023, converting the first data according to the event of completing the call, and generating second data;
step S3031, determining an execution mode of a service corresponding to the request for deposit, and converting the second data according to the execution mode to generate third data; the execution mode is automatic execution or manual execution;
step S3041, determining a service number corresponding to the packet according to the third data and the corresponding relationship between the event and each service in the service set;
step S3042, according to the service corresponding to the service number, auditing the third data.
Because the business of different branch banks is different, the differential definition is needed according to the requirement of each branch bank during the auditing, and the auditing process in the prior art is well defined in the project development stage and cannot be modified according to the real-time requirement. The embodiment of the application solves the customization problem of differential auditing, realizes the function that different auditing flows can be selected in different service scenes, and achieves the technical effects of improving management efficiency and reducing cost.
In the process of submitting the warranty business, a customer manager can perform differentiated customization on the auditing process of different warranty businesses in the process of submitting the business, different businesses can have different auditing processes, and then the auditing process is flexibly configured, so that the efficiency of the business auditing process is improved, unnecessary secondary development is avoided, the cost is saved, and the technical effect of market competitiveness is improved.
Fig. 4 is a schematic diagram of main modules of an apparatus for business auditing according to an embodiment of the present invention, and as shown in fig. 4, there is provided an apparatus 400 for business auditing, including:
a first data generation module 401, configured to convert a message of a service to be processed into first data stored in a key-value pair format;
a second data generating module 402, configured to convert the first data according to an event corresponding to the first data, and generate second data;
a service number determining module 403, configured to determine, according to a correspondence between the event and each service in the service set, a service number corresponding to the packet;
and the auditing module 404 is configured to audit the second data according to the service corresponding to the service number.
Optionally, converting the message of the service to be processed into first data stored in a key-value pair form, including:
receiving an access request corresponding to the service to be processed by using an interface;
acquiring a message of the service to be processed according to the access request;
after the message is determined to be safe, the message is encrypted and decrypted;
converting the message subjected to encryption and decryption into first data stored in a key value pair form;
and the key-value pair form is the storage format of the Map object.
Optionally, converting the first data according to an event corresponding to the first data, and before generating the second data, the method includes:
screening out events matched with the first data from a preset event set;
after receiving the event, routing the event;
and scheduling an event corresponding to the first data.
Optionally, the second data generating module further includes: before determining the service number corresponding to the message according to the corresponding relation between the event and each service in the service set,
and determining the corresponding relation between the event corresponding to the first data and each service in the service set according to a preset relation table between each event in the event set and each service in the service set.
Optionally, the service includes: flow service, rule service, and interface call-out service.
Optionally, the method further comprises: a service generation module for generating a service based on the received service information,
the second data processing device is used for configuring the process through a process design tool before the second data is checked according to the service corresponding to the service number; configuring a process definition table and a task definition table corresponding to the process to generate the process service;
generating a rule object by creating an initialization template and attribute parameters by using a rule configuration tool; generating the rule service according to the rule object;
and generating the interface outgoing service through a development framework.
Fig. 5 illustrates an exemplary system architecture 500 of a business auditing method or device to which embodiments of the present invention may be applied.
As shown in fig. 5, the system architecture 500 may include terminal devices 501, 502, 503, a network 504, and a server 505. The network 504 serves to provide a medium for communication links between the terminal devices 501, 502, 503 and the server 505. Network 504 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 501, 502, 503 to interact with a server 505 over a network 504 to receive or send messages or the like. The terminal devices 501, 502, 503 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 501, 502, 503 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 505 may be a server providing various services, such as a background management server (for example only) providing support for shopping websites browsed by users using the terminal devices 501, 502, 503. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that, the service auditing method provided by the embodiment of the present invention is generally executed by the server 505, and accordingly, the service auditing apparatus is generally disposed in the server 505.
It should be understood that the number of terminal devices, networks, and servers in fig. 5 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 6, a block diagram of a computer system 600 suitable for use with a terminal device implementing an embodiment of the invention is shown. The terminal device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 6, the computer system 600 includes a central processing module (CPU)601 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the system 600 are also stored. The CPU 601, ROM 602, and RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
The following components are connected to the I/O interface 605: an input portion 606 including a keyboard, a mouse, and the like; an output portion 607 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The driver 610 is also connected to the I/O interface 605 as needed. A removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 610 as necessary, so that a computer program read out therefrom is mounted in the storage section 608 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 609, and/or installed from the removable medium 611. The computer program performs the above-described functions defined in the system of the present invention when executed by the central processing module (CPU) 601.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. 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 or flowchart illustration, and combinations of blocks in the block diagrams 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.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes a sending module, an obtaining module, a determining module, and a first processing module. The names of these modules do not form a limitation on the modules themselves in some cases, and for example, the sending module may also be described as a "module sending a picture acquisition request to a connected server".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise:
converting a message of a service to be processed into first data stored in a key value pair form;
converting the first data according to an event corresponding to the first data to generate second data;
determining a service number corresponding to the message according to the corresponding relation between the event and each service in the service set;
and auditing the second data according to the service corresponding to the service number.
According to the technical scheme of the embodiment of the invention, the following technical effects can be achieved:
according to the method and the device, the technical means of auditing the message is realized through universal steps, the technical defect that in the prior art, different products and platforms are required to be adopted when the service is audited, and the service cannot be processed according to a unified auditing flow is overcome, all service audits can be processed through the flow only adopted by the method and the device, and the technical effect of unified auditing of the service is achieved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for auditing a service, comprising:
converting a message of a service to be processed into first data stored in a key value pair form;
converting the first data according to an event corresponding to the first data to generate second data;
determining a service number corresponding to the message according to the corresponding relation between the event and each service in the service set;
and auditing the second data according to the service corresponding to the service number.
2. The method according to claim 1, wherein converting the message of the service to be processed into the first data stored in the form of key value pairs comprises:
receiving an access request corresponding to the service to be processed by using an interface;
acquiring a message of the service to be processed according to the access request;
after the message is determined to be safe, the message is encrypted and decrypted;
converting the message subjected to encryption and decryption into first data stored in a key value pair form;
and the key-value pair form is the storage format of the Map object.
3. The method of claim 1, wherein before converting the first data to generate the second data according to the event corresponding to the first data, the method comprises:
screening out events matched with the first data from a preset event set;
after receiving the event, routing the event;
and scheduling an event corresponding to the first data.
4. The method according to claim 1, wherein before determining the service number corresponding to the packet according to the correspondence between the event and each service in the service set, the method comprises:
and determining the corresponding relation between the event corresponding to the first data and each service in the service set according to a preset relation table between each event in the event set and each service in the service set.
5. Method according to one of claims 1-4, wherein said service comprises: flow service, rule service, and interface call-out service.
6. The method according to claim 5, wherein before performing the audit on the second data according to the service corresponding to the service number, the method includes:
configuring the flow through a flow design tool; configuring a process definition table and a task definition table corresponding to the process to generate the process service;
generating a rule object by creating an initialization template and attribute parameters by using a rule configuration tool; generating the rule service according to the rule object;
and generating the interface outgoing service through a development framework.
7. An apparatus for business auditing, comprising:
the first data generation module is used for converting the message of the service to be processed into first data stored in a key value pair form;
the second data generation module is used for converting the first data according to the event corresponding to the first data to generate second data;
a service number determining module, configured to determine a service number corresponding to the packet according to a correspondence between the event and each service in the service set;
and the auditing module is used for auditing the second data according to the service corresponding to the service number.
8. The apparatus according to claim 7, wherein converting the message of the service to be processed into the first data stored in the form of key-value pairs comprises:
receiving an access request corresponding to the service to be processed by using an interface;
acquiring a message of the service to be processed according to the access request;
after the message is determined to be safe, the message is encrypted and decrypted;
converting the message subjected to encryption and decryption into first data stored in a key value pair form;
and the key-value pair form is the storage format of the Map object.
9. An electronic device for business auditing, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-6.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-6.
CN202010266762.1A 2020-04-07 2020-04-07 Business auditing method and device Active CN111526184B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010266762.1A CN111526184B (en) 2020-04-07 2020-04-07 Business auditing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010266762.1A CN111526184B (en) 2020-04-07 2020-04-07 Business auditing method and device

Publications (2)

Publication Number Publication Date
CN111526184A true CN111526184A (en) 2020-08-11
CN111526184B CN111526184B (en) 2022-07-29

Family

ID=71901647

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010266762.1A Active CN111526184B (en) 2020-04-07 2020-04-07 Business auditing method and device

Country Status (1)

Country Link
CN (1) CN111526184B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392093A (en) * 2021-07-09 2021-09-14 中国建设银行股份有限公司 Service processing method and device, electronic equipment and computer readable medium

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102867219A (en) * 2012-09-27 2013-01-09 乐华建科技(北京)有限公司 System and method for automatically scheduling business
CN103729478A (en) * 2014-01-26 2014-04-16 重庆邮电大学 LBS (Location Based Service) interest point discovery method based on MapReduce
JP2014228914A (en) * 2013-05-20 2014-12-08 永和 飯島 Business processing system
CN105009111A (en) * 2012-12-13 2015-10-28 微软技术许可有限责任公司 Distributed SQL query processing using key-value storage system
CN105357059A (en) * 2015-12-08 2016-02-24 中国建设银行股份有限公司 Business event processing method and apparatus
US20160266752A1 (en) * 2015-03-12 2016-09-15 Capital One Services, LLC. System and method for event data visualization
CN107070919A (en) * 2011-09-09 2017-08-18 甲骨文国际公司 Idempotence for db transaction
CN107273190A (en) * 2017-05-19 2017-10-20 武汉票据交易中心有限公司 A kind of batch scheduled service processing method and system
CN108200069A (en) * 2018-01-09 2018-06-22 北京中电普华信息技术有限公司 The access method and device of a kind of Distributed SCADA System
CN109254982A (en) * 2018-08-31 2019-01-22 杭州安恒信息技术股份有限公司 A kind of stream data processing method, system, device and computer readable storage medium
CN110008224A (en) * 2019-03-08 2019-07-12 阿里巴巴集团控股有限公司 A kind of db transaction processing method and processing device
CN110061983A (en) * 2019-04-09 2019-07-26 苏宁易购集团股份有限公司 A kind of data processing method and system
CN110245110A (en) * 2019-05-20 2019-09-17 深圳壹账通智能科技有限公司 Data processing method, device and storage medium
CN110599330A (en) * 2019-09-12 2019-12-20 中国工商银行股份有限公司 Bank universal anti-transaction device, method and system
EP3588419A1 (en) * 2018-06-22 2020-01-01 Mastercard International Incorporated Systems and methods for authenticating online users with an access control server

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107070919A (en) * 2011-09-09 2017-08-18 甲骨文国际公司 Idempotence for db transaction
CN102867219A (en) * 2012-09-27 2013-01-09 乐华建科技(北京)有限公司 System and method for automatically scheduling business
CN105009111A (en) * 2012-12-13 2015-10-28 微软技术许可有限责任公司 Distributed SQL query processing using key-value storage system
JP2014228914A (en) * 2013-05-20 2014-12-08 永和 飯島 Business processing system
CN103729478A (en) * 2014-01-26 2014-04-16 重庆邮电大学 LBS (Location Based Service) interest point discovery method based on MapReduce
US20160266752A1 (en) * 2015-03-12 2016-09-15 Capital One Services, LLC. System and method for event data visualization
CN105357059A (en) * 2015-12-08 2016-02-24 中国建设银行股份有限公司 Business event processing method and apparatus
CN107273190A (en) * 2017-05-19 2017-10-20 武汉票据交易中心有限公司 A kind of batch scheduled service processing method and system
CN108200069A (en) * 2018-01-09 2018-06-22 北京中电普华信息技术有限公司 The access method and device of a kind of Distributed SCADA System
EP3588419A1 (en) * 2018-06-22 2020-01-01 Mastercard International Incorporated Systems and methods for authenticating online users with an access control server
CN109254982A (en) * 2018-08-31 2019-01-22 杭州安恒信息技术股份有限公司 A kind of stream data processing method, system, device and computer readable storage medium
CN110008224A (en) * 2019-03-08 2019-07-12 阿里巴巴集团控股有限公司 A kind of db transaction processing method and processing device
CN110061983A (en) * 2019-04-09 2019-07-26 苏宁易购集团股份有限公司 A kind of data processing method and system
CN110245110A (en) * 2019-05-20 2019-09-17 深圳壹账通智能科技有限公司 Data processing method, device and storage medium
CN110599330A (en) * 2019-09-12 2019-12-20 中国工商银行股份有限公司 Bank universal anti-transaction device, method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
贾海天: "电子数据交换技术在金融行业应用与实践", 《今日科苑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113392093A (en) * 2021-07-09 2021-09-14 中国建设银行股份有限公司 Service processing method and device, electronic equipment and computer readable medium

Also Published As

Publication number Publication date
CN111526184B (en) 2022-07-29

Similar Documents

Publication Publication Date Title
CN112184154A (en) Business approval method and device
CN110795147A (en) Interface protocol file management method and device
CN110706093A (en) Accounting processing method and device
CN111639119B (en) Customer information query method and equipment in back money laundering system
CN111127181A (en) Voucher bookkeeping method and device
CN112348326A (en) Bank business processing method and system
CN111857888A (en) Transaction processing method and device
CN111104556A (en) Service processing method and device
US20140237099A1 (en) System and method for intermediating between subscriber devices and communication service providers
CN111526184B (en) Business auditing method and device
CN113139869A (en) Credit investigation authorization query processing method and device
CN112990991A (en) Method and device for merging invoices
CN112181817B (en) Test method and test device for SOA architecture platform
CN114881739A (en) Order event processing method and device, electronic equipment and storage medium
CN113989058A (en) Service generation method and device
CN113485902A (en) Method, device, equipment and computer readable medium for testing service platform
CN114170027A (en) Processing method and device for public accumulation fund payment account, electronic equipment and storage medium
CN112884427A (en) Process management method and device supporting multiple service sources
CN111833037A (en) Account management method and device
CN112559646A (en) Report downloading method and device
CN111861745A (en) Service wind control method and device
CN112581179B (en) Electronic coupon generation method and generation device
CN114022296A (en) Service processing method and device, electronic equipment and storage medium
CN115908030A (en) Bill settlement method and device
CN115564415A (en) Order payment and settlement method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221008

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Patentee after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Patentee before: CHINA CONSTRUCTION BANK Corp.

Patentee before: Jianxin Financial Science and Technology Co.,Ltd.