WO2017215338A1 - 一种通过兑换码兑换虚拟礼物的系统及方法 - Google Patents
一种通过兑换码兑换虚拟礼物的系统及方法 Download PDFInfo
- Publication number
- WO2017215338A1 WO2017215338A1 PCT/CN2017/080779 CN2017080779W WO2017215338A1 WO 2017215338 A1 WO2017215338 A1 WO 2017215338A1 CN 2017080779 W CN2017080779 W CN 2017080779W WO 2017215338 A1 WO2017215338 A1 WO 2017215338A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- redemption code
- redemption
- code
- background server
- user
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
- G06Q30/0207—Discounts or incentives, e.g. coupons or rebates
- G06Q30/0209—Incentive being awarded or redeemed in connection with the playing of a video game
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
Definitions
- the present invention relates to the field of redemption of redemption codes in a network, and in particular to a system and method for redeeming virtual gifts through redemption codes.
- the user usually uses the redemption code to redeem the virtual gift on the network, and the user then sends the redeemed virtual gift to the favorite anchor to facilitate the interaction between the user and the anchor. Since the redemption code is issued to a large number of users, it is possible that multiple users know the same redemption code. After a user has used the redemption code for redemption, other users cannot in principle use the redemption code for redemption. However, if multiple users use the same redemption code for redemption at the same time, the server cannot distinguish between them at the same time. At the same time, multiple users using the same redemption code may be successfully redeemed. The redemption rules have brought losses to network operators.
- the object of the present invention is to provide a system and method for redeeming a virtual gift through a redemption code, which can prevent multiple exchanges of the same verification code at the same time and different users through multiple verifications to ensure exchange. Rules to avoid the loss of network operators.
- the present invention adopts a system for redeeming a virtual gift through a redemption code, including a JS module, a background server, and a transaction server.
- the JS module is configured to interact with a user through a browser, and input a redemption code and corresponding to the user.
- the secret key is transmitted to the background server; the background server is configured to determine whether the redemption code and the secret key meet the redemption requirement. Modify and record the relevant information of the redemption code; the transaction server is used to record the relevant information of the redemption, and notify the user of the redemption result.
- the JS module is configured to determine whether the length and format of the redemption code are correct, and is also used to determine whether the length and format of the secret key are correct.
- the background server includes a database for storing a redemption code, a secret key corresponding to each redemption code, and related information of each redemption code.
- the related information of the redemption code includes a usage status, an effective time, and an expiration time of the redemption code.
- the invention also provides a method for redeeming a virtual gift by redemption code, comprising the steps of: S1.
- the user inputs a redemption code through a browser interface, and the JS module determines that the format and length of the redemption code are correct, and then transmits the same to the background server; S2.
- the server sequentially checks whether the same batch redemption code of the user input redemption code exceeds the set number of redemption of the same user, whether the same batch redemption code of the user input redemption code exceeds the number of redemption times of the same IP, and the user input Whether the same batch redemption code of the redemption code exceeds the number of redemption times of the same IP segment, if all is yes, enter S3; if one item is no, end; S3.
- the background server includes a database for storing the redemption code and related information, according to The database determines the validity of the redemption code. If it is valid, it enters S4; if it is invalid, it ends; S4. The user inputs the key corresponding to the redemption code through another interface of the browser, and the JS module determines the format and length of the key is correct. , passed to the background server; the background server again determines the validity of the redemption code before the database according to the database, if valid, S5; if invalid, end; S5. The background server determines whether the redemption code matches the secret key, and if so, modifies the usage status of the redemption code in the database, and sends a notification to the transaction server, and the transaction server exchanges the corresponding virtual gift; If not, end.
- the background server determines whether the redemption code input by the user exists in the database, if Yes, enter B102; if not, enter B106;
- B102 Determine the usage status of the redemption code in the database, if not used, enter B103; if it is already used, enter B106;
- B103 Determine whether the effective date of the input redemption code is on or before the date of input, if yes, enter B104; if not, enter B106;
- B104 Determine whether the expiration date of the redemption code is after the input date, if yes, enter B105; if not, enter B106;
- the background server checks whether the redemption code matches the corresponding key through the database, and if so, the usage status of the redemption code in the modified database is used; if not, the redemption fails. And record the number of failures.
- the transaction server After receiving the notification that the redemption code matches the secret key, the transaction server records the type and quantity of the virtual gift and the user ID and the redemption code.
- the background server modifies the usage status of the redemption code in the database again, and modifies it to be unused.
- the invention has the beneficial effects that the information of the same batch of redemption codes in which the redemption code is located can be obtained through the redemption code (CDK) and the database in the background server, and the same batch of users can be prevented from being verified in the same batch for the same batch of redemption codes. Too many redemption gifts can also prevent too many redemptions of different users in the same IP or even the same IP segment; combined with the validity of the redemption code and the matching of the secret key, prevent the same time and different users from redeeming the same verification code. , to ensure the exchange rules, to avoid the loss of network operators.
- FIG. 1 is a schematic diagram of a system for redeeming a virtual gift through a redemption code according to the present invention
- FIG. 2 is a flowchart of a method for redeeming a virtual gift by redeeming a code according to an embodiment of the present invention
- FIG. 3 is a flow chart of determining whether the redemption code is valid in FIG. 2.
- the system for redeeming a virtual gift by redemption code includes a JS module, a background server, and a transaction server.
- the JS (JavaScript) module is used to interact with a user through a browser interface, and the JS module is also used for Determine whether the length and format of the redemption code or the corresponding key are correct, and the redemption code with the correct length and format, and the key with the correct length and format are transmitted to the background server.
- the background server is configured to determine whether the redemption code and the secret key meet the redemption requirement, and modify and record the relevant information of the redemption code; wherein the background server includes a database, preferably MYSQL (relational database), and the database is used for storage for storage.
- the redemption code, the key corresponding to each redemption code, and related information of each redemption code, the related information includes the usage status, effective time and expiration time of the redemption code.
- the transaction server is configured to record the relevant information of the redemption, redeem the corresponding virtual gift to the user, and notify the user of the redemption result; preferably, the transaction server is an RPC (Remote Procedure Call Protocol) server.
- the method for redeeming a virtual gift by the redemption code includes the following steps:
- the user inputs the redemption code through the interface of the browser, and the JS module determines whether the format and length of the redemption code are correct. If yes, enter A102; if not, the redemption code input by the user cannot be redeemed and ends.
- the A102.JS module passes the judged redemption code to the background server to reduce the pressure on the background server.
- the background server determines whether the same batch redemption code where the user inputs the redemption code exceeds the set number of redemption of the same user, and if yes, enters A104; if not, The redemption code input by the user cannot be redeemed and ended; this judgment can prevent the same user from redeeming the redemption code of the same batch.
- the background server determines whether the same batch redemption code of the user inputting the redemption code exceeds the number of redemption times of the same IP, and if yes, enters A105; if not, the redemption code input by the user cannot be redeemed, and ends; Prevent too many users from redeeming at the same IP.
- the background server the user inputting the same batch redemption code of the redemption code, exceeds the number of redemption times of the same IP segment, and if yes, enters A106; if not, it indicates that the redemption code input by the user cannot be redeemed, and ends; Prevent too many users from redeeming in the same IP segment.
- the background server determines the validity of the redemption code according to the information about the redemption code stored in the database. If it is valid, it enters A107; if it is invalid, it ends.
- the user inputs the key corresponding to the redemption code through another interface of the browser, and the JS module determines whether the format and length of the key are correct, and if yes, enters A108; if not, the redemption code input by the user cannot be redeemed. End.
- the A108.JS module transmits the judged secret key to the background server; the background server again judges the validity of the redemption code, and if it is valid, enters A109; if invalid, it ends.
- the background server determines whether the redemption code matches the input key through the one-to-one correspondence between each redemption code and the secret key stored in the database, and if so, enters A110; if not, the redemption fails, and ends.
- the background server records the number of failures to prevent the user from maliciously brushing the redemption code.
- the background server modifies the usage status of the redemption code in the database to be used, and notifies the transaction server to enter A111;
- A111 Determine whether the notification transaction server is successful, if yes, enter A112; if not, enter A113.
- the transaction server exchanges the corresponding virtual gift according to the redemption code, notifies the user that the redemption is successful, and records the relevant information and user information of the redemption code, including the type and quantity of the virtual gift, the user ID and the redemption code, etc., to facilitate the background statistical audit. ,End.
- the transaction server notifies the user that the redemption has failed, and the background server modifies the usage status of the redemption code in the database again, and modifies it to be unused and ends.
- the background server determines the usage status of the redemption code in the database, and specifically includes the following steps:
- the background server determines whether the redemption code input by the user exists in the database, if yes, indicating that the redemption code exists, and enters B102; if not, enters B106;
- B102 Determine the usage status of the redemption code in the database, if not used, enter B103; if it is already used, enter B106;
- B103 Determine whether the effective date of the input redemption code is on or before the date of input, if yes, enter B104; if not, enter B106;
Landscapes
- Business, Economics & Management (AREA)
- Strategic Management (AREA)
- Engineering & Computer Science (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Finance (AREA)
- Economics (AREA)
- Game Theory and Decision Science (AREA)
- Entrepreneurship & Innovation (AREA)
- Marketing (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
- Computer And Data Communications (AREA)
- Cash Registers Or Receiving Machines (AREA)
Abstract
一种通过兑换码兑换虚拟礼物的系统及方法,涉及网络中兑换码的兑换领域,包括JS模块、后台服务器和交易服务器,所述JS模块用于通过浏览器与用户交互,将用户输入的兑换码和对应的秘钥传输给后台服务器;所述后台服务器用于判断所述兑换码和秘钥是否符合兑换要求,修改并记录兑换码的相关信息;所述交易服务器用于记录兑换的相关信息,并通知用户兑换结果。本发明能够通过多次验证,防止同一时间、不同用户兑换同一个验证码的情况,保证兑换规则,避免网络运营商的损失。
Description
本发明涉及网络中兑换码的兑换领域,具体来讲涉及一种通过兑换码兑换虚拟礼物的系统及方法。
现有视屏直播网络中,用户通常使用兑换码在网络上兑换虚拟礼物,用户再将兑换后的虚拟礼物送给心仪的主播,以便于用户和主播之间的互动。由于兑换码的发放是面向广大用户,有可能多个用户知晓同一个兑换码,当一个用户使用过该兑换码进行兑换之后,其他用户原则上不能使用该兑换码再次进行兑换。但是,如果出现多个用户同时使用同一个兑换码进行兑换的情况,服务器是无法在同一个时间内进行区分的,那么同一时间、多个用户使用同一个兑换码均有可能兑换成功,违背了兑换规则,给网络运营商带来了损失。
发明内容
针对现有技术中存在的缺陷,本发明的目的在于提供一种通过兑换码兑换虚拟礼物的系统及方法,能够通过多次验证,防止同一时间、不同用户兑换同一个验证码的情况,保证兑换规则,避免网络运营商的损失。
为达到以上目的,本发明采取一种通过兑换码兑换虚拟礼物的系统,包括JS模块、后台服务器和交易服务器,所述JS模块用于通过浏览器与用户交互,将用户输入的兑换码和对应的秘钥传输给后台服务器;所述后台服务器用于判断所述兑换码和秘钥是否符合兑换要求,
修改并记录兑换码的相关信息;所述交易服务器用于记录兑换的相关信息,并通知用户兑换结果。
在上述技术方案的基础上,所述JS模块用于判断兑换码的长度和格式是否正确,还用于判断秘钥的长度和格式是否正确。
在上述技术方案的基础上,所述后台服务器包括数据库,用于存储兑换码、每个兑换码对应的秘钥、以及每个兑换码的相关信息。
在上述技术方案的基础上,所述兑换码的相关信息包括兑换码的使用状态、生效时间和过期时间。
本发明还提供一种通过兑换码兑换虚拟礼物的方法,包括步骤:S1.用户通过浏览器的界面输入兑换码,JS模块判断兑换码的格式及长度正确后,传给后台服务器;S2.后台服务器依次检查所述用户输入兑换码的同一批次兑换码是否超过设定的同一用户兑换次数、所述用户输入兑换码的同一批次兑换码是否超过同一IP的兑换次数、以及所述用户输入兑换码的同一批次兑换码是否超过同一IP段的兑换次数,若全都为是,进入S3;若有一项为否,结束;S3.后台服务器包括一个存储兑换码及其相关信息的数据库,根据数据库判断兑换码的有效性,若有效,进入S4;若无效,结束;S4.用户通过浏览器的另一个界面输入所述兑换码对应的秘钥,JS模块判断秘钥的格式及长度正确后,传给后台服务器;后台服务器再次根据数据库判断之前输入兑换码的有效性,若有效,进入S5;若无效,结束;S5.后台服务器判断所述兑换码与秘钥是否匹配,若是,在数据库修改所述兑换码的使用状态,并发送通知给交易服务器,交易服务器兑换相应虚拟礼物;若否,结束。
在上述技术方案的基础上,判断兑换码的有效性的具体步骤为:
B101.后台服务器判断用户输入的兑换码是否存在数据库中,若
是,进入B102;若否,进入B106;
B102.判断数据库中该兑换码的使用状态,若为未使用,进入B103;若为已使用,进入B106;
B103.判断输入兑换码的生效日期是否在输入日期的当日或之前,若是,进入B104;若否,进入B106;
B104.判断入兑换码的过期日期是否在输入日期之后,若是,进入B105;若否,进入B106;
B105.证明该兑换码有效,结束;
B106.证明该兑换码无效,结束。
在上述技术方案的基础上,S5中,后台服务器通过数据库,查看所述兑换码与对应的秘钥是否匹配,若是,修改数据库中该兑换码的使用状态为已使用;若否,兑换失败,并记录失败次数。
在上述技术方案的基础上,交易服务器收到兑换码与秘钥匹配的通知后,记录兑换码兑换虚拟礼物的类型和数量、用户ID和兑换码。
在上述技术方案的基础上,若后台服务器发给交易服务器的通知失败,则后台服务器再次修改数据库中该兑换码的使用状态,将其修改为未使用。
本发明的有益效果在于:通过兑换码(CDK)及后台服务器中的数据库,可以得到兑换码所在的同一批兑换码的信息,针对同一批兑换码的多次验证,能够防止同一个用户同一批次兑换的礼物过多,还能够防止不同用户在同一IP甚至同一IP段的兑换过多;结合兑换码的有效性以及秘钥的匹配情况,防止同一时间、不同用户兑换同一个验证码的情况,保证兑换规则,避免网络运营商的损失。
图1为本发明通过兑换码兑换虚拟礼物的系统示意图;
图2为本发明实施例通过兑换码兑换虚拟礼物的方法流程图;
图3为图2中判断兑换码是否有效的流程图。
以下结合附图及实施例对本发明作进一步详细说明。
如图1所示,本发明通过兑换码兑换虚拟礼物的系统,包括JS模块、后台服务器和交易服务器,所述JS(JavaScript)模块用于通过浏览器的界面与用户交互,JS模块还用于判断兑换码或对应秘钥的长度和格式是否正确,并将长度和格式都正确的兑换码,以及长度和格式都正确的秘钥传输给后台服务器。后台服务器用于判断所述兑换码和秘钥是否符合兑换要求,修改并记录兑换码的相关信息;其中,后台服务器包括一个数据库,优选为MYSQL(关系型数据库),数据库用于存储用于存储兑换码、每个兑换码对应的秘钥、以及每个兑换码的相关信息,所述相关信息包括兑换码的使用状态、生效时间和过期时间。所述交易服务器用于记录兑换的相关信息,兑换对应的虚拟礼物给用户,并通知用户兑换结果;优选的,交易服务器为RPC(Remote Procedure Call Protocol,远程过程调用协议)服务器。
如图2所示,本发明通过兑换码兑换虚拟礼物的方法,具体包括如下步骤:
A101.用户通过浏览器的界面输入兑换码,JS模块判断兑换码的格式及长度是否正确,若是,进入A102;若否,说明用户输入的兑换码不能兑换,结束。
A102.JS模块将判断后的兑换码传给后台服务器,以减少后台服务器的压力。
A103.后台服务器判断所述用户输入兑换码所在的同一批次兑换码,是否超过设定的同一用户的兑换次数,若是,进入A104;若否,
说明用户输入的兑换码不能兑换,结束;本次判断能够防止同一个用户同一批次兑换的兑换码过多。
A104.后台服务器判断所述用户输入兑换码所在的同一批次兑换码,是否超过同一IP的兑换次数,若是,进入A105;若否,说明用户输入的兑换码不能兑换,结束;本步判断可以防止不同用户在同一IP下兑换的次数过多。
A105.后台服务器所述用户输入兑换码所在的同一批次兑换码,是否超过同一IP段的兑换次数,若是,进入A106;若否,说明用户输入的兑换码不能兑换,结束;本步判断可以防止不同用户在同一IP段下兑换的次数过多。
A106.后台服务器根据数据库里面存储兑换码的相关信息,判断兑换码的有效性,若有效,进入A107;若无效,结束。
A107.用户通过浏览器的另一个界面输入所述兑换码对应的秘钥,JS模块判断该秘钥的格式及长度是否正确,若是,进入A108;若否,说明用户输入的兑换码不能兑换,结束。
A108.JS模块将判断后的秘钥传给后台服务器;后台服务器再次判断兑换码的有效性,若有效,进入A109;若无效,结束。
A109.后台服务器通过数据库中存储的每个兑换码与秘钥的一一对应关系,判断兑换码与输入的秘钥是否匹配,若是,进入A110;若否,表示兑换失败,结束。其中,后台服务器记录失败次数,防止用户恶意刷兑换码。
A110.后台服务器在数据库修改该兑换码的使用状态为已使用,并通知交易服务器,进入A111;
A111.判断通知交易服务器是否成功,若是,进入A112;若否,进入A113。
A112.交易服务器根据兑换码兑换相应的虚拟礼物,通知用户兑换成功,并记录兑换码的相关信息和用户信息,包括兑换虚拟礼物的类型和数量、用户ID和兑换码等等,方便后台统计查账,结束。
A113.交易服务器通知用户兑换失败,后台服务器再次修改数据库中该兑换码的使用状态,将其修改为未使用,结束。
如图3所示,上述步骤中,后台服务器判断数据库中该兑换码的使用状态,具体包括如下步骤:
B101.后台服务器判断用户输入的兑换码是否存在数据库中,若是,说明兑换码存在,进入B102;若否,进入B106;
B102.判断数据库中该兑换码的使用状态,若为未使用,进入B103;若为已使用,进入B106;
B103.判断输入兑换码的生效日期是否在输入日期的当日或之前,若是,进入B104;若否,进入B106;
B104.说明兑换码已经生效,判断入兑换码的过期日期是否在输入日期之后,若是,证明该兑换码没有过期,进入B105;若否,进入B106;
B105.证明该兑换码有效,结束;
B106.证明该兑换码无效,结束。
本发明不局限于上述实施方式,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也视为本发明的保护范围之内。本说明书中未作详细描述的内容属于本领域专业技术人员公知的现有技术。
Claims (9)
- 一种通过兑换码兑换虚拟礼物的系统,其特征在于:包括JS模块、后台服务器和交易服务器,所述JS模块用于通过浏览器与用户交互,将用户输入的兑换码和对应的秘钥传输给后台服务器;所述后台服务器用于判断所述兑换码和秘钥是否符合兑换要求,修改并记录兑换码的相关信息;所述交易服务器用于记录兑换的相关信息,并通知用户兑换结果。
- 如权利要求1所述的通过兑换码兑换虚拟礼物的系统,其特征在于:所述JS模块用于判断兑换码的长度和格式是否正确,还用于判断秘钥的长度和格式是否正确。
- 如权利要求1所述的通过兑换码兑换虚拟礼物的系统,其特征在于:所述后台服务器包括数据库,用于存储兑换码、每个兑换码对应的秘钥、以及每个兑换码的相关信息。
- 如权利要求1或3所述的通过兑换码兑换虚拟礼物的系统,其特征在于:所述兑换码的相关信息包括兑换码的使用状态、生效时间和过期时间。
- 一种基于权利要求1-3任一所述系统的通过兑换码兑换虚拟礼物的方法,其特征在于,包括步骤:S1.用户通过浏览器的界面输入兑换码,JS模块判断兑换码的格式及长度正确后,传给后台服务器;S2.后台服务器依次检查所述用户输入兑换码的同一批次兑换码是否超过设定的同一用户兑换次数、所述用户输入兑换码的同一批次兑换码是否超过同一IP的兑换次数、以及所述用户输入兑换码的同一批次兑换码是否超过同一IP段的兑换次数,若全都为是,进入S3;若有一项为否,结束;S3.后台服务器包括一个存储兑换码及其相关信息的数据库,根据数据库判断兑换码的有效性,若有效,进入S4;若无效,结束;S4.用户通过浏览器的另一个界面输入所述兑换码对应的秘钥,JS模块判断秘钥的格式及长度正确后,传给后台服务器;后台服务器再次根据数据库判断之前输入兑换码的有效性,若有效,进入S5;若无效,结束;S5.后台服务器判断所述兑换码与秘钥是否匹配,若是,在数据库修改所述兑换码的使用状态,并发送通知给交易服务器,交易服务器兑换相应虚拟礼物;若否,结束。
- 如权利要求5所述通过兑换码兑换虚拟礼物的方法,其特征在于:判断兑换码的有效性的具体步骤为B101.后台服务器判断用户输入的兑换码是否存在数据库中,若是,进入B102;若否,进入B106;B102.判断数据库中该兑换码的使用状态,若为未使用,进入B103;若为已使用,进入B106;B103.判断输入兑换码的生效日期是否在输入日期的当日或之前,若是,进入B104;若否,进入B106;B104.判断入兑换码的过期日期是否在输入日期之后,若是,进入B105;若否,进入B106;B105.证明该兑换码有效,结束;B106.证明该兑换码无效,结束。
- 如权利要求5所述通过兑换码兑换虚拟礼物的方法,其特征在于:S5中,后台服务器通过数据库,查看所述兑换码与对应的秘钥是否匹配,若是,修改数据库中该兑换码的使用状态为已使用;若否,兑换失败,并记录失败次数。
- 如权利要求5所述通过兑换码兑换虚拟礼物的方法,其特征在于:交易服务器收到兑换码与秘钥匹配的通知后,记录兑换码兑换虚拟礼物的类型和数量、用户ID和兑换码。
- 如权利要求5所述通过兑换码兑换虚拟礼物的方法,其特征在于:若后台服务器发给交易服务器的通知失败,则后台服务器再次修改数据库中该兑换码的使用状态,将其修改为未使用。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610435676.2A CN106097014A (zh) | 2016-06-17 | 2016-06-17 | 一种通过兑换码兑换虚拟礼物的系统及方法 |
| CN201610435676.2 | 2016-06-17 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017215338A1 true WO2017215338A1 (zh) | 2017-12-21 |
Family
ID=57235838
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2017/080779 Ceased WO2017215338A1 (zh) | 2016-06-17 | 2017-04-17 | 一种通过兑换码兑换虚拟礼物的系统及方法 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN106097014A (zh) |
| WO (1) | WO2017215338A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112308599A (zh) * | 2020-08-31 | 2021-02-02 | 北京沃东天骏信息技术有限公司 | 兑换码发放方法、系统和装置 |
| CN113840155A (zh) * | 2021-09-22 | 2021-12-24 | 广州方硅信息技术有限公司 | 虚拟礼物的置换方法、系统及计算机设备 |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106097014A (zh) * | 2016-06-17 | 2016-11-09 | 武汉斗鱼网络科技有限公司 | 一种通过兑换码兑换虚拟礼物的系统及方法 |
| CN107529078B (zh) * | 2017-09-08 | 2019-08-02 | 武汉斗鱼网络科技有限公司 | 防止被刷的验证方法及装置 |
| CN111723360B (zh) * | 2019-03-18 | 2023-11-03 | 北京京东尚科信息技术有限公司 | 凭证码处理方法、装置及存储介质 |
| CN110362719B (zh) * | 2019-05-21 | 2024-09-24 | 平安银行股份有限公司 | 数据处理方法、装置、电子终端及存储介质 |
| CN110570236A (zh) * | 2019-08-21 | 2019-12-13 | 温州市鼎销工艺礼品有限公司 | 一种红包领取系统的领取方法 |
| CN112330366A (zh) * | 2020-11-13 | 2021-02-05 | 北京沃东天骏信息技术有限公司 | 兑换码兑换请求校验方法、装置、设备和计算机可读介质 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1770190A (zh) * | 2004-10-14 | 2006-05-10 | 海南佳礼网络有限公司 | 短信礼券传送兑付方法 |
| CN102346895A (zh) * | 2010-07-30 | 2012-02-08 | 李嘉辉 | 虚拟物兑换方法及系统 |
| US20130254064A1 (en) * | 2008-10-27 | 2013-09-26 | Cashstar, Inc. | Systems and methods for implementing and managing virtual gift cards |
| CN103999109A (zh) * | 2011-11-14 | 2014-08-20 | 谷歌公司 | 经由短消息服务(sms)的代金券代码兑换 |
| CN104252613A (zh) * | 2014-09-10 | 2014-12-31 | 腾讯科技(深圳)有限公司 | 一种虚拟物品获取方法、装置及终端 |
| CN106097014A (zh) * | 2016-06-17 | 2016-11-09 | 武汉斗鱼网络科技有限公司 | 一种通过兑换码兑换虚拟礼物的系统及方法 |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9900305B2 (en) * | 1998-01-12 | 2018-02-20 | Soverain Ip, Llc | Internet server access control and monitoring systems |
-
2016
- 2016-06-17 CN CN201610435676.2A patent/CN106097014A/zh active Pending
-
2017
- 2017-04-17 WO PCT/CN2017/080779 patent/WO2017215338A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1770190A (zh) * | 2004-10-14 | 2006-05-10 | 海南佳礼网络有限公司 | 短信礼券传送兑付方法 |
| US20130254064A1 (en) * | 2008-10-27 | 2013-09-26 | Cashstar, Inc. | Systems and methods for implementing and managing virtual gift cards |
| CN102346895A (zh) * | 2010-07-30 | 2012-02-08 | 李嘉辉 | 虚拟物兑换方法及系统 |
| CN103999109A (zh) * | 2011-11-14 | 2014-08-20 | 谷歌公司 | 经由短消息服务(sms)的代金券代码兑换 |
| CN104252613A (zh) * | 2014-09-10 | 2014-12-31 | 腾讯科技(深圳)有限公司 | 一种虚拟物品获取方法、装置及终端 |
| CN106097014A (zh) * | 2016-06-17 | 2016-11-09 | 武汉斗鱼网络科技有限公司 | 一种通过兑换码兑换虚拟礼物的系统及方法 |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN112308599A (zh) * | 2020-08-31 | 2021-02-02 | 北京沃东天骏信息技术有限公司 | 兑换码发放方法、系统和装置 |
| CN113840155A (zh) * | 2021-09-22 | 2021-12-24 | 广州方硅信息技术有限公司 | 虚拟礼物的置换方法、系统及计算机设备 |
| CN113840155B (zh) * | 2021-09-22 | 2024-05-07 | 广州方硅信息技术有限公司 | 虚拟礼物的置换方法、系统及计算机设备 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106097014A (zh) | 2016-11-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN107480964B (zh) | 数字资产的定向转让方法、中央服务器及存储介质 | |
| CN110602217A (zh) | 基于区块链的联盟管理方法、装置、设备及存储介质 | |
| CN104468553B (zh) | 一种公共账号登录的方法、装置及系统 | |
| CN110019516A (zh) | 一种信息管理方法、装置及系统 | |
| JP2016521932A (ja) | 端末識別方法、ならびにマシン識別コードを登録する方法、システム及び装置 | |
| CA2782500A1 (en) | Automated entity verification | |
| CN103248680A (zh) | 一种分享网盘数据的方法及系统 | |
| CN102710640A (zh) | 请求授权的方法、装置和系统 | |
| CN104917749A (zh) | 帐号注册方法及装置 | |
| CN106452774B (zh) | 基于单点登录协议进行访问权限控制的方法和装置 | |
| CN105719140A (zh) | 一种用户信息的验证方法和装置 | |
| CN106097014A (zh) | 一种通过兑换码兑换虚拟礼物的系统及方法 | |
| JPWO2019167116A1 (ja) | ブロックチェーン管理システム、ブロックチェーン管理装置、情報提供装置及びブロックチェーン管理方法 | |
| CN107196909A (zh) | 邀请注册方法及装置 | |
| CN104980402A (zh) | 一种识别恶意操作的方法及装置 | |
| CN109377231A (zh) | 一种供应链金融的债权交易方法及系统 | |
| JP2018533131A (ja) | 認証サービス顧客データの管理方法及びシステム | |
| US10277579B2 (en) | Information processing system that provides a resource to an application of a terminal through a network | |
| US20150095410A1 (en) | Server system, server device, storage medium storing information processing program, and information processing method for server system | |
| US9348992B2 (en) | Linked identities | |
| US20160261585A1 (en) | Authentication information management system, authentication information management apparatus, recording medium, and authentication information management method | |
| CN117411730B (zh) | 基于激励机制的分布式位置缓存协作方法 | |
| CN106888195B (zh) | 验证方法及装置 | |
| US12412176B2 (en) | Method of automatically providing cryptocurrency to recommender using SNS propagation | |
| TW201635223A (zh) | 社交通訊系統及其方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17812450 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 17812450 Country of ref document: EP Kind code of ref document: A1 |