CN115099910A - Order processing method for cloud application - Google Patents

Order processing method for cloud application Download PDF

Info

Publication number
CN115099910A
CN115099910A CN202211023825.6A CN202211023825A CN115099910A CN 115099910 A CN115099910 A CN 115099910A CN 202211023825 A CN202211023825 A CN 202211023825A CN 115099910 A CN115099910 A CN 115099910A
Authority
CN
China
Prior art keywords
application
payment
cloud
merchant
order information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211023825.6A
Other languages
Chinese (zh)
Inventor
于建彬
雷小刚
张鹤翔
李鑫
郭建君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Weiling Times Technology Co Ltd
Original Assignee
Beijing Weiling Times Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Weiling Times Technology Co Ltd filed Critical Beijing Weiling Times Technology Co Ltd
Priority to CN202211023825.6A priority Critical patent/CN115099910A/en
Publication of CN115099910A publication Critical patent/CN115099910A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the disclosure relates to an order processing method for cloud application, which comprises the following steps: the method comprises the steps that a merchant application of a cloud server receives an ordering instruction triggered by a user, wherein the ordering instruction is information of merchant application of a cloud client application of a local terminal, responded by the local terminal and transmitted to the cloud server; the method comprises the steps that a merchant application of a cloud server obtains order information to which an order placing instruction belongs, and transmits the order information to a cloud client application of a local terminal through a payment agent of the cloud server; and the merchant application of the cloud server receives a payment result of the order information returned by the payment agent, wherein the payment result is obtained by calling a third party payment application to complete the payment of the order information by the cloud client application of the local terminal based on the order information transmitted by the payment agent. The method provided by the embodiment of the invention overcomes the defect that the cloud application in the prior art cannot realize third-party payment, so that the user operation is more portable.

Description

Order processing method of cloud application
Technical Field
The application belongs to the technical field of cloud clients, and particularly relates to an order processing method for cloud application.
Background
In the prior art, a cloud game is executed by moving a game instance originally running on a user terminal device to a cloud terminal device. The user side device does not need to download the game, and the cloud end device such as a cloud server runs the game. The cloud end equipment such as a cloud server and the user end equipment are two different pieces of equipment.
However, if a user operates a cloud game on a user terminal device to realize a payment function, the user may not invoke a third-party application in the user terminal device, which may result in that the cloud game cannot be paid. A process of calling a third-party application such as a WeChat/Payment Bao to realize payment of the third-party application in existing user-side equipment is shown in fig. 1, after a merchant application in a local mobile phone generates order placing information according to user instruction operation, a merchant background on a server side can generate order information to return to the merchant application, at this time, the merchant application can call the WeChat/Payment Bao application in the local mobile phone to realize payment according to the generated order information, and a payment result can be returned to the merchant application after the payment is completed. The payment process described above can only be used when a local application on the local handset side can invoke a local WeChat/Payment treasure application.
Cloud clients such as cloud games on the existing mobile phone side are operated by a cloud server in actual operation, and the cloud server and the local mobile phone side are two different devices, so that a WeChat/Paibao application calling the local mobile phone side cannot be directly initiated to realize a payment function, and therefore, the operation of a user is inconvenient, and the payment function of a third-party application cannot be well realized.
In view of this, an embodiment of the present invention provides an order processing method for a cloud application.
Disclosure of Invention
Technical problem to be solved
In view of the above drawbacks and deficiencies of the prior art, an embodiment of the present invention provides an order processing method for a cloud application.
(II) technical scheme
In order to achieve the purpose, the technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides an order processing method for a cloud application, including:
s10, receiving an order placing instruction triggered by a user by a merchant application of the cloud service end, wherein the order placing instruction is information of the merchant application of the cloud client application of the local terminal, responded by the local terminal and transmitted to the cloud service end;
s20, the merchant application of the cloud server obtains order information to which the order placing instruction belongs, and transmits the order information to the cloud client application of the local terminal through the payment agent of the cloud server;
and S30, the merchant application of the cloud service end receives a payment result of the order information returned by the payment agent, and the payment result is obtained by the cloud client application of the local terminal calling a third party payment application to complete payment of the order information based on the order information transmitted by the payment agent.
Optionally, the obtaining, by the merchant application of the cloud service end in S20, the order information to which the order placing instruction belongs includes:
s21, the merchant application of the cloud server sends the order placing instruction to the merchant background server;
and S22, the merchant application of the cloud server receives order information which is sent by the merchant background server and generated by the merchant background server based on the order placing instruction.
Optionally, the transmitting the order information to the cloud client application of the local terminal via the payment agent of the cloud server in S20 includes:
s23, the merchant application of the cloud service side sends order information to a payment agent of the cloud service side; and the payment agent of the cloud server transmits the order information to a cloud client application of a local terminal.
Optionally, the payment agent of the cloud service end invokes a third party paid SDK program for a merchant application process of the cloud service end, which is simulated in a hook manner.
Optionally, the S30 includes:
the payment agent of the cloud server sends the order information to the cloud client application of the local terminal;
the cloud client application of the local terminal calls a third party payment application to complete payment of the order information according to the order information to obtain a payment result returned by the third party payment application;
the payment agent of the cloud server receives a payment result returned by the third-party payment application transmitted by the cloud client application of the local terminal, and returns the payment result to the merchant application of the cloud server;
the third-party payment application is a payment application of an SDK (software development kit) integrated with a cloud client application of a local terminal.
Optionally, the third party payment application is a pay-for-use application; the payment agent of the cloud server side is a payment agent;
the third party payment application is a WeChat application; and the payment agent of the cloud server side is a WeChat agent.
Optionally, the method further comprises:
the order information includes: the background identification, payment amount, payment mode and effective duration of the merchant;
the background of the third party payment application sends the payment result of the order information to the merchant background to which the identification of the merchant background belongs;
the background of the third-party payment application is a background used for completing a payment process of order information for payment of the third-party payment application.
Optionally, the cloud client application of the local terminal is a cloud game client;
the merchant application of the cloud server is cloud game application;
the local terminal is a local terminal of an android system.
In a second aspect, an embodiment of the present invention provides an order payment system for cloud applications, including: the system comprises a mobile terminal of an android system, a cloud server and at least one merchant background server;
the mobile terminal interacts with the cloud server, and the cloud server and the at least one merchant background server interact to execute the order processing method of the cloud application in any one of the first aspect.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements the steps of the order processing method applied to the cloud application in the cloud server according to any one of the first aspects.
(III) advantageous effects
The technical scheme provided by the application can comprise the following beneficial effects:
according to the method, after the cloud server receives the order information, the payment agent can be called at the cloud server, and then the payment agent transmits the order information to the cloud client application at the local terminal, so that the cloud client application at the local terminal calls a third-party payment application such as a WeChat/Payment treasure based on the order information to realize payment of the cloud server merchant application, and therefore the defect that the cloud application cannot realize third-party payment in the prior art is overcome, and the user operation is more portable.
Particularly, in the payment process, the cloud application of the local terminal does not need to be changed, the merchant application of the cloud server does not need to be changed, the cloud server is simulated by means of the Hook technology to call a payment agent program of the third-party payment SDK, and the method provided by the embodiment of the invention can effectively popularize the cloud application and reduce the development workload of the payment of the cloud application.
Drawings
The application is described with the aid of the following figures:
fig. 1 is a schematic diagram illustrating an architecture of an order payment process applied by a merchant at a local terminal in the prior art;
fig. 2 is a schematic flowchart of an order processing method for a cloud application according to an embodiment of the present invention;
fig. 3 is a schematic diagram illustrating an architecture of an order processing method for a cloud application according to another embodiment of the present invention;
fig. 4 is a schematic structural diagram of an order payment system of a cloud application according to an embodiment of the present invention.
Detailed Description
For a better understanding of the present invention, reference will now be made in detail to the present embodiments of the invention, which are illustrated in the accompanying drawings. It is to be understood that the following specific examples are illustrative of the invention only and are not to be construed as limiting the invention. In addition, it should be noted that, in the case of no conflict, the embodiments and features in the embodiments in the present application may be combined with each other; for convenience of description, only portions related to the present invention are shown in the drawings.
As shown in fig. 2, the present embodiment provides an order processing method for a cloud application, where the method of the present embodiment is an interaction method between a local terminal and a cloud server, and the method may include the following steps:
s10, receiving an order placing instruction triggered by a user by a merchant application of the cloud service end, wherein the order placing instruction is information of the merchant application of the cloud client application of the local terminal, responded by the local terminal and transmitted to the cloud service end;
s20, the merchant application of the cloud service side obtains order information to which the order placing instruction belongs, and transmits the order information to the cloud client application of the local terminal through the payment agent of the cloud service side.
And S30, the merchant application of the cloud service end receives a payment result of the order information returned by the payment agent, and the payment result is obtained by the cloud client application of the local terminal calling a third party payment application to complete payment of the order information based on the order information transmitted by the payment agent.
According to the method, after the cloud server receives the order information, the payment proxy can be called at the cloud server, and then the payment proxy transmits the order information to the cloud client application at the local terminal, so that the cloud client application at the local terminal calls a third party payment application such as a WeChat/Payment treasure to realize payment of the cloud server merchant application based on the order information, the defect that the local terminal cannot realize third party payment on the cloud application in the prior art is overcome, and the user operation is more portable.
In another optional implementation manner, an embodiment of the present invention further provides an order processing method for a cloud application, as shown in fig. 3, the method in this embodiment may include:
301. the method comprises the steps that a merchant application of a cloud server receives an order placing instruction triggered by a user, wherein the order placing instruction is information of merchant application of the cloud server, which is sent to a local terminal by a local terminal in a responding mode, and the order placing operation is carried out on the cloud client application of the local terminal by the user.
The merchant application of the embodiment may be an application with a payment function, which has an operation interface, and implements an operation on the operation interface by means of the local terminal, such as receiving an operation that a user triggers a certain icon/button.
The order placing instruction may be an operation instruction of the cloud client to the cloud service end merchant application, for example, an order placing instruction which is realized by a user clicking an operation interface of the cloud service end merchant application displayed by the cloud client with the aid of the cloud client, specifically, entering a payment interface of the cloud service end merchant application, clicking payment with the aid of the cloud client, and selecting a payment type WeChat/Paibao by the user, and the like.
302. A merchant application of the cloud server sends a ordering instruction to a merchant background server;
303. and the merchant application of the cloud server receives order information which is sent by the merchant background server and generated by the merchant background server based on the order placing instruction.
The order information in this step may include: the order type, the order amount, the identification of the third party payment order and the like.
304. The merchant application of the cloud server sends the order information to a payment agent of the cloud server; and the payment agent of the cloud server transmits the order information to the cloud client application of the local terminal.
For example, in this embodiment, the payment agent of the cloud service end is a program that is simulated in a hook manner and that invokes the SDK for the third-party payment to the merchant application process having the cloud service end. The payment agent in the embodiment can be used for forwarding order information, the order information is forwarded to the cloud client by the payment agent of the cloud server, and the identification process of the cloud client is realized by the cloud server. That is to say, the payment agent realizes the forwarding of the order information through the channel provided by the cloud service end, the cloud client establishes a one-to-one relationship after being connected to the cloud service end, and the cloud client and the cloud service end establish a channel for information interaction after establishing connection.
It can be understood that the hook simulation three-party payment SDK realizes the same type and the same payment mode, and the android system loads the SDK of the hook simulation third-party payment to the merchant application process in advance when the cloud server is started, so that the original three-party SDK is replaced to realize a data interception mechanism. The hook technology utilizes a Java virtual machine technology, the same class is not loaded any more after being loaded, and the three-party SDK library is not loaded any more after the hook class is loaded, so that the cloud server can simulate the third-party payment SDK, namely the payment proxy, in the called hook mode when calling the third-party SDK library.
305. The payment agent of the cloud server sends the order information to a cloud client application of the local terminal;
306. the cloud client application of the local terminal calls a third party payment application to complete payment of the order information according to the order information to obtain a payment result returned by the third party payment application;
307. the payment agent of the cloud service end receives a payment result returned by the third-party payment application transmitted by the cloud client application of the local terminal, and returns the payment result to the merchant application of the cloud service end;
the third-party payment application is a payment application of an SDK integrated with a cloud client application of a local terminal.
It should be noted that, in this embodiment, if the third party payment application is a pay pal application; the payment agent of the cloud server is a payment agent;
if the third party payment application is a WeChat application; the payment agent of the cloud server is the wechat agent.
In practical applications, the method may further include the following steps:
308. and the background of the third-party payment application sends the payment result of the order information to the merchant background to which the identification of the merchant background belongs.
That is, the order information may include: the background identification, payment amount, payment mode and effective duration of the merchant; at this time, the background of the third-party payment application sends the payment result to the merchant background corresponding to the merchant background identifier.
The background of the third-party payment application is a background used for completing a payment process of order information for payment of the third-party payment application.
In the payment process, the cloud application of the local terminal does not need to be changed, the merchant application of the cloud server does not need to be changed, and only a payment agent for third-party payment is arranged on the cloud server by means of Hook technology. The method overcomes the defect that the local terminal side cannot realize third-party payment on the cloud application in the prior art, and enables the user operation to be more portable.
As shown in fig. 4, fig. 4 illustrates an order payment system of a cloud application, the order payment comprising: the system comprises a mobile terminal of an android system, a cloud server and at least one merchant background server;
the mobile terminal interacts with the cloud server, and the cloud server and the at least one merchant background server interact with each other to execute the order processing method of the cloud application described in any one of fig. 2 to 3.
The mobile terminal or the cloud server of the embodiment may include: the cloud application ordering method includes the steps of the cloud application ordering method described in any one of the above embodiments.
The method disclosed by the embodiment of the invention can be applied to a processor or realized by the processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or by instructions in the form of software. The processor described above may be a general purpose processor, a digital signal processor, an application specific integrated circuit, an off-the-shelf programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software elements in the decoding processor. The software elements may be located in ram, flash, rom, prom, or eprom, registers, among other storage media that are well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
In addition, an embodiment of the present invention may provide a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the order processing method of the cloud application as any one of the above method embodiments is implemented.
It should be noted that in the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. Furthermore, it should be noted that in the description of the present specification, the description of the term "one embodiment", "some embodiments", "examples", "specific examples" or "some examples", etc., means that a specific feature, structure, material or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, the claims should be construed to include preferred embodiments and all changes and modifications that fall within the scope of the invention.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention should also include such modifications and variations.

Claims (10)

1. An order processing method for a cloud application, the method comprising:
s10, receiving an order placing instruction triggered by a user by a merchant application of the cloud service end, wherein the order placing instruction is order placing operation of the user on the cloud client application of the local terminal, and information of the merchant application which is responded by the local terminal and transmitted to the cloud service end;
s20, the merchant application of the cloud service side obtains order information to which the order placing instruction belongs, and transmits the order information to the cloud client application of the local terminal through the payment agent of the cloud service side;
and S30, the merchant application of the cloud service end receives a payment result of the order information returned by the payment agent, and the payment result is obtained by the cloud client application of the local terminal calling a third party payment application to complete payment of the order information based on the order information transmitted by the payment agent.
2. The method according to claim 1, wherein the step of obtaining the order information to which the order placing instruction belongs by the merchant application of the cloud server in S20 includes:
s21, the merchant application of the cloud server sends the order placing instruction to the merchant background server;
and S22, the merchant application of the cloud server receives order information which is sent by the merchant background server and generated by the merchant background server based on the order placing instruction.
3. The method according to claim 1 or 2, wherein the transmitting the order information to the cloud client application of the local terminal via the payment agent of the cloud server in S20 includes:
s23, the merchant application of the cloud service side sends order information to a payment agent of the cloud service side; and the payment agent of the cloud server transmits the order information to the cloud client application of the local terminal.
4. The method as claimed in claim 3, wherein the payment agent of the cloud server is a program which is simulated in a hook manner and used for calling the SDK paid by the third party by the merchant application process of the cloud server.
5. The method according to claim 3, wherein the S30 includes:
the payment agent of the cloud server sends the order information to a cloud client application of the local terminal;
the cloud client application of the local terminal calls a third party payment application to complete payment of the order information according to the order information to obtain a payment result returned by the third party payment application;
the payment agent of the cloud server receives a payment result returned by the third-party payment application transmitted by the cloud client application of the local terminal, and returns the payment result to the merchant application of the cloud server;
the third-party payment application is a payment application of an SDK (software development kit) integrated with a cloud client application of a local terminal.
6. The method of claim 5, wherein the third party payment application is a Payment application; the payment agent of the cloud server side is a payment agent;
the third party payment application is a WeChat application; and the payment agent of the cloud server side is a WeChat agent.
7. The method of claim 1, further comprising:
the order information includes: the background identification, payment amount, payment mode and effective duration of the merchant;
the background of the third party payment application sends the payment result of the order information to the merchant background to which the identification of the merchant background belongs;
the background of the third-party payment application is a background for completing a payment process of order information for paying the third-party payment application.
8. The method of claim 1,
the cloud client application of the local terminal is a cloud game client;
the merchant application of the cloud server is cloud game application;
the local terminal is a local terminal of an android system.
9. An order payment system for a cloud application, comprising: the system comprises a mobile terminal of an android system, a cloud server and at least one merchant background server;
the mobile terminal interacts with the cloud server, and the cloud server and at least one merchant background server interact with each other to execute the order processing method of the cloud application according to any one of claims 1 to 8.
10. A computer-readable storage medium, wherein a computer program is stored on the computer-readable storage medium, and when being executed by a processor, the computer program implements the steps of the order processing method applied to the cloud application in the cloud server according to any one of claims 1 to 8.
CN202211023825.6A 2022-08-25 2022-08-25 Order processing method for cloud application Pending CN115099910A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211023825.6A CN115099910A (en) 2022-08-25 2022-08-25 Order processing method for cloud application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211023825.6A CN115099910A (en) 2022-08-25 2022-08-25 Order processing method for cloud application

Publications (1)

Publication Number Publication Date
CN115099910A true CN115099910A (en) 2022-09-23

Family

ID=83300596

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211023825.6A Pending CN115099910A (en) 2022-08-25 2022-08-25 Order processing method for cloud application

Country Status (1)

Country Link
CN (1) CN115099910A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001045057A1 (en) * 1999-12-14 2001-06-21 Hypercom Corporation Method and apparatus for point of sale device to access web site for processing orders and fulfillment information
CN101894335A (en) * 2010-06-17 2010-11-24 中兴通讯股份有限公司 Payment method and system for on-line transaction and home gateway
CN105321107A (en) * 2015-06-25 2016-02-10 苏州蜗牛数字科技股份有限公司 Method and system for participating in network transaction by mobile terminal
CN106792228A (en) * 2016-12-12 2017-05-31 福建星网视易信息系统有限公司 A kind of living broadcast interactive method and system
CN112766969A (en) * 2021-01-28 2021-05-07 杉德银卡通信息服务有限公司 Mobile payment method and system, payment device and computer readable storage medium
CN113413611A (en) * 2021-07-13 2021-09-21 厦门雅基软件有限公司 Order generation method, order payment method, device and equipment for cloud game platform

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001045057A1 (en) * 1999-12-14 2001-06-21 Hypercom Corporation Method and apparatus for point of sale device to access web site for processing orders and fulfillment information
CN101894335A (en) * 2010-06-17 2010-11-24 中兴通讯股份有限公司 Payment method and system for on-line transaction and home gateway
CN105321107A (en) * 2015-06-25 2016-02-10 苏州蜗牛数字科技股份有限公司 Method and system for participating in network transaction by mobile terminal
CN106792228A (en) * 2016-12-12 2017-05-31 福建星网视易信息系统有限公司 A kind of living broadcast interactive method and system
CN112766969A (en) * 2021-01-28 2021-05-07 杉德银卡通信息服务有限公司 Mobile payment method and system, payment device and computer readable storage medium
CN113413611A (en) * 2021-07-13 2021-09-21 厦门雅基软件有限公司 Order generation method, order payment method, device and equipment for cloud game platform

Similar Documents

Publication Publication Date Title
WO2018103484A1 (en) Data processing method, apparatus and system for live broadcast page
CN111031058A (en) Websocket-based distributed server cluster interaction method and device
CN110891123B (en) Interactive information transmission method and device
CN103440574A (en) Method, client terminal and system for processing game payment
US11722555B2 (en) Application control method and apparatus, electronic device, and storage medium
CN104965848A (en) Front-end resource loading method and apparatus
CN104965778A (en) Method and device for game test
US8855583B2 (en) Communication system, communication terminal, server, communication method to be used therein and program therefor
CN107770269A (en) A kind of service response method and its terminal
WO2015051705A1 (en) Multi-apn concurrent method and system thereof for supporting android application program of handheld device
CN110933075A (en) Service calling method and device, electronic equipment and storage medium
CN110674040A (en) Application testing method, device, equipment and storage medium
CN112486620A (en) Cross-process off-screen rendering method and device, electronic equipment and storage medium
CN106357654B (en) Remote procedure calling method, device and communication system
CN111135581A (en) Game updating method and device
CN112416617A (en) Control method and device of Bluetooth equipment, storage medium and electronic device
CN115099910A (en) Order processing method for cloud application
CN113050936B (en) Front-end data processing method and device based on integrated development environment
US20130329875A1 (en) Data Communication
CN114040240A (en) Button configuration method, device, server and storage medium
CN109725966B (en) Mode conversion method, device, terminal equipment and storage medium
CN111857804A (en) Offline task processing method and device, electronic equipment and storage medium
CN106454419A (en) Data acquisition method, device and electronic equipment
CN114125510A (en) Media resource playing method and related device
CN111078209B (en) Development processing method, device and equipment for business page

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20220923