CN112734453B - Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium - Google Patents

Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium Download PDF

Info

Publication number
CN112734453B
CN112734453B CN201911031960.3A CN201911031960A CN112734453B CN 112734453 B CN112734453 B CN 112734453B CN 201911031960 A CN201911031960 A CN 201911031960A CN 112734453 B CN112734453 B CN 112734453B
Authority
CN
China
Prior art keywords
electronic ticket
server
electronic
coupon
plug
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.)
Active
Application number
CN201911031960.3A
Other languages
Chinese (zh)
Other versions
CN112734453A (en
Inventor
陈镇杭
黄东庆
梁健权
张晓冀
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201911031960.3A priority Critical patent/CN112734453B/en
Publication of CN112734453A publication Critical patent/CN112734453A/en
Application granted granted Critical
Publication of CN112734453B publication Critical patent/CN112734453B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0207Discounts or incentives, e.g. coupons or rebates

Abstract

The application provides an electronic ticket picking method, an electronic ticket issuing method, an electronic ticket picking device, electronic ticket issuing equipment and a storage medium. Relates to the technical field of computers. The method comprises the following steps: running a sub-application; sending an electronic ticket acquisition request to a server through an electronic ticket plug-in; receiving the electronic ticket sent by the server through the electronic ticket plug-in; and displaying the acquisition result of the electronic ticket through the electronic ticket plug-in. In the embodiment of the application, the electronic ticket plug-in is integrated in the sub-application program, and the electronic ticket pick-up function is realized by the electronic ticket plug-in, and because the electronic ticket plug-in is a universal plug-in, a developer of the sub-application program is not required to write, so that the developer of the sub-application program is not required to develop the sub-application program by himself (for example, code for realizing the ticket pick-up function is written in the sub-application program), and meanwhile, corresponding function logic is not required to be added in the background of the sub-application program, thereby reducing the development cost and the development difficulty of realizing the ticket pick-up function by the small program.

Description

Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to an electronic ticket picking method, an electronic ticket issuing device, electronic ticket picking equipment and a storage medium.
Background
With the continuous development of computer technology, various applications are driven into daily life of people, and the applet is used as an application which can be used without downloading and installing, so that the application is widely focused on various industries, particularly retail industry, merchants realize online and offline combination through the applet, and the competitiveness is improved.
In the related art, a merchant needs to develop an applet by itself and provide its own service background, and then issue a coupon to a user in the applet. The merchant issuing coupons through the applet may include the following steps: the small program of the merchant sends the identification information (such as openid) of the user to the service background of the merchant; after receiving the user identification, the service background of the merchant requests the coupon issuing server to issue coupons in combination with the identification information of the currently required coupons (such as the batch identification of the coupons). And then, the coupon issuing server returns the relevant information of the coupon to the applet, and the applet processes the relevant information of the coupon and displays the successful information prompt of the coupon to the user.
In the related art, each merchant needs to develop own service background, and requests the coupon issuing server to issue coupons through own service background, so that the cost of developing a small program by the merchant is high and the difficulty is high.
Disclosure of Invention
The embodiment of the application provides an electronic ticket picking method, an electronic ticket issuing method, electronic ticket picking device, electronic ticket issuing equipment and storage medium, which can be used for solving the problems of high cost and high difficulty of developing small programs by merchants in related technologies.
The technical scheme is as follows:
in one aspect, an embodiment of the present application provides a method for acquiring an electronic ticket, where the method includes:
running a sub-application program, wherein the sub-application program is an application program running depending on a parent application program, and the sub-application program is integrated with an electronic ticket plug-in;
sending an electronic ticket acquisition request to a server through the electronic ticket plug-in, wherein the electronic ticket acquisition request is used for requesting to acquire an electronic ticket;
receiving the electronic ticket sent by the server through the electronic ticket plug-in;
and displaying the acquisition result of the electronic ticket through the electronic ticket plug-in.
In another aspect, an embodiment of the present application provides an electronic coupon issuing method, including:
receiving an electronic ticket acquisition request sent by an electronic ticket plug-in, wherein the electronic ticket plug-in is integrated in a sub-application program, the sub-application program is an application program running depending on a parent application program, and the electronic ticket acquisition request is used for requesting to acquire an electronic ticket;
Acquiring the electronic ticket according to the electronic ticket acquisition request;
and sending the electronic ticket to the electronic ticket plug-in.
In still another aspect, an embodiment of the present application provides an electronic coupon retrieval device, including:
the program running module is used for running a sub-application program, wherein the sub-application program is an application program running depending on a parent application program, and the sub-application program is integrated with an electronic ticket plug-in;
the request sending module is used for sending an electronic ticket acquisition request to the server through the electronic ticket plug-in, wherein the electronic ticket acquisition request is used for requesting to acquire an electronic ticket;
the electronic ticket receiving module is used for receiving the electronic ticket sent by the server through the electronic ticket plug-in;
and the result display module is used for displaying the acquisition result of the electronic ticket through the electronic ticket plug-in.
In still another aspect, an embodiment of the present application provides an electronic ticket issuing apparatus, including:
the electronic ticket receiving module is used for receiving an electronic ticket receiving request sent by an electronic ticket plug-in, the electronic ticket plug-in is integrated in a sub-application program, the sub-application program is an application program running depending on a parent application program, and the electronic ticket receiving request is used for requesting to receive an electronic ticket;
The electronic ticket acquisition module is used for acquiring the electronic ticket according to the electronic ticket acquisition request;
and the electronic ticket sending module is used for sending the electronic ticket to the electronic ticket plug-in.
In yet another aspect, embodiments of the present application provide a computer device, where the computer device includes a processor and a memory, where the memory stores at least one instruction, at least one program, a code set, or an instruction set, and the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by the processor to implement the electronic coupon retrieval method according to the above aspect, or implement the electronic coupon sending method according to the above aspect.
In yet another aspect, embodiments of the present application provide a computer readable storage medium having at least one instruction, at least one program, a code set, or an instruction set stored therein, where the at least one instruction, the at least one program, the code set, or the instruction set is loaded and executed by a processor to implement the electronic ticket acquiring method as described in the above aspect, or implement the electronic ticket sending method as described in the above aspect.
In yet another aspect, embodiments of the present application provide a computer program product for implementing the electronic ticket pickup method described in the above aspect or implementing the electronic ticket sending method described in the above aspect when the computer program product is executed by a processor.
The technical scheme provided by the embodiment of the application can comprise the following beneficial effects:
the server is requested to issue and receive the electronic ticket through the electronic ticket plug-in integrated in the sub application. In contrast to the related art, the developer of the applet needs to write code for implementing the coupon function in the applet and the merchant background by himself. In the embodiment of the application, the electronic ticket plug-in is integrated in the sub-application program, and the electronic ticket pick-up function is realized by the electronic ticket plug-in, and because the electronic ticket plug-in is a universal plug-in, a developer of the sub-application program is not required to write, so that the developer of the sub-application program is not required to develop the sub-application program by himself (for example, code for realizing the ticket pick-up function is written in the sub-application program), and meanwhile, corresponding function logic is not required to be added in the background of the sub-application program, thereby reducing the development cost and the development difficulty of realizing the ticket pick-up function by the small program.
Drawings
FIG. 1 is a schematic illustration of an implementation environment provided by one embodiment of the present application;
FIG. 2 is a schematic illustration of an implementation environment provided by another embodiment of the present application;
FIG. 3 is a flow chart of a method for electronic coupon retrieval provided by one embodiment of the present application;
FIG. 4 illustrates a schematic diagram of an application for use with an electronic coupon insert;
FIG. 5 is a schematic view schematically showing a result of pickup of an electronic ticket;
FIG. 6 is a flow chart of a method for electronic coupon retrieval provided in another embodiment of the present application;
FIG. 7 illustrates a schematic diagram of a use hint;
FIG. 8 is a flow chart of a method for electronic coupon retrieval provided in accordance with yet another embodiment of the present application;
FIG. 9 is a block diagram of an electronic coupon retrieval device provided by one embodiment of the present application;
FIG. 10 is a block diagram of an electronic coupon retrieval device according to another embodiment of the present application;
FIG. 11 is a block diagram of an electronic ticket issuing apparatus according to an embodiment of the present application;
FIG. 12 is a block diagram of an electronic ticket issuing apparatus according to another embodiment of the present application;
FIG. 13 is a block diagram of a terminal according to one embodiment of the present application;
fig. 14 is a schematic structural diagram of a server according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present application more apparent, the embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Before describing the embodiments of the present application, related terms designed in the embodiments of the present application will be briefly described.
Sub-application: a child application is an application that runs in dependence on the parent application. The sub-application may specifically be a social application, a file management application, a mail application, or a game application, etc. The above-described sub-applications may be referred to as "applets". The user can directly open the sub-application program by scanning the two-dimensional code corresponding to the sub-application program or searching the name of the sub-application program. The sub-applications can be conveniently acquired and propagated in the parent application.
And the developer completes the operations of development, debugging, preview, uploading codes and the like of the sub-application program in the sub-application program development tool. The sub-application development tool described above may be referred to as WePY. WePY is a componentized development framework in which all of the services and functions of a component are implemented within the component itself, with the components isolated from one another. After the developer issues the code file of the sub-application to the server, the parent application may request to obtain the file of the sub-application from the server through an HTTP (HyperText Transfer Protocol ) request or a WebSocket request, and then the parent application displays the page of the sub-application by loading the file.
The parent application: the parent application is an application for carrying the child application, providing an environment for the implementation of the child application. The parent application is a native application. A native application is an application that can run directly on an operating system. The parent application may be a social application, a dedicated application that specifically supports child applications, a file management application, a mail application, or a gaming application, among others. Social applications include instant messaging applications, SNS (Social Network Service, social networking sites) applications, or live applications, among others.
Referring to fig. 1, a schematic diagram of an implementation environment provided in one embodiment of the present application is shown. The implementation environment may include: a terminal 10 and a server 20.
In the embodiment of the present application, the terminal 10 has installed therein a target application program, and a sub-application program may also be executed in the target application program, where the sub-application program is an application program that runs depending on the target application program, that is, in the embodiment of the present application, the target application program is a target application program that is a word application program. In addition, the sub-application program is integrated with an electronic ticket plug-in.
It should be noted that, in the embodiment of the present application, the above-mentioned electronic ticket plug-in is provided by a developer of the target application program.
Alternatively, the target application may be an instant messaging application, a social application, a payment application, and the like, which is not limited in the embodiments of the present application.
The terminal 10 may be an electronic device such as a cell phone, tablet computer, wearable device, PC (Personal Computer ) or the like.
The server 20 may be a server, a server cluster comprising a plurality of servers, or a cloud computing service center. The server 20 may communicate with the terminal 10 through a wired or wireless network.
Alternatively, as shown in fig. 2, when the server 20 is a server cluster composed of a plurality of servers, the server 20 may include a coupon server 21, a database server 22, an electronic coupon issuing server 23, and a wind control server 24. Wherein the coupon server 21 is configured to communicate with the electronic coupon plug-in the terminal 10; the database server 22 is used for effectively verifying the electronic ticket issuing activity; the electronic ticket issuing server 23 is used for issuing electronic tickets; the wind control server 24 is configured to detect whether a user who requests to get an electronic ticket meets an electronic ticket getting condition. The coupon server 21 is also configured to forward information transmitted from the database server 22, the electronic ticket issuing server 23, and the wind control server 24 to the electronic ticket card.
The coupon server 21 communicates with a database server 22, an electronic coupon issuing server 23, and an air control server 24 via a wired or wireless network, respectively.
The following describes the technical scheme of the application through several embodiments.
Referring to fig. 3, a flowchart of a method for acquiring an electronic ticket according to an embodiment of the present application is shown. In this embodiment, the method is mainly applied to the terminal of the implementation environment shown in fig. 1 and is illustrated as a target application program installed and operated. The method may comprise the following steps:
step 301, running a sub-application.
The sub-application is an application that runs in dependence on the parent application. The user can run a target application program installed in the terminal, i.e., a parent application program of the sub-application program, and then run the sub-application program. For example, in the user interface of the parent application, icons of the child applications are displayed, and the user clicks on the icons of the child applications to start the running child applications. For another example, the user scans the two-dimensional code of the sub-application through the parent application, and starts the sub-application to run.
In the embodiment of the application, the electronic ticket plugin is integrated in the sub-application. The plug-in integrated in the sub-application is used to implement the extended functionality of the sub-application. Alternatively, multiple plug-ins may be integrated into the sub-application to implement multiple different extended functions.
The electronic ticket plug-in is used for realizing the function of receiving the electronic ticket by the sub-application program. Different sub-applications can be downloaded and used with the electronic ticket plug-in, i.e. the electronic ticket plug-in can be integrated into the different sub-applications. Such as integration into different merchant sub-applications.
Alternatively, the interface of the content displayed by the electronic ticket plug-in may be overlaid on the interface displayed by the sub-application program and displayed in a floating layer form.
It should be noted that the electronic ticket plug-in is provided by a developer of the parent application.
Illustratively, the parent application is a "Xletter" application, in which sub-applications, such as e-shop applets developed by merchants, may be running; the applet may also integrate an electronic coupon plug-in, such as a coupon plug-in, provided by the developer of the "X-letter" application.
Alternatively, when a developer of a sub-application wants to use the electronic ticket plugin in the sub-application, the developer of the sub-application may apply for use of the electronic ticket plugin to a developer of a parent application in a computer device (e.g., a PC).
Illustratively, as shown in FIG. 4, a schematic diagram of an application for use of the electronic coupon insert is illustrated. A plug-in application interface 40 is displayed on a computer device used by a developer of the sub-application, the plug-in application interface 40 including a plug-in search field 41 for providing input by the developer of the sub-application and searching for a plug-in required by the developer, and a plug-in add-in control 42 for requesting the addition of a plug-in the sub-application. The developer of the sub-application inputs the electronic ticket package in the package search field 41 and searches for the electronic ticket package 43, and then clicks the package addition control 42 to apply the electronic ticket package to the developer of the parent application. After the pass of the audit, the developer of the parent application allows the developer of the child application to integrate the electronic ticket plugin 43 in the child application.
Optionally, the above-mentioned electronic ticket plug-in may be version-updated to optimize its functionality. When the developer of the sub-application adds the electronic ticket plugin to the sub-application, the latest version of the electronic ticket plugin is added by default.
Step 302, sending, by the electronic ticket plugin, an electronic ticket pickup request to a server.
The electronic ticket pickup request is used for requesting to pick up the electronic ticket.
In one possible implementation, the electronic ticket pickup request may be sent to the server through the electronic ticket plug-in while the electronic ticket plug-in is running.
In another possible embodiment, the electronic ticket insert may provide an electronic ticket pickup control after running the electronic ticket insert described above; after the trigger signal corresponding to the electronic ticket picking control is acquired, an electronic ticket picking request is sent to a server through the electronic ticket plug-in.
Optionally, the sending, by the electronic ticket plugin, the electronic ticket pickup request to the server includes: and after receiving the activity configuration information sent by the sub-application program, the electronic ticket plug-in sends an electronic ticket acquisition request to the server.
The electronic ticket picking request comprises activity configuration information, wherein the activity configuration information comprises identification information of an electronic ticket picking activity.
And step 303, receiving the electronic ticket sent by the server through the electronic ticket plug-in.
After sending the electronic ticket picking request to the server, the electronic ticket sent by the server is received through the electronic ticket plug-in.
Step 304, displaying the result of the electronic ticket through the electronic ticket plug-in.
The electronic ticket plug-in may display the result of the pickup of the electronic ticket collar after receiving the electronic ticket sent by the server. The electronic ticket pickup result is used for prompting the user that the electronic ticket pickup is successful or the electronic ticket pickup is failed.
Optionally, the result of the electronic ticket pickup further includes at least one of: the number of electronic coupons, the amount of the electronic coupons, the effective period of the electronic coupons. The embodiments of the present application are not limited in this regard.
Optionally, displaying the pickup result of the electronic ticket through the electronic ticket plugin may include: and displaying the coupon-capturing prompt information of the electronic coupon through the electronic coupon plug-in. The coupon-capturing prompt information is used for prompting successful receipt of the electronic coupon.
Illustratively, as shown in fig. 5, a schematic diagram of a result of pickup of an electronic ticket is illustratively shown. The electronic ticket plug-in displays the result of the pickup 50 of the electronic ticket, the result of the pickup 50 including the amount 51 of the electronic ticket picked up, such as "you to get 4-membered coupon"; the number of electronic coupons 52, such as two electronic coupons including 3-and 1-gram; the validity period 53 of the electronic ticket is valid as 2019.04.08-2019.05.08.
In summary, according to the technical scheme provided by the embodiment of the application, the electronic ticket plug-in integrated in the sub-application program requests the server to issue the electronic ticket and obtains the electronic ticket. In contrast to the related art, the developer of the applet needs to write code for implementing the coupon function in the applet and the merchant background by himself. In the embodiment of the application, the electronic ticket plug-in is integrated in the sub-application program, and the electronic ticket pick-up function is realized by the electronic ticket plug-in, and because the electronic ticket plug-in is a universal plug-in, a developer of the sub-application program is not required to write, so that the developer of the sub-application program is not required to develop the sub-application program by himself (for example, code for realizing the ticket pick-up function is written in the sub-application program), and meanwhile, corresponding function logic is not required to be added in the background of the sub-application program, thereby reducing the development cost and the development difficulty of realizing the ticket pick-up function by the small program.
Referring to fig. 6, a flowchart of a method for acquiring an electronic ticket according to another embodiment of the present application is shown. In this embodiment, the method is mainly applied to the implementation environment shown in fig. 1 for illustration. The method may comprise the following steps:
in step 601, the target application runs the sub-application.
The sub-application is an application that runs in dependence on the parent application (i.e., the target application). The sub-application program is also integrated with an electronic ticket plug-in.
This step is the same as or similar to step 301 in the embodiment of fig. 3, and will not be described again here.
In step 602, the target application sends an electronic ticket pickup request to the server through the electronic ticket plug-in.
The electronic ticket pickup request is used for requesting to pick up the electronic ticket.
This step is the same as or similar to the step 302 in the embodiment of fig. 3, and will not be described again here.
Correspondingly, the server receives an electronic ticket pickup request sent by the electronic ticket plug-in.
In step 603, the server obtains the electronic ticket according to the electronic ticket obtaining request.
After receiving the electronic coupon request sent by the electronic coupon plug-in, the server may obtain the electronic coupon according to the electronic coupon request.
Step 604, the server sends the electronic ticket to the electronic ticket card.
After the server obtains the electronic ticket, the server may send the electronic ticket to the electronic ticket card.
Correspondingly, the target application program receives the electronic ticket sent by the server through the electronic ticket plug-in.
Optionally, after the target application program receives the electronic ticket sent by the server through the electronic ticket plug-in, the following steps may be further performed:
(1) Generating a user operation record corresponding to the electronic ticket through the electronic ticket plug-in;
(2) And sending the user operation record to the server through the electronic ticket plug-in.
After the target application receives the electronic ticket transmitted from the server through the electronic ticket plug-in, the user may perform a series of operations corresponding to the electronic ticket, such as viewing the electronic ticket, closing the electronic ticket, using the electronic ticket, and so on. The target application may generate a user operation record through the electronic ticket plug-in to record the operation corresponding to the electronic ticket. The target application may then send the user operation record to the server.
Through the electronic ticket plug-in, the user operation record corresponding to the electronic ticket is sent to the server, and a developer of the electronic ticket plug-in can correspondingly optimize the electronic ticket plug-in according to the user operation record, so that the display of the electronic ticket is more in line with the operation habit of a user, and the user experience is improved.
Optionally, after the target application program receives the electronic ticket sent by the server through the electronic ticket plug-in, the following steps may be further performed:
(1) Receiving a sharing instruction corresponding to the electronic ticket, wherein the sharing instruction comprises identification information of a user to be shared;
(2) Sharing the electronic ticket to the user to be shared according to the identification information of the user to be shared;
(3) And displaying the sharing result.
After receiving the electronic ticket through the electronic ticket plug-in, the target application program can also receive a sharing instruction corresponding to the electronic ticket, wherein the sharing instruction is used for sharing the electronic ticket to other users, namely users to be shared. The users to be shared may be users having a friend relationship with the user who received the electronic ticket.
After receiving the sharing instruction, the electronic coupon can be sent to the user to be shared according to the identification information of the user to be shared included in the sharing instruction. Further, the target application program can display the sharing result through the electronic ticket plug-in, and the sharing result is used for prompting the success or failure of sharing the electronic ticket.
Under the condition that the user who gets the electronic ticket does not use the electronic ticket, the electronic ticket is shared to the users to be shared, so that the utilization rate of the electronic ticket is improved.
In step 605, the target application displays the result of the pickup of the electronic ticket through the electronic ticket plug-in.
Optionally, after the target application displays the result of the pickup of the electronic ticket through the electronic ticket plug-in, the following steps may be further performed:
(1) Receiving a closing instruction corresponding to the acquisition result;
(2) Cancelling display of the acquisition result according to the closing instruction;
(3) And displaying the use prompt information of the electronic ticket in a floating window mode.
Optionally, the result receiving display interface includes a result closing control, where the result receiving closing control is used for closing the received result by the user.
After the result of the electronic ticket is displayed, the user can click the result closing control, correspondingly, the target application program can receive a closing instruction corresponding to the result of the electronic ticket through the electronic ticket plug-in, and further cancel the display of the result of the electronic ticket according to the closing instruction. The target application program can display the use prompt information of the electronic ticket in a floating window form through the electronic ticket plug-in, wherein the use prompt information is used for prompting the use condition of the electronic ticket.
Illustratively, as shown in FIG. 7, a schematic diagram of the use hint information is illustratively shown. The display interface for receiving the result also comprises a result closing control 71, and the user clicks the result closing control 71, and correspondingly, the target application program can receive a closing instruction corresponding to the receiving result through the electronic ticket plug-in. Then, the display of the obtained result is canceled, and the use prompt information 72 of the electronic ticket is displayed in a floating window mode, namely 1 element is reduced as follows, and 3 elements can be reduced by buying 12.2 elements. After the successful ordering, displaying a payment interface 73, wherein the payment interface 73 displays an amount 74 to be paid, such as 21.8, and the amount 74 to be paid is the amount after the electronic ticket is used; also shown is an initial payment amount 75, such as 22.8, the initial payment amount 75 being the amount of unused coupons; a payment password input field 76 is also displayed, the payment password input field 76 being for a user to input a payment password.
Optionally, the result of the acquisition includes a target payment mode required to be used by the electronic ticket. That is, the usage conditions of the electronic ticket include the usage target payment method.
In this case, after the above-described display of the pickup result of the electronic ticket by the electronic ticket card, the following steps may be further performed:
(1) Displaying a payment mode list;
(2) Acquiring a selection signal corresponding to a target payment mode;
(3) And after the selection signal is acquired, paying by using the electronic ticket according to the target payment mode.
After displaying the above-mentioned result of the pickup, a payment means list including at least one payment means may also be displayed. The user may select a target payment method displayed in the pickup result, and correspondingly, the target application program obtains a selection signal corresponding to the target payment method, and then, may use the electronic ticket to make payment based on the target payment method.
In summary, according to the technical scheme provided by the embodiment of the application, the electronic ticket plug-in integrated in the sub-application program requests the server to issue the electronic ticket and obtains the electronic ticket. Compared with the related art, the merchant needs to develop own service background, and requests the server to issue the coupons through the own service background. According to the technical scheme provided by the embodiment of the application, the electronic ticket plug-in is interacted with the server without going through the service background of the merchant, so that the acquired electronic ticket can be directly displayed to the user through the electronic ticket plug-in.
On the other hand, the user operation record corresponding to the electronic ticket is sent to the server through the electronic ticket plug-in, and a developer of the electronic ticket plug-in can correspondingly optimize the electronic ticket plug-in according to the user operation record, so that the display of the electronic ticket is more in line with the operation habit of a user, and the user experience is improved.
Referring to fig. 8, a flowchart of a method for acquiring an electronic ticket according to another embodiment of the present application is shown. In this embodiment, the method is mainly applied to the implementation environment shown in fig. 2 for illustration. The method may comprise the following steps:
in step 801, the target application runs a sub-application.
The sub-application is an application that runs in dependence on the parent application. The sub-application program is also integrated with an electronic ticket plug-in.
This step is the same as or similar to step 301 in the embodiment of fig. 3, and will not be described again here.
In step 802, the target application sends an electronic ticket pickup request to the ticket server through the electronic ticket plug-in.
The electronic ticket pickup request is used for requesting to pick up the electronic ticket.
This step is the same as or similar to the step 302 in the embodiment of fig. 3, and will not be described again here.
Correspondingly, the coupon receiving server receives an electronic coupon retrieval request sent by the electronic coupon plug-in.
Step 803, the coupon server sends an activity query request to the database server according to the identification information of the electronic coupon issuing activity.
The electronic ticket picking request includes identification information of the electronic ticket issuing activity. The identification information of the electronic ticket issuing event is used to identify the electronic ticket issuing event. For example, the identification information of the electronic ticket issuing event may be a lot number of the electronic ticket issuing event.
The database server stores the correspondence between the identification information of at least one group of electronic ticket issuing activities and the electronic ticket.
After the coupon receiving server obtains the identification information of the electronic coupon issuing activity, the electronic coupon corresponding to the electronic coupon issuing activity can be found according to the identification information of the electronic coupon issuing activity and in combination with the corresponding relation between the identification information of the electronic coupon issuing activity and the electronic coupon stored in the database server.
In step 804, the database server sends the results of the activity query to the coupon server.
The database server also stores the correspondence between the identification information of at least one group of electronic ticket issuing activities and the valid time periods, that is, each electronic ticket issuing activity has a valid time period, and if the valid time period is exceeded, the electronic ticket issuing activity is invalid.
The above-described activity query result is used to indicate whether the electronic ticket issuing activity is valid.
Correspondingly, the coupon server receives the activity query result sent by the database server.
If the activity query result indicates that the electronic ticket issuing activity is valid, the following step 808 is performed.
By inquiring whether the electronic ticket issuing activity is effective or not, the electronic ticket is further issued to the electronic ticket plug-in by the electronic ticket issuing activity, so that the issuing of invalid electronic ticket is avoided, the transmission cost is saved, and the user experience is improved.
In step 805, the coupon server sends a coupon record query request to the database server.
The electronic ticket pickup request includes identification information of the target user.
The database server also stores the corresponding relation between the identification information of at least one target user and the coupon record. The coupon server may send a coupon record query request to the database server, where the coupon record query request includes identification information of the target user, and the coupon record query request is used to request to query the coupon record of the target user.
Alternatively, the identification information of the target user may be obtained by an electronic ticket plug-in.
At step 806, the database server sends the coupon record of the target user to the coupon server.
Correspondingly, the coupon server receives the coupon record of the target user sent by the database server.
If the target user's coupon record meets the electronic coupon issuing conditions, the following step 808 is performed.
For example, by querying the user's coupon record and issuing the electronic coupon to the electronic coupon insert upon confirming that the user is first to pick up the electronic coupon, duplicate issuing of the electronic coupon is avoided.
In step 807, the coupon server sends a wind control request to the wind control server.
The electronic ticket pickup request includes identification information of the target user.
Further, the wind control request includes identification information of the target user, and the wind control request is used for requesting to detect whether the target user meets the electronic ticket pickup condition.
Optionally, the electronic ticket pickup condition includes at least one of: the target user is the first time to get the electronic ticket, and the target user has completed the authentication of the real-name system.
If the target user meets the coupon pickup condition, the following step 808 is performed.
It should be noted that, in the embodiment of the present application, the execution sequence of the steps 803 and 804, the steps 805 and 806, and the step 807 is not limited. In one example, steps 803 and 804 may be performed first, then steps 805 and 806 are performed, and finally step 807 is performed. In another example, steps 805 and 806 may be performed first, then steps 803 and 804 are performed, and finally step 807 is performed.
In step 808, the coupon server transmits an electronic coupon issuing request to the electronic coupon issuing server according to the electronic coupon retrieval request.
The above-described electronic ticket issuing request is for requesting to send an electronic ticket.
In step 809, the electronic ticket issuing server transmits the electronic ticket to the ticket server.
Correspondingly, the coupon receiving server receives the electronic coupon sent by the electronic coupon issuing server.
At step 810, the coupon server sends the electronic coupon to the electronic coupon insert.
Correspondingly, the target application program receives the electronic ticket sent by the ticket-receiving server through the electronic ticket plug-in.
This step is the same as or similar to step 604 in the embodiment of fig. 6, and will not be described again here.
In step 811, the target application displays the result of the pickup of the electronic ticket through the electronic ticket plug-in.
This step is the same as or similar to step 605 in the embodiment of fig. 6 and will not be described again here.
In summary, according to the technical scheme provided by the embodiment of the application, the electronic ticket receiving request is sent to the ticket receiving server through the electronic ticket plug-in, the ticket receiving server sends the electronic ticket issuing request to the electronic ticket issuing server according to the electronic ticket receiving request, and the ticket receiving server receives the electronic ticket sent by the electronic ticket issuing server and sends the electronic ticket to the electronic ticket plug-in. Compared with the prior art, the self-development period of the merchants is long, and when the server promotes the electronic ticket issuing activity once, the development time of each merchant needs to be coordinated, so that the popularization difficulty of the activity is high. According to the technical scheme provided by the embodiment of the application, the electronic ticket plug-in and the server belong to the same developer, so that the server does not need to coordinate development time of each merchant when promoting one-time electronic ticket issuing activity, and the difficulty of promoting the activity is reduced.
The following are device embodiments of the present application, which may be used to perform method embodiments of the present application. For details not disclosed in the device embodiments of the present application, please refer to the method embodiments of the present application.
Referring to fig. 9, a block diagram of an electronic ticket acquiring apparatus according to an embodiment of the present application is shown. The device has the function of realizing the electronic ticket picking method example, and the function can be realized by hardware or can be realized by executing corresponding software by hardware. The device may be the terminal described above or may be provided on the terminal. The apparatus 900 may include: program execution module 910, request transmission module 920, electronic ticket receiving module 930, and result display module 940.
Program running module 910 is configured to run a sub-application, where the sub-application is an application running depending on a parent application, and the sub-application is integrated with a coupon plug-in.
The request sending module 920 is configured to send, to the server, an electronic ticket pickup request through the electronic ticket plug-in, where the electronic ticket pickup request is used to request to pick up an electronic ticket.
And the electronic ticket receiving module 930 is configured to receive, through the electronic ticket plug-in, the electronic ticket sent by the server.
And the result display module 940 is used for displaying the obtained result of the electronic ticket through the electronic ticket plug-in.
In summary, according to the technical scheme provided by the embodiment of the application, the electronic ticket plug-in integrated in the sub-application program requests the server to issue the electronic ticket and obtains the electronic ticket. In contrast to the related art, the developer of the applet needs to write code for implementing the coupon function in the applet and the merchant background by himself. In the embodiment of the application, the electronic ticket plug-in is integrated in the sub-application program, and the electronic ticket pick-up function is realized by the electronic ticket plug-in, and because the electronic ticket plug-in is a universal plug-in, a developer of the sub-application program is not required to write, so that the developer of the sub-application program is not required to develop the sub-application program by himself (for example, code for realizing the ticket pick-up function is written in the sub-application program), and meanwhile, corresponding function logic is not required to be added in the background of the sub-application program, thereby reducing the development cost and the development difficulty of realizing the ticket pick-up function by the small program.
In some possible designs, the electronic ticket receiving module 930 is configured to send, by the electronic ticket plug-in, the electronic ticket pickup request to the server after receiving the activity configuration information sent by the sub-application; the electronic ticket picking request comprises the activity configuration information, and the activity configuration information comprises identification information of an electronic ticket picking activity.
In some possible designs, as shown in fig. 10, the apparatus 900 further includes: an instruction receiving module 950, a cancel display module 960, and an information display module 970.
The instruction receiving module 950 is configured to receive a close instruction corresponding to the obtained result.
And a cancellation display module 960 configured to cancel display of the pickup result according to the shutdown instruction.
The information display module 970 is configured to display usage prompt information of the electronic ticket in a floating window form, where the usage prompt information is used to prompt a usage situation of the electronic ticket.
In some possible designs, as shown in fig. 10, the apparatus 900 further includes: a record generation module 980 and a record transmission module 990.
A record generating module 980, configured to generate, by using the electronic ticket plug-in, a user operation record corresponding to the electronic ticket.
And the record sending module 990 is configured to send the user operation record to the server through the electronic ticket plugin.
In some possible designs, as shown in fig. 10, the apparatus 900 further includes: the system comprises a sharing receiving module 1000, an electronic ticket sharing module 1010 and a sharing display module 1020.
The sharing receiving module 1000 is configured to receive a sharing instruction corresponding to the electronic ticket, where the sharing instruction includes identification information of a user to be shared.
And the electronic coupon sharing module 1010 is configured to share the electronic coupon to the user to be shared according to the identification information of the user to be shared.
And a sharing display module 1020 for displaying the sharing result.
In some possible designs, the result of the pickup includes a target payment method required to be used by the electronic ticket; as shown in fig. 10, the apparatus 900 further includes: a list display module 1030, a mode selection module 1040, and a coupon payment module 1050.
The list display module 1030 is configured to display a payment manner list, where the payment manner list includes at least one payment manner.
A mode selection module 1040 is configured to obtain a selection signal corresponding to the target payment mode.
And the electronic ticket payment module 1050 is configured to pay using the electronic ticket based on the target payment mode after the selection signal is acquired.
Referring to fig. 11, a block diagram of an electronic ticket issuing apparatus according to an embodiment of the present application is shown. The device has the function of realizing the electronic ticket issuing method example, and the function can be realized by hardware or can be realized by executing corresponding software by hardware. The device may be the server described above or may be provided on the server. The apparatus 1100 may include: a request receiving module 1110, an electronic coupon acquisition module 1120, and an electronic coupon transmitting module 1130.
The request receiving module 1110 is configured to receive an electronic ticket pickup request sent by an electronic ticket plug-in, where the electronic ticket plug-in is integrated in a sub-application, and the sub-application is an application running depending on a parent application, and the electronic ticket pickup request is used for requesting to pick up an electronic ticket.
And the electronic ticket acquiring module 1120 is configured to acquire the electronic ticket according to the electronic ticket acquiring request.
And the electronic ticket sending module 1130 is configured to send the electronic ticket to the electronic ticket plug-in.
In summary, according to the technical scheme provided by the embodiment of the application, the electronic ticket plug-in integrated in the sub-application program requests the server to issue the electronic ticket and obtains the electronic ticket. In contrast to the related art, the developer of the applet needs to write code for implementing the coupon function in the applet and the merchant background by himself. In the embodiment of the application, the electronic ticket plug-in is integrated in the sub-application program, and the electronic ticket pick-up function is realized by the electronic ticket plug-in, and because the electronic ticket plug-in is a universal plug-in, a developer of the sub-application program is not required to write, so that the developer of the sub-application program is not required to develop the sub-application program by himself (for example, code for realizing the ticket pick-up function is written in the sub-application program), and meanwhile, corresponding function logic is not required to be added in the background of the sub-application program, thereby reducing the development cost and the development difficulty of realizing the ticket pick-up function by the small program.
In some possible designs, the electronic ticket acquiring module 1120 is configured to send an electronic ticket issuing request to an electronic ticket issuing server according to the electronic ticket pickup request, where the electronic ticket issuing request is used to request to send the electronic ticket; and receiving the electronic ticket sent by the electronic ticket issuing server.
In some possible designs, the electronic ticket pickup request includes identification information of an electronic ticket issuing campaign. As shown in fig. 12, the apparatus 1100 further includes: a query sending module 1140 and a result receiving module 1150.
And the query sending module 1140 is configured to send an activity query request to a database server according to the identification information of the electronic ticket issuing activity, where the database server stores a correspondence between at least one group of identification information of the electronic ticket issuing activity and the electronic ticket.
And a result receiving module 1150, configured to receive an activity query result sent by the database server, where the activity query result is used to indicate whether the electronic ticket issuing activity is valid.
The electronic ticket acquiring module 1120 is configured to execute the step of acquiring the electronic ticket according to the electronic ticket acquiring request when the activity query result indicates that the electronic ticket issuing activity is valid.
In some possible designs, the electronic coupon retrieval request includes identification information of the target user; as shown in fig. 12, the apparatus 1100 further includes: a record sending module 1160 and a record receiving module 1170.
The record sending module 1160 is configured to send a coupon record query request to a database server, where the coupon record query request includes identification information of the target user, and the coupon record query request is used to request to query a coupon record of the target user.
A record receiving module 1170, configured to receive a coupon record of the target user sent by the database server;
the electronic ticket obtaining module 1120 is configured to execute the step of obtaining the electronic ticket according to the electronic ticket obtaining request when the ticket capturing record of the target user meets an electronic ticket issuing condition.
In some possible designs, the electronic coupon retrieval request includes identification information of the target user; as shown in fig. 12, the apparatus 1100 further includes: the pneumatic control send module 1180.
The wind control sending module 1180 is configured to send a wind control request to the wind control server, where the wind control request includes identification information of the target user, and the wind control request is used to request to detect whether the target user meets the electronic coupon receiving condition.
The electronic ticket obtaining module 1120 is configured to execute the step of obtaining the electronic ticket according to the electronic ticket obtaining request when the target user meets the electronic ticket obtaining condition.
It should be noted that, in the apparatus provided in the foregoing embodiment, when implementing the functions thereof, only the division of the foregoing functional modules is used as an example, in practical application, the foregoing functional allocation may be implemented by different functional modules, that is, the internal structure of the device is divided into different functional modules, so as to implement all or part of the functions described above. In addition, the apparatus and the method embodiments provided in the foregoing embodiments belong to the same concept, and specific implementation processes of the apparatus and the method embodiments are detailed in the method embodiments and are not repeated herein.
Referring to fig. 13, a block diagram of a terminal according to an embodiment of the present application is shown. In general, the terminal 1300 includes: a processor 1301, and a memory 1302.
Processor 1301 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. Processor 1301 may be implemented in hardware in at least one of DSP (Digital Signal Processing ), FPGA (Field Programmable Gate Array, field programmable gate array), PLA (Programmable Logic Array ). Processor 1301 may also include a main processor, which is a processor for processing data in an awake state, also called a CPU (Central Processing Unit ), and a coprocessor; a coprocessor is a low-power processor for processing data in a standby state. In some embodiments, processor 1301 may integrate a GPU (Graphics Processing Unit, image processor) for rendering and rendering of content required to be displayed by the display screen. In some embodiments, the processor 1301 may also include an AI (Artificial Intelligence ) processor for processing computing operations related to machine learning.
Memory 1302 may include one or more computer-readable storage media, which may be non-transitory. Memory 1302 may also include high-speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In some embodiments, a non-transitory computer readable storage medium in memory 1302 is configured to store at least one instruction, at least one program, code set, or instruction set for execution by processor 1301 to implement the electronic ticket retrieval method provided by the method embodiments herein, or to implement the electronic ticket issuing method as described in the above aspects.
In some embodiments, the terminal 1300 may further optionally include: a peripheral interface 1303 and at least one peripheral. The processor 1301, the memory 1302, and the peripheral interface 1303 may be connected by a bus or signal lines. The respective peripheral devices may be connected to the peripheral device interface 1303 through a bus, a signal line, or a circuit board. Specifically, the peripheral device may include: at least one of a communication interface 1304, a display screen 1305, audio circuitry 1306, a camera assembly 1307, a positioning assembly 1308, and a power supply 1309.
Those skilled in the art will appreciate that the structure shown in fig. 13 is not limiting of terminal 1300 and may include more or fewer components than shown, or may combine certain components, or may employ a different arrangement of components.
Referring to fig. 14, a schematic structural diagram of a server according to an embodiment of the present application is shown. Specifically, the present invention relates to a method for manufacturing a semiconductor device.
The server 1400 includes a CPU (Central Processing Unit ) 1401, a system Memory 1404 including a RAM (Random Access Memory ) 1402 and a ROM (Read Only Memory) 1403, and a system bus 1405 connecting the system Memory 1404 and the central processing unit 1401. The server 1400 also includes a basic I/O (Input/Output) system 1406 that facilitates the transfer of information between various devices within the computer, and a mass storage device 1407 for storing an operating system 1413, application programs 1414, and other program modules 1412.
The basic input/output system 1406 includes a display 1408 for displaying information and an input device 1409, such as a mouse, keyboard, etc., for a user to input information. Wherein the display 1408 and the input device 1409 are connected to the central processing unit 1401 via an input output controller 1410 connected to the system bus 1405. The basic input/output system 1406 may also include an input/output controller 1410 for receiving and processing input from a number of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, the input output controller 1410 also provides output to a display screen, a printer, or other type of output device.
The mass storage device 1407 is connected to the central processing unit 1401 through a mass storage controller (not shown) connected to the system bus 1405. The mass storage device 1407 and its associated computer-readable media provide non-volatile storage for the server 1400. That is, the mass storage device 1407 may include a computer readable medium (not shown) such as a hard disk or CD-ROM (Compact Disc Read-Only Memory) drive.
The computer readable medium may include computer storage media and communication media without loss of generality. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, EPROM (Erasable Programmable Read Only Memory) erasable programmable read-only memory), flash memory or other solid state memory technology, CD-ROM, DVD or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices. Of course, those skilled in the art will recognize that the computer storage medium is not limited to the one described above. The system memory 1404 and mass storage device 1407 described above may be collectively referred to as memory.
According to various embodiments of the present application, the server 1400 may also operate by a remote computer connected to the network through a network, such as the Internet. I.e., server 1400, may be connected to the network 1412 through a network interface unit 1411 coupled to the system bus 1405, or other types of networks or remote computer systems (not shown) may be coupled to the server using the network interface unit 1411.
The memory also includes at least one instruction, at least one program, code set, or instruction set stored in the memory and configured to be executed by one or more processors to implement the above-described electronic coupon retrieval method, or to implement the electronic coupon issuing method.
In an exemplary embodiment, a computer device is also provided. The computer device may be a terminal or a server. The computer device comprises a processor and a memory, wherein at least one instruction, at least one section of program, code set or instruction set is stored in the memory, and the at least one instruction, the at least one section of program, the code set or instruction set is loaded and executed by the processor to realize the electronic ticket picking method or realize the electronic ticket issuing method.
In an exemplary embodiment, there is also provided a computer-readable storage medium having stored therein at least one instruction, at least one program, a code set, or an instruction set, which when executed by a processor, implements the above-described electronic ticket acquiring method, or implements the above-described electronic ticket issuing method.
In an exemplary embodiment, a computer program product is also provided, which, when being executed by a processor, is adapted to carry out the above-described electronic ticket picking-up method, or to carry out the above-described electronic ticket issuing method.
It should be understood that references herein to "a plurality" are to two or more. "and/or", describes an association relationship of an association object, and indicates that there may be three relationships, for example, a and/or B, and may indicate: a exists alone, A and B exist together, and B exists alone. The character "/" generally indicates that the context-dependent object is an "or" relationship.
The foregoing description of the exemplary embodiments of the present application is not intended to limit the invention to the particular embodiments disclosed, but on the contrary, the intention is to cover all modifications, equivalents, alternatives, and alternatives falling within the spirit and scope of the invention.

Claims (7)

1. An electronic coupon retrieval method, characterized in that the method is implemented by interaction between a terminal and a server cluster, the server cluster comprising: the method comprises the steps of enabling a coupon server, a database server, an electronic coupon issuing server and an air control server to be in communication connection, wherein the coupon server is in communication connection with the terminal, the database server, the electronic coupon issuing server and the air control server, and the method comprises the following steps:
the terminal runs a sub-application program, wherein the sub-application program is an application program running depending on a mother application program, an electronic ticket plug-in is integrated in the sub-application program, a content display interface of the electronic ticket plug-in is covered on a content display interface of the sub-application program, the electronic ticket plug-in is provided by a developer of the mother application program, and the developer of the mother application program provides the electronic ticket plug-in of the latest version for the sub-application program to integrate;
the terminal sends an electronic ticket getting request to the ticket-capturing server through the electronic ticket plug-in, wherein the electronic ticket getting request is used for requesting to get the electronic ticket, and the electronic ticket getting request comprises identification information of an electronic ticket issuing activity and identification information of a target user;
The coupon receiving server sends an activity query request to the database server according to the identification information of the electronic coupon issuing activity, wherein the database server stores the corresponding relation between the identification information of at least one group of electronic coupon issuing activity and the electronic coupon;
the database server sends an activity query result to the ticket-capturing server according to the effective time period of the electronic ticket issuing activity, wherein the activity query result is used for indicating whether the electronic ticket issuing activity is effective or not;
the coupon server sends a wind control request to the wind control server, wherein the wind control request comprises identification information of the target user;
the wind control request server generates and sends a risk detection result about whether the target user accords with an electronic ticket acquisition condition to the ticket capturing server according to the identification information of the target user, wherein the electronic ticket acquisition condition comprises at least one of the following: the target user is the first time to get the electronic ticket, and the target user has completed real-name authentication;
if the activity query result indicates that the electronic ticket issuing activity is effective, and the risk detection result indicates that the target user accords with the electronic ticket acquisition condition, the ticket-capturing server sends an electronic ticket issuing request to the electronic ticket issuing server according to the electronic ticket acquisition request, wherein the electronic ticket issuing request is used for requesting to send the electronic ticket;
The electronic ticket issuing server sends the electronic ticket to the ticket capturing server;
the coupon receiving server sends the electronic coupon to the terminal;
the terminal receives the electronic ticket sent by the ticket-leading server through the electronic ticket plug-in;
the terminal displays the acquisition result of the electronic ticket through the electronic ticket plug-in;
the terminal receives a closing instruction corresponding to the receiving result;
the terminal cancels the display of the acquisition result according to the closing instruction;
the terminal displays the use prompt information of the electronic ticket in a floating window mode, wherein the use prompt information is used for prompting the use condition of the electronic ticket;
the terminal generates a user operation record corresponding to the electronic ticket through the electronic ticket plug-in;
and the terminal sends the user operation record to the coupon server through the electronic coupon plug-in.
2. The method of claim 1, wherein the terminal sending an electronic ticket pickup request to the ticket-capture server through the electronic ticket plug-in comprises:
and the terminal sends the electronic ticket acquisition request to the ticket-capturing server after receiving the activity configuration information sent by the sub-application program through the electronic ticket plug-in.
3. The method according to claim 1 or 2, wherein after the terminal receives the electronic ticket transmitted by the ticket server through the electronic ticket plug-in, further comprising:
the terminal receives a sharing instruction corresponding to the electronic ticket, wherein the sharing instruction comprises identification information of a user to be shared;
the terminal shares the electronic ticket to the user to be shared according to the identification information of the user to be shared;
and the terminal displays the sharing result.
4. The method according to claim 1 or 2, wherein the result of the pickup comprises a target payment method required to be used by the electronic ticket;
after the terminal displays the result of the electronic ticket pickup through the electronic ticket plug-in, the terminal further comprises:
the terminal displays a payment mode list, wherein the payment mode list comprises at least one payment mode;
the terminal acquires a selection signal corresponding to the target payment mode;
after the selection signal is acquired, the terminal uses the electronic ticket to pay based on the target payment mode.
5. The method of claim 1, wherein before the coupon server sends the coupon issuance request to the coupon issuance server according to the coupon retrieval request, further comprising:
The coupon receiving server sends a coupon record query request to the database server, wherein the coupon record query request comprises identification information of the target user and is used for requesting to query the coupon record of the target user;
the coupon receiving server receives the coupon record of the target user sent by the database server;
and if the ticket-capturing record of the target user meets the electronic ticket issuing conditions, the ticket-capturing server executes the step of sending an electronic ticket issuing request to the electronic ticket issuing server according to the electronic ticket picking request.
6. A computer device comprising a processor and a memory, wherein the memory has stored therein at least one program that is loaded and executed by the processor to implement the method of any of claims 1 to 5.
7. A computer readable storage medium having stored therein at least one program loaded and executed by a processor to implement the method of any one of claims 1 to 5.
CN201911031960.3A 2019-10-28 2019-10-28 Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium Active CN112734453B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911031960.3A CN112734453B (en) 2019-10-28 2019-10-28 Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911031960.3A CN112734453B (en) 2019-10-28 2019-10-28 Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium

Publications (2)

Publication Number Publication Date
CN112734453A CN112734453A (en) 2021-04-30
CN112734453B true CN112734453B (en) 2024-02-02

Family

ID=75589222

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911031960.3A Active CN112734453B (en) 2019-10-28 2019-10-28 Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium

Country Status (1)

Country Link
CN (1) CN112734453B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114119112B (en) * 2022-01-10 2023-03-17 浙江口碑网络技术有限公司 Preferential resource processing method and device, electronic equipment and computer storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005218029A (en) * 2004-02-02 2005-08-11 Matsushita Electric Ind Co Ltd Secure device for performing data exchange between card applications, and portable terminal
KR20150048291A (en) * 2013-10-25 2015-05-07 에스케이플래닛 주식회사 service providing device, control method thereof, coupon system and computer readable medium having computer program recorded thereof
CN105719139A (en) * 2016-01-20 2016-06-29 李政德 Mobile fusion electronic payment method adopting participation of electronic vouchers in consumption payment
WO2017020460A1 (en) * 2015-07-31 2017-02-09 百度在线网络技术(北京)有限公司 Method and apparatus for integrating plugin
CN107179923A (en) * 2017-03-31 2017-09-19 腾讯科技(深圳)有限公司 Applied program processing method, device and computer equipment
CN107229526A (en) * 2017-05-17 2017-10-03 腾讯科技(深圳)有限公司 Message treatment method, device, storage medium and computer equipment in group session
CN107357644A (en) * 2017-06-30 2017-11-17 腾讯科技(深圳)有限公司 Applied program processing method, device, storage medium and computer equipment
CN108196930A (en) * 2018-01-18 2018-06-22 腾讯科技(深圳)有限公司 Applied program processing method, device, storage medium and computer equipment
CN108537598A (en) * 2018-04-16 2018-09-14 西安艾润物联网技术服务有限责任公司 Electronic coupons distribution method, device and computer readable storage medium
WO2018218859A1 (en) * 2017-05-31 2018-12-06 深圳正品创想科技有限公司 Method and device for sending electronic coupon
CN109213598A (en) * 2018-07-03 2019-01-15 努比亚技术有限公司 A kind of resource allocation methods, device and computer readable storage medium
CN109600408A (en) * 2017-09-30 2019-04-09 腾讯科技(深圳)有限公司 Resource sharing method, device, storage medium and computer equipment
CN110113407A (en) * 2019-04-30 2019-08-09 上海连尚网络科技有限公司 Small routine state synchronization method, equipment and computer storage medium
CN110297635A (en) * 2019-06-27 2019-10-01 百度在线网络技术(北京)有限公司 Display methods, device, equipment and the storage medium of the page

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100121697A1 (en) * 2008-11-12 2010-05-13 Verizon Corporate Resources Group Llc Methods, systems and computer program products for a mobile targeted coupon distributor
US8880738B2 (en) * 2009-02-27 2014-11-04 Ricoh Company, Ltd. Plug-in architecture for WSD DCP operations
US9953334B2 (en) * 2011-02-10 2018-04-24 Visa International Service Association Electronic coupon issuance and redemption apparatuses, methods and systems

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005218029A (en) * 2004-02-02 2005-08-11 Matsushita Electric Ind Co Ltd Secure device for performing data exchange between card applications, and portable terminal
KR20150048291A (en) * 2013-10-25 2015-05-07 에스케이플래닛 주식회사 service providing device, control method thereof, coupon system and computer readable medium having computer program recorded thereof
WO2017020460A1 (en) * 2015-07-31 2017-02-09 百度在线网络技术(北京)有限公司 Method and apparatus for integrating plugin
CN105719139A (en) * 2016-01-20 2016-06-29 李政德 Mobile fusion electronic payment method adopting participation of electronic vouchers in consumption payment
CN107179923A (en) * 2017-03-31 2017-09-19 腾讯科技(深圳)有限公司 Applied program processing method, device and computer equipment
CN107229526A (en) * 2017-05-17 2017-10-03 腾讯科技(深圳)有限公司 Message treatment method, device, storage medium and computer equipment in group session
WO2018218859A1 (en) * 2017-05-31 2018-12-06 深圳正品创想科技有限公司 Method and device for sending electronic coupon
CN107357644A (en) * 2017-06-30 2017-11-17 腾讯科技(深圳)有限公司 Applied program processing method, device, storage medium and computer equipment
CN109600408A (en) * 2017-09-30 2019-04-09 腾讯科技(深圳)有限公司 Resource sharing method, device, storage medium and computer equipment
CN108196930A (en) * 2018-01-18 2018-06-22 腾讯科技(深圳)有限公司 Applied program processing method, device, storage medium and computer equipment
CN108537598A (en) * 2018-04-16 2018-09-14 西安艾润物联网技术服务有限责任公司 Electronic coupons distribution method, device and computer readable storage medium
CN109213598A (en) * 2018-07-03 2019-01-15 努比亚技术有限公司 A kind of resource allocation methods, device and computer readable storage medium
CN110113407A (en) * 2019-04-30 2019-08-09 上海连尚网络科技有限公司 Small routine state synchronization method, equipment and computer storage medium
CN110297635A (en) * 2019-06-27 2019-10-01 百度在线网络技术(北京)有限公司 Display methods, device, equipment and the storage medium of the page

Also Published As

Publication number Publication date
CN112734453A (en) 2021-04-30

Similar Documents

Publication Publication Date Title
US20200034356A1 (en) Method, apparatus, device and storage medium for implementing application based on blockchain network
US10547682B2 (en) Dynamically scaling application components using microservices
US9575652B2 (en) Instantiable gesture objects
CN110443695A (en) Data processing method and its device, electronic equipment and medium
CA2992947A1 (en) System and method for electronic currency mining
CN102480525B (en) Server device in thin-client system
US11007442B2 (en) Method and system for sharing user activity information
CN111931102A (en) Method, device and system for constructing page
CN111552506B (en) Service rule configuration method, device and storage medium
CN112734453B (en) Electronic coupon pickup method, electronic coupon issuing device, electronic coupon pickup apparatus, electronic coupon issuing apparatus, and storage medium
CN112734498A (en) Task reward acquisition method, device, terminal and storage medium
CN103197902B (en) Information handling system, signal conditioning package and information processing method
CN106095886B (en) Data processing method and device
CN111415197A (en) Method for acquiring article exchange voucher, method for providing article exchange voucher, device and storage medium
CN111178971A (en) Advertisement putting control method and device, electronic equipment and storage medium
US9491221B1 (en) System and method for brokering distributed computation
CN109325345A (en) Method and apparatus for running third party code in sandbox environment
CN104539450A (en) Website operation activity processing system, method and device
CN110262856B (en) Application program data acquisition method, device, terminal and storage medium
CN111459475A (en) Interface calling method, interface docking configuration method, device, equipment and medium
CN111124907A (en) Mobile phone game testing method and device and server
CN111680242A (en) Page display method and device, electronic equipment and computer readable storage medium
CN105103129B (en) It is a kind of for operate calculate equipment method, equipment and medium
KR20200122602A (en) Method, system, and non-transitory computer readable record medium for image retrieval and delivery
CN110517761B (en) Medical card association method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40042037

Country of ref document: HK

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant