WO2016165543A1 - 一种数据处理方法和平台 - Google Patents

一种数据处理方法和平台 Download PDF

Info

Publication number
WO2016165543A1
WO2016165543A1 PCT/CN2016/077302 CN2016077302W WO2016165543A1 WO 2016165543 A1 WO2016165543 A1 WO 2016165543A1 CN 2016077302 W CN2016077302 W CN 2016077302W WO 2016165543 A1 WO2016165543 A1 WO 2016165543A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
request information
data processing
execution result
account
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2016/077302
Other languages
English (en)
French (fr)
Inventor
姬广军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Publication of WO2016165543A1 publication Critical patent/WO2016165543A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Definitions

  • the present application relates to the field of data processing technologies, and in particular, to a data processing method and platform.
  • a data processing platform can usually establish communication connections with multiple servers, such as server A, server B, and server C.
  • the data processing platform When the data processing platform obtains the processing request information including the online data, it usually selects one server, such as server A, from the server connected thereto. Then, the data processing platform sends the obtained processing request information to the selected server, for example, to the server A. After the selected server obtains the processing request information, the processing request information may be executed, and the executed result is returned to the data processing platform.
  • server A such as server A
  • the data processing platform selects a server to execute the processing request information. In this way, whether the processing request information can be successfully executed depends on the server selected by the data processing platform. When the selected server is unable to execute the processing request information, or when the communication between the selected server and the data processing platform is not good, the online data processing may fail. For example, limited by the configuration of hardware resources, the data processing capabilities of the server are generally limited. When the amount of data that needs to be processed is large, the server may not be able to process the online data sent by the data processing platform. In particular, when the amount of data that needs to be processed is too large, the server may be down. Under such circumstances, the data processing platform generally cannot perform normal processing on the online data, thereby affecting the success rate of online data processing.
  • the purpose of the embodiments of the present application is to provide a data processing method and platform to improve the success rate of online data processing.
  • a data processing method comprising:
  • Another data processing method including:
  • Another data processing method including:
  • the data processing platform After acquiring the first request information including the first data and the first account, the data processing platform sends the first request information to the first server;
  • the first server After acquiring the first request information, the first server executes the first request information based on the first data and the first account, and returns a first execution result to the data processing platform;
  • the data processing platform acquires the first execution result of the first server, and sends the first request information to the second server according to the first execution result;
  • the second server After acquiring the first request information, the second server executes the first request information based on the first data and the first account, and returns a second execution result to the data processing platform;
  • the data processing platform obtains a second execution result returned by the second server.
  • a data processing platform that includes:
  • a first sending module configured to send the first request information to the first server after acquiring the first request information that includes the first data and the first account;
  • a first obtaining module configured to obtain a first execution result returned by the first server, where the first execution result is a result after executing the first request information
  • the second sending module is configured to send the first request information to the second server according to the first execution result.
  • Another data processing platform including:
  • a first sending module configured to send the first request information to the first server after acquiring the first request information that includes the first data and the first account;
  • a third sending module configured to send the first request information to the second server according to a time of waiting for the first server to return the first execution result, where the first execution result is a result of executing the first request information.
  • Another data processing platform including:
  • a third sending module configured to send, by the data processing platform, the first request information to the first server after acquiring the first request information that includes the first data and the first account;
  • a first execution module configured to: after the first server obtains the first request information, based on the first data and the first An account executes the first request information, and returns a first execution result to the data processing platform;
  • a fourth sending module configured to acquire a first execution result of the first server by the data processing platform, and send the first request information to the second server according to the first execution result
  • a second execution module configured to: after obtaining the first request information, the second server executes the first request information based on the first data and the first account, and returns a second execution result to the data processing platform;
  • the second obtaining module is configured to acquire, by the data processing platform, a second execution result returned by the second server.
  • the embodiment of the present application may send the first request information to the second server according to the first execution result.
  • the embodiment corresponding to FIG. 1 may select another server to execute the first request information after the first server fails to execute the first request information, thereby improving the online data processing. Success rate.
  • FIG. 1 is a schematic structural diagram of a system for implementing the data processing method of the present application according to an embodiment of the present application;
  • FIG. 2 is a flowchart of a data processing method according to an embodiment of the present application.
  • FIG. 3 is a flowchart of another data processing method according to an embodiment of the present application.
  • FIG. 5 is a schematic structural diagram of a data processing platform according to an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of another data processing platform according to an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of another data processing platform according to an embodiment of the present application.
  • the system architecture 100 can include a data processing platform 101, a server A 102, a server B 103, a server C 104, and a server D 105.
  • the server A 102, the server B 103, the server C 104, and the server D 105 can communicate with the data processing platform 101.
  • the server A 102, the server B 103, the server C 104, and the server D 105 can communicate with each other.
  • FIG. 1 is merely an exemplary representation.
  • the number of servers communicating with the data processing platform 101 is not specifically limited, and is not limited to the server A 102, the server B 103, and the server C 104 shown in FIG.
  • the server D105 may also include the server X, the server Y, the server Z, and the like.
  • the data processing platform may acquire the first request information that includes the first data and the first account, and obtain the first server after obtaining the first request information. The data processing platform can then send the first request information to the first server.
  • the server can assign an account to the user.
  • the server can assign an account to the user.
  • users can manage their data stored on the server.
  • the first account may be an account allocated by a server to a user.
  • the first account may be an account that server A 102 assigns to a user.
  • the first data can be a specific number.
  • the first server may establish a connection with a data processing platform through a communication network such as the Internet, a local area network, a wide area network, or the like.
  • a communication network such as the Internet, a local area network, a wide area network, or the like.
  • the first server may be server A 102, server B 103, server C 104, or server D 105 or the like.
  • first server and the server that allocates the first account to the user may be the same server, or may not be the same server.
  • the first server may be a server selected by a user.
  • the data processing platform may provide a plurality of servers to the user for selection. After the user selects a server from it, the data processing platform can obtain the server selected by the user and record the server as the first server.
  • the first server may also be a server acquired in a preset order.
  • the data processing platform may preset the order of the plurality of servers. After the data processing platform obtains the first request information, the first server may be selected according to the sequence.
  • the first server After obtaining the first request information, the first server executes the first request information based on the first data and the first account, and returns a first execution result to the data processing platform.
  • the first request information may be request information for transferring the first data to the first account.
  • the first server may acquire the second account. Similar to the first account, the second account is generally an account allocated by the server for managing data. The server that assigns the second account to the user is generally the same server as the first server. After acquiring the second account, the first server may acquire data corresponding to the second account and remove the first data from the acquired data.
  • the first server may acquire data corresponding to the first account, and then add the acquired data to the first data.
  • the first server, the server that assigns the second account to the user, and the server that assigns the first account to the user may all be the server A 102.
  • the first server may acquire a server that allocates the first account to the user. Then, the first server may send the first data to the acquired server, and request the acquired server to add the first data to the data corresponding to the first account.
  • the first server and the server that assigns the second account to the user may be server A 102.
  • the server that assigns the first account to the user may be the server B 103. Then, the server A 102 can transmit the first data to the server B 103 and request the server B 103 to add the first data and the data corresponding to the first account.
  • the first server can return a first execution result to the data processing platform.
  • the first execution result may include a result of performing a successful and a result of performing the failure.
  • the first server may acquire data corresponding to the second account and may remove the first data from the acquired data. Then, the first server can return a successful execution result to the data processing platform.
  • the first server may acquire data corresponding to the second account, but may not remove the first data from the acquired data. Then, the first server can return the result of the execution failure to the data processing platform.
  • S203 The data processing platform acquires a first execution result of the first server, and sends the first request information to the second server according to the first execution result.
  • the first execution result is returned by the first server.
  • the data processing platform can obtain the first execution result returned by the first server.
  • the data processing platform can end the entire data processing process.
  • the data processing platform can acquire the second server and The second server sends the first request information.
  • the data processing platform may acquire the server B 103, the server C 104, or the server D 105.
  • the second server may be a server selected by a user.
  • the data processing platform can provide the user with a plurality of other servers for selection. After the user selects a server from it, the data processing platform can obtain the server selected by the user and record the server as the second server.
  • the second server may also be a server acquired according to a preset order.
  • the data processing platform may preset the order of the plurality of servers. Then, when the first execution result is the result of the execution failure, the data processing platform may acquire the second server according to the order.
  • the preset order may be server A 102, server B 103, server C 104, and server D 105.
  • the way to obtain the second server is to obtain a server adjacent to the first server.
  • the acquired second server may be the server B 103.
  • the first execution result is generated by a data processing platform.
  • the data processing capabilities of the server are generally limited.
  • the execution speed of the processing request information obtained by the server may be slow, thereby affecting the response speed of the server to the data processing platform, causing the data processing platform to wait for the execution result to become longer.
  • the network stability is not high, and the network condition is often poor, which may affect the data interaction between the server and the data processing platform, and may also cause the data processing platform to wait for the execution result for a long time, or even The data processing platform is unable to obtain the execution result.
  • the data processing platform can set a preset time.
  • the data processing platform may compare the time for waiting for the first server to return the first execution result to the preset time, and may perform the first execution of the first server when the time for waiting for the first execution result is greater than the preset time.
  • the result is set to the result of the payment failure.
  • the data processing platform can acquire the second server and send the first request information to the second server.
  • the preset time can be flexibly set, for example, can be set to 10s (Second) or the like.
  • the second server After obtaining the first request information, the second server executes the first request information based on the first data and the first account, and returns a second execution result to the data processing platform.
  • the second server may acquire the third account.
  • the second server may acquire data corresponding to the third account and remove the first data from the acquired data.
  • the second server may acquire data corresponding to the first account, and then add the acquired data to the first data.
  • the second server can obtain Take the server that assigns the first account to the user. Then, the second server may send the first data to the acquired server, and request the acquired server to add the first data and the data corresponding to the first account.
  • the second server can return a second execution result to the data processing platform.
  • the second execution result may include performing a successful result and a result of performing the failure.
  • the second server may acquire data corresponding to the third account and may remove the first data from the acquired data. Then, the second server can return a successful execution result to the data processing platform.
  • the second server may acquire the data corresponding to the third account, but may not remove the first data from the acquired data. Then, the second server can return the result of the execution failure to the data processing platform.
  • S205 The data processing platform acquires a second execution result returned by the second server.
  • the data processing platform may send the first request information to the second server according to the first execution result.
  • the embodiment corresponding to FIG. 1 may select another server to execute the first request information after the first server fails to execute the first request information, thereby improving the online data processing. Success rate.
  • the embodiment corresponding to FIG. 2 is mainly composed of a data processing platform, and an embodiment as shown in FIG. 3 can be formed. This embodiment includes the following steps:
  • S302 Acquire a first execution result returned by the first server, where the first execution result is a result after executing the first request information.
  • S303 Send the first request information to the second server according to the first execution result.
  • the embodiment corresponding to FIG. 2 is mainly composed of a data processing platform, and an embodiment as shown in FIG. 4 can also be formed. This embodiment includes the following steps:
  • S401 Send the first request information to the first server by acquiring the first request information that includes the first data and the first account.
  • S402 Send the first request information to the second server according to a time of waiting for the first server to return the first execution result, where the first execution result is a result of executing the first request information.
  • a preset time can be set. Waiting for the first server to return the first execution result for a time greater than the preset Meanwhile, the data processing platform may acquire the second server and send the first request information to the second server.
  • the data processing method of the embodiment of the present application can be applied to a payment scenario.
  • An application scenario of the data processing method in the embodiment of the present application is described below by taking the payment process as an example. It should be noted that the present application describes the concept of the present application in conjunction with a specific payment scenario, but the present application is not limited thereto, but can be applied to any other suitable data processing scenario that is currently or future developed.
  • the main payment platforms include Alipay, Tenpay and Quick Money.
  • the payment institution may include a bank (for example, Bank of China, Industrial and Commercial Bank of China, etc.), UnionPay system, and Yu'ebao.
  • the payment methods commonly used by payment platforms are generally as follows:
  • the payment platform After obtaining the payment request information including the payment amount and the payment account, the payment platform sends the payment request information to the server.
  • the server is typically a server of a payment institution. After obtaining the payment request information, the server may acquire the payment account of the user, then deduct the payment amount from the payment account, and transfer the deducted payment amount to the collection account. After the deduction is successful, the server can send a successful debit message to the payment platform.
  • the above payment method uses a payment institution's server to perform payment in the payment process.
  • the server cannot complete the payment, the entire payment process cannot be successfully paid, thereby reducing the payment success rate and making the user unable to complete the payment quickly and conveniently.
  • Payments cause a drop in user experience. For example, in a certain payment process, if the balance of the user's payment account is insufficient, the server generally cannot complete the payment, so that the entire payment process is generally unable to pay successfully.
  • the data processing method of the embodiment of the present application can improve the success rate of payment when applied to a payment scenario.
  • the data processing platform may be a payment platform.
  • the first data can be the payment amount.
  • the first account can be a collection account.
  • the first server and the second server may be servers of a payment institution, such as a server of a bank. Then, after obtaining the payment request information including the payment amount and the payment account, the payment platform may send the payment request information to the first server. After obtaining the payment request information sent by the payment platform, the first server may acquire the first payment account. The first server may then deduct the payment amount from the first payment account and transfer the payment amount deducted from the first payment account to the collection account.
  • the result of the payment success can be returned to the payment platform.
  • the payment platform obtains the result of the successful payment returned by the first server, the payment process can be ended.
  • the first server fails to deduct the payment amount from the first payment account, and the result of the payment failure may be returned to the payment platform.
  • the second server may be acquired, and the payment request information is sent to the second server.
  • the payment platform may set a preset time. When waiting for the time when the first server returns the payment result is greater than the preset time, the The payment result of one server is the payment failure. Then, the payment platform can acquire the second server and send the payment request information to the second server.
  • the second payment account may be acquired.
  • the second server may then deduct the payment amount from the second payment account and transfer the payment amount deducted from the second payment account to the collection account.
  • the second server fails to deduct the payment amount from the second payment account, and the result of the payment failure may be returned to the payment platform. After the payment platform obtains the result of the payment failure returned by the second server, the payment process can be ended.
  • the result of the payment success can be returned to the payment platform.
  • the payment platform since the payment platform cannot determine whether the first payment account is successfully debited, the payment platform needs to request the first server to acquire the transaction record of the first payment account. After obtaining the transaction record of the first payment account, the payment platform may determine, according to the transaction record, whether the first payment account is successfully debited. When it is determined that the first payment account is successfully debited, the payment platform may transfer or repay the first payment account.
  • the payment platform can select two servers for payment in one payment process, thereby improving the payment success rate, enabling the user to complete the payment quickly and conveniently, and improving the user experience.
  • the first payment account is a debit payment account
  • the second payment account is a credit payment account.
  • the debit payment account is generally an account that does not have an overdraft function.
  • the credit payment account is generally an account with an overdraft function. Since the credit payment account generally does not have a limitation on the account balance, selecting the second payment account as the credit payment account can increase the payment success rate of the second payment channel, thereby improving the payment success rate of the entire payment method.
  • the embodiment of the present application further provides a data processing platform.
  • the data processing platform includes a first sending module 501, a first obtaining module 502, and a second sending module 503. among them,
  • the first sending module 501 is configured to send the first request information to the first server after acquiring the first request information including the first data and the first account.
  • the first obtaining module 502 is configured to obtain a first execution result returned by the first server, where the first execution result is a result after the first request information is executed.
  • the second sending module 503 is configured to send the first request information to the second server according to the first execution result.
  • the embodiment of the present application also provides another data processing platform.
  • the data processing platform includes a first sending module 501 and a third sending module 601.
  • the third sending module 601 is configured to send the first request information to the second server according to the time of waiting for the first server to return the first execution result, where the first execution result is to execute the first request. The result after the information.
  • the embodiment of the present application also provides another data processing platform.
  • the data processing platform includes a third sending module 701, a first executing module 702, a fourth sending module 703, a second executing module 704, and a second obtaining module 705. among them,
  • the third sending module 701 is configured to send, by the data processing platform, the first request information to the first server after acquiring the first request information that includes the first data and the first account.
  • the first execution module 702 is configured to: after the first server obtains the first request information, execute the first request information based on the first data and the first account, and return a first execution result to the data processing platform. .
  • the fourth sending module 703 is configured to obtain a first execution result of the first server by the data processing platform, and send the first request information to the second server according to the first execution result.
  • the second execution module 704 is configured to: after obtaining the first request information, the second server executes the first request information based on the first data and the first account, and returns a second execution result to the data processing platform. .
  • the second obtaining module 705 is configured to obtain, by the data processing platform, a second execution result returned by the second server.
  • PLD Programmable Logic Device
  • FPGA Field Programmable Gate Array
  • HDL Hardware Description Language
  • the controller can be implemented in any suitable manner, for example, the controller can take the form of, for example, a microprocessor or processor and a computer readable medium storing computer readable program code (eg, software or firmware) executable by the (micro)processor.
  • computer readable program code eg, software or firmware
  • examples of controllers include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, The Microchip PIC18F26K20 and the Silicone Labs C8051F320, the memory controller can also be implemented as part of the memory's control logic.
  • the controller can be logically programmed by means of logic gates, switches, ASICs, programmable logic controllers, and embedding.
  • Such a controller can therefore be considered a hardware component, and the means for implementing various functions included therein can also be considered as a structure within the hardware component.
  • a device for implementing various functions can be considered as a software module that can be both a method of implementation and a structure within a hardware component.
  • the system, device, module or unit illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
  • the present application can be implemented by means of software plus a necessary general hardware platform. Based on such understanding, the technical solution of the present application may be embodied in the form of a software product in essence or in the form of a software product, which may be stored in a storage medium such as a ROM/RAM or a disk. , an optical disk, etc., includes instructions for causing a computer device (which may be a personal computer, server, or network device, etc.) to perform the methods described in various embodiments of the present application or portions of the embodiments.
  • a computer device which may be a personal computer, server, or network device, etc.
  • This application can be used in a variety of general purpose or special purpose computer system environments or configurations.
  • the application can be described in the general context of computer-executable instructions executed by a computer, such as a program module.
  • program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
  • the present application can also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network.
  • program modules can be located in both local and remote computer storage media including storage devices.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Signal Processing (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

本申请实施例公开了一种数据处理方法和平台。所述数据处理方法包括:在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;获取第一服务器返回的第一执行结果;依据所述第一执行结果,向第二服务器发送所述第一请求信息。本申请实施例的数据处理方法和平台可以提高网上数据处理的成功率。

Description

一种数据处理方法和平台 技术领域
本申请涉及数据处理技术领域,特别涉及一种数据处理方法和平台。
背景技术
随着互联网的迅猛发展,网上数据交互越来越普遍,当前已经成为人们生活中的主要数据交互方式。网上数据的交互一般是通过数据处理平台与服务器之间的交互实现的。一个数据处理平台通常可以与多个服务器建立通信连接,例如服务器A、服务器B和服务器C等。
现有技术中,数据处理的方法一般如下:
当数据处理平台获取到包含网上数据的处理请求信息时,通常从与其相连接的服务器中选取一个服务器,例如服务器A。然后,数据处理平台将获取到的所述处理请求信息发送至选取的服务器,例如发送至服务器A。该选取的服务器获取到所述处理请求信息后,可以执行所述处理请求信息,并向数据处理平台返回执行的结果。
在实现本申请过程中,发明人发现现有技术中至少存在如下问题:
上述现有技术中的数据处理方法,对于一个包含网上数据的处理请求信息,数据处理平台选取一个服务器执行该处理请求信息。这样,该处理请求信息能否执行成功依赖于数据处理平台选取的服务器。当选取的服务器无法执行所述处理请求信息时,或者,选取的服务器与数据处理平台的通信状况不好时,网上数据处理可能会失败。例如,受限于硬件资源的配置,服务器的数据处理能力一般是有限制的。当需要处理的数据量较大时,服务器可能无法对数据处理平台发送的网上数据进行处理。特别地,当需要处理的数据量过大时,服务器有可能出现宕机的现象。在这样的情况下,数据处理平台一般无法对网上数据进行正常的处理,从而影响网上数据处理的成功率。
发明内容
本申请实施例的目的是提供一种数据处理方法和平台,以提高网上数据处理的成功率。
为解决上述技术问题,本申请实施例提供的一种数据处理方法和平台是这样实现的:
一种数据处理方法,包括:
在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
获取第一服务器返回的第一执行结果,所述第一执行结果为执行所述第一请求信息后的结果;
依据所述第一执行结果,向第二服务器发送所述第一请求信息。
另一种数据处理方法,包括:
在获取到包含第一数据和第一账户的第一请求信息,向第一服务器发送所述第一请求信息;
依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,所述第一执行结果为执行所述第一请求信息后的结果。
另一种数据处理方法,包括:
数据处理平台在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
第一服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第一执行结果;
数据处理平台获取第一服务器的第一执行结果,并依据所述第一执行结果,向第二服务器发送所述第一请求信息;
第二服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第二执行结果;
数据处理平台获取第二服务器返回的第二执行结果。
一种数据处理平台,包括:
第一发送模块,用于在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
第一获取模块,用于获取第一服务器返回的第一执行结果,所述第一执行结果为执行所述第一请求信息后的结果;
第二发送模块,用于依据所述第一执行结果,向第二服务器发送所述第一请求信息。
另一种数据处理平台,包括:
第一发送模块,用于在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
第三发送模块,用于依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,所述第一执行结果为执行所述第一请求信息后的结果。
另一种数据处理平台,包括:
第三发送模块,用于数据处理平台在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
第一执行模块,用于第一服务器在获取到所述第一请求信息后,基于所述第一数据和第 一账户执行所述第一请求信息,并向数据处理平台返回第一执行结果;
第四发送模块,用于数据处理平台获取第一服务器的第一执行结果,并依据所述第一执行结果,向第二服务器发送所述第一请求信息;
第二执行模块,用于第二服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第二执行结果;
第二获取模块,用于数据处理平台获取第二服务器返回的第二执行结果。
由以上本申请实施例提供的技术方案可见,本申请实施例在获取到第一服务器的第一执行结果后,可以依据该第一执行结果,向第二服务器发送第一请求信息。与现有技术相比,在一个数据处理过程中,图1所对应的实施例在一个服务器执行第一请求信息失败后,可以选取另一个服务器执行第一请求信息,从而提高了网上数据处理的成功率。
附图说明
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。
图1为本申请实施例一种实现本申请数据处理方法的系统架构示意图;
图2为本申请实施例一种数据处理方法的流程图;
图3为本申请实施例另一种数据处理方法的流程图;
图4为本申请实施例另一种数据处理方法的流程图;
图5为本申请实施例一种数据处理平台的功能结构示意图;
图6为本申请实施例另一种数据处理平台的功能结构示意图;
图7为本申请实施例另一种数据处理平台的功能结构示意图。
具体实施方式
为了使本技术领域的人员更好地理解本申请中的技术方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。
为便于对本申请发明构思的理解,下面首先介绍一个可以实现本申请数据处理方法的系 统架构。如图1所示,该系统架构100可以包括数据处理平台101、服务器A102、服务器B103、服务器C104和服务器D105。其中,服务器A102、服务器B103、服务器C104和服务器D105可以与数据处理平台101进行通信。服务器A102、服务器B103、服务器C104和服务器D105之间可以相互进行通信。
需要说明的是,附图1只是示例性的表示。事实上,在可以实现本申请数据处理方法的系统架构中,与数据处理平台101进行通信的服务器的数量没有具体的限制,并不限于附图1中所示的服务器A102、服务器B103、服务器C104和服务器D105,例如还可以包括服务器X、服务器Y和服务器Z等。
下面结合附图1中描述的系统架构,详细介绍实现本申请数据处理方法的一个实施例。如图2所示,该实施例包括:
S201:数据处理平台在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息。
具体地,数据处理平台可以获取包含第一数据和第一账户的第一请求信息,并在获取到所述第一请求信息后,获取第一服务器。然后数据处理平台可以向该第一服务器发送所述第一请求信息。
一般地,用户可以在服务器中存储数据。对于每个存储数据的用户,服务器可以为该用户分配一个账户。用户通过该账户可以管理其存储在服务器上的数据。在步骤S201中,所述第一账户可以是某个服务器为用户分配的账户。例如,对于附图1,所述第一账户可以是服务器A102为用户分配的账户。
所述第一数据可以是具体的数字。
所述第一服务器可以通过诸如因特网、局域网、广域网等通信网络与数据处理平台建立连接。例如,对于附图1,所述第一服务器可以为服务器A102、服务器B103、服务器C104或服务器D105等。
需要说明的是,所述第一服务器与为用户分配第一账户的服务器可以是同一个服务器,也可以不是同一个服务器。
进一步地,所述第一服务器可以为用户选取的服务器。例如,数据处理平台在获取到第一请求信息后,可以向用户提供多个服务器以供选择。当用户从中选取某个服务器后,数据处理平台可以获取用户选取的服务器,并将该服务器记为第一服务器。
此外,所述第一服务器还可以为按照预设顺序获取的服务器。一般地,可以有多个服务器与数据处理平台建立网络连接。数据处理平台可以预先设定所述多个服务器的顺序。在数据处理平台获取到第一请求信息后,可以根据所述顺序选取第一服务器。
S202:第一服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第一执行结果。
所述第一请求信息可以为将第一数据转移至第一账户的请求信息。
具体地,首先,第一服务器在获取到所述第一请求信息后,可以获取第二账户。与第一账户相类似,第二账户一般为服务器分配的用于管理数据的账户。为用户分配第二账户的服务器与第一服务器一般为同一个服务器。在获取到第二账户后,第一服务器可以获取与第二账户对应的数据,并从获取的数据中除去第一数据。
然后,当第一服务器与为用户分配第一账户的服务器是同一个服务器时,第一服务器可以获取与第一账户对应的数据,然后将获取的数据与第一数据进行相加。例如,对于附图1,第一服务器、为用户分配第二账户的服务器、以及为用户分配第一账户的服务器均可以为服务器A102。
当第一服务器与为用户分配第一账户的服务器不是同一个服务器时,第一服务器可以获取为用户分配第一账户的服务器。然后,第一服务器可以向获取的服务器发送第一数据,并向获取的服务器请求将第一数据与与第一账户对应的数据进行相加。例如,对于附图1,第一服务器和为用户分配第二账户的服务器可以为服务器A102。为用户分配第一账户的服务器可以为服务器B103。那么,服务器A102可以向服务器B103发送第一数据,并向服务器B103请求将第一数据和与第一账户对应的数据进行相加。
最后,第一服务器可以向数据处理平台返回第一执行结果。
所述第一执行结果可以包括执行成功的结果和执行失败的结果。
在一些实施方式中,当与第二账户对应的数据的数值大于第一数据的数值时,第一服务器可以获取与第二账户对应的数据,并可以从获取的数据中除去第一数据。那么,第一服务器可以向数据处理平台返回执行成功的结果。
在一些实施方式中,当与第二账户对应的数据的数值小于第一数据的数值时,第一服务器可以获取与第二账户对应的数据,但不能从获取的数据中除去第一数据。那么,第一服务器可以向数据处理平台返回执行失败的结果。
S203:数据处理平台获取第一服务器的第一执行结果,并依据所述第一执行结果,向第二服务器发送所述第一请求信息。
在一些实施方式中,所述第一执行结果是由第一服务器返回的。数据处理平台可以获取第一服务器返回的第一执行结果。具体地,
当第一执行结果为执行成功的结果时,那么,数据处理平台可以结束整个数据处理过程。
当第一执行结果为执行失败的结果时,那么,数据处理平台可以获取第二服务器,并向 第二服务器发送所述第一请求信息。例如,对于附图1,当第一服务器为服务器A102时,若第一执行结果为执行失败的结果,那么,数据处理平台可以获取服务器B103、服务器C104或服务器D105。
进一步地,所述第二服务器可以为用户选取的服务器。例如,当第一执行结果为执行失败的结果时,数据处理平台可以向用户提供其它多个服务器以供选择。当用户从中选取某个服务器后,数据处理平台可以获取用户选取的服务器,并将该服务器记为第二服务器。
此外,所述第二服务器还可以为依据预设顺序获取的服务器。如步骤S201中所述,数据处理平台可以预先设定所述多个服务器的顺序。那么,当第一执行结果为执行失败的结果时,数据处理平台可以依据所述顺序,获取第二服务器。例如,对于附图1,所述预设顺序可以为服务器A102、服务器B103、服务器C104和服务器D105。获取第二服务器的方式为获取与第一服务器相邻的服务器。那么,当第一服务器为服务器A102时,获取的第二服务器可以为服务器B103。
在一些实施方式中,所述第一执行结果是由数据处理平台产生的。
受限于硬件资源的配置,服务器的数据处理能力一般是有限制的。当处理请求信息的数量超过服务器的处理能力时,服务器对于获取的处理请求信息的执行速度会变慢,从而会影响服务器对于数据处理平台的响应速度,造成数据处理平台等待执行结果的时间变长。
或者,由于环境的问题,网络稳定性不高,往往出现网络状况不良的情况,这会影响服务器与数据处理平台之间的数据交互,也可能造成数据处理平台等待执行结果的时间较长,甚至造成数据处理平台无法获取到执行结果。
基于以上的原因,数据处理平台可以设置预设时间。数据处理平台可以将等待第一服务器返回第一执行结果的时间与所述预设时间进行对比,当等待第一执行结果的时间大于所述预设时间时,可以将第一服务器的第一执行结果设置为支付失败的结果。那么,数据处理平台可以获取第二服务器,并向第二服务器发送所述第一请求信息。所述预设时间可以灵活设置,例如可以设置为10s(Second,秒)等。
S204:第二服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第二执行结果。
具体地,第二服务器在获取到所述第一请求信息后,可以获取第三账户。在获取到第三账户后,第二服务器可以获取与第三账户对应的数据,并从获取的数据中除去第一数据。
然后,当第二服务器与为用户分配第一账户的服务器是同一个服务器时,第二服务器可以获取与第一账户对应的数据,然后将获取的数据与第一数据进行相加。
当第二服务器与为用户分配第一账户的服务器不是同一个服务器时,第二服务器可以获 取为用户分配第一账户的服务器。然后,第二服务器可以向获取的服务器发送第一数据,并向获取的服务器请求将第一数据和与第一账户对应的数据进行相加。
最后,第二服务器可以向数据处理平台返回第二执行结果。
所述第二执行结果可以包括执行成功的结果和执行失败的结果。
在一些实施方式中,当与第三账户对应的数据的数值大于第一数据的数值时,第二服务器可以获取与第三账户对应的数据,并可以从获取的数据中除去第一数据。那么,第二服务器可以向数据处理平台返回执行成功的结果。
在一些实施方式中,当与第三账户对应的数据的数值小于第一数据的数值时,第二服务器可以获取与第三账户对应的数据,但不能从获取的数据中除去第一数据。那么,第二服务器可以向数据处理平台返回执行失败的结果。
S205:数据处理平台获取第二服务器返回的第二执行结果。
图1所对应的实施例,数据处理平台在获取到第一服务器的第一执行结果后,可以依据该第一执行结果,向第二服务器发送第一请求信息。与现有技术相比,在一个数据处理过程中,图1所对应的实施例在一个服务器执行第一请求信息失败后,可以选取另一个服务器执行第一请求信息,从而提高了网上数据处理的成功率。
图2所对应的实施例以数据处理平台为主体,可以形成如图3所示的实施例。该实施例包括如下步骤:
S301:在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息。
S302:获取第一服务器返回的第一执行结果,所述第一执行结果为执行所述第一请求信息后的结果。
S303:依据所述第一执行结果,向第二服务器发送所述第一请求信息。
图2所对应的实施例以数据处理平台为主体,还可以形成如图4所示的实施例。该实施例包括如下步骤:
S401:在获取到包含第一数据和第一账户的第一请求信息,向第一服务器发送所述第一请求信息。
S402:依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,所述第一执行结果为执行所述第一请求信息后的结果。
具体地,可以设置预设时间。当等待第一服务器返回第一执行结果的时间大于该预设时 间时,数据处理平台可以获取第二服务器,并向第二服务器发送所述第一请求信息。
本申请实施例的数据处理方法,可以应用于支付场景中。下面以支付过程为例,介绍本申请实施例数据处理方法的一个应用场景。需要指出的是,本申请结合具体的支付场景对本申请的构思进行描述,但本申请并不限于此,而是可以适用于现有或未来开发的其它任意适合的数据处理场景中。
近年来,随着互联网经济的快速发展,利用支付平台进行网上支付逐渐成为一种方便的生活方式。目前,主要的支付平台包括支付宝、财付通和快钱等。对于每个支付平台,可以有多个支付机构的服务器与其连接。所述支付机构可以包括银行(例如中国银行、中国工商银行等)、银联系统和余额宝等。现有技术中,支付平台较常用的支付方法一般如下:
支付平台在获取到包含支付金额和收款账户的支付请求信息后,向服务器发送所述支付请求信息。该服务器一般为支付机构的服务器。服务器获取到所述支付请求信息后,可以获取用户的支付账户,然后从所述支付账户中扣除支付金额,并将扣除的支付金额转移至所述收款账户。在扣款成功后,服务器可以向支付平台发送扣款成功的信息。
以上的支付方法,在支付过程中使用一个支付机构的服务器进行支付,当该服务器无法完成支付时,往往会使整个支付过程无法支付成功,从而降低了支付成功率,使用户无法快速方便地完成支付,造成用户使用体验下降。例如,在某一支付过程中,若用户支付账户的余额不足,该服务器一般无法完成支付,从而使得整个支付过程一般无法支付成功。
本申请实施例的数据处理方法,当应用于支付的场景时,可以提高支付的成功率。
所述支付场景中,数据处理平台可以为支付平台。第一数据可以为支付金额。第一账户可以为收款账户。第一服务器和第二服务器可以为支付机构的服务器,例如银行的服务器。那么,支付平台在获取到包含支付金额和收款账户的支付请求信息后,可以向第一服务器发送该支付请求信息。第一服务器在获取到支付平台发送的支付请求信息后,可以获取第一支付账户。然后,第一服务器可以从第一支付账户中扣除支付金额,并将从第一支付账户中扣除的支付金额转移至收款账户。
当第一服务器成功的从第一支付账户中扣除支付金额后,可以向支付平台返回支付成功的结果。支付平台当获取到第一服务器返回的支付成功的结果后,可以结束整个支付过程。
当第一支付账户中的余额小于支付金额时,第一服务器从第一支付账户中扣除支付金额失败,可以向支付平台返回支付失败的结果。当支付平台获取到第一服务器返回的支付失败的结果后,可以获取第二服务器,并向第二服务器发送所述支付请求信息。或者,支付平台可以设置预设时间,当等待第一服务器返回支付结果的时间大于该预设时间时,可以认为第 一服务器的支付结果为支付失败。那么,支付平台可以获取第二服务器,并向第二服务器发送所述支付请求信息。
第二服务器获取到支付平台发送的支付请求信息后,可以获取第二支付账户。然后,第二服务器可以从第二支付账户中扣除支付金额,并将从第二支付账户中扣除的支付金额转移至收款账户。
当第二支付账户中的余额小于支付金额时,第二服务器从第二支付账户中扣除支付金额失败,可以向支付平台返回支付失败的结果。支付平台在获取到第二服务器返回的支付失败的结果后,可以结束整个支付过程。
当第二服务器成功的从第二支付账户中扣除支付金额后,可以向支付平台返回支付成功的结果。在这种情况下,由于支付平台不能够确定第一支付账户是否扣款成功,因此,支付平台需要向第一服务器请求获取第一支付账户的交易记录。在获取到第一支付账户的交易记录后,支付平台可以根据该交易记录判断第一支付账户是否扣款成功。当判断第一支付账户扣款成功时,支付平台可以向第一支付账户转账或还款。
以上的支付方法,支付平台在一个支付过程中可以选取两个服务器进行支付,从而提高了支付成功率,可以使用户快速方便地完成支付,提升用户使用体验。
以上的支付方法,优选地,第一支付账户为借记支付账户,第二支付账户为信用支付账户。所述借记支付账户一般为没有透支功能的账户。所述信用支付账户一般为具有透支功能的账户。由于信用支付账户一般没有账户余额的限制,因此选择第二支付账户为信用支付账户,可以提高第二支付通道的支付成功率,进而可以提高整个支付方法的支付成功率。
本申请实施例还提供一种数据处理平台。如图5所示,该数据处理平台包括第一发送模块501、第一获取模块502和第二发送模块503。其中,
第一发送模块501,用于在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息。
第一获取模块502,用于获取第一服务器返回的第一执行结果,所述第一执行结果为执行所述第一请求信息后的结果。
第二发送模块503,用于依据所述第一执行结果,向第二服务器发送所述第一请求信息。
本申请实施例还提供另一种数据处理平台。如图6所示,该数据处理平台包括第一发送模块501和第三发送模块601。其中,所述第三发送模块601,用于依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,所述第一执行结果为执行所述第一请求信息后的结果。
本申请实施例还提供另一种数据处理平台。如图7所示,该数据处理平台包括第三发送模块701、第一执行模块702、第四发送模块703、第二执行模块704和第二获取模块705。其中,
第三发送模块701,用于数据处理平台在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息。
第一执行模块702,用于第一服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第一执行结果。
第四发送模块703,用于数据处理平台获取第一服务器的第一执行结果,并依据所述第一执行结果,向第二服务器发送所述第一请求信息。
第二执行模块704,用于第二服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第二执行结果。
第二获取模块705,用于数据处理平台获取第二服务器返回的第二执行结果。
在20世纪90年代,对于一个技术的改进可以很明显地区分是硬件上的改进(例如,对二极管、晶体管、开关等电路结构的改进)还是软件上的改进(对于方法流程的改进)。然而,随着技术的发展,当今的很多方法流程的改进已经可以视为硬件电路结构的直接改进。设计人员几乎都通过将改进的方法流程编程到硬件电路中来得到相应的硬件电路结构。因此,不能说一个方法流程的改进就不能用硬件实体模块来实现。例如,可编程逻辑器件(Programmable Logic Device,PLD)(例如现场可编程门阵列(Field Programmable Gate Array,FPGA))就是这样一种集成电路,其逻辑功能由用户对器件编程来确定。由设计人员自行编程来把一个数字系统“集成”在一片PLD上,而不需要请芯片制造厂商来设计和制作专用的集成电路芯片2。而且,如今,取代手工地制作集成电路芯片,这种编程也多半改用“逻辑编译器(logic compiler)”软件来实现,它与程序开发撰写时所用的软件编译器相类似,而要编译之前的原始代码也得用特定的编程语言来撰写,此称之为硬件描述语言(Hardware Description Language,HDL),而HDL也并非仅有一种,而是有许多种,如ABEL(Advanced Boolean Expression Language)、AHDL(Altera Hardware Description Language)、Confluence、CUPL(Cornell University Programming Language)、HDCal、JHDL(Java Hardware Description Language)、Lava、Lola、MyHDL、PALASM、RHDL(Ruby Hardware Description Language)等,目前最普遍使用的是VHDL(Very-High-Speed Integrated Circuit Hardware Description Language)与Verilog2。本领域技术人员也应该清楚,只需要将方法流程用上述几种硬件描述语言稍作逻辑编程并编程到集成电路中,就可以很容易得到实现该逻辑方法流 程的硬件电路。
控制器可以按任何适当的方式实现,例如,控制器可以采取例如微处理器或处理器以及存储可由该(微)处理器执行的计算机可读程序代码(例如软件或固件)的计算机可读介质、逻辑门、开关、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程逻辑控制器和嵌入微控制器的形式,控制器的例子包括但不限于以下微控制器:ARC 625D、Atmel AT91SAM、Microchip PIC18F26K20以及Silicone Labs C8051F320,存储器控制器还可以被实现为存储器的控制逻辑的一部分。
本领域技术人员也知道,除了以纯计算机可读程序代码方式实现控制器以外,完全可以通过将方法步骤进行逻辑编程来使得控制器以逻辑门、开关、专用集成电路、可编程逻辑控制器和嵌入微控制器等的形式来实现相同功能。因此这种控制器可以被认为是一种硬件部件,而对其内包括的用于实现各种功能的装置也可以视为硬件部件内的结构。或者甚至,可以将用于实现各种功能的装置视为既可以是实现方法的软件模块又可以是硬件部件内的结构。
上述实施例阐明的系统、装置、模块或单元,具体可以由计算机芯片或实体实现,或者由具有某种功能的产品来实现。
为了描述的方便,描述以上装置时以功能分为各种单元分别描述。当然,在实施本申请时可以把各单元的功能在同一个或多个软件和/或硬件中实现。
通过以上的实施方式的描述可知,本领域的技术人员可以清楚地了解到本申请可借助软件加必需的通用硬件平台的方式来实现。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品可以存储在存储介质中,如ROM/RAM、磁碟、光盘等,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例或者实施例的某些部分所述的方法。
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。
本申请可用于众多通用或专用的计算机系统环境或配置中。例如:个人计算机、服务器计算机、手持设备或便携式设备、平板型设备、多处理器系统、基于微处理器的系统、置顶盒、可编程的消费电子设备、网络PC、小型计算机、大型计算机、包括以上任何系统或设备 的分布式计算环境等等。
本申请可以在由计算机执行的计算机可执行指令的一般上下文中描述,例如程序模块。一般地,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对象、组件、数据结构等等。也可以在分布式计算环境中实践本申请,在这些分布式计算环境中,由通过通信网络而被连接的远程处理设备来执行任务。在分布式计算环境中,程序模块可以位于包括存储设备在内的本地和远程计算机存储介质中。
虽然通过实施例描绘了本申请,本领域普通技术人员知道,本申请有许多变形和变化而不脱离本申请的精神,希望所附的权利要求包括这些变形和变化而不脱离本申请的精神。

Claims (12)

  1. 一种数据处理方法,其特征在于,包括:
    数据处理平台在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
    第一服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第一执行结果;
    数据处理平台获取第一服务器的第一执行结果,并依据所述第一执行结果,向第二服务器发送所述第一请求信息;
    第二服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第二执行结果;
    数据处理平台获取第二服务器返回的第二执行结果。
  2. 一种数据处理方法,其特征在于,包括:
    在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
    获取第一服务器返回的第一执行结果,所述第一执行结果为执行所述第一请求信息后的结果;
    依据所述第一执行结果,向第二服务器发送所述第一请求信息。
  3. 如权利要求1所述的方法,其特征在于,当所述第一执行结果为执行失败的结果时,向第二服务器发送所述第一请求信息。
  4. 如权利要求1所述的方法,其特征在于,所述依据所述第一执行结果,向第二服务器发送所述第一请求信息,具体包括:
    依据所述第一执行结果,获取第二服务器,并向第二服务器发送所述第一请求信息。
  5. 如权利要求4所述的方法,其特征在于,所述获取第二服务器,具体包括:
    依据预设顺序获取第二服务器。
  6. 一种数据处理方法,其特征在于,包括:
    在获取到包含第一数据和第一账户的第一请求信息,向第一服务器发送所述第一请求信息;
    依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,所述第一执行结果为执行所述第一请求信息后的结果。
  7. 如权利要求6所述的方法,其特征在于,所述依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,具体包括:
    获取等待第一服务器返回第一执行结果的时间;
    将获取的时间与预设时间进行对比,当获取的时间大于所述预设时间时,向第二服务器发送所述第一请求信息。
  8. 如权利要求6所述的方法,其特征在于,所述依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,具体包括:
    依据等待第一服务器返回第一执行结果的时间,获取第二服务器,并向第二服务器发送所述第一请求信息。
  9. 如权利要求8所述的方法,其特征在于,所述获取第二服务器,具体包括:
    依据预设顺序获取第二服务器。
  10. 一种数据处理平台,其特征在于,包括:
    第一发送模块,用于在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
    第一获取模块,用于获取第一服务器返回的第一执行结果,所述第一执行结果为执行所述第一请求信息后的结果;
    第二发送模块,用于依据所述第一执行结果,向第二服务器发送所述第一请求信息。
  11. 一种数据处理平台,其特征在于,包括:
    第一发送模块,用于在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
    第三发送模块,用于依据等待第一服务器返回第一执行结果的时间,向第二服务器发送所述第一请求信息,所述第一执行结果为执行所述第一请求信息后的结果。
  12. 一种数据处理平台,其特征在于,包括:
    第三发送模块,用于数据处理平台在获取到包含第一数据和第一账户的第一请求信息后,向第一服务器发送所述第一请求信息;
    第一执行模块,用于第一服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第一执行结果;
    第四发送模块,用于数据处理平台获取第一服务器的第一执行结果,并依据所述第一执行结果,向第二服务器发送所述第一请求信息;
    第二执行模块,用于第二服务器在获取到所述第一请求信息后,基于所述第一数据和第一账户执行所述第一请求信息,并向数据处理平台返回第二执行结果;
    第二获取模块,用于数据处理平台获取第二服务器返回的第二执行结果。
PCT/CN2016/077302 2015-04-15 2016-03-25 一种数据处理方法和平台 Ceased WO2016165543A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510178413.3 2015-04-15
CN201510178413.3A CN106161550A (zh) 2015-04-15 2015-04-15 一种数据处理方法和平台

Publications (1)

Publication Number Publication Date
WO2016165543A1 true WO2016165543A1 (zh) 2016-10-20

Family

ID=57125744

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/077302 Ceased WO2016165543A1 (zh) 2015-04-15 2016-03-25 一种数据处理方法和平台

Country Status (2)

Country Link
CN (1) CN106161550A (zh)
WO (1) WO2016165543A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110826977A (zh) * 2019-09-18 2020-02-21 平安科技(深圳)有限公司 数据更新方法、装置、计算机设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101938507A (zh) * 2009-07-01 2011-01-05 中国工商银行股份有限公司 一种实现银企互联通信的装置及方法
CN103034942A (zh) * 2012-12-05 2013-04-10 北京奇虎科技有限公司 用于网络支付的方法及系统
CN103299328A (zh) * 2011-11-13 2013-09-11 谷歌公司 实时支付授权
US20140081864A1 (en) * 2012-09-15 2014-03-20 Randall Reese Data Shares in Data Storage Clouds
CN104376452A (zh) * 2013-08-15 2015-02-25 世纪禾光科技发展(北京)有限公司 基于国际卡支付通道管理支付成功率的系统及方法

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070038560A1 (en) * 2005-08-12 2007-02-15 Carl Ansley Transaction payment system and processing
CN100517211C (zh) * 2007-01-05 2009-07-22 南京瑞康资讯有限公司 金融pos语音提示器及其语音提示方法
CN101441747A (zh) * 2008-10-16 2009-05-27 王忠杰 一种安全替代银行pos机的方法
CN101908254B (zh) * 2010-08-23 2013-07-24 邓斌涛 智能卡支付平台、系统以及方法
US8743382B2 (en) * 2012-06-28 2014-06-03 Xerox Corporation On demand software for print workflows
CN103413389B (zh) * 2013-05-16 2015-09-30 深圳市淘淘谷信息技术有限公司 基于银行账户对非银行账户管理和支付方法
CN103366274A (zh) * 2013-05-25 2013-10-23 中山市中商港科技有限公司 一种混合式电子商务即时支付方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101938507A (zh) * 2009-07-01 2011-01-05 中国工商银行股份有限公司 一种实现银企互联通信的装置及方法
CN103299328A (zh) * 2011-11-13 2013-09-11 谷歌公司 实时支付授权
US20140081864A1 (en) * 2012-09-15 2014-03-20 Randall Reese Data Shares in Data Storage Clouds
CN103034942A (zh) * 2012-12-05 2013-04-10 北京奇虎科技有限公司 用于网络支付的方法及系统
CN104376452A (zh) * 2013-08-15 2015-02-25 世纪禾光科技发展(北京)有限公司 基于国际卡支付通道管理支付成功率的系统及方法

Also Published As

Publication number Publication date
CN106161550A (zh) 2016-11-23

Similar Documents

Publication Publication Date Title
KR101666416B1 (ko) 우선순위 기반의 컨텍스트 선점
WO2018177235A1 (zh) 一种区块链共识方法及装置
WO2018099314A1 (zh) 一种业务数据处理方法、装置及客户端
CN107038042A (zh) 一种业务执行的方法及装置
US20150022482A1 (en) Multi-touch management for touch screen displays
WO2022017185A1 (zh) 支付处理方法、装置、设备及系统
TWI741555B (zh) 顯示數位物件唯一識別符的方法及裝置
EP3991097B1 (en) Managing workloads of a deep neural network processor
TW201944314A (zh) 配置支付流程、執行支付流程的方法、裝置及設備
TW201942843A (zh) 記帳的方法及裝置
CN113256426B (zh) 一种数据处理方法、装置、设备及介质
CN114586007B (zh) 用于维护应用内容的隐私的自动助理架构
CN114862380B (zh) 额度共享处理方法及装置
CN109886804B (zh) 一种任务处理方法及装置
CN114331446B (zh) 区块链的链外服务实现方法、装置、设备和介质
WO2016165543A1 (zh) 一种数据处理方法和平台
CN114217947A (zh) 任务执行方法、装置、电子设备及可读存储介质
WO2025180479A1 (zh) 资源额度处理
CN106779712B (zh) 网络支付方法及装置
CN113781154A (zh) 一种信息回滚方法、系统、电子设备及存储介质
US11080683B2 (en) DOI display and transaction information verification
CN106294452B (zh) 数据获取方法和装置
CN107133868A (zh) 资金清分方法、装置、终端及存储介质
US20140143457A1 (en) Determining a mapping mode for a dma data transfer
TWI516982B (zh) 計算裝置及計算裝置之處理安全服務之方法

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: 16779518

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: 16779518

Country of ref document: EP

Kind code of ref document: A1