CN111553652A - Service processing method and device - Google Patents

Service processing method and device Download PDF

Info

Publication number
CN111553652A
CN111553652A CN202010326382.2A CN202010326382A CN111553652A CN 111553652 A CN111553652 A CN 111553652A CN 202010326382 A CN202010326382 A CN 202010326382A CN 111553652 A CN111553652 A CN 111553652A
Authority
CN
China
Prior art keywords
service
parameters
request message
processing
service request
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
CN202010326382.2A
Other languages
Chinese (zh)
Other versions
CN111553652B (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010326382.2A priority Critical patent/CN111553652B/en
Publication of CN111553652A publication Critical patent/CN111553652A/en
Application granted granted Critical
Publication of CN111553652B publication Critical patent/CN111553652B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • 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/02Banking, e.g. interest calculation or account maintenance
    • 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/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Accounting & Taxation (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Data Mining & Analysis (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a service processing method and a device, wherein the method comprises the following steps: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; searching an interface parameter of each service in a plurality of service parameters according to the triggering condition of each service; according to the interface parameters of each service and the service arrangement information, each service is called and the service request is processed.

Description

Service processing method and device
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method and an apparatus for processing a service.
Background
When the existing core bank system carries out service processing, a plurality of services need to be called, each service needs to analyze a service request message so as to read interface parameters of the service, because message formats corresponding to different service requests are different, different message analysis logics need to be compiled when the same service analyzes different service request messages, the message analysis logics are solidified in a service program script, when the format of the service request message is changed, the corresponding message analysis logics in the service program script also need to be manually modified, the program is complicated, and the efficiency is low.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a service processing method, which is used for improving the efficiency of service processing and comprises the following steps:
receiving a service request message, and splitting the service request message into a plurality of service parameters;
determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message;
searching an interface parameter of each service in a plurality of service parameters according to the triggering condition of each service;
and calling each service according to the interface parameters of each service and the service arrangement information, and processing the service request.
An embodiment of the present invention provides a service processing apparatus, configured to improve efficiency of service processing, where the apparatus includes:
the message splitting module is used for receiving the service request message and splitting the service request message into a plurality of service parameters;
the service arranging and triggering condition determining module is used for determining service arranging information and triggering conditions of each service according to a plurality of services needing to be called in the service request message;
the interface parameter determining module is used for searching the interface parameter of each service in the plurality of service parameters according to the triggering condition of each service;
and the service processing module is used for calling each service and processing the service request according to the interface parameters of each service and the service arrangement information.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the service processing method is realized when the processor executes the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the service processing method.
The embodiment of the invention comprises the following steps: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; searching an interface parameter of each service in a plurality of service parameters according to the triggering condition of each service; according to the interface parameters of each service and the service arrangement information, each service is called and the service request is processed, the service request message is split into a plurality of service parameters, each service can search the interface parameters of the service in the plurality of service parameters without respectively analyzing the service request message, decoupling of the service request message and a service program script is achieved, flexibility of interface parameter configuration of the service is improved, and efficiency of service processing is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
fig. 1 is a schematic diagram of a service processing method flow in an embodiment of the present invention;
FIG. 2 is a diagram illustrating message splitting and parameter subscription according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of service orchestration according to an embodiment of the present invention;
fig. 4 is a flowchart of a specific embodiment of a service processing method according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a service processing apparatus structure in an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to solve the technical problems of the prior art that various message parsing logics are solidified in a service program script, so that the program is complicated and the efficiency is low when the message parsing logics are modified, an embodiment of the present invention provides a service processing method for improving the efficiency of service processing, fig. 1 is a schematic diagram of a service processing method flow in an embodiment of the present invention, and as shown in fig. 1, the method includes:
step 101: receiving a service request message, and splitting the service request message into a plurality of service parameters;
step 102: determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message;
step 103: searching an interface parameter of each service in a plurality of service parameters according to the triggering condition of each service;
step 104: and calling each service according to the interface parameters of each service and the service arrangement information, and processing the service request.
As shown in fig. 1, an embodiment of the present invention is implemented by: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; searching an interface parameter of each service in a plurality of service parameters according to the triggering condition of each service; according to the interface parameters of each service and the service arrangement information, each service is called and the service request is processed, the service request message is split into a plurality of service parameters, each service can search the interface parameters of the service in the plurality of service parameters without respectively analyzing the service request message, decoupling of the service request message and a service program script is achieved, flexibility of interface parameter configuration of the service is improved, and efficiency of service processing is improved.
In an embodiment, the splitting the service request packet into a plurality of service parameters in step 101 may include:
and performing word segmentation processing on the service request message, and splitting the service request message into a plurality of service parameters.
In specific implementation, in step 101, message splitting logics of multiple messages may be preset, and the message splitting logics may be, for example, a word segmentation processing rule or a regular matching rule, or may be other logics, which is not limited in the present invention. A message splitting table may be generated according to message splitting logics of multiple messages and stored in a cache, fig. 2 is a schematic diagram of message splitting and parameter subscription in an embodiment of the present invention, as shown in fig. 2, after a service request message is received, the message splitting table may be called first, then a corresponding message splitting logic is found in the message splitting table according to a type of the service request message, the service request message is split into multiple service parameters, and finally the multiple service parameters are stored in a parameter pool for calling of subsequent services, where the service parameters may include: account/card number, transaction code, name, transaction data, resources to be accessed, etc. Compared with the prior art that a plurality of message analysis logics are solidified in the program scripts of the services, the embodiment of the invention can realize the service interface with a plurality of systems by splitting the service request message into a plurality of service parameters, and can directly modify the corresponding message splitting logics when the format of the service request message is changed without modifying the program scripts of each service, thereby improving the flexibility of parameter configuration.
In one embodiment, the service orchestration information in step 102 may include:
the association relationship and the calling sequence among the services, and the association relationship and the calling sequence between each service and a plurality of sub-services of the service.
In specific implementation, in step 102, fig. 3 is a schematic diagram of service arrangement in the embodiment of the present invention, as shown in fig. 2 and fig. 3, after receiving a service request message, a plurality of services that need to be called in the service request message may be determined, where each service includes one or more sub-services, and service arrangement information may be determined according to an association relationship and a calling order between each service and a plurality of sub-services of the service, and a service arrangement table may be generated based on the service arrangement information and stored in a cache for calling a subsequent service. In addition, the triggering condition of each service can be determined according to a plurality of services to be called in the service request message, the triggering condition can be an interface parameter required by the service, and a parameter subscription table can be generated according to the triggering condition of each service and stored in the cache.
In one embodiment, step 103 may further comprise:
for a service, if the interface parameter of the service cannot be found in the service parameters, the service is skipped.
In specific implementation, in step 103 and step 104, the parameter subscription table generated in step 102 may be first obtained from the cache, the interface parameter required by each service is determined, then the interface parameter corresponding to each service is searched in the parameter pool in step 101, for one service, if the interface parameter of the service can be found in the parameter pool, the service scheduling table generated in step 102 is obtained from the cache, the corresponding services are sequentially called according to the calling sequence in the service scheduling table, and the returned parameter is stored in the parameter pool after the service is completed, where the domain service and the repository interface can be called, and the calling modes of different services can be configured according to different service scenarios. For a service, if the interface parameter of the service is not found in the service parameters, it indicates that the service cannot be triggered, and needs to be skipped.
In one embodiment, step 104 may comprise:
step 1041: synchronously calling each service and processing the service request;
step 1042: or storing each service to a service queue, asynchronously calling each service based on a preset timestamp, and processing the service request.
In specific implementation, in step 104, the service invoking mode may be divided into a synchronous mode and an asynchronous mode. The synchronous mode requires real-time response from the service provider, a plurality of services may be blocked when waiting for a response at the same time, the coupling is high, the influence of the high coupling is poor flexibility, and the change of any one of the bus or the service provider affects the other. And the asynchronous mode is realized based on a message queue, the service does not block the process, and the response of the service party is non-real-time. The message queue is an implementation mode for processing asynchronous communication between nodes, through the message queue, a publisher puts a message into the queue for storage, and a consumer can obtain the message at a certain future time point and process the message.
In one embodiment, the method further comprises:
when the service processing is abnormal, the correction service is called according to the service arrangement information and the interface parameters of the correction service, and the abnormal service is processed.
In specific implementation, the exception of the service processing may be a return error found when the service is called, for example: and after the service is successfully called, a calling success result is not returned, the service arrangement of the abnormal flow can be called, the correction service is called according to the service arrangement information and the interface parameters of the correction service, and the abnormal service is corrected.
In specific implementation, the method further includes adding an application lock, that is, in the process of performing service processing on any account, locking the account table, if the locking is unsuccessful, waiting for one second of cyclic trial locking, and returning three times of unsuccessful "the account is not finished in the last service, please wait".
The following is a specific example to facilitate an understanding of how the invention may be practiced.
Fig. 4 is a flowchart of a specific embodiment of a service processing method in the embodiment of the present invention, as shown in fig. 4, including the following steps:
the first step is as follows: receiving a service request message, calling a message splitting table, finding a corresponding message splitting logic in the message splitting table according to the type of the service request message, splitting the service request message into a plurality of service parameters, and storing the plurality of service parameters in a parameter pool;
the second step is that: determining service arrangement information based on the association relation and the calling sequence among the services and the association relation and the calling sequence among each service and a plurality of sub-services of the service according to a plurality of services needing to be called in the service request message, generating a service arrangement table and storing the service arrangement table in a cache;
the third step: determining a triggering condition of each service according to a plurality of services to be called in the service request message, generating a parameter subscription table according to the triggering condition of each service, and storing the parameter subscription table in a cache;
the fourth step: reading the parameter subscription table from the cache, determining the interface parameters required by each service, searching the interface parameters corresponding to each service in the parameter pool, if the interface parameters of the service can be found in the parameter pool, executing the fifth step, otherwise, executing the sixth step:
the fifth step: reading a service arrangement table from the cache, sequentially calling corresponding services according to the calling sequence in the service arrangement table, processing the services, and storing return parameters into a parameter pool after the services are finished;
and a sixth step: skipping the service;
the seventh step: when the service processing is abnormal, the correction service is called according to the service arrangement information and the interface parameters of the correction service, and the abnormal service is processed.
Based on the same inventive concept, the embodiment of the present invention further provides a service processing apparatus, as in the following embodiments. Because the principle of solving the problems by the device is similar to that of the method, the implementation of the device can be referred to the implementation of the method, and repeated details are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
In order to solve the technical problems of the prior art that various message parsing logics are solidified in a service program script, so that the program is complicated and the efficiency is low when the message parsing logics are modified, an embodiment of the present invention provides a service processing apparatus for improving the efficiency of service processing, fig. 5 is a schematic diagram of a structure of the service processing apparatus in the embodiment of the present invention, and as shown in fig. 5, the apparatus includes:
the message splitting module 01 is configured to receive a service request message and split the service request message into a plurality of service parameters;
the service scheduling and triggering condition determining module 02 is configured to determine service scheduling information and triggering conditions of each service according to a plurality of services to be called in the service request packet;
the interface parameter determining module 03 is configured to search an interface parameter of each service from the multiple service parameters according to a trigger condition of each service;
and the service processing module 04 is configured to invoke each service according to the interface parameter of each service and the service arrangement information, and process the service request.
In one embodiment, the apparatus further comprises an exception handling module 05 configured to:
when the service processing is abnormal, the correction service is called according to the service arrangement information and the interface parameters of the correction service, and the abnormal service is processed.
In an embodiment, the service processing module 04 is specifically configured to:
synchronously calling each service and processing the service request;
or storing each service to a service queue, asynchronously calling each service based on a preset timestamp, and processing the service request.
In one embodiment, the service processing module 04 is further configured to:
for a service, if the interface parameter of the service cannot be found in the service parameters, the service is skipped.
In one embodiment, the service orchestration information in the service orchestration and trigger condition determination module 02 may include:
the association relationship and the calling sequence among the services, and the association relationship and the calling sequence between each service and a plurality of sub-services of the service.
In an embodiment, the message splitting module 01 is specifically configured to:
and performing word segmentation processing on the service request message, and splitting the service request message into a plurality of service parameters.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the service processing method is realized when the processor executes the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the service processing method.
In summary, the embodiment of the present invention provides: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; searching an interface parameter of each service in a plurality of service parameters according to the triggering condition of each service; according to the interface parameters of each service and the service arrangement information, each service is called and the service request is processed, the service request message is split into a plurality of service parameters, each service can search the interface parameters of the service in the plurality of service parameters without respectively analyzing the service request message, decoupling of the service request message and a service program script is achieved, flexibility of interface parameter configuration of the service is improved, and efficiency of service processing is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and variations of the embodiment of the present invention may occur to those skilled in the art. Any modification, equivalent replacement, or 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 processing a service, comprising:
receiving a service request message, and splitting the service request message into a plurality of service parameters;
determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message;
according to the triggering condition of each service, searching the interface parameter of each service in the plurality of service parameters;
and calling each service according to the interface parameter of each service and the service arrangement information, and processing the service request.
2. The method of claim 1, further comprising:
when the service processing is abnormal, the correction service is called according to the service arrangement information and the interface parameters of the correction service, and the abnormal service is processed.
3. The method of claim 1, wherein invoking respective services to process service requests comprises:
synchronously calling each service and processing the service request;
or storing each service to a service queue, asynchronously calling each service based on a preset timestamp, and processing the service request.
4. The method of claim 1, further comprising:
and for one service, skipping the service if the interface parameter of the service cannot be found in the plurality of service parameters.
5. The method of claim 1, wherein the service orchestration information comprises:
the association relationship and the calling sequence among the services, and the association relationship and the calling sequence between each service and a plurality of sub-services of the service.
6. The method of claim 1, wherein receiving a service request packet and splitting the service request packet into a plurality of service parameters comprises:
and performing word segmentation processing on the service request message, and splitting the service request message into a plurality of service parameters.
7. A traffic processing apparatus, comprising:
the message splitting module is used for receiving a service request message and splitting the service request message into a plurality of service parameters;
the service arranging and triggering condition determining module is used for determining service arranging information and triggering conditions of each service according to a plurality of services needing to be called in the service request message;
the interface parameter determining module is used for searching the interface parameter of each service in the plurality of service parameters according to the triggering condition of each service;
and the service processing module is used for calling each service and processing the service request according to the interface parameter of each service and the service arrangement information.
8. The apparatus of claim 7, further comprising an exception traffic handling module to:
when the service processing is abnormal, the correction service is called according to the service arrangement information and the interface parameters of the correction service, and the abnormal service is processed.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 6 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 6.
CN202010326382.2A 2020-04-23 2020-04-23 Service processing method and device Active CN111553652B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010326382.2A CN111553652B (en) 2020-04-23 2020-04-23 Service processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010326382.2A CN111553652B (en) 2020-04-23 2020-04-23 Service processing method and device

Publications (2)

Publication Number Publication Date
CN111553652A true CN111553652A (en) 2020-08-18
CN111553652B CN111553652B (en) 2023-10-27

Family

ID=72005698

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010326382.2A Active CN111553652B (en) 2020-04-23 2020-04-23 Service processing method and device

Country Status (1)

Country Link
CN (1) CN111553652B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112099973A (en) * 2020-09-16 2020-12-18 中国建设银行股份有限公司 Service calling method and device
CN112929358A (en) * 2021-01-29 2021-06-08 中国工商银行股份有限公司 Method and apparatus for microservice orchestration, electronic device, and medium
CN113037831A (en) * 2021-03-04 2021-06-25 中国农业银行股份有限公司 Service gateway message processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060288018A1 (en) * 2005-06-20 2006-12-21 Afshan Ally Loose coupling of Web services
CN103944813A (en) * 2014-04-16 2014-07-23 北京大学工学院南京研究院 Gateway and method for achieving general adaptation function
CN109670081A (en) * 2018-12-28 2019-04-23 中国银行股份有限公司 The method and device of service request processing
CN110780870A (en) * 2019-10-29 2020-02-11 中国建设银行股份有限公司 Service execution method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060288018A1 (en) * 2005-06-20 2006-12-21 Afshan Ally Loose coupling of Web services
CN103944813A (en) * 2014-04-16 2014-07-23 北京大学工学院南京研究院 Gateway and method for achieving general adaptation function
CN109670081A (en) * 2018-12-28 2019-04-23 中国银行股份有限公司 The method and device of service request processing
CN110780870A (en) * 2019-10-29 2020-02-11 中国建设银行股份有限公司 Service execution method, device, equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112099973A (en) * 2020-09-16 2020-12-18 中国建设银行股份有限公司 Service calling method and device
CN112929358A (en) * 2021-01-29 2021-06-08 中国工商银行股份有限公司 Method and apparatus for microservice orchestration, electronic device, and medium
CN113037831A (en) * 2021-03-04 2021-06-25 中国农业银行股份有限公司 Service gateway message processing method and device
CN113037831B (en) * 2021-03-04 2023-04-28 中国农业银行股份有限公司 Service gateway message processing method and device

Also Published As

Publication number Publication date
CN111553652B (en) 2023-10-27

Similar Documents

Publication Publication Date Title
US20180365254A1 (en) Method and apparatus for processing information flow data
CN111553652B (en) Service processing method and device
CN112383533A (en) Message format conversion method and device
CN111309466B (en) Multithreading scheduling method, system, equipment and medium based on cloud platform
CN111711623A (en) Data verification method and device
CN112037061A (en) Processing method and device for transactions in block chain, electronic equipment and storage medium
CN111078573A (en) Test message generation method and device
CN111240772B (en) Block chain-based data processing method, device and storage medium
CN111338716A (en) Data processing method and device based on rule engine and terminal equipment
CN109120509B (en) Information collection method and device
CN113706146A (en) Processing method, device and system for executing batch transaction based on block chain
CN111459474B (en) Templated data processing method and device
CN116263717A (en) Order service processing method and device based on event
CN110990278A (en) Test method and device
CN114860566A (en) Source code testing method and device, electronic equipment and storage medium
CN112181539B (en) File processing method, device, equipment and medium
CN107566478B (en) Data pushing method, system and computer readable storage medium
CN111563091B (en) Method and system for batch updating MongoDB in non-round-trip mode
CN115952172B (en) Data matching method and device based on database temporary table
CN111324434B (en) Configuration method, device and execution system of computing task
CN114153490A (en) Method and device for tracking business process
CN116822472A (en) Method and system for rapidly pulling multi-source data to fill complex interface form
CN116016273A (en) Message generation method, device, equipment and storage medium
CN117407188A (en) Pluggable micro-service transaction method and system based on Dubbo framework
CN116166972A (en) Data matching 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