WO2019019378A1 - Service processing method and apparatus, adapter and computer-readable storage medium - Google Patents

Service processing method and apparatus, adapter and computer-readable storage medium Download PDF

Info

Publication number
WO2019019378A1
WO2019019378A1 PCT/CN2017/104621 CN2017104621W WO2019019378A1 WO 2019019378 A1 WO2019019378 A1 WO 2019019378A1 CN 2017104621 W CN2017104621 W CN 2017104621W WO 2019019378 A1 WO2019019378 A1 WO 2019019378A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
interface
service processing
configuration information
routing configuration
Prior art date
Application number
PCT/CN2017/104621
Other languages
French (fr)
Chinese (zh)
Inventor
童钢
崔冬
潘岳
Original Assignee
上海壹账通金融科技有限公司
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 上海壹账通金融科技有限公司 filed Critical 上海壹账通金融科技有限公司
Publication of WO2019019378A1 publication Critical patent/WO2019019378A1/en

Links

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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/405Establishing or using transaction specific rules
    • 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/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to a service processing method, apparatus, adapter, and computer readable storage medium.
  • the main object of the present invention is to provide a service processing method, apparatus, adapter and computer readable storage medium, which aim to reduce the development cost of the business code and improve the flexibility of the business code.
  • the present invention provides a service processing method, where the service processing method includes the following steps:
  • the method before the step of receiving the service processing request sent by the transaction platform system and obtaining the service identification information carried by the service processing request, the method further includes:
  • the external service system interface includes a file interface and a service processing interface
  • the step of calling the external service system interface according to the routing configuration information includes:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • the step of receiving the service processing result returned by the external service system interface and feeding back the processing result to the transaction platform system includes:
  • the service processing method further includes:
  • the present invention further provides a service processing apparatus, where the service processing apparatus includes:
  • a receiving module configured to receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request;
  • a searching module configured to search a preset routing configuration information database according to the service identification information, to obtain routing configuration information of the service
  • a feedback module configured to receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
  • the present invention also provides an adapter, the adapter comprising: a memory, a processor, and a service processing program stored on the memory and operable on the processor, the business processing program The following steps are implemented when executed by the processor:
  • the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • the present invention further provides a computer readable storage medium, where the computer readable storage medium stores a service processing program, and when the business processing program is executed by the processor, the following steps are implemented:
  • the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • the invention receives the service processing request sent by the transaction platform system, obtains the service identification information carried by the service processing request, searches the preset routing configuration information database according to the service identification information, and obtains the routing configuration information of the service;
  • the routing configuration information invokes an external service system interface; receives a business processing result returned by the external service system interface and feeds back the processing result to the trading platform system.
  • the invention deploys an adapter between the transaction platform system and the external business system, and sets a routing configuration information database based on the adapter, so that when a new service type is added, the developer only needs to write the routing configuration information code of the newly added service without restarting
  • the development of the entire project code reduces the development cost of the business code.
  • the developer only needs to modify the routing configuration information code of the adapter to improve the flexibility of the business code.
  • FIG. 1 is a schematic structural diagram of an adapter of a hardware operating environment involved in an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of a first embodiment of a service processing method according to the present invention
  • FIG. 3 is a schematic flowchart of a second embodiment of a service processing method according to the present invention.
  • step S30 in FIG. 3 is a schematic diagram of the refinement step of step S30 in FIG. 3;
  • FIG. 5 is a schematic flowchart diagram of a fourth embodiment of a service processing method according to the present invention.
  • the main solution of the embodiment of the present invention is: receiving a service processing request sent by the transaction platform system, obtaining service identification information carried by the service processing request, and searching for a preset routing configuration information database according to the service identification information, to obtain the Routing configuration information of the service; invoking an external service system interface according to the routing configuration information; receiving a service processing result returned by the external service system interface and feeding back the processing result to the transaction platform system.
  • the existing business processing code has the following defects: 1) The development cost is high. For new business types, developers need to re-develop project code, which requires more time and labor costs; 2) code flexibility is not high. Due to the high integration of code and business, business changes can cause frequent code changes, resulting in higher error rates and testing costs, and as time changes and business changes frequently, the code will become more and more bloated, resulting in The code is difficult to maintain.
  • the invention deploys an adapter between the transaction platform system and the external business system, and sets a routing configuration information database based on the adapter, so that when a new service type is added, the developer only needs to write the routing configuration information code of the newly added service without restarting
  • the development of the entire project code reduces the development cost of the business code.
  • the developer only needs to modify the routing configuration information code of the adapter to improve the flexibility of the business code.
  • the invention provides a service processing method.
  • FIG. 1 is a schematic structural diagram of an adapter of a hardware operating environment involved in an embodiment of the present invention.
  • the adapter of the present invention may be a router, a switch, a server, a PC, or a virtual machine device.
  • the adapter may include a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, and a communication bus 1002.
  • the communication bus 1002 is used to implement connection communication between these components.
  • the user interface 1003 can include a display, an input unit such as a keyboard, and the optional user interface 1003 can also include a standard wired interface, a wireless interface.
  • the network interface 1004 can optionally include a standard wired interface, a wireless interface (such as a WI-FI interface).
  • the memory 1005 may be a high speed RAM memory or a stable memory (non-volatile) Memory), such as disk storage.
  • the memory 1005 can also optionally be a storage device independent of the aforementioned processor 1001.
  • FIG. 1 does not constitute a limitation to the adapter, may include more or fewer components than illustrated, or combine some components, or different component arrangements.
  • an operating system may be included in the memory 1005 as a computer storage medium.
  • a network communication module may be included in the memory 1005 as a computer storage medium.
  • a user interface module may be included in the memory 1005 as a computer storage medium.
  • a service processing program may be included in the memory 1005 as a computer storage medium.
  • the network interface 1004 is mainly used to connect to the background server for data communication with the background server;
  • the user interface 1003 is mainly used for connecting the client (user end), and performing data communication with the client;
  • 1001 can be used to call a business handler stored in the memory 1005 and perform the following operations:
  • processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
  • processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
  • processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
  • FIG. 2 is a schematic flowchart of a first embodiment of a service processing method according to the present disclosure, where the service processing method includes:
  • Step S10 Receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request.
  • the service processing method of the present invention can be implemented by connecting an adapter of a transaction platform system and an external service system, and the adapter can be a router, a switch, a server, a PC, or a virtual machine device.
  • the transaction platform system is connected to a plurality of external service systems, and is used to forward the service processing request of the transaction platform to the corresponding external service system, so that the external service system performs corresponding business processing.
  • Class business description is used to forward the service processing request of the transaction platform to the corresponding external service system, so that the external service system performs corresponding business processing.
  • the user triggers a service processing request on the interactive page displayed on the front end of the trading platform system
  • the business processing request may include fund account opening, fund subscription, fund redemption, account information inquiry, account information modification, account information activation and deactivation, product electronic
  • the trading platform system identifies the service type and obtains service identification information, and sends a service processing request carrying the service identification information to the adapter, and the adapter receives the transaction platform system.
  • the data packet of the service processing request is parsed to obtain the service identification information, where the service identification information is used to distinguish different service types, which may be a service code or a service name, which may be developed by the transaction platform. Personnel are pre-set according to different business types.
  • Step S20 Find a preset routing configuration information database according to the service identification information, and obtain routing configuration information of the service.
  • the adapter searches the preset routing configuration information database according to the obtained service identification information, and the routing configuration information database is preset by the developer according to service requirements, and is used to save routing configuration information of different services.
  • the routing configuration information refers to configuration information indicating the order of the file interface and the calling sequence of the service processing interface, which are set according to different types of services, so as to implement routing of service processing requests on the trading platform to different interfaces in a certain order. Or different servers.
  • the routing configuration information of the fund opening business may be: First, upload the account opening materials to the fund company SFTP (Secure File Transfer Protocol, Secure File Transfer Protocol) server, the second step, submit the account opening request to the fund company to open the https interface, assuming that the business code of the fund opening business is 010001, the adapter can query the routing configuration information of the fund opening business through the service code 010001.
  • SFTP Secure File Transfer Protocol
  • the adapter can query the routing configuration information of the fund opening business through the service code 010001.
  • the developer when a new external financial institution or a new business type is newly connected, the developer only needs to write the routing configuration information code of the newly added business, for example, assigning a business code to the newly added business type, defining the calling interface type, and Call the interface parameters, and then save them to the routing configuration information database; when the business changes, the developer only needs to modify the routing configuration information code of the adapter, such as modifying the interface implementation class and interface parameters, etc., flexible processing, scalability Strong.
  • Step S30 calling an external service system interface according to the routing configuration information
  • the adapter After obtaining the routing configuration information of the service, the adapter invokes the external service system interface according to the routing configuration information.
  • the adapter first performs the first step of routing, downloads the account opening material file from the internal cloud platform, and uploads it to the fund company SFTP server, and then performs the second step of routing, according to
  • the fund company and the business type obtain the interface address and interface parameter list that need to be requested to invoke the external fund company business system interface, and then the external fund company business system executes the corresponding account opening logic, such as verifying the interface parameters and the uploaded material file.
  • the business processing result may include business processing success and business processing failure information.
  • the external fund company business system returns the corresponding failure reason, such as the account opening material file does not meet the requirements, opening an account The information is not filled in according to the specifications.
  • Step S40 Receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
  • the adapter receives the business processing result returned by the external service system, and then feeds the processing result back to the trading platform system. After receiving the payment result returned by the adapter, the trading platform system displays the payment result at the front end of the user. Take the online clearing payment business as an example. If the online clearing system is successfully transferred, the successful transfer information will be returned to the front end of the trading platform system to prompt the user to succeed in the transaction; if the peer clearing system fails to transfer, the failure will be the reason. (If the account balance is insufficient, the account has been cancelled, etc.) Return to the front end of the trading platform system to prompt the user to fail the transaction. At this time, the user can implement corresponding remedial measures according to the failure reason, such as account recharge and replacement of the clearing account.
  • the failure reason such as account recharge and replacement of the clearing account.
  • the adapter receives the service processing request sent by the transaction platform system, obtains the service identification information carried by the service processing request, and searches the preset routing configuration information database according to the service identification information to obtain the route of the service. Configuring information; invoking an external service system interface according to the routing configuration information; receiving a service processing result returned by the external service system interface, and feeding back the processing result to the transaction platform system.
  • the adapter by deploying an adapter between the transaction platform system and the external business system, and setting a routing configuration information database based on the adapter, when adding a new service type, the developer only needs to write the routing configuration information code of the newly added service, without Re-developing the entire project code reduces the development cost of the business code.
  • the developer only needs to modify the routing configuration information code of the adapter to improve the flexibility of the business code.
  • FIG. 3 is a schematic flowchart of a second embodiment of a service processing method according to the present invention. Based on the embodiment shown in FIG. 2 above, before step S10, the method may include:
  • Step S50 Set corresponding service identification information and routing configuration information for different types of services, and save the setting result to the routing configuration information database.
  • the developer needs to set corresponding service identification information and routing configuration information for different types of services in advance, and save the setting result to the routing configuration information database of the adapter.
  • the service identifier information is used to distinguish different service types, and may be a service code or a service name.
  • the service code 1, 2, ..., n may be respectively allocated for the service 1, the service 2, ..., the service n, and respectively set.
  • Corresponding routing configuration information 1, routing configuration information 2, ..., routing configuration information n, routing configuration information should include routing order, routing interface and interface parameters.
  • the subsequent adapter when receiving the service processing request sent by the transaction platform system, the subsequent adapter can identify the service type according to the service identification information carried in the service processing request, and determine the interface that the service needs to invoke, thereby providing the normal operation of the service. Premise guarantee.
  • FIG. 4 is a schematic diagram of the refinement step of step S30 in FIG. Based on the embodiment shown in FIG. 3 above, step S30 may include:
  • Step S31 determining, according to the routing configuration information, an external service system interface call type of the service processing request
  • Step S32 when the interface call type is the file interface, acquiring a material file of the service from the transaction platform system, and calling the file interface to upload the obtained material file to the external service. system;
  • Step S33 When the interface call type is the service processing interface, obtain the request parameter of the service processing interface, perform the first format conversion and the encryption and tag processing on the obtained request parameter, and invoke the service. Processing the interface to upload the processed request parameters to the external service system.
  • the external service system interface includes a file interface and a service processing interface, wherein the file interface is used to implement file transfer between the transaction platform system and the external service system, such as an SFTP service interface and FTP (File). Transfer Protocol, file transfer protocol, service interface, etc.
  • the service processing interface user implements business processing logic, such as query interface, payment interface, and verification interface.
  • the file interface parameter and the service processing interface parameter configured in the routing configuration information can determine the type of the external service system interface call and the calling sequence of the service processing request.
  • the adapter When the interface call type is the file interface, the adapter obtains the material file of the service from the transaction platform system, and then invokes the file interface to upload the obtained material file to the external business system, taking the fund account opening business as an example, and opening the fund.
  • the account opening documents that the user needs to upload by the user mainly include a copy of the business license, a copy of the organization code, a copy of the legal person ID card, a copy of the fund business authorization letter, etc.
  • the adapter downloads these material files from the cloud platform of the trading system and passes the The SFTP service interface or the FTP service interface corresponds to uploading it to the SFTP server or FTP server of the external fund company.
  • the adapter When the interface is of the service processing interface, the adapter obtains the request parameter of the service processing interface, and performs the first format conversion and the encryption and tag processing on the obtained request parameter, where the request parameter is required for implementing the service.
  • Parameters such as for fund account opening business
  • the request parameters include parameters such as requesting account opening institution information, account opening date, etc. Since the fund company's data message format is various, such as xml format, json format, form format, etc., the developer needs Pre-defining the specified parameter format of different external business system interfaces.
  • the adapter When the adapter obtains the interface request parameters, the adapter first converts it into a parameter format specified by the external fund company. For example, when the request parameter format is json, the adapter may define according to the interface.
  • the json is converted into xml, normal text, form, etc.
  • the adapter encrypts and adds the request parameters according to a preset algorithm (such as rsa algorithm, md5 algorithm), and then invokes the service processing. Interface to upload the processed request parameters to the outside Operation System.
  • step S40 may include:
  • Step S41 Receive a service processing result returned by the service processing interface, and perform the decryption and decryption and the second format conversion on the service processing result, and then feed back to the transaction platform system.
  • the adapter When receiving the service processing result returned by the service processing interface, the adapter performs the corresponding decryption and decryption and the second format conversion to convert the data processing result into a parameter format specified by the trading platform system, and then feeds back to the trading platform system.
  • the adapter calls different external service system interfaces according to different routing configuration information, and performs format conversion and encryption and signing on the interface parameters, thereby being able to adapt to the needs of different external service system interfaces, improving data transmission security and ensuring The normal operation of the business.
  • FIG. 5 is a schematic flowchart of a fourth embodiment of a service processing method according to the present invention. Based on the first, second, and third embodiments of the service processing method of the present invention, after step S40, the method may further include:
  • Step S60 Acquire an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user
  • Step S70 Perform on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
  • the developer can trigger an online hot deployment instruction based on the interaction interface of the adapter, and the adapter can deploy the data packet according to the online hot after receiving the online hot deployment instruction.
  • Online hot deployment of the routing configuration information database includes a class file that needs to be written into the routing configuration information database, and a specific service component, which is used to add or modify routing configuration information, data format conversion rules, and encryption, decryption, and checksum behavior.
  • the adapter replaces the old class files or business components in the routing configuration information database with new class files or specific business components, thereby enabling online hot deployment of related business codes.
  • the invention also provides a service processing device.
  • the service processing device of the present invention comprises:
  • a receiving module configured to receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request;
  • a searching module configured to search a preset routing configuration information database according to the service identification information, to obtain routing configuration information of the service
  • a feedback module configured to receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
  • the service processing device further includes:
  • the setting module is configured to set corresponding service identification information and routing configuration information for different types of services, and save the setting result to the routing configuration information database.
  • the external service system interface includes a file interface and a service processing interface.
  • the calling module is also used to:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • the feedback module is further configured to:
  • the service processing device further includes:
  • An obtaining module configured to obtain an online hot deployment data packet when receiving an online hot deployment instruction triggered by a user
  • the hot deployment module is configured to perform on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
  • the invention also provides an adapter.
  • the adapter of the present invention includes a memory, a processor, and a business processing program stored on the memory and operable on the processor, the business processing program being executed by the processor to implement the following steps:
  • the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • the invention also provides a computer readable storage medium.
  • the computer readable storage medium of the present invention stores a service processing program, and when the business processing program is executed by the processor, the following steps are implemented:
  • the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
  • the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
  • portions of the technical solution of the present invention that contribute substantially or to the prior art may be embodied in the form of a software product stored in a storage medium (such as a ROM/RAM as described above). , a disk, an optical disk, including a number of instructions for causing a terminal adapter (which may be a cell phone, a computer, a server, an air conditioner, or a network adapter, etc.) to perform the methods described in various embodiments of the present invention.
  • a terminal adapter which may be a cell phone, a computer, a server, an air conditioner, or a network adapter, etc.

Abstract

Disclosed is a service processing method, the method comprising: receiving a service processing request sent by a trading platform system, and obtaining service identifier information carried by the service processing request (S10); according to the service identifier information, searching a pre-set route configuration information database to obtain route configuration information about a service (S20); according to the route configuration information, invoking an external service system interface (S30); and receiving a service processing result returned by the external service system interface, and feeding the processing result back to the trading platform system (S40). Further disclosed are a service processing apparatus, an adapter and a computer-readable storage medium. By means of the method, the cost of developing a service code can be reduced, and the flexibility of the service code can be improved.

Description

业务处理方法、装置、适配器及计算机可读存储介质  Business processing method, device, adapter and computer readable storage medium
本申请要求于2017年7月25日提交中国专利局、申请号为201710615173.8、发明名称为“业务处理方法、适配器及计算机可读存储介质”的中国专利申请的优先权,其全部内容通过引用结合在申请中。The present application claims priority to Chinese Patent Application No. 200910615173.8, entitled "Business Processing Method, Adapter, and Computer Readable Storage Media", filed on July 25, 2017, the entire contents of which are incorporated by reference. In the application.
技术领域Technical field
本发明涉及通信技术领域,尤其涉及业务处理方法、装置、适配器及计算机可读存储介质。The present invention relates to the field of communications technologies, and in particular, to a service processing method, apparatus, adapter, and computer readable storage medium.
背景技术Background technique
随着金融机构业务规模的不断扩大,某一金融机构的交易平台系统往往需要对接众多外部金融机构。目前,每新对接一家外部金融机构,开发人员需要重新立项来对接新的业务,这样做的好处是不同业务相互隔离,互不影响。然而这种方式也存在以下缺陷:With the continuous expansion of the business scale of financial institutions, the trading platform system of a financial institution often needs to connect with many external financial institutions. At present, every new docking of an external financial institution, developers need to re-establish projects to dock new business, the advantage of this is that different businesses are isolated from each other and do not affect each other. However, this approach also has the following drawbacks:
1)开发成本较高。对于新增业务类型,开发人员需要重新开发项目代码,需要耗费较多的时间成本和人力成本;2)代码灵活性不高。由于代码和业务的高度集成,业务的变更会引起代码的频繁修改,导致较高的出错几率和测试成本,而且随着时间的变迁和业务的频繁变化,代码也会越来越臃肿,导致代码难于维护。1) The development cost is high. For new business types, developers need to re-develop project code, which requires more time and labor costs; 2) code flexibility is not high. Due to the high integration of code and business, business changes can cause frequent code changes, resulting in higher error probability and test cost, and as time changes and business changes frequently, the code will become more and more bloated, resulting in code Difficult to maintain.
发明内容Summary of the invention
本发明的主要目的在于提出一种业务处理方法、装置、适配器及计算机可读存储介质,旨在降低业务代码的开发成本,提高业务代码的灵活性。The main object of the present invention is to provide a service processing method, apparatus, adapter and computer readable storage medium, which aim to reduce the development cost of the business code and improve the flexibility of the business code.
为实现上述目的,本发明提供一种业务处理方法,所述业务处理方法包括如下步骤:To achieve the above objective, the present invention provides a service processing method, where the service processing method includes the following steps:
接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
可选地,所述接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息的步骤之前,还包括:Optionally, before the step of receiving the service processing request sent by the transaction platform system and obtaining the service identification information carried by the service processing request, the method further includes:
为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
可选地,所述外部业务系统接口包括文件接口和业务处理接口,所述根据所述路由配置信息调用外部业务系统接口的步骤包括:Optionally, the external service system interface includes a file interface and a service processing interface, and the step of calling the external service system interface according to the routing configuration information includes:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
可选地,所述接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统的步骤包括:Optionally, the step of receiving the service processing result returned by the external service system interface and feeding back the processing result to the transaction platform system includes:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
可选地,在接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统的步骤之后,所述业务处理方法还包括:Optionally, after the step of receiving the service processing result returned by the external service system interface and feeding back the processing result to the transaction platform system, the service processing method further includes:
在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
此外,为实现上述目的,本发明还提供一种业务处理装置,所述所述业务处理装置包括:In addition, in order to achieve the above object, the present invention further provides a service processing apparatus, where the service processing apparatus includes:
接收模块,用于接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;a receiving module, configured to receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request;
查找模块,用于根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;a searching module, configured to search a preset routing configuration information database according to the service identification information, to obtain routing configuration information of the service;
调用模块,用于根据所述路由配置信息调用外部业务系统接口;Calling a module, configured to invoke an external service system interface according to the routing configuration information;
反馈模块,用于接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。And a feedback module, configured to receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
此外,为实现上述目的,本发明还提供一种适配器,所述适配器包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的业务处理程序,所述业务处理程序被所述处理器执行时实现如下步骤:Moreover, in order to achieve the above object, the present invention also provides an adapter, the adapter comprising: a memory, a processor, and a service processing program stored on the memory and operable on the processor, the business processing program The following steps are implemented when executed by the processor:
接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
可选地,所述业务处理程序被所述处理器执行时还实现如下步骤:Optionally, when the service processing program is executed by the processor, the following steps are further implemented:
为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
可选地,所述外部业务系统接口包括文件接口和业务处理接口,所述业务处理程序被所述处理器执行时还实现如下步骤:Optionally, the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
可选地,所述业务处理程序被所述处理器执行时还实现如下步骤:Optionally, when the service processing program is executed by the processor, the following steps are further implemented:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
可选地,所述业务处理程序被所述处理器执行时还实现如下步骤:Optionally, when the service processing program is executed by the processor, the following steps are further implemented:
在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
此外,为实现上述目的,本发明还提供一种计算机可读存储介质,所述计算机可读存储介质上存储有业务处理程序,所述业务处理程序被处理器执行时实现如下步骤:In addition, in order to achieve the above object, the present invention further provides a computer readable storage medium, where the computer readable storage medium stores a service processing program, and when the business processing program is executed by the processor, the following steps are implemented:
接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
可选地,所述业务处理程序被处理器执行时还实现如下步骤:Optionally, when the service processing program is executed by the processor, the following steps are further implemented:
为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
可选地,所述外部业务系统接口包括文件接口和业务处理接口,所述业务处理程序被处理器执行时还实现如下步骤:Optionally, the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
可选地,所述业务处理程序被处理器执行时还实现如下步骤:Optionally, when the service processing program is executed by the processor, the following steps are further implemented:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
可选地,所述业务处理程序被处理器执行时还实现如下步骤:Optionally, when the service processing program is executed by the processor, the following steps are further implemented:
在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
本发明接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;根据所述路由配置信息调用外部业务系统接口;接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。本发明通过在交易平台系统和外部业务系统之间部署适配器,并基于适配器设置路由配置信息数据库,从而在新增业务类型时,开发人员只需编写新增业务的路由配置信息代码,而无需重新开发整个项目代码,降低了业务代码的开发成本,此外,在业务变更时,开发人员只需修改适配器的路由配置信息代码,提高了业务代码的灵活性。The invention receives the service processing request sent by the transaction platform system, obtains the service identification information carried by the service processing request, searches the preset routing configuration information database according to the service identification information, and obtains the routing configuration information of the service; The routing configuration information invokes an external service system interface; receives a business processing result returned by the external service system interface and feeds back the processing result to the trading platform system. The invention deploys an adapter between the transaction platform system and the external business system, and sets a routing configuration information database based on the adapter, so that when a new service type is added, the developer only needs to write the routing configuration information code of the newly added service without restarting The development of the entire project code reduces the development cost of the business code. In addition, when the business changes, the developer only needs to modify the routing configuration information code of the adapter to improve the flexibility of the business code.
附图说明DRAWINGS
图1是本发明实施例方案涉及的硬件运行环境的适配器结构示意图;1 is a schematic structural diagram of an adapter of a hardware operating environment involved in an embodiment of the present invention;
图2为本发明业务处理方法第一实施例的流程示意图;2 is a schematic flowchart of a first embodiment of a service processing method according to the present invention;
图3为本发明业务处理方法第二实施例的流程示意图;3 is a schematic flowchart of a second embodiment of a service processing method according to the present invention;
图4为图3中步骤S30的细化步骤示意图;4 is a schematic diagram of the refinement step of step S30 in FIG. 3;
图5为本发明业务处理方法第四实施例的流程示意图。FIG. 5 is a schematic flowchart diagram of a fourth embodiment of a service processing method according to the present invention.
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional features, and advantages of the present invention will be further described in conjunction with the embodiments.
具体实施方式Detailed ways
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
本发明实施例的主要解决方案是:接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;根据所述路由配置信息调用外部业务系统接口;接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。The main solution of the embodiment of the present invention is: receiving a service processing request sent by the transaction platform system, obtaining service identification information carried by the service processing request, and searching for a preset routing configuration information database according to the service identification information, to obtain the Routing configuration information of the service; invoking an external service system interface according to the routing configuration information; receiving a service processing result returned by the external service system interface and feeding back the processing result to the transaction platform system.
现有的业务处理代码存在以下缺陷:1)开发成本较高。对于新增业务类型,开发人员需要重新开发项目代码,需要耗费较多的时间成本和人力成本;2)代码灵活性不高。由于代码和业务的高度集成,业务的变更会引起代码的频繁修改,导致较高的出错几率和测试成本,而且随着时间的变迁和业务的频繁变化,代码会也会越来越臃肿,导致代码难于维护。The existing business processing code has the following defects: 1) The development cost is high. For new business types, developers need to re-develop project code, which requires more time and labor costs; 2) code flexibility is not high. Due to the high integration of code and business, business changes can cause frequent code changes, resulting in higher error rates and testing costs, and as time changes and business changes frequently, the code will become more and more bloated, resulting in The code is difficult to maintain.
本发明通过在交易平台系统和外部业务系统之间部署适配器,并基于适配器设置路由配置信息数据库,从而在新增业务类型时,开发人员只需编写新增业务的路由配置信息代码,而无需重新开发整个项目代码,降低了业务代码的开发成本,此外,在业务变更时,开发人员只需修改适配器的路由配置信息代码,提高了业务代码的灵活性。The invention deploys an adapter between the transaction platform system and the external business system, and sets a routing configuration information database based on the adapter, so that when a new service type is added, the developer only needs to write the routing configuration information code of the newly added service without restarting The development of the entire project code reduces the development cost of the business code. In addition, when the business changes, the developer only needs to modify the routing configuration information code of the adapter to improve the flexibility of the business code.
本发明提供一种业务处理方法。The invention provides a service processing method.
如图1所示,图1是本发明实施例方案涉及的硬件运行环境的适配器结构示意图。As shown in FIG. 1 , FIG. 1 is a schematic structural diagram of an adapter of a hardware operating environment involved in an embodiment of the present invention.
本发明适配器可以是路由器、交换机、服务器、PC机或虚拟机设备。The adapter of the present invention may be a router, a switch, a server, a PC, or a virtual machine device.
如图1所示,该适配器可以包括:处理器1001,例如CPU,网络接口1004,用户接口1003,存储器1005,通信总线1002。其中,通信总线1002用于实现这些组件之间的连接通信。用户接口1003可以包括显示屏(Display)、输入单元比如键盘(Keyboard),可选用户接口1003还可以包括标准的有线接口、无线接口。网络接口1004可选的可以包括标准的有线接口、无线接口(如WI-FI接口)。存储器1005可以是高速RAM存储器,也可以是稳定的存储器(non-volatile memory),例如磁盘存储器。存储器1005可选的还可以是独立于前述处理器1001的存储装置。As shown in FIG. 1, the adapter may include a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, and a communication bus 1002. Among them, the communication bus 1002 is used to implement connection communication between these components. The user interface 1003 can include a display, an input unit such as a keyboard, and the optional user interface 1003 can also include a standard wired interface, a wireless interface. The network interface 1004 can optionally include a standard wired interface, a wireless interface (such as a WI-FI interface). The memory 1005 may be a high speed RAM memory or a stable memory (non-volatile) Memory), such as disk storage. The memory 1005 can also optionally be a storage device independent of the aforementioned processor 1001.
本领域技术人员可以理解,图1中示出的适配器结构并不构成对适配器的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件布置。Those skilled in the art will appreciate that the adapter structure illustrated in FIG. 1 does not constitute a limitation to the adapter, may include more or fewer components than illustrated, or combine some components, or different component arrangements.
如图1所示,作为一种计算机存储介质的存储器1005中可以包括操作系统、网络通信模块、用户接口模块以及业务处理程序。As shown in FIG. 1, an operating system, a network communication module, a user interface module, and a service processing program may be included in the memory 1005 as a computer storage medium.
在图1所示的适配器中,网络接口1004主要用于连接后台服务器,与后台服务器进行数据通信;用户接口1003主要用于连接客户端(用户端),与客户端进行数据通信;而处理器1001可以用于调用存储器1005中存储的业务处理程序,并执行以下操作:In the adapter shown in FIG. 1, the network interface 1004 is mainly used to connect to the background server for data communication with the background server; the user interface 1003 is mainly used for connecting the client (user end), and performing data communication with the client; 1001 can be used to call a business handler stored in the memory 1005 and perform the following operations:
接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
进一步地,处理器1001可以调用存储器1005中存储的业务处理程序,还执行以下操作:Further, the processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
进一步地,处理器1001可以调用存储器1005中存储的业务处理程序,还执行以下操作:Further, the processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
进一步地,处理器1001可以调用存储器1005中存储的业务处理程序,还执行以下操作:Further, the processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
进一步地,处理器1001可以调用存储器1005中存储的业务处理程序,还执行以下操作:Further, the processor 1001 can call the service processing program stored in the memory 1005, and also perform the following operations:
在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
基于上述硬件结构,提出本发明业务处理方法实施例。Based on the above hardware structure, an embodiment of the service processing method of the present invention is proposed.
参照图2,图2为本发明业务处理方法第一实施例的流程示意图,该业务处理方法包括:Referring to FIG. 2, FIG. 2 is a schematic flowchart of a first embodiment of a service processing method according to the present disclosure, where the service processing method includes:
步骤S10,接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Step S10: Receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request.
本发明业务处理方法可通过连接交易平台系统和外部业务系统的适配器实现,适配器可以是路由器、交换机、服务器、PC机或虚拟机设备。The service processing method of the present invention can be implemented by connecting an adapter of a transaction platform system and an external service system, and the adapter can be a router, a switch, a server, a PC, or a virtual machine device.
在本实施例中,交易平台系统和多个外部业务系统对接,用于将交易平台的业务处理请求转发至对应的外部业务系统,以使外部业务系统进行相应的业务处理,下面以业务为金融类业务进行说明。In this embodiment, the transaction platform system is connected to a plurality of external service systems, and is used to forward the service processing request of the transaction platform to the corresponding external service system, so that the external service system performs corresponding business processing. Class business description.
首先,用户在交易平台系统前端显示的交互页面上触发业务处理请求,该业务处理请求可以包括基金开户、基金申购、基金赎回、账户信息查询、账户信息修改、账户信息启用停用、产品电子合同信息提交、线上清算支付或线上清算查询等业务请求,交易平台系统后台识别业务类型并获取业务标识信息,并将携带业务标识信息的业务处理请求发送至适配器,适配器接收到交易平台系统发送的业务处理请求后,对该业务处理请求的数据包进行解析以获得其中的业务标识信息,该业务标识信息用于区分不同的业务类型,可以是业务代码或业务名称,具体可由交易平台开发人员根据不同的业务类型预先进行设置。First, the user triggers a service processing request on the interactive page displayed on the front end of the trading platform system, and the business processing request may include fund account opening, fund subscription, fund redemption, account information inquiry, account information modification, account information activation and deactivation, product electronic For service requests such as contract information submission, online clearing payment or online clearing inquiry, the trading platform system identifies the service type and obtains service identification information, and sends a service processing request carrying the service identification information to the adapter, and the adapter receives the transaction platform system. After the service processing request is sent, the data packet of the service processing request is parsed to obtain the service identification information, where the service identification information is used to distinguish different service types, which may be a service code or a service name, which may be developed by the transaction platform. Personnel are pre-set according to different business types.
步骤S20,根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Step S20: Find a preset routing configuration information database according to the service identification information, and obtain routing configuration information of the service.
然后,适配器根据获取到的业务标识信息查找预设的路由配置信息数据库,该路由配置信息数据库由开发人员根据业务需要预先设置,用于保存不同业务的路由配置信息。所谓路由配置信息,指的是根据业务类型的不同而设置的用于表示文件接口调用顺序和业务处理接口调用顺序的配置信息,以实现将交易平台上的业务处理请求按照一定顺序路由至不同接口或不同服务器。比如,基金开户业务的路由配置信息可以是:第一步,上传开户材料到基金公司SFTP(Secure File Transfer Protocol,安全文件传送协议)服务器,第二步,提交开户请求到基金公司开户https接口,假设基金开户业务的业务代码是010001,则适配器通过业务代码010001就可以查询到基金开户业务的路由配置信息。Then, the adapter searches the preset routing configuration information database according to the obtained service identification information, and the routing configuration information database is preset by the developer according to service requirements, and is used to save routing configuration information of different services. The routing configuration information refers to configuration information indicating the order of the file interface and the calling sequence of the service processing interface, which are set according to different types of services, so as to implement routing of service processing requests on the trading platform to different interfaces in a certain order. Or different servers. For example, the routing configuration information of the fund opening business may be: First, upload the account opening materials to the fund company SFTP (Secure File Transfer Protocol, Secure File Transfer Protocol) server, the second step, submit the account opening request to the fund company to open the https interface, assuming that the business code of the fund opening business is 010001, the adapter can query the routing configuration information of the fund opening business through the service code 010001. .
需要说明的是,在新对接一家外部金融机构或新增业务类型时,开发人员只需编写新增业务的路由配置信息代码,比如,为新增的业务类型分配业务代码、定义调用接口类型和调用接口参数,然后将其保存至路由配置信息数据库中;在业务变更时,开发人员只需修改适配器的路由配置信息代码,比如对接口实现类和接口参数进行修改等,处理灵活,可扩展性强。It should be noted that when a new external financial institution or a new business type is newly connected, the developer only needs to write the routing configuration information code of the newly added business, for example, assigning a business code to the newly added business type, defining the calling interface type, and Call the interface parameters, and then save them to the routing configuration information database; when the business changes, the developer only needs to modify the routing configuration information code of the adapter, such as modifying the interface implementation class and interface parameters, etc., flexible processing, scalability Strong.
步骤S30,根据所述路由配置信息调用外部业务系统接口;Step S30, calling an external service system interface according to the routing configuration information;
在获取到业务的路由配置信息之后,适配器根据该路由配置信息调用外部业务系统接口。以上述基金开户业务为例,适配器在获取到路由配置信息后,首先执行路由第一步,从内部云平台下载开户材料文件并将其上传到基金公司SFTP服务器,然后执行路由第二步,根据基金公司和业务类型获取需要请求的接口地址和接口参数列表,以调用外部基金公司业务系统接口,之后,外部基金公司业务系统执行相应的开户逻辑,比如对接口参数以及上传的材料文件进行校验等,并将业务处理结果返回,该业务处理结果可以包括业务处理成功和业务处理失败信息,当业务处理失败时,外部基金公司业务系统返回相应的失败原因,如开户材料文件不符合要求、开户信息填写不符合规范等。After obtaining the routing configuration information of the service, the adapter invokes the external service system interface according to the routing configuration information. Taking the above-mentioned fund account opening business as an example, after obtaining the routing configuration information, the adapter first performs the first step of routing, downloads the account opening material file from the internal cloud platform, and uploads it to the fund company SFTP server, and then performs the second step of routing, according to The fund company and the business type obtain the interface address and interface parameter list that need to be requested to invoke the external fund company business system interface, and then the external fund company business system executes the corresponding account opening logic, such as verifying the interface parameters and the uploaded material file. Waiting, and returning the business processing result, the business processing result may include business processing success and business processing failure information. When the business processing fails, the external fund company business system returns the corresponding failure reason, such as the account opening material file does not meet the requirements, opening an account The information is not filled in according to the specifications.
步骤S40,接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Step S40: Receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
适配器接收外部业务系统返回的业务处理结果,然后将处理结果反馈至交易平台系统,交易平台系统接收到适配器返回的划款结果后,将划款结果在用户前端进行展示。以线上清算支付业务为例,若同业清算系统划款成功,则将划款成功的信息返回至交易平台系统前端以提示用户本次交易成功;若同业清算系统划款失败,则将失败原因(如账户余额不足,账户已被注销等)返回至交易平台系统前端,以提示用户本次交易失败,此时用户可以根据失败原因实施相应的补救措施,比如账户充值、更换清算账户等。The adapter receives the business processing result returned by the external service system, and then feeds the processing result back to the trading platform system. After receiving the payment result returned by the adapter, the trading platform system displays the payment result at the front end of the user. Take the online clearing payment business as an example. If the online clearing system is successfully transferred, the successful transfer information will be returned to the front end of the trading platform system to prompt the user to succeed in the transaction; if the peer clearing system fails to transfer, the failure will be the reason. (If the account balance is insufficient, the account has been cancelled, etc.) Return to the front end of the trading platform system to prompt the user to fail the transaction. At this time, the user can implement corresponding remedial measures according to the failure reason, such as account recharge and replacement of the clearing account.
在本实施例中,适配器接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;根据所述路由配置信息调用外部业务系统接口;接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。本实施例通过在交易平台系统和外部业务系统之间部署适配器,并基于适配器设置路由配置信息数据库,从而在新增业务类型时,开发人员只需编写新增业务的路由配置信息代码,而无需重新开发整个项目代码,降低了业务代码的开发成本,此外,在业务变更时,开发人员只需修改适配器的路由配置信息代码,提高了业务代码的灵活性。In this embodiment, the adapter receives the service processing request sent by the transaction platform system, obtains the service identification information carried by the service processing request, and searches the preset routing configuration information database according to the service identification information to obtain the route of the service. Configuring information; invoking an external service system interface according to the routing configuration information; receiving a service processing result returned by the external service system interface, and feeding back the processing result to the transaction platform system. In this embodiment, by deploying an adapter between the transaction platform system and the external business system, and setting a routing configuration information database based on the adapter, when adding a new service type, the developer only needs to write the routing configuration information code of the newly added service, without Re-developing the entire project code reduces the development cost of the business code. In addition, when the business changes, the developer only needs to modify the routing configuration information code of the adapter to improve the flexibility of the business code.
进一步地,参照图3,图3为本发明业务处理方法第二实施例的流程示意图。基于上述图2所示的实施例,在步骤S10之前,可以包括:Further, referring to FIG. 3, FIG. 3 is a schematic flowchart of a second embodiment of a service processing method according to the present invention. Based on the embodiment shown in FIG. 2 above, before step S10, the method may include:
步骤S50,为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Step S50: Set corresponding service identification information and routing configuration information for different types of services, and save the setting result to the routing configuration information database.
在本实施例中,开发人员需预先为不同类型的业务设置对应的业务标识信息和路由配置信息,并将设置结果保存至适配器的路由配置信息数据库中。其中,业务标识信息用于区分不同的业务类型,可以是业务代码或业务名称,比如,可以为业务1,业务2,…,业务n分别分配业务代码1,2,…,n,并分别设置对应的路由配置信息1,路由配置信息2,…,路由配置信息n,路由配置信息应包括路由顺序,路由接口以及接口参数。如此,后续适配器在接收到交易平台系统发送的业务处理请求时,就能够根据业务处理请求中携带的业务标识信息识别业务类型,并确定该类业务需要调用的接口,从而为业务的正常运行提供了前提保证。In this embodiment, the developer needs to set corresponding service identification information and routing configuration information for different types of services in advance, and save the setting result to the routing configuration information database of the adapter. The service identifier information is used to distinguish different service types, and may be a service code or a service name. For example, the service code 1, 2, ..., n may be respectively allocated for the service 1, the service 2, ..., the service n, and respectively set. Corresponding routing configuration information 1, routing configuration information 2, ..., routing configuration information n, routing configuration information should include routing order, routing interface and interface parameters. In this way, when receiving the service processing request sent by the transaction platform system, the subsequent adapter can identify the service type according to the service identification information carried in the service processing request, and determine the interface that the service needs to invoke, thereby providing the normal operation of the service. Premise guarantee.
进一步地,基于本发明业务处理方法第二实施例,提出本发明业务处理方法第三实施例。参照图4,图4为图3中步骤S30的细化步骤示意图。基于上述图3所示的实施例,步骤S30可以包括:Further, based on the second embodiment of the service processing method of the present invention, a third embodiment of the service processing method of the present invention is proposed. Referring to FIG. 4, FIG. 4 is a schematic diagram of the refinement step of step S30 in FIG. Based on the embodiment shown in FIG. 3 above, step S30 may include:
步骤S31,根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Step S31, determining, according to the routing configuration information, an external service system interface call type of the service processing request;
步骤S32,在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;Step S32, when the interface call type is the file interface, acquiring a material file of the service from the transaction platform system, and calling the file interface to upload the obtained material file to the external service. system;
步骤S33,在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。Step S33: When the interface call type is the service processing interface, obtain the request parameter of the service processing interface, perform the first format conversion and the encryption and tag processing on the obtained request parameter, and invoke the service. Processing the interface to upload the processed request parameters to the external service system.
在本实施例中,外部业务系统接口包括文件接口和业务处理接口,其中,文件接口用于实现交易平台系统和外部业务系统之间的文件传输,如SFTP服务接口、FTP(File Transfer Protocol,文件传送协议)服务接口等,业务处理接口用户实现业务处理逻辑,如查询接口、支付接口、校验接口等。In this embodiment, the external service system interface includes a file interface and a service processing interface, wherein the file interface is used to implement file transfer between the transaction platform system and the external service system, such as an SFTP service interface and FTP (File). Transfer Protocol, file transfer protocol, service interface, etc. The service processing interface user implements business processing logic, such as query interface, payment interface, and verification interface.
在适配器获取到路由配置信息后,根据路由配置信息中配置的的文件接口参数和业务处理接口参数就能确定业务处理请求的外部业务系统接口调用类型和调用顺序。After the adapter obtains the routing configuration information, the file interface parameter and the service processing interface parameter configured in the routing configuration information can determine the type of the external service system interface call and the calling sequence of the service processing request.
在接口调用类型为所述文件接口时,适配器从交易平台系统获取业务的材料文件,然后调用所述文件接口以将获取到的材料文件上传至外部业务系统,以基金开户业务为例,基金开户业务需要用户上传的开户材料文件主要包括营业执照复印件、组织机构代码复印件、法人身份证复印件、基金业务授权委托书复印件等,适配器从交易系统的云平台下载这些材料文件,并通过SFTP服务接口或FTP服务接口对应将其上传至外部基金公司的SFTP服务器或FTP服务器。When the interface call type is the file interface, the adapter obtains the material file of the service from the transaction platform system, and then invokes the file interface to upload the obtained material file to the external business system, taking the fund account opening business as an example, and opening the fund. The account opening documents that the user needs to upload by the user mainly include a copy of the business license, a copy of the organization code, a copy of the legal person ID card, a copy of the fund business authorization letter, etc. The adapter downloads these material files from the cloud platform of the trading system and passes the The SFTP service interface or the FTP service interface corresponds to uploading it to the SFTP server or FTP server of the external fund company.
在接口调用类型为所述业务处理接口时,适配器获取业务处理接口的请求参数,并将获取到的所述请求参数进行第一格式转换和加密加签处理,其中,请求参数为实现业务所需参数,比如对于基金开户业务,其请求参数包括请求开户机构信息、开户日期等参数,由于基金公司的数据报文格式多种多样,如xml格式、json格式、form格式等,因此,开发人员需要预先定义不同外部业务系统接口的所规定的参数格式,适配器在获取到接口请求参数时,首先将其转换为外部基金公司规定的参数格式,如当请求参数格式为json时,可以根据接口定义将json对应转换为xml、普通文本、form等格式,在进行格式转换后,为保证数据安全,适配器再对请求参数按照预设算法(如rsa算法、md5算法)进行加密加签,然后调用业务处理接口以将处理后的所述请求参数上传至外部业务系统。When the interface is of the service processing interface, the adapter obtains the request parameter of the service processing interface, and performs the first format conversion and the encryption and tag processing on the obtained request parameter, where the request parameter is required for implementing the service. Parameters, such as for fund account opening business, the request parameters include parameters such as requesting account opening institution information, account opening date, etc. Since the fund company's data message format is various, such as xml format, json format, form format, etc., the developer needs Pre-defining the specified parameter format of different external business system interfaces. When the adapter obtains the interface request parameters, the adapter first converts it into a parameter format specified by the external fund company. For example, when the request parameter format is json, the adapter may define according to the interface. The json is converted into xml, normal text, form, etc. After the format conversion, in order to ensure data security, the adapter encrypts and adds the request parameters according to a preset algorithm (such as rsa algorithm, md5 algorithm), and then invokes the service processing. Interface to upload the processed request parameters to the outside Operation System.
进一步地,步骤S40可以包括:Further, step S40 may include:
步骤S41,接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Step S41: Receive a service processing result returned by the service processing interface, and perform the decryption and decryption and the second format conversion on the service processing result, and then feed back to the transaction platform system.
适配器在接收到业务处理接口返回的业务处理结果时,将业务处理结果进行相应的解密解签和第二格式转换,以将其转换为交易平台系统规定的参数格式后反馈至交易平台系统。When receiving the service processing result returned by the service processing interface, the adapter performs the corresponding decryption and decryption and the second format conversion to convert the data processing result into a parameter format specified by the trading platform system, and then feeds back to the trading platform system.
本实施例适配器根据路由配置信息的不同而调用不同的外部业务系统接口,并对接口参数进行格式转换和加密加签,从而能够适应不同外部业务系统接口的需要,提高数据传输的安全性,保证了业务的正常运行。In this embodiment, the adapter calls different external service system interfaces according to different routing configuration information, and performs format conversion and encryption and signing on the interface parameters, thereby being able to adapt to the needs of different external service system interfaces, improving data transmission security and ensuring The normal operation of the business.
进一步地,参照图5,图5为本发明业务处理方法第四实施例的流程示意图。基于本发明业务处理方法第一、第二和第三实施例,在步骤S40之后,还可以包括:Further, referring to FIG. 5, FIG. 5 is a schematic flowchart of a fourth embodiment of a service processing method according to the present invention. Based on the first, second, and third embodiments of the service processing method of the present invention, after step S40, the method may further include:
步骤S60,在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Step S60: Acquire an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
步骤S70,根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Step S70: Perform on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
在本实施例中,当交易平台系统新增业务类型或业务变更时,开发人员可基于适配器的交互界面触发在线热部署指令,适配器在接收到在线热部署指令后,可以根据在线热部署数据包对路由配置信息数据库进行在线热部署。具体地,在线热部署数据包包括需要写入路由配置信息数据库的类文件,以及特定的业务组件,用于新增或修改路由配置信息、数据格式转换规则以及加解密、加验签等行为,适配器用新的类文件或特定的业务组件替换掉路由配置信息数据库中旧的类文件或业务组件,从而实现对相关业务代码进行在线热部署。In this embodiment, when the transaction platform system adds a new service type or service change, the developer can trigger an online hot deployment instruction based on the interaction interface of the adapter, and the adapter can deploy the data packet according to the online hot after receiving the online hot deployment instruction. Online hot deployment of the routing configuration information database. Specifically, the online hot deployment data packet includes a class file that needs to be written into the routing configuration information database, and a specific service component, which is used to add or modify routing configuration information, data format conversion rules, and encryption, decryption, and checksum behavior. The adapter replaces the old class files or business components in the routing configuration information database with new class files or specific business components, thereby enabling online hot deployment of related business codes.
如此,业务运营和变更会变得非常简单,即使是强业务相关性代码也可以放在热部署包中,实现在线热部署,而不需要重新启动项目,也不会影响其他的业务线,测试成本和修改风险非常低。In this way, business operations and changes can be very simple, even strong business relevance code can be placed in the hot deployment package, to achieve online hot deployment, without the need to restart the project, will not affect other lines of business, testing The cost and modification risk is very low.
本发明还提供一种业务处理装置。The invention also provides a service processing device.
本发明业务处理装置包括:The service processing device of the present invention comprises:
接收模块,用于接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;a receiving module, configured to receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request;
查找模块,用于根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;a searching module, configured to search a preset routing configuration information database according to the service identification information, to obtain routing configuration information of the service;
调用模块,用于根据所述路由配置信息调用外部业务系统接口;Calling a module, configured to invoke an external service system interface according to the routing configuration information;
反馈模块,用于接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。And a feedback module, configured to receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
进一步地,所述业务处理装置还包括:Further, the service processing device further includes:
设置模块,用于为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。The setting module is configured to set corresponding service identification information and routing configuration information for different types of services, and save the setting result to the routing configuration information database.
进一步地,所述外部业务系统接口包括文件接口和业务处理接口,Further, the external service system interface includes a file interface and a service processing interface.
所述调用模块还用于:The calling module is also used to:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
进一步地,所述反馈模块还用于:Further, the feedback module is further configured to:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
进一步地,所述业务处理装置还包括:Further, the service processing device further includes:
获取模块,用于在接收到用户触发的在线热部署指令时,获取在线热部署数据包;An obtaining module, configured to obtain an online hot deployment data packet when receiving an online hot deployment instruction triggered by a user;
热部署模块,用于根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。The hot deployment module is configured to perform on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
上述各模块所实现的功能可参照本发明业务处理方法实施例,此处不再赘述。For the functions implemented by the foregoing modules, refer to the embodiment of the service processing method of the present invention, and details are not described herein again.
本发明还提供一种适配器。The invention also provides an adapter.
本发明适配器包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的业务处理程序,所述业务处理程序被所述处理器执行时实现如下步骤:The adapter of the present invention includes a memory, a processor, and a business processing program stored on the memory and operable on the processor, the business processing program being executed by the processor to implement the following steps:
接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
进一步地,所述业务处理程序被所述处理器执行时还实现如下步骤:Further, when the service processing program is executed by the processor, the following steps are further implemented:
为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
进一步地,所述外部业务系统接口包括文件接口和业务处理接口,所述业务处理程序被所述处理器执行时还实现如下步骤:Further, the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
进一步地,所述业务处理程序被所述处理器执行时还实现如下步骤:Further, when the service processing program is executed by the processor, the following steps are further implemented:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
进一步地,所述业务处理程序被所述处理器执行时还实现如下步骤:Further, when the service processing program is executed by the processor, the following steps are further implemented:
在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
其中,在所述处理器上运行的业务处理程序被执行时所实现的方法可参照本发明业务处理方法实施例,此处不再赘述。For the method that is implemented when the service processing program is executed on the processor, refer to the embodiment of the service processing method of the present invention, and details are not described herein again.
本发明还提供一种计算机可读存储介质。The invention also provides a computer readable storage medium.
本发明计算机可读存储介质上存储有业务处理程序,所述业务处理程序被处理器执行时实现如下步骤:The computer readable storage medium of the present invention stores a service processing program, and when the business processing program is executed by the processor, the following steps are implemented:
接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
进一步地,所述业务处理程序被处理器执行时还实现如下步骤:Further, when the service processing program is executed by the processor, the following steps are further implemented:
为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
进一步地,所述外部业务系统接口包括文件接口和业务处理接口,所述业务处理程序被处理器执行时还实现如下步骤:Further, the external service system interface includes a file interface and a service processing interface, and when the service processing program is executed by the processor, the following steps are further implemented:
根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
进一步地,所述业务处理程序被处理器执行时还实现如下步骤:Further, when the service processing program is executed by the processor, the following steps are further implemented:
接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
进一步地,所述业务处理程序被处理器执行时还实现如下步骤:Further, when the service processing program is executed by the processor, the following steps are further implemented:
在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
其中,在所述处理器上运行的业务处理程序被执行时所实现的方法可参照本发明业务处理方法实施例,此处不再赘述。For the method that is implemented when the service processing program is executed on the processor, refer to the embodiment of the service processing method of the present invention, and details are not described herein again.
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者系统不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者系统所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者系统中还存在另外的相同要素。It is to be understood that the term "comprises", "comprising", or any other variants thereof, is intended to encompass a non-exclusive inclusion, such that a process, method, article, or It also includes other elements that are not explicitly listed, or elements that are inherent to such a process, method, item, or system. An element defined by the phrase "comprising a ..." does not exclude the presence of additional equivalent elements in a process, method, article, or system that includes the element, without further limitation.
上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。The serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在如上所述的一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端适配器(可以是手机,计算机,服务器,空调器,或者网络适配器等)执行本发明各个实施例所述的方法。Through the description of the above embodiments, those skilled in the art can clearly understand that the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better. Implementation. Based on such understanding, portions of the technical solution of the present invention that contribute substantially or to the prior art may be embodied in the form of a software product stored in a storage medium (such as a ROM/RAM as described above). , a disk, an optical disk, including a number of instructions for causing a terminal adapter (which may be a cell phone, a computer, a server, an air conditioner, or a network adapter, etc.) to perform the methods described in various embodiments of the present invention.
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above are only the preferred embodiments of the present invention, and are not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the present invention and the drawings are directly or indirectly applied to other related technical fields. The same is included in the scope of patent protection of the present invention.

Claims (20)

  1. 一种业务处理方法,其特征在于,所述业务处理方法包括如下步骤: A service processing method, characterized in that the service processing method comprises the following steps:
    接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
    根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
    根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
    接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
  2. 如权利要求1所述的业务处理方法,其特征在于,所述接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息的步骤之前,还包括:The service processing method according to claim 1, wherein the step of receiving the service processing request sent by the transaction platform system to obtain the service identification information carried by the service processing request further comprises:
    为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
  3. 如权利要求2所述的业务处理方法,其特征在于,所述外部业务系统接口包括文件接口和业务处理接口,The service processing method according to claim 2, wherein the external service system interface comprises a file interface and a service processing interface,
    所述根据所述路由配置信息调用外部业务系统接口的步骤包括:The step of invoking an external service system interface according to the routing configuration information includes:
    根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
    在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
    在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
  4. 如权利要求3所述的业务处理方法,其特征在于,所述接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统的步骤包括:The service processing method according to claim 3, wherein the step of receiving the service processing result returned by the external service system interface and feeding back the processing result to the transaction platform system comprises:
    接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
  5. 如权利要求1所述的业务处理方法,其特征在于,在接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统的步骤之后,所述业务处理方法还包括:The service processing method according to claim 1, wherein said service processing method after receiving a service processing result returned by said external service system interface and feeding back said processing result to said transaction platform system Also includes:
    在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
    根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
  6. 一种业务处理装置,其特征在于,所述业务处理装置包括:A service processing device, characterized in that the service processing device comprises:
    接收模块,用于接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;a receiving module, configured to receive a service processing request sent by the transaction platform system, and obtain service identification information carried by the service processing request;
    查找模块,用于根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;a searching module, configured to search a preset routing configuration information database according to the service identification information, to obtain routing configuration information of the service;
    调用模块,用于根据所述路由配置信息调用外部业务系统接口;Calling a module, configured to invoke an external service system interface according to the routing configuration information;
    反馈模块,用于接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。And a feedback module, configured to receive a service processing result returned by the external service system interface, and feed back the processing result to the transaction platform system.
  7. 如权利要求6所述的业务处理装置,其特征在于,所述业务处理装置还包括:The service processing apparatus according to claim 6, wherein the service processing apparatus further comprises:
    设置模块,用于为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。The setting module is configured to set corresponding service identification information and routing configuration information for different types of services, and save the setting result to the routing configuration information database.
  8. 如权利要求7所述的业务处理装置,其特征在于,所述外部业务系统接口包括文件接口和业务处理接口,The service processing apparatus according to claim 7, wherein said external service system interface comprises a file interface and a service processing interface.
    所述调用模块还用于:The calling module is also used to:
    根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
    在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
    在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
  9. 如权利要求8所述的业务处理装置,其特征在于,所述反馈模块还用于:The service processing apparatus according to claim 8, wherein the feedback module is further configured to:
    接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
  10. 如权利要求6所述的业务处理装置,其特征在于,所述业务处理装置还包括:The service processing apparatus according to claim 6, wherein the service processing apparatus further comprises:
    获取模块,用于在接收到用户触发的在线热部署指令时,获取在线热部署数据包;An obtaining module, configured to obtain an online hot deployment data packet when receiving an online hot deployment instruction triggered by a user;
    热部署模块,用于根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。The hot deployment module is configured to perform on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
  11. 一种适配器,其特征在于,所述适配器包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的业务处理程序,所述业务处理程序被所述处理器执行时实现如下步骤:An adapter, the adapter comprising: a memory, a processor, and a service processor stored on the memory and executable on the processor, the service processor being executed by the processor Implement the following steps:
    接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
    根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
    根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
    接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
  12. 如权利要求11所述的适配器,其特征在于,所述业务处理程序被所述处理器执行时还实现如下步骤:The adapter of claim 11 wherein said service processing program, when executed by said processor, further implements the following steps:
    为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
  13. 如权利要求12所述的适配器,其特征在于,所述外部业务系统接口包括文件接口和业务处理接口,The adapter of claim 12 wherein said external service system interface comprises a file interface and a service processing interface.
    所述业务处理程序被所述处理器执行时还实现如下步骤:When the service processing program is executed by the processor, the following steps are also implemented:
    根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
    在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
    在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
  14. 如权利要求13所述的适配器,其特征在于,所述业务处理程序被所述处理器执行时还实现如下步骤:The adapter of claim 13 wherein said business process program, when executed by said processor, further implements the following steps:
    接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
  15. 如权利要求11所述的适配器,其特征在于,所述业务处理程序被所述处理器执行时还实现如下步骤:The adapter of claim 11 wherein said service processing program, when executed by said processor, further implements the following steps:
    在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
    根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
  16. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质上存储有业务处理程序,所述业务处理程序被处理器执行时实现如下步骤:A computer readable storage medium, wherein the computer readable storage medium stores a service processing program, and when the business processing program is executed by the processor, the following steps are implemented:
    接收交易平台系统发送的业务处理请求,获得所述业务处理请求携带的业务标识信息;Receiving a service processing request sent by the transaction platform system, and obtaining service identification information carried by the service processing request;
    根据所述业务标识信息查找预设的路由配置信息数据库,得到所述业务的路由配置信息;Finding a preset routing configuration information database according to the service identification information, and obtaining routing configuration information of the service;
    根据所述路由配置信息调用外部业务系统接口;Invoking an external service system interface according to the routing configuration information;
    接收所述外部业务系统接口返回的业务处理结果并将所述处理结果反馈至所述交易平台系统。Receiving a business processing result returned by the external service system interface and feeding back the processing result to the trading platform system.
  17. 如权利要求16所述的计算机可读存储介质,其特征在于,所述业务处理程序被处理器执行时还实现如下步骤:The computer readable storage medium of claim 16, wherein the business process program is further executed by the processor to:
    为不同类型的业务设置对应的业务标识信息和路由配置信息,将设置结果保存至路由配置信息数据库中。Set corresponding service identification information and routing configuration information for different types of services, and save the settings to the routing configuration information database.
  18. 如权利要求17所述的计算机可读存储介质,其特征在于,所述外部业务系统接口包括文件接口和业务处理接口,The computer readable storage medium of claim 17, wherein the external business system interface comprises a file interface and a business processing interface,
    所述开户行信息包括开户行名称,所述业务处理程序被处理器执行时还实现如下步骤:The bank account information includes an account bank name, and the service processing program is further executed by the processor when the following steps are performed:
    根据所述路由配置信息确定所述业务处理请求的外部业务系统接口调用类型;Determining, according to the routing configuration information, an external service system interface call type of the service processing request;
    在所述接口调用类型为所述文件接口时,从所述交易平台系统获取所述业务的材料文件,调用所述文件接口以将获取到的所述材料文件上传至所述外部业务系统;When the interface is of the file interface, the material file of the service is obtained from the transaction platform system, and the file interface is invoked to upload the obtained material file to the external service system;
    在所述接口调用类型为所述业务处理接口时,获取所述业务处理接口的请求参数,将获取到的所述请求参数进行第一格式转换和加密加签处理,调用所述业务处理接口以将处理后的所述请求参数上传至所述外部业务系统。And acquiring, when the interface is of the service processing interface, the request parameter of the service processing interface, performing the first format conversion and the encryption and tag processing on the obtained request parameter, and calling the service processing interface to The processed request parameters are uploaded to the external service system.
  19. 如权利要求18所述的计算机可读存储介质,其特征在于,所述业务处理程序被处理器执行时还实现如下步骤:The computer readable storage medium of claim 18, wherein the service processing program is further executed by the processor to:
    接收所述业务处理接口返回的业务处理结果,将所述业务处理结果进行解密解签和第二格式转换后反馈至所述交易平台系统。Receiving the service processing result returned by the service processing interface, and performing the decryption and decryption and the second format conversion on the service processing result, and then feeding back to the transaction platform system.
  20. 如权利要求16所述的计算机可读存储介质,其特征在于,所述业务处理程序被处理器执行时还实现如下步骤:The computer readable storage medium of claim 16, wherein the business process program is further executed by the processor to:
    在接收到用户触发的在线热部署指令时,获取在线热部署数据包;Acquiring an online hot deployment data packet when receiving an online hot deployment instruction triggered by the user;
    根据获取到的所述在线热部署数据包对所述路由配置信息数据库进行在线热部署。Performing on-line hot deployment of the routing configuration information database according to the obtained online hot deployment data packet.
PCT/CN2017/104621 2017-07-25 2017-09-29 Service processing method and apparatus, adapter and computer-readable storage medium WO2019019378A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710615173.8 2017-07-25
CN201710615173.8A CN107392766A (en) 2017-07-25 2017-07-25 Method for processing business, adapter and computer-readable recording medium

Publications (1)

Publication Number Publication Date
WO2019019378A1 true WO2019019378A1 (en) 2019-01-31

Family

ID=60340986

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/104621 WO2019019378A1 (en) 2017-07-25 2017-09-29 Service processing method and apparatus, adapter and computer-readable storage medium

Country Status (2)

Country Link
CN (1) CN107392766A (en)
WO (1) WO2019019378A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110427304A (en) * 2019-07-30 2019-11-08 中国工商银行股份有限公司 O&M method, apparatus, electronic equipment and medium for banking system
CN111090451A (en) * 2019-11-08 2020-05-01 贝壳技术有限公司 Service configuration method, device and storage medium

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108021710B (en) * 2017-12-28 2020-03-24 蜂助手股份有限公司 Dynamic interface conversion method, device, terminal equipment and storage medium
CN108280143A (en) * 2017-12-29 2018-07-13 天脉聚源(北京)科技有限公司 The data processing method and device of national treasury business
CN108196879A (en) * 2018-01-09 2018-06-22 平安科技(深圳)有限公司 Method for processing business, device, equipment and computer readable storage medium
CN109726018A (en) * 2018-02-07 2019-05-07 中国平安财产保险股份有限公司 Method for processing business, device, equipment and computer readable storage medium
CN110309191B (en) * 2018-04-08 2023-07-04 腾讯科技(深圳)有限公司 Method, device and system for storing business data
CN108537528B (en) * 2018-04-10 2021-08-06 平安科技(深圳)有限公司 Batch file auditing and payment-for-delivery method and system
CN109726020B (en) * 2018-05-15 2023-05-26 中国平安财产保险股份有限公司 System docking method, system docking device, storage medium and apparatus
CN108804910A (en) * 2018-06-08 2018-11-13 知人科技有限公司 account management system
CN108712444A (en) * 2018-06-08 2018-10-26 知人科技有限公司 Account management system
CN108920139B (en) * 2018-06-29 2023-02-07 北京金山数字娱乐科技有限公司 Program generation method, device and system, electronic equipment and storage medium
CN109360092A (en) * 2018-08-31 2019-02-19 中国平安人寿保险股份有限公司 Transaction node configuration method, device and computer equipment
CN109379284B (en) * 2018-09-17 2022-09-27 平安科技(深圳)有限公司 Route execution method, storage medium, and terminal device
CN109656988A (en) * 2018-10-16 2019-04-19 平安科技(深圳)有限公司 Business O&M method, apparatus, equipment and readable storage medium storing program for executing based on cloud computing
CN109784503A (en) * 2018-12-13 2019-05-21 平安普惠企业管理有限公司 Business O&M method, apparatus, equipment and readable storage medium storing program for executing
CN109559102A (en) * 2018-12-18 2019-04-02 厦门商集网络科技有限责任公司 A kind of polymerization method of payment and terminal
CN111382993B (en) * 2018-12-30 2023-10-24 贝壳技术有限公司 Method and device for realizing foreign bill transaction based on NTS and electronic equipment
CN110113318A (en) * 2019-04-16 2019-08-09 深圳壹账通智能科技有限公司 Front-end system data processing method, device, computer equipment and storage medium
CN110190997A (en) * 2019-05-31 2019-08-30 深圳前海微众银行股份有限公司 Configuration information obtaining method, device, equipment and computer readable storage medium
CN110348859A (en) * 2019-06-17 2019-10-18 阿里巴巴集团控股有限公司 A kind of complaint processing method and system
CN110324796A (en) * 2019-07-24 2019-10-11 山东健康医疗大数据有限公司 A method of realizing that more SMS platforms call by configuring
CN110727523B (en) * 2019-09-30 2023-08-29 歌尔股份有限公司 Service request processing method, service request processing device and readable storage medium
CN111182025B (en) * 2019-11-26 2021-04-20 腾讯科技(深圳)有限公司 Message processing method, device, server and storage medium
CN111026797A (en) * 2019-12-02 2020-04-17 卫盈联信息技术(深圳)有限公司 Service data processing method, server and storage medium
CN111522779B (en) * 2020-06-22 2023-04-14 上海通联金融服务有限公司 Configuration processing method for multi-system file interaction
CN112015769A (en) * 2020-09-01 2020-12-01 平安付科技服务有限公司 Data processing method and device, computer equipment and storage medium
CN112463409A (en) * 2020-12-04 2021-03-09 天津狮拓信息技术有限公司 Data interaction method and device, electronic equipment and computer readable storage medium
CN113159737B (en) * 2021-05-27 2022-11-01 中国平安人寿保险股份有限公司 RPA service processing method, RPA management platform, device and medium
CN113434175B (en) * 2021-06-29 2024-02-27 平安科技(深圳)有限公司 Data processing method, device, storage medium and equipment
CN113360043B (en) * 2021-06-29 2024-04-09 中国农业银行股份有限公司 Service processing method and equipment
CN113821258A (en) * 2021-10-11 2021-12-21 京东科技控股股份有限公司 Method and device for realizing localization operation of ground system through cloud system instruction

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571550A (en) * 2010-12-30 2012-07-11 北京亿阳信通软件研究院有限公司 General information interaction platform and method
CN103095479A (en) * 2011-11-04 2013-05-08 华为技术有限公司 Method and device of business configuration
CN103209196A (en) * 2012-01-12 2013-07-17 中兴通讯股份有限公司 Portal access method and device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799962B (en) * 2012-06-27 2015-08-26 南京合荣欣业信息技术有限公司 A kind of layout type business process system and its implementation
CN104376418B (en) * 2014-11-20 2018-05-25 上海新炬网络信息技术股份有限公司 System variation risk control method based on business
CN106301881B (en) * 2015-06-29 2020-01-03 阿里巴巴集团控股有限公司 Service processing method and device
CN106919590B (en) * 2015-12-24 2020-05-29 阿里巴巴集团控股有限公司 Multi-service multiplexing processing method, device and system
CN106843895B (en) * 2017-02-07 2020-05-19 上海网易小额贷款有限公司 Method, system and readable storage medium for processing requests

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571550A (en) * 2010-12-30 2012-07-11 北京亿阳信通软件研究院有限公司 General information interaction platform and method
CN103095479A (en) * 2011-11-04 2013-05-08 华为技术有限公司 Method and device of business configuration
CN103209196A (en) * 2012-01-12 2013-07-17 中兴通讯股份有限公司 Portal access method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110427304A (en) * 2019-07-30 2019-11-08 中国工商银行股份有限公司 O&M method, apparatus, electronic equipment and medium for banking system
CN111090451A (en) * 2019-11-08 2020-05-01 贝壳技术有限公司 Service configuration method, device and storage medium

Also Published As

Publication number Publication date
CN107392766A (en) 2017-11-24

Similar Documents

Publication Publication Date Title
WO2019019378A1 (en) Service processing method and apparatus, adapter and computer-readable storage medium
WO2019019376A1 (en) Service process management method, apparatus, and device, and computer readable storage medium
WO2018120457A1 (en) Data processing method, apparatus, device, and computer readable storage medium
WO2018233367A1 (en) Case registration method and apparatus, terminal, and computer readable storage medium
WO2019019374A1 (en) Method, apparatus, and system for controlling household appliance with intelligent voice device
WO2019051890A1 (en) Terminal control method and device, and computer-readable storage medium
WO2019019340A1 (en) Application program page opening method and apparatus, terminal and readable storage medium
WO2015108283A1 (en) Application error detection method for cloud streaming service, and apparatus and system therefor
WO2018082482A1 (en) Network sharing method, and method and system for accessing network
WO2019051942A1 (en) Task allocation method, terminal, and computer readable storage medium
WO2018058919A1 (en) Identification information generating method, apparatus, device, and computer readable storage medium
WO2018166236A1 (en) Claim settlement bill recognition method, apparatus and device, and computer-readable storage medium
WO2015180594A1 (en) Data distribution method and system and data receiving apparatus
WO2018120429A1 (en) Resource update method, terminal, computer readable storage medium and resource update device
WO2019024336A1 (en) Data query method and device, and computer readable storage medium
WO2018227887A1 (en) Video advertisement delivery method, video advertisement generation method, device, server and readable storage medium
WO2019051866A1 (en) Right and interest information management method, device, and apparatus, and computer-readable storage medium
WO2018166107A1 (en) Hybrid-based compatibility method, adapter, operating apparatus and system, and computer-readable storage medium
WO2019100531A1 (en) Digital signature generation method and device thereof, verification method and device thereof, and storage medium
WO2018149191A1 (en) Method, apparatus and device for underwriting insurance policy, and computer-readable storage medium
WO2018176864A1 (en) Database permission management method and system, device, computer-readable storage medium
WO2019062194A1 (en) Home appliance and method and system for controling home applicance and computer readable storage medium
WO2019000800A1 (en) Credential preparation method, apparatus, and device and computer readable storage medium
WO2019037395A1 (en) Key management method, device and readable storage medium
WO2018201696A1 (en) Method, apparatus and device for paying renewal premium of social security card policy, and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17919638

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17919638

Country of ref document: EP

Kind code of ref document: A1