CN102360480B - A kind of method and system for linking online payment and record link - Google Patents
A kind of method and system for linking online payment and record link Download PDFInfo
- Publication number
- CN102360480B CN102360480B CN201110319194.8A CN201110319194A CN102360480B CN 102360480 B CN102360480 B CN 102360480B CN 201110319194 A CN201110319194 A CN 201110319194A CN 102360480 B CN102360480 B CN 102360480B
- Authority
- CN
- China
- Prior art keywords
- link
- code
- payment
- information
- sales
- 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
Links
Landscapes
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
本发明提供一种涉及和商品或服务相关联的网上支付的链接及转移,以及记录链接及转移的方法和系统。其特征是:系统设置链接、支付记录系统或单元,销售规则计算系统或单元,销售规则执行系统或单元;特征型链接代码,即:http://或https://网站指向地址/产品或服务信息或代码或链接/产品或服务支付或链接/用户身份标识或银行账号/链接层次及链接关系/推荐人1标识或账号/....../推荐人n标识或账号/加密信息;链接代码发行生成与兑付注销系统。实现分享销售系统,或链接分享销售系统,或无中心分享销售系统,或链接推荐销售系统。
The present invention provides a method and system related to the link and transfer of online payment associated with goods or services, and the record link and transfer. Its characteristics are: system setting link, payment recording system or unit, sales rule calculation system or unit, sales rule execution system or unit; characteristic link code, namely: http:// or https:// website pointing to address/product or Service information or code or link/product or service payment or link/user identity or bank account number/link level and link relationship/referrer 1 logo or account number/.../referrer n logo or account number/encrypted information ; Link code issuance generation and redemption cancellation system. Realize a sharing sales system, or a link sharing sales system, or a centerless sharing sales system, or a link recommendation sales system.
Description
技术领域technical field
本发明涉及软件、软件服务模式、网络等领域,特别是涉及和商品或服务相关联的网上支付的链接及转移,以及记录链接及转移的方法和系统。The present invention relates to software, software service mode, network and other fields, in particular to the link and transfer of online payment associated with goods or services, and the method and system for recording link and transfer.
背景技术Background technique
目前已有网上支付应用、网上支付平台、网银等,一般使用HTTPS通道,HTTPS(全称:Hypertext Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道,即HTTP下加入SSL层,HTTPS的安全基础是SSL,SSL使用40位关键字作为RC4流加密算法,HTTPS和SSL支持使用X.509数字认证,如果需要的话用户可以确认发送者是谁。也就是说它的主要作用可以分为两种:一种是建立一个信息安全通道,来保证数据传输的安全;另一种就是确认网站的真实性。目前成熟的网路安全认证还有数字证书、ISV(IndependentSoftware Vendors,独立软件供应商)数据访问及数据传送加密、业务连续和灾难恢复保障策略等方法。At present, there are online payment applications, online payment platforms, online banking, etc., and HTTPS channels are generally used. HTTPS (full name: Hypertext Transfer Protocol over Secure Socket Layer) is an HTTP channel aimed at security, that is, adding an SSL layer under HTTP, HTTPS The security basis is SSL. SSL uses 40-bit keywords as the RC4 stream encryption algorithm. HTTPS and SSL support the use of X.509 digital authentication. Users can confirm who the sender is if necessary. That is to say, its main function can be divided into two types: one is to establish an information security channel to ensure the security of data transmission; the other is to confirm the authenticity of the website. At present, mature network security certification also includes digital certificates, ISV (Independent Software Vendors, independent software vendors) data access and data transmission encryption, business continuity and disaster recovery protection strategies, etc.
Internet的基本协议是TCP/IP协议,在TCP/IP模型最上层的是应用层(Application layer),它包含所有高层的协议。高层协议有:文件传输协议FTP、电子邮件传输协议SMTP、域名系统服务DNS、网络新闻传输协议NNTP和HTTP协议等。The basic protocol of the Internet is the TCP/IP protocol. The top layer of the TCP/IP model is the application layer (Application layer), which includes all high-level protocols. High-level protocols include: file transfer protocol FTP, email transfer protocol SMTP, domain name system service DNS, network news transfer protocol NNTP and HTTP protocols, etc.
URL的格式:协议名://主机名[:端口号]/[路径名/…/文件名]The format of the URL: protocol name://hostname[:port number]/[pathname/…/filename]
HTTP/1.0请求消息的格式为:The format of an HTTP/1.0 request message is:
请求消息=请求行(通用信息|请求头|实体头)CRLF[实体内容]Request message = request line (general information | request header | entity header) CRLF [entity content]
请求行=方法请求URL HTTP版本号CRLFRequest line = method request URL HTTP version number CRLF
方法=GET|HEAD|POST|扩展方法Method = GET|HEAD|POST|extension method
URL=协议名称+宿主名+目录与文件名URL = protocol name + host name + directory and file name
请求行中的方法描述指定资源中应该执行的动作,常用的方法有GET、HEAD和POST。不同的请求对象对应GET的结果是不同的,对应关系如下:The method in the request line describes the action that should be performed in the specified resource. The commonly used methods are GET, HEAD, and POST. Different request objects correspond to different GET results, and the corresponding relationship is as follows:
对象:GET的结果object: result of GET
文件:文件的内容file: the content of the file
程序:该程序的执行结果Program: the execution result of the program
数据库查询:查询结果Database query: query result
HEAD:要求服务器查找某对象的元信息。HEAD: Ask the server to find the meta information of an object.
POST:从客户机向服务器传送数据,在要求服务器和CGI做进一步处理时会用到POST方法,POST主要用于发送HTML文本中FORM的内容,让CGI程序处理。POST: Transfer data from the client to the server. The POST method will be used when the server and CGI are required to do further processing. POST is mainly used to send the content of the FORM in the HTML text for the CGI program to process.
头信息又称为元信息,即信息的信息,利用元信息可以实现有条件的请求或应答。The header information is also called meta-information, that is, the information of the information, and a conditional request or response can be realized by using the meta-information.
请求头:告诉服务器怎样解释本次请求,主要包括用户可以接受的数据类型、压缩方法和语言等。Request header: Tell the server how to interpret this request, mainly including the data type, compression method and language acceptable to the user.
实体头:实体信息类型、长度、压缩方法、最后一次修改时间、数据有效期等。Entity header: entity information type, length, compression method, last modification time, data validity period, etc.
实体:请求或应答对象本身。Entity: The request or response object itself.
URL语法是协议、域名及指向请求信息的路径的特定顺序。不同URL的实例如:URL syntax is a specific sequence of protocol, domain name, and path to the requested information. Examples of different URLs are:
URL也可包含Web服务器在运行页面之前必须拥有的信息,将数据添加到路径的末尾,Web服务器将数据传递给程序或脚本进行处理,并在页面中返回结果。The URL can also contain information that the web server must have before it can run the page, adding data to the end of the path, the web server passes the data to a program or script for processing, and returns the results in the page.
实例请求类型如:Instance request types such as:
本发明是基于互联网技术以及互联网协议。The present invention is based on Internet technology and Internet protocol.
通过对传统销售的研究发现,商品或服务的生产销售一般是从批发到零售一级级到消费者,这个过程伴随着物流和资金流,而消费者的认可是该过程能否进行的关键,实际销售行为是消费者资金和生产商产品或服务的交换行为,如果把销售商剥离出来,我们发现销售商的资金流只是垫付过程,销售商的行为实质上只是起到广告和介绍的作用。利用网上支付,可以将销售商的资金垫付过程去掉,仅保留广告和介绍作用,同时也可将消费者转变为介绍、推广者,由消费者将产品或服务的支付环境链接给朋友,即对支付进行链接和转移,从而完成从生产到消费的过程。Through the research on traditional sales, it is found that the production and sales of goods or services are generally from wholesale to retail level to consumers. This process is accompanied by logistics and capital flow, and consumer recognition is the key to whether this process can be carried out. The actual sales behavior is the exchange behavior of consumer funds and the manufacturer's products or services. If the seller is separated, we find that the seller's capital flow is just an advance payment process, and the seller's behavior is essentially just advertising and introduction. Using online payment, the seller’s fund advance process can be removed, and only the role of advertisement and introduction can be retained. At the same time, consumers can also be transformed into introducers and promoters. Consumers can link the payment environment of products or services to friends, that is, to Payments are linked and transferred to complete the process from production to consumption.
发明内容Contents of the invention
记录链接含意指:当发生链接操作时,记录访问者的信息及当前页面信息(当前页面URL)及该页面的前一个页面地址(点击来源),所述记录还包括网页标示ID、用户标识,用来区分不同用户及用户之间的链接行为及关系。Record link means: when a link operation occurs, record the information of the visitor and the current page information (current page URL) and the previous page address of the page (click source), and the record also includes the web page ID, user identification, It is used to distinguish different users and link behaviors and relationships between users.
链接网上支付含意指:对网上支付进行链接、转移,如用户1点击支付链接代码而发生网上支付行为,用户1可以将该支付链接代码在互联网上转移或呈现给用户2,用户2同样可以点击该支付链接代码而发生网上支付行为,本发明的关键之处在于记录用户1推荐所述链接代码给用户2的行为记录,可以理解为链接代码是一个支付因子,本发明为这个支付因子增加行为人属性,行为人属性可以是行为人本身或行为人的行为,行为人属性可以包含在链接代码中也可以保存在与之相关联的服务器系统中,行为人即用户。Linking online payment means: linking and transferring online payment. If user 1 clicks on the payment link code and an online payment occurs, user 1 can transfer or present the payment link code to user 2 on the Internet, and user 2 can also click The online payment behavior occurs due to the payment link code. The key point of the present invention is to record the behavior record that user 1 recommends the link code to user 2. It can be understood that the link code is a payment factor, and the present invention increases the behavior of this payment factor Person attribute, the actor attribute can be the actor himself or the behavior of the actor, the actor attribute can be included in the link code or stored in the server system associated with it, the actor is the user.
链接网上支付的另一个含意:发行或申请或申请购买支付链接代码,所述链接代码可以在互联网上转移或呈现、设置在网页上、设置在用户界面上、复制在文本文件里,可以通过网络传送,通过点击所述链接代码实现支付或兑付。Another meaning of linked online payment: issue or apply for or apply for a payment link code that can be transferred or presented on the Internet, set on a web page, set on a user interface, copied in a text file, and can be passed on the Internet Send, and realize payment or redemption by clicking the link code.
链接、支付记录的含意是:链接的记录,支付的记录,链接支付的记录。The meaning of link and payment record is: link record, payment record, link payment record.
链接包括支付链接、网页链接。Links include payment links and web page links.
系统是指:基于链接网上支付及记录链接的方法的销售系统、积分系统、产品或服务的兑付系统。或称之为分享销售系统,或链接分享销售系统,或无中心分享销售系统,或链接推荐销售系统,或支付因子销售系统,或兑付因子销售系统。The system refers to: a sales system, a point system, and a payment system for products or services based on methods of linking online payment and recording links. Or call it a sharing sales system, or a link sharing sales system, or a centerless sharing sales system, or a link recommendation sales system, or a payment factor sales system, or a redemption factor sales system.
所述链接当然包含链接的目的,即支付,或者兑付,或者积分。Of course, the link includes the purpose of the link, that is, payment, or redemption, or points.
所述链接包含超级链接,文本超链接,图像超链接,E-mail链接,锚点链接,多媒体文件链接,LOGO超链接,程序执行链接等。如:HTML网页代码、URL代码、图片广告代码等。The links include hyperlinks, text hyperlinks, image hyperlinks, E-mail links, anchor links, multimedia file links, LOGO hyperlinks, program execution links, and the like. Such as: HTML webpage code, URL code, picture advertisement code, etc.
为了实现链接网上支付及记录链接,本发明采用的技术方案有:In order to realize link online payment and record link, the technical solutions adopted by the present invention include:
A、系统内实现方案,系统内实现链接记录,由后台系统进行记录,即行为人ID由系统确定,行为人及行为记录在服务器中,链接代码本身不变(即传统方式);当然也不排除在链接代码中增加行为人标识或行为人行为的实施方案。A. The implementation plan in the system, the link record is realized in the system, and the record is recorded by the background system, that is, the actor ID is determined by the system, the actor and his behavior are recorded in the server, and the link code itself remains unchanged (that is, the traditional method); of course not Implementation schemes that add actor identification or actor behavior to link codes are excluded.
B、系统外实现方案,包括网站服务系统和与之相对应的链接代码,链接代码中至少包含行为人标识,这样网站服务系统可以通过识别用户标识实现链接、支付记录。B. The implementation plan outside the system, including the website service system and the corresponding link code. The link code at least includes the identity of the actor, so that the website service system can realize the link and payment record by identifying the user identity.
C、特征型链接代码方案,链接代码中包含行为人标识和行为人链接行为,即行为人的链接行为被记录在链接代码中,与之相对应的网站服务器系统负责解读链接及链接记录,并按链接目的(产品或服务支付)及链接记录执行所设定的程序。行为人标识可以直接是行为人姓名和银行账号。C. Characteristic link code scheme, the link code includes the actor’s identification and the actor’s link behavior, that is, the actor’s link behavior is recorded in the link code, and the corresponding website server system is responsible for interpreting the link and link records, and Execute the set procedures according to the link purpose (product or service payment) and link records. The perpetrator identification can directly be the perpetrator's name and bank account number.
D、兑付链接发行方案,产品或服务兑付链接代码生成与发行,所述链接代码兑付与失效。D. Redemption link issuance plan, product or service redemption link code generation and issuance, said link code redemption and invalidation.
E、链接获取技术方案:E. Link acquisition technical solution:
(1)在某一门户网站整个系统内统一编程,由于整个系统具有统一的指针和寻址,链接、支付行为可以被侦测、响应、提取,并进行记录。即系统内实现方案。(1) Unified programming in the entire system of a certain portal website. Since the entire system has a unified pointer and addressing, links and payment behaviors can be detected, responded to, extracted, and recorded. That is, the implementation scheme in the system.
(2)在需要记录的链接(或网页)中嵌入一段代码,比如JavaScript代码或脚本函数,当发生链接操作时,该函数会把访问者的信息及当前页面信息(当前页面URL)及该页面的前一个页面地址(点击来源)提交到链接、支付记录服务器,提交数据中还包括网页标示ID,即用户标识,用来区分不同用户及用户之间的链接行为,最后链接、支付记录服务器对提交上来的数据按用户或产品进行分类汇总,形成链接、支付记录数据库。这种方案适合于系统内或系统外实现方案。(2) Embed a piece of code in the link (or web page) that needs to be recorded, such as JavaScript code or script function. When a link operation occurs, the function will send the visitor's information and current page information (current page URL) and Submit the address of the previous page (click source) to the link and payment record server. The submitted data also includes the web page ID, that is, the user ID, which is used to distinguish between different users and the link behavior between users. Finally, the link and payment record server The submitted data is categorized and summarized by users or products to form a link and payment record database. This scheme is suitable for implementing schemes inside or outside the system.
(3)采用客户终端加载控件方式,即ActiveX技术方案。这种方案适合于系统内或系统外实现方案。(3) The way of loading the control on the client terminal is adopted, that is, the ActiveX technical solution. This scheme is suitable for implementing schemes inside or outside the system.
(4)链接代码中至少包含用户身份标识,或用户身份本身,或用户姓名及银行账号,所述链接代码在指向的服务器进行解析即获得链接的用户信息或标识。这种方案适合于系统内或系统外实现方案。(4) The link code at least includes the user identity, or the user identity itself, or the user name and bank account number, and the link code is parsed by the pointed server to obtain the linked user information or logo. This scheme is suitable for implementing schemes inside or outside the system.
(5)链接代码中至少包含用户身份标识,或用户身份本身,或用户姓名及银行账号,所述链接代码中还包含提供服务的服务器地址指向信息,所述链接代码在指向的服务器进行解析即获得链接的用户信息或标识,所述链接代码中还可以包含按层次分的推荐者和购买者的身份标识或银行账号信息,即可以获得用户之间的链接关系。这种方案适用于系统外实现方案。(5) The link code includes at least the user identity, or the user identity itself, or the user name and bank account number, and the link code also includes the address pointing information of the server providing the service, and the link code is parsed by the pointed server. To obtain linked user information or identifiers, the link codes may also include hierarchically classified recommender and purchaser identifiers or bank account information, so as to obtain the link relationship between users. This approach is suitable for out-of-system implementations.
(6)获取用户的IP地址,解析并记录,进一步,利用Cookie存储及提取,实现用户链接的获取、记录。这种方案适合于系统内或系统外实现方案。(6) Obtain the IP address of the user, analyze and record it, and further, use Cookie to store and extract it to realize the acquisition and recording of the user link. This scheme is suitable for implementing schemes inside or outside the system.
F、加密方法:F. Encryption method:
(1)采用个人数字认证硬件,用户拥有个人数字认证,俗称U盾,是现有技术,用户操作时需U盾配合使用。(1) Using personal digital authentication hardware, users have personal digital authentication, commonly known as USB-shield, which is an existing technology, and the user needs to use the USB-shield when operating.
(2)引入时间因子,采用个人密码认证硬件,用户拥有随时间变化的密码器,该密码在同一时间范围内(一般为1分钟)和网站服务器对应的密码一致,通过这种方法,在网站认证用户链接及操作行为的合法性。(2) Introduce the time factor and use the personal password to authenticate the hardware. The user has a password device that changes with time. The password is consistent with the password corresponding to the website server within the same time range (generally 1 minute). Verify the legitimacy of user links and operations.
(3)采用SaaS服务方式,由第三方提供加密。可选方案见中国专利公告:201010577492.2。(3) SaaS service mode is adopted, and encryption is provided by a third party. See Chinese Patent Announcement: 201010577492.2 for alternative solutions.
(4)链接代码加密方案:(4) Link code encryption scheme:
a、链接代码中包括加密信息,这里指的加密信息可以是连接在链接代码中用来判断链接代码真伪的加密信息,也可以是保证代码不被篡改的验证码。a. The link code includes encrypted information. The encrypted information referred to here may be the encrypted information connected in the link code to determine the authenticity of the link code, or the verification code to ensure that the code is not tampered with.
b、链接代码中只需要指向地址是可读明码即可,其余信息可以打乱加密,设置一计算公式,如A=Fx(I1,I2,……,In),I是除指向地址外的其它信息单元,如用户身份识别信息、产品或服务信息等,如A=Fx(用户身份标识,产品或服务信息,……),这样用A替代链接代码除指向信息外的其它信息,原来http://指向地址/产品或服务信息/用户身份标识/…/,变为:http://指向地址/A,这样从链接代码本身就无法读出其中的含意,A是由一串数字和字母组成,在指向地址的服务器端对A进行反向运算,恢复原来的状态以便于执行操作,如果反向运算结果非法,则说明该链接代码无效或被篡改,执行链接无效程序。b. In the link code, it is only necessary to point to the address as a readable plain code, and the rest of the information can be disrupted and encrypted, and a calculation formula is set, such as A=Fx(I1, I2,...,In), where I is other than the pointing address Other information units, such as user identification information, product or service information, etc., such as A=Fx (user identification, product or service information, ...), replace the other information of the link code with A like this except pointing to the information, the original http ://points to address/product or service information/user identity/.../, becomes: http://points to address/A, so that the meaning cannot be read from the link code itself, and A is composed of a string of numbers and Composed of letters, A is reversed on the server pointing to the address to restore the original state for easy operation. If the reverse operation result is illegal, it means that the link code is invalid or tampered with, and the invalid link program is executed.
c、将链接代码除指向信息外,首先按一定的规则打乱,然后一部分保留在链接代码中,一部分放在服务器端,这样通过链接指向,在服务器中按一定的规则合成完整的链接代码。c. In addition to pointing to information, the link code is first disrupted according to certain rules, and then a part is kept in the link code, and a part is placed on the server side, so that through link pointing, a complete link code is synthesized in the server according to certain rules.
d、在链接代码生成时增加一随机因子,随机因子由随机函数产生,是一组随机数,或伪随机数,用随机数按一定规则参与计算生成加密的链接代码,而随机数序列保存在网站服务器中,解密时将其取出,并一一对应,按一定规则进行链接代码还原。d. Add a random factor when the link code is generated. The random factor is generated by a random function. It is a set of random numbers, or pseudo-random numbers. Random numbers are used to participate in the calculation according to certain rules to generate encrypted link codes, and the random number sequence is stored in In the website server, it is taken out during decryption, and one-to-one correspondence is performed, and the link code is restored according to certain rules.
一、链接、支付记录系统属于某一大的门户网站(系统内实现方案),如腾讯、淘宝等,或企业自建系统,系统内包含用户注册信息、用户客户端、用户即时通讯客户端、以及关联的个人网页或空间,系统还包括所属支付平台、销售平台等,链接、支付记录可以在门户系统内完成,即设置链接、支付记录系统,将用户发生的点击链接行为数据及所属支付平台记录的用户支付记录数据传输至链接、支付记录系统,由链接、支付记录系统形成数据库,以便利用数据库进行下一步处理流程。由于是系统内实现,所述链接代码可以不直接包含用户标识信息,用户标识由系统进行识别。1. The link and payment recording system belongs to a certain large portal website (implementation scheme in the system), such as Tencent, Taobao, etc., or a self-built system of the enterprise. The system includes user registration information, user client, user instant messaging client, As well as the associated personal webpage or space, the system also includes the affiliated payment platform, sales platform, etc. Links and payment records can be completed in the portal system, that is, the link and payment record system is set up, and the user's clicking link behavior data and the affiliated payment platform The recorded user payment record data is transmitted to the link and payment record system, and a database is formed by the link and payment record system, so that the database can be used for the next step of processing. Since it is implemented within the system, the link code may not directly contain user identification information, and the user identification is identified by the system.
所述链接、支付记录系统功能是记录注册用户的支付链接并交易成功的次数以及各用户之间的链接关系,即现购买人和原购买人(推荐人)之间的关系,整个销售系统还设置根据链接的次数及设定的层次进行扣率计算的销售规则计算系统,还设置根据所述销售规则计算系统的计算结果进行链接结算的销售规则执行系统,所述链接、支付记录系统和支付平台相连接,在和用户关联的网页、客户端界面上放置链接代码。一种由销售平台、支付平台、网银等组成的网上销售系统,其特征是:系统还设置链接、支付记录系统或单元,销售规则计算系统或单元,销售规则执行系统或单元。The function of the link and payment recording system is to record the payment link of the registered user and the number of successful transactions and the link relationship between each user, that is, the relationship between the current buyer and the original buyer (recommender). Set up a sales rule calculation system that calculates the discount rate according to the number of links and the set level, and also set up a sales rule execution system that performs link settlement based on the calculation results of the sales rule calculation system. The link, payment record system and payment The platform is connected, and the link code is placed on the web page and client interface associated with the user. An online sales system composed of a sales platform, a payment platform, online banking, etc., is characterized in that the system is also equipped with a link, a payment recording system or unit, a sales rule calculation system or unit, and a sales rule execution system or unit.
一种链接网上支付及记录链接的方法和系统,其步骤是:用户点击置于网页上的产品或服务的支付链接代码,链接代码指向支付平台进行网上支付操作,同时系统记录用户的链接行为,链接行为包括链接次数及用户之间的链接关系,根据链接、支付记录系统按一定规则自动进行产品或销售的利润分配。A method and system for linking online payment and recording link, the steps are: the user clicks the payment link code of the product or service placed on the webpage, the link code points to the payment platform for online payment operation, and the system records the link behavior of the user, Link behavior includes the number of links and the link relationship between users. According to the link and payment record system, the profit distribution of products or sales is automatically carried out according to certain rules.
本发明系统内实现方案,由于用户均为系统注册用户,注册用户拥有自己的个人网页或空间,拥有相关联的统一ID的微博、博客、即时通讯、邮箱、论坛、手机空间等其它应用方式,与所述应用的网页ID是系统唯一确定的,这样可以将用户购买的产品或服务在自己的应用网页中呈现,用户可以将自己的网页URL分享给系统内好友或关注人;另外用户可以将自己要分享的个人网页URL复制粘贴到其它系统的网页中,或文本文件,或软件界面,或通过互联网传播,这样系统外的人只要通过点击该用户网页提供的产品或服务支付链接,通过网银支付,留下收货地址即可完成推荐销售,这里的销售是单级推荐销售,只有系统内用户可以按规定提成,系统外的购买人是纯粹的消费者,无法参与提成。当然系统内用户也可以通过分享传播他的产品或服务的支付链接只设定单级推荐销售。其特征是:系统确认并记录网页身份标识,在所述网页中的任何链接或支付链接被认定为所述网页同一身份。The implementation scheme in the system of the present invention, because the users are all registered users of the system, the registered users have their own personal web pages or spaces, and other application methods such as microblogs, blogs, instant messaging, mailboxes, forums, and mobile phone spaces with associated unified IDs , and the webpage ID of the application is uniquely determined by the system, so that the products or services purchased by the user can be presented on the webpage of the application, and the user can share the URL of the webpage with friends or followers in the system; in addition, the user can Copy and paste the URL of the personal webpage you want to share to the webpage of other systems, or text files, or software interfaces, or spread it through the Internet, so that people outside the system only need to click on the product or service payment link provided by the user webpage to pass For online banking payment, you can complete the recommended sales by leaving the delivery address. The sales here are single-level recommended sales. Only users in the system can make a commission according to the regulations. Buyers outside the system are pure consumers and cannot participate in the commission. Of course, users in the system can also set up single-level recommended sales by sharing the payment link of their products or services. It is characterized in that: the system confirms and records the identity of the webpage, and any link or payment link in the webpage is identified as the same identity of the webpage.
作为可选的一种方式,因为所有的销售最终是在网银结算完成的,所以可以在网银或超级网银系统中设置链接、支付记录系统,链接结算计算及执行系统,各销售网站中所有个人网页或支付链接中均包含各自的银帐号或标识,这样网银或超级网银所属的链接、支付记录系统就可以对用户的购买及推荐行为进行记录,并可以按记录作单级或多级链接结算。其特征是网银或超级网银中设置链接、支付记录系统。当然,对于系统外非注册用户的支付链接行为记录在提供该链接的注册用户名下,对该注册用户进行单级推荐提成。As an optional method, because all sales are finally settled in online banking, you can set links, payment record systems, link settlement calculation and execution systems in online banking or super online banking systems, and all personal webpages in each sales website Or payment links contain their own bank account numbers or logos, so that the links and payment record systems of online banking or super online banking can record the user's purchase and recommendation behavior, and can make single-level or multi-level link settlement according to the records. It is characterized in that a link and payment record system are set in the online banking or super online banking. Of course, the payment link behavior of non-registered users outside the system is recorded under the name of the registered user who provided the link, and a single-level recommendation commission is given to the registered user.
一种链接网上支付及记录链接的方法和系统,其步骤是:用户的个人网页中有产品或服务的支付链接,其他任何人点击所述支付链接,支付链接代码指向网银或超级网银进行网上支付操作,同时该网页通过嵌入在该网页中的代码向链接、支付记录系统报告该网页里的链接、支付行为,或由所述用户所在系统向链接、支付系统报告该网页里的链接、支付行为,所述链接行为包括链接次数及用户之间的链接关系,根据链接、支付记录数据由系统按一定规则自动进行产品或服务的利润分配。A method and system for linking online payment and recording links, the steps are: there is a payment link for products or services in the user's personal webpage, and anyone else clicks on the payment link, and the payment link code points to online banking or super online banking for online payment At the same time, the webpage reports the link and payment behavior in the webpage to the link and payment recording system through the code embedded in the webpage, or the system where the user is located reports the link and payment behavior in the webpage to the link and payment system , the link behavior includes the number of links and the link relationship between users. According to the link and payment record data, the system automatically distributes the profit of the product or service according to certain rules.
系统内实现方案加密方案可选:上述F、(1)、(2)、(3).Encryption schemes are optional in the system implementation scheme: the above F, (1), (2), (3).
所述系统服务网站建立用户支付记录、用户链接记录、用户之间的链接关系、和所对应产品或服务的数据表,并提供用户查询。The system service website establishes user payment records, user link records, link relationships between users, and data tables of corresponding products or services, and provides user queries.
二、链接、支付记录系统独立于各门户网站之外(系统外实现方案),或属于某一门户网站,其特征是:设置链接、支付记录系统,并配置网络识别地址或域名,分散在各网页或用户界面的链接代码中除包含所述网络识别地址或域名的指向信息外至少还包含用户的身份识别信息,在点击链接代码或支付链接代码时链接、支付记录系统记录用户的链接及支付行为,并形成相应的数据库。或系统包括支付平台,并设置与所述支付平台相联系的链接、支付记录系统,配置支付平台的网络识别地址或域名,分散在各网页或用户界面的链接代码中包含指向支付平台的网络识别地址或域名,所述链接代码中至少包含用户身份识别信息,点击所述代码时,首先指向支付平台,由支付平台再将用户的链接及支付行为信息传送给链接、支付记录系统,由链接、支付记录系统形成相应的数据库。2. The link and payment record system is independent of each portal website (implementation scheme outside the system), or belongs to a certain portal website, which is characterized by: setting up link and payment record systems, and configuring network identification addresses or domain names, scattered in various The link code of the web page or user interface contains at least the identification information of the user in addition to the pointing information of the network identification address or domain name. behavior, and form a corresponding database. Or the system includes a payment platform, and set up a link connected with the payment platform, a payment record system, configure the network identification address or domain name of the payment platform, and include the network identification pointing to the payment platform in the link code scattered on each webpage or user interface. address or domain name, the link code at least includes user identification information, when the code is clicked, it first points to the payment platform, and the payment platform then transmits the user's link and payment behavior information to the link and payment record system, and the link, The payment recording system forms a corresponding database.
所述链接、支付记录系统功能是记录用户的支付链接并交易成功的次数,整个销售系统还设置根据链接的次数及设定的层次进行扣率计算的销售规则计算系统,还设置根据所述销售规则计算系统的计算结果进行链接结算的销售规则执行系统,所述链接、支付记录系统和支付平台相连接,在网页、客户端界面、应用软件界面上放置链接代码。链接代码至少包含用户的身份识别信息,或至少包含用户信息本身,如姓名及银行账号,当然链接代码还包括链接的目的信息,即商品或服务信息,如价格信息等,为了防止篡改,链接代码分成两部分,代码的头部是指向信息,是指向提供服务的服务器网址,是不加密的,另一部分是加密的数字摘要,包含用户身份识别信息、商品或服务信息、价格信息等。其特征是:系统设置链接、支付记录系统,与系统相配合的链接代码至少包含用户身份识别信息或用户信息本身。The function of the link and payment recording system is to record the user's payment link and the number of successful transactions. The entire sales system is also equipped with a sales rule calculation system that calculates the discount rate according to the number of links and the set level. A sales rule execution system in which the calculation results of the rule calculation system are linked and settled. The link, the payment record system and the payment platform are connected, and the link code is placed on the webpage, the client interface, and the application software interface. The link code contains at least the user's identification information, or at least the user information itself, such as name and bank account number. Of course, the link code also includes the purpose information of the link, that is, product or service information, such as price information. In order to prevent tampering, the link code It is divided into two parts. The header of the code points to the information, which points to the URL of the server that provides the service. It is not encrypted. The other part is an encrypted digital summary, including user identification information, product or service information, price information, etc. It is characterized in that: the system sets up a link and a payment record system, and the link code matched with the system at least includes user identification information or user information itself.
所述链接可以放置在各销售网站、门户网站、个人网页、即时通讯对话框、社交类网站、博客、微博、论坛、应用软件界面等。The links can be placed on various sales websites, portal websites, personal webpages, instant messaging dialog boxes, social networking websites, blogs, microblogs, forums, application software interfaces, and the like.
所述系统服务网站建立用户支付记录、用户链接记录、用户之间的链接关系、和所对应产品或服务的数据表,并提供用户查询。The system service website establishes user payment records, user link records, link relationships between users, and data tables of corresponding products or services, and provides user queries.
三、特征型链接代码方案,一般用于系统外实现方案,但也可以在系统内作为用户识别的一种方案。特征型链接代码提供一种链接代码含义编码、解析解决方案,有提供相关服务的网站,网站有网站服务器,网站配置域名或地址,特征型链接代码的的设计为:http://或https://网站指向地址/产品或服务信息或代码或链接/产品或服务支付或链接/用户身份标识或银行账号/链接层次及链接关系/推荐人1标识或账号/....../推荐人n标识或账号/团队组成信息/本代码所有者即时通讯或群或微博或或论坛或个人网页邀请加载代码/加密信息,链接代码可以按服务的需求进行取舍简化,各单元信息在代码中的位置不限定,只要符合互联网协议要求即可,除指向信息外其它含义单元可以打乱加密。链接代码的生成与解析在网站服务器中按一定的规则完成,通过网站的解析可以获得用户的标识,进一步,得到链接层次和链接关系。其特征是:链接代码中至少包含用户身份标识,还包含用户链接来源及来源先后关系的信息。3. The feature-type link code scheme is generally used for implementing schemes outside the system, but it can also be used as a scheme for user identification within the system. The characteristic link code provides a link code meaning encoding and analysis solution. There are websites that provide related services. The website has a website server, and the website is configured with a domain name or address. The design of the characteristic link code is: http:// or https: //Web site pointing address/product or service information or code or link/product or service payment or link/user identity or bank account number/link level and link relationship/referrer 1 logo or account number/.../recommendation People's logo or account number/team composition information/the code owner's instant messaging or group or Weibo or forum or personal web page invitation to load code/encrypted information, the link code can be simplified according to the needs of the service, and the information of each unit is in the code The position in is not limited, as long as it meets the requirements of the Internet protocol, other meaning units except pointing information can disrupt the encryption. The generation and analysis of the link codes are completed in the website server according to certain rules. Through the analysis of the website, the user's identification can be obtained, and further, the link hierarchy and link relationship can be obtained. It is characterized in that: the link code contains at least the user's identification, and also contains information on the source of the user's link and the relationship between the sources.
加密方案:上述F、(4)a、b、c、d.Encryption scheme: above F, (4) a, b, c, d.
所述系统服务网站建立用户支付记录、用户链接记录、用户之间的链接关系、和所对应产品或服务的数据表,并提供用户查询。The system service website establishes user payment records, user link records, link relationships between users, and data tables of corresponding products or services, and provides user queries.
四、产品或服务供应商生成与发行支付链接代码,所述链接代码指向信息可以是产品或服务供应商指定的网址,也可以是第三方支付平台或提供链接记录并中转链接的第三方链接记录服务方,所述链接代码中至少包含产品或服务信息或代码,所述链接代码可以转移、设置在网页上、设置在用户界面上、通过网络传送、复制在文本文件里,通过点击所述链接代码实现支付或兑付。4. The product or service provider generates and issues payment link codes, and the link code points to information that can be the URL specified by the product or service provider, or a third-party payment platform or a third-party link record that provides link records and transfers them For the service provider, the link code at least includes product or service information or codes, and the link code can be transferred, set on a web page, set on a user interface, transmitted through the network, copied in a text file, and clicked on the link The code implements payment or redemption.
一种链接网上支付及记录链接的方法和系统,其特征是:网站设置有链接代码发行生成系统,有与之相对应的链接代码兑付注销系统。A method and system for link online payment and record link, characterized in that: the website is equipped with a link code issuing and generating system, and a corresponding link code redemption cancellation system.
所述链接网上支付及记录链接的方法和系统,其特征是:链接代码至少包含商品或服务识别信息,产品或服务链接代码发行方设置代码验证系统和注销系统。The method and system for link online payment and record link are characterized in that: the link code at least includes commodity or service identification information, and the product or service link code issuer sets up a code verification system and a cancellation system.
所述链接网上支付及记录链接的方法和系统,其特征是:在网站设置有链接代码兑付时密码验证或问题回答的程序。The method and system for link online payment and record link are characterized in that: the website is provided with a password verification or question answering program when the link code is redeemed.
加密方案:上述F、(4)a、b、c、d.Encryption scheme: above F, (4) a, b, c, d.
所述系统服务网站建立用户支付、兑付记录,并提供用户查询。The system service website establishes user payment and redemption records, and provides user inquiries.
一种链接网上支付及记录链接的方法和系统,其特征是:系统设置链接、支付记录系统或单元,销售规则计算系统或单元,销售规则执行系统或单元。A method and system for linking online payment and record linking, characterized by: system setting link, payment record system or unit, sales rule calculation system or unit, and sales rule execution system or unit.
一种链接网上支付及记录链接的方法和系统,其特征是:链接代码是特征型链接代码,即:http://或https://网站指向地址/产品或服务信息或代码或链接/产品或服务支付或链接/用户身份标识或银行账号/链接层次及链接关系/推荐人1标识或账号/....../推荐人n标识或账号/团队组成信息/本代码所有者即时通讯或群或微博或或论坛或个人网页邀请加载代码/加密信息,链接代码可以按服务的需求进行取舍,各单元信息在代码中的位置不限定,只要符合互联网协议要求即可。A method and system for linking online payment and recording links, characterized in that: the link code is a characteristic link code, that is: http:// or https:// website pointing to address/product or service information or code or link/product Or service payment or link/user identity or bank account number/link level and link relationship/referrer 1 logo or account number/.../referrer n logo or account number/team composition information/instant messaging of the owner of this code Or group, microblog, or forum or personal web page invites to load code/encrypted information, the link code can be selected according to the needs of the service, and the position of each unit information in the code is not limited, as long as it meets the requirements of the Internet protocol.
所述链接网上支付及记录链接的方法和系统,其特征是:网页或链接代码中嵌入即时通讯或即时通讯群邀请加载代码。The method and system for link online payment and record link are characterized in that: instant messaging or instant messaging group invitation loading code is embedded in the web page or link code.
所述链接网上支付及记录链接的方法和系统,其特征是:网页或链接代码中嵌入论坛、个人网页邀请加载代码。The method and system for link online payment and record link are characterized in that: the forum and personal webpage invitation loading codes are embedded in the webpage or link code.
一种链接网上支付及记录链接的方法和系统,其特征是:网站设置有链接代码发行生成系统,有与之相对应的链接代码兑付注销系统。A method and system for link online payment and record link, characterized in that: the website is equipped with a link code issuing and generating system, and a corresponding link code redemption cancellation system.
一种链接网上支付及记录链接的方法和系统,其步骤是:注册用户或非注册用户点击置于网页上的产品或服务的支付链接代码,链接代码指向支付平台或网银进行网上支付操作,同时系统记录用户的链接行为,包括记录链接代码的来源,即提供链接代码的用户标识或账号,链接被点击的次数及点击人的身份标识或账号,或链接被非注册用户点击的次数,即记录链接次数及用户之间的链接关系,根据链接、支付记录数据,系统按一定规则自动进行产品或服务的销售利润分配。A method and system for linking online payment and recording links, the steps of which are: a registered user or a non-registered user clicks a payment link code of a product or service placed on a web page, and the link code points to a payment platform or online bank for online payment operations, and at the same time The system records the user's link behavior, including recording the source of the link code, that is, the user ID or account that provided the link code, the number of times the link was clicked and the ID or account of the clicker, or the number of times the link was clicked by a non-registered user. The number of links and the link relationship between users, according to the link and payment record data, the system automatically distributes the sales profit of products or services according to certain rules.
所述链接网上支付及记录链接的方法和系统,其特征是:与用户端界面及网页界面链接的有链接、支付记录服务器或系统或模块或单元。The method and system for link online payment and record link are characterized in that: a link, payment record server or system or module or unit is linked to the user interface and the web page interface.
所述链接网上支付及记录链接的方法和系统,其特征是:产品或服务销售广告设置在门户网站网页里,并配置相应的图片及文字介绍,与所述图片及文字相关联的支付链接指向支付平台或网银,所述支付链接被点击时,由链接、支付记录系统记录被点击及支付的行为,根据链接、支付记录,按一定比例分配销售利润给门户网站。The method and system for link online payment and record link are characterized in that: the product or service sales advertisement is set in the webpage of the portal website, and corresponding pictures and text introductions are configured, and the payment link associated with the pictures and text points to For the payment platform or online banking, when the payment link is clicked, the link and payment record system will record the clicked and payment behavior, and distribute the sales profit to the portal website in a certain proportion according to the link and payment record.
一种链接网上支付及记录链接的方法和系统,其步骤是:产品或服务的销售网页链接或支付链接设置在用户网页上,当点击链接时,链接或支付链接的行为由链接、支付记录服务器进行记录,所述记录包括用户标识,用户之间的链接关系,即链接的来源及被链接的记录,根据所述记录数据通知支付平台进行销售结算。A method and system for linking online payment and recording links, the steps are as follows: a sales webpage link or a payment link of a product or service is set on a user webpage, and when the link is clicked, the behavior of the link or payment link is determined by the link and payment record server Make a record, the record includes the user identification, the link relationship between users, that is, the source of the link and the linked record, and notify the payment platform to perform sales settlement according to the record data.
本发明的有益效果是:通过对传统销售的研究发现,商品或服务的生产销售一般是从批发到零售一级级到消费者,这个过程伴随着物流和资金流,而消费者的认可是该过程能否进行的关键,实际销售行为是消费者资金和生产商产品或服务的交换行为,销售商的资金流只是垫付过程,销售商的行为实质上只是起到广告和介绍的作用,即中介作用。利用网上支付及对支付的链接,可以将销售商的资金垫付过程去掉,仅保留广告和介绍作用,同时也可将消费者转变为介绍、推广者,由消费者将产品或服务的支付环境链接给朋友,从而完成从生产到消费的过程。采用本发明提出的方法,可以实现网站、即时通讯服务、社交类网站(博客、微博、论坛等)等盈利模式,也适合于服务类产品支付,如手机话费充值的链接支付,电影收看权的链接转移,产品或服务领取权(领取凭证)的发行与回收(兑付)。作为独立企业应用,可以实现产品或服务销售代理的基于某规则的网上结算体系。本发明提供的基于链接、支付记录,支付链接的转移,支付链接的发行与兑付的销售或服务模式能满足“六度分离”理论,即世界上任何两个人之间要相识的话只要相隔6次转介绍,一个聚集团队最佳规模超是150个人,目前即时通讯软件、微博、论坛等服务模式均可以满足这个理论,通过这些社区、交友模式的朋友介绍,形成网络口碑营销(IWOM),可以根据销售金额形成推荐产品或服务的推荐提成体系,本身的购买折扣,所属团队(群)的团队领导(群主、博主、楼主等)业绩提成,以及多层(购买产品或服务的先后层次关系)顾问服务提成。由于一般社交软件用户好友是现实生活的好友,对产品或服务的质量有共同的标准和一致的诉求,所以可以天然地避免劣质产品或服务的传播。The beneficial effects of the present invention are: through the research on traditional sales, it is found that the production and sales of goods or services are generally from wholesale to retail level to consumers, and this process is accompanied by logistics and capital flow, and the recognition of consumers is the The key to whether the process can be carried out, the actual sales behavior is the exchange behavior of consumers' funds and the manufacturer's products or services, the seller's capital flow is only a process of advance payment, and the seller's behavior is essentially just an advertisement and introduction, that is, an intermediary effect. Using online payment and the link to payment, the seller's fund advance process can be removed, and only the role of advertisement and introduction can be retained. At the same time, consumers can also be transformed into introducers and promoters, and consumers can link the payment environment of products or services To friends, thus completing the process from production to consumption. By adopting the method proposed by the present invention, profit models such as websites, instant messaging services, and social networking sites (blogs, microblogs, forums, etc.) can be realized. Link transfer, issuance and recovery (redemption) of the right to receive products or services (receipt vouchers). As an independent enterprise application, it can realize a rule-based online settlement system for product or service sales agents. The sales or service model based on links, payment records, transfer of payment links, issuance and redemption of payment links provided by the present invention can satisfy the "six degrees of separation" theory, that is, if any two people in the world want to know each other, they only need to be separated by 6 times Reintroduction, the optimal size of a gathering team is more than 150 people. At present, instant messaging software, Weibo, forums and other service models can meet this theory. Through the introduction of friends in these communities and making friends, Internet word-of-mouth marketing (IWOM) is formed. A recommended commission system for recommended products or services can be formed based on the sales amount, its own purchase discounts, performance commissions for team leaders (group owners, bloggers, landlords, etc.) Hierarchical relationship) consulting service commission. Since the general social software user friends are friends in real life, they have common standards and consistent demands on the quality of products or services, so the spread of inferior products or services can be naturally avoided.
附图说明Description of drawings
图1为本发明基于网页、客户端界面、软件界面的网上销售服务模式。Fig. 1 is the online sales service mode based on web page, client interface and software interface of the present invention.
图2为本发明基于某一门户网站的网上销售服务系统示意图。Fig. 2 is a schematic diagram of the online sales service system based on a portal website of the present invention.
图2a为本发明基于网银或超级网银的网上销售服务系统示意图Fig. 2 a is the schematic diagram of the online sales service system based on online banking or super online banking of the present invention
图3为本发明即时通讯客户端对话框链接销售界面示意图。Fig. 3 is a schematic diagram of the instant messaging client dialog box link sales interface of the present invention.
图4为本发明相关网页链接销售界面示意图。Fig. 4 is a schematic diagram of a sales interface related to a web page link in the present invention.
图5为本发明支付链接记录流程图。Fig. 5 is a flow chart of payment link recording in the present invention.
图6为本发明支付链接记录实现流程图。Fig. 6 is a flow chart of the implementation of payment link records in the present invention.
图7为本发明基于链接、支付记录的销售系统数据库结构示意图。Fig. 7 is a schematic diagram of the database structure of the sales system based on links and payment records in the present invention.
图8为本发明链接、支付记录服务器链接信息获取方式示意图。FIG. 8 is a schematic diagram of a method for obtaining link and payment record server link information of the present invention.
图9为本发明基于链接、支付记录的销售系统模块构成示意图。Fig. 9 is a schematic diagram of the module structure of the sales system based on links and payment records of the present invention.
图10为本发明销售规则计算之用户链接层次设定刷新流程图。Fig. 10 is a flow chart of refreshing user link level settings for sales rule calculation in the present invention.
图11为本发明销售规则计算之用户链接层次即时设定流程图。Fig. 11 is a flow chart of real-time setting of user link levels for sales rule calculation in the present invention.
图12为本发明销售规则计算示意图。Fig. 12 is a schematic diagram of calculation of sales rules in the present invention.
图13为本发明以链接、支付记录服务器为指向地址的网上销售服务系统示意图。Fig. 13 is a schematic diagram of the online sales service system of the present invention with the link and payment record server as the pointing address.
图14为本发明以支付平台为指向地址的网上销售服务系统示意图。Fig. 14 is a schematic diagram of the online sales service system with the payment platform as the address of the present invention.
图15为本发明以链接、支付记录服务器为指向地址的网上销售服务系统支付链接记录实现流程图。Fig. 15 is a flow chart of realizing the payment link record of the online sales service system with the link and payment record server as the address of the present invention.
图16为本发明特征型链接代码方案以链接、支付记录服务器为指向地址的链接代码构成示意图。Fig. 16 is a schematic diagram of the structure of the link code of the characteristic link code scheme of the present invention with the link and payment record server as the pointing address.
图17为本发明特征型链接代码方案以支付平台为指向地址的链接代码构成示意图。Fig. 17 is a schematic diagram of the structure of the link code of the characteristic link code scheme of the present invention with the payment platform as the pointing address.
图18为本发明特征型链接代码方案以产品或服务提供商为指向地址的链接代码构成示意图。Fig. 18 is a schematic diagram of the structure of the link code in the characteristic link code scheme of the present invention, with the product or service provider as the address.
图19为本发明特征型链接代码方案以网银或超级网银为指向地址的链接代码构成示意图。Fig. 19 is a schematic diagram of the structure of the link code of the characteristic type link code scheme of the present invention, which takes the online bank or super online bank as the pointing address.
图20为本发明基于链接、支付记录的销售系统(系统外实现)模块构成示意图。Fig. 20 is a schematic diagram of the module structure of the sales system (implemented outside the system) based on links and payment records of the present invention.
图21为本发明销售系统(系统外实现)用户点击链接代码及获得链接代码的流程图。Fig. 21 is a flow chart of the sales system (implemented outside the system) user clicking on the link code and obtaining the link code in the present invention.
图22为本发明产品或服务提供商或通过第三方销售服务系统发行链接代码的流程图。Fig. 22 is a flow chart of the product or service provider of the present invention or issuing link codes through a third-party sales service system.
图23本发明之服务兑付流程图。Fig. 23 is the service payment flow chart of the present invention.
图24本发明之回答问题或密码方式服务兑付流程图。Fig. 24 is a flow chart of the present invention for answering questions or paying for cryptographic services.
图25本发明之自判断链接代码程序方式流程图。Fig. 25 is a flow chart of the self-judgment link code program mode of the present invention.
图26本发明之链接代码设置在应用软件界面的示意图。Fig. 26 is a schematic diagram of setting the link code of the present invention on the application software interface.
图27本发明之链接代码包含用户账号及链接关系的实现流程图。Fig. 27 is a flowchart of realization of the link code of the present invention including user accounts and link relationships.
具体实施方式detailed description
下面结合附图和实施例对本发明进一步说明。The present invention will be further described below in conjunction with the accompanying drawings and embodiments.
图1为本发明基于网页、客户端界面、软件界面的网上销售服务模式。系统由支付平台,链接、支付记录系统,网页、客户端界面、软件界面组成,在网页、客户端界面、软件界面上设置产品或服务的销售链接或支付链接,通过点击链接实现跳转至销售平台及支付平台,支付平台负责交易结算,本发明的技术特征是系统设有链接、支付记录系统,所述系统记录用户点击的链接行为及链接的支付行为。Fig. 1 is the online sales service mode based on web page, client interface and software interface of the present invention. The system is composed of payment platform, link, payment record system, webpage, client interface, and software interface. The sales link or payment link of the product or service is set on the webpage, client interface, and software interface, and the jump to sales is realized by clicking the link. Platform and payment platform, the payment platform is responsible for transaction settlement, the technical feature of the present invention is that the system is provided with a link and payment recording system, and the system records the link behavior clicked by the user and the payment behavior of the link.
链接、支付记录系统属于某一大的门户网站,如腾讯、淘宝等,或企业、销售商自建系统,系统内包含即时通讯客户端及关联的个人网页,支付平台等,链接、支付记录在门户系统内完成,即设置链接、支付记录系统,将用户发生的点击链接行为数据及所属支付平台记录的用户支付记录数据传输至链接、支付记录系统,根据链接、支付记录数据,系统进行下一步处理流程。The link and payment record system belongs to a large portal website, such as Tencent, Taobao, etc., or self-built systems by enterprises and sellers. The system includes instant messaging clients and associated personal webpages, payment platforms, etc. Links and payment records are in It is completed in the portal system, that is, the link and payment record system is set up, and the user's click link behavior data and the user payment record data recorded by the payment platform to which the user belongs are transmitted to the link and payment record system. According to the link and payment record data, the system proceeds to the next step processing flow.
图2为本发明基于某一门户网站的网上销售服务系统示意图。现有的网上销售系统一般由销售平台如销售网站,支付平台,网上银行等组成,支付平台和网上银行有和用户相关联的帐户,本发明的特征是增加链接、支付记录服务器或系统,销售规则计算服务器或系统,销售规则执行服务器或系统。201是链接、支付记录服务器,当客户通过网站销售平台或即时通讯对话框或博客、微博、论坛或服务商提供的个人网页进行网上购物时,点击相应的产品或服务的销售链接或支付链接,由链接、支付记录服务器记录客户的链接和支付行为,记录结果形成数据库,并传送给销售规则计算服务器202,202负责对客户的销售量及代理层次关系计算扣率,例如总代理、分销商、分层次的销售梯队等,202计算结果传送给销售规则执行服务器203,203向支付平台发出指令完成销售利润的分配,并入账至各自帐户,销售规则计算服务器202设置有规则计算设定入口,可以采用WEB方式,也可以采用客户端方式,提供给产品或服务供应商制定输入。Fig. 2 is a schematic diagram of the online sales service system based on a portal website of the present invention. Existing online sales system is generally made up of sales platforms such as sales websites, payment platforms, online banks, etc. Payment platforms and online banks have accounts associated with users. The feature of the present invention is to increase links, payment record servers or systems, and sales Rule Computing Server or System, Sales Rule Execution Server or System. 201 is the link and payment record server. When customers shop online through the website sales platform or instant messaging dialog box or personal webpage provided by blogs, microblogs, forums or service providers, they click on the sales link or payment link of the corresponding product or service , record the link and payment behavior of the customer by the link and payment record server, record the result to form a database, and send it to the sales rule calculation server 202, 202 is responsible for calculating the discount rate for the customer's sales volume and agency hierarchy, such as general agent, distributor , hierarchical sales echelon, etc., 202, the calculation results are sent to the sales rule execution server 203, and 203 sends instructions to the payment platform to complete the distribution of sales profits, and credit them to their respective accounts. The sales rule calculation server 202 is provided with a rule calculation setting entry, It can adopt WEB mode or client mode to provide product or service provider to formulate input.
所述系统可以和税收系统相连,204是税收系统服务器,税收系统中至少包含有根据商户销售额以一定比例征税的功能模块单元,系统中还可以有商品属性管理设置界面,增值税征收模块单元,所得税征收模块单元,附加税征收模块单元,退税模块单元,档案存储模块单元等。所述税收系统可以是客户端管理模式,也可以是WEB方式。The system can be connected with the tax system, 204 is a tax system server, the tax system at least includes a functional module unit that collects taxes according to a certain percentage of merchant sales, the system can also have a commodity attribute management setting interface, and a value-added tax collection module unit, income tax collection module unit, additional tax collection module unit, tax refund module unit, file storage module unit, etc. The tax system can be in client management mode or in WEB mode.
对于系统外任何人点击网页的链接代码,链接、支付记录服务器会记录注册用户被点击的情况,虽然不知道系统外购买人的身份,但只要通过网银发生支付行为,销售系统就会记录被点击注册用户的链接行为,并给予提成,这样可以实现链接的单级销售提成。For anyone outside the system to click on the link code of the web page, the link and payment record server will record the clicked situation of the registered user. Although the identity of the buyer outside the system is unknown, as long as the payment occurs through online banking, the sales system will record the click. Registered user's link behavior, and give a commission, so that the single-level sales commission of the link can be realized.
进一步,注册用户的身份是门户网站本身或代表,产品或服务提供商可以选择门户网站作为自己的销售代理,门户网站有责任对产品或服务的品质进行认定或声明,这样产品或服务的支付链接每次被点击销售均和门户网站进行利润分配,实现门户网站除广告收入外的直接销售提成收入。Furthermore, the identity of the registered user is the portal itself or its representative. Product or service providers can choose the portal as their sales agent. The portal is responsible for identifying or declaring the quality of the product or service, so that the payment link for the product or service Every time the sales are clicked, the profit will be distributed with the portal website to realize the direct sales commission income of the portal website in addition to the advertising revenue.
做为一种有益的实施方案,在上述网站销售平台、博客、微博、论坛、个人网页上设置有产品或服务的链接代码或支付链接代码,在所述链接代码或支付链接代码中嵌入第三方应用服务程序登录邀请加载代码,或在网页中嵌入第三方应用服务程序登录邀请加载代码,具体方法可以通过第三方应用服务程序提供的API接口函数实现,例如嵌入即时通讯或群的登陆邀请加载代码,则可以实现链接支付的同时提供在线咨询服务,具体实例如嵌入QQ登录邀请加载代码,所述邀请加载代码包含所要嵌入的QQ号,如10410027,用来登陆的邀请加载代码:As a beneficial implementation, a product or service link code or payment link code is set on the above-mentioned website sales platform, blog, microblog, forum, and personal webpage, and the first link code or payment link code is embedded in the link code or payment link code. The third-party application service program login invitation loading code, or embed the third-party application service program login invitation loading code in the web page, the specific method can be realized through the API interface function provided by the third-party application service program, such as embedding instant messaging or group login invitation loading Code, you can realize the link payment and provide online consulting services at the same time. A specific example is to embed the QQ login invitation loading code. The invitation loading code includes the QQ number to be embedded, such as 10410027, and the invitation loading code used to log in:
<img style=″CURSOR: pointer″onclick=″javascript:window.open(’http://bizapp.qq.com/webc.htm?new=O&sid=10410027&eid=&o=&q=7&ref=’+document.location, ’_blank’,’height=544,width=644,toolbar=no,scrollbars=no,menubar=no,status=no’);″border=″0″SRC=″http://im.bizapp.qq.com:8000/zx_qq.gif″>或[url=http://wpa.qq.com/msgrd?V=1&Uin=10410027&Exe=QQ&Site=&Menu=yes][img]http://im.bizapp.qq.com:8000/zx qq.gif [/img][/url]<img style="CURSOR: pointer"onclick="javascript:window.open('http://bizapp.qq.com/webc.htm?new=O&sid=10410027&eid=&o=&q=7&ref='+document.location , '_blank', 'height=544, width=644, toolbar=no, scrollbars=no, menubar=no, status=no'); "border="0"SRC="http://im.bizapp.qq .com:8000/zx_qq.gif″> or [url=http://wpa.qq.com/msgrd? V=1&Uin=10410027&Exe=QQ&Site=&Menu=yes][img]http://im.bizapp.qq.com:8000/zx qq.gif [/img][/url]
同理,群、论坛、个人网页也可以嵌入邀请加载代码。Similarly, groups, forums, and personal webpages can also embed invitation loading codes.
其特征是:网页或链接代码中嵌入即时通讯或即时通讯群邀请加载代码。It is characterized in that: the instant messaging or instant messaging group invitation loading code is embedded in the web page or the link code.
图2a为本发明基于网银或超级网银的网上销售服务系统示意图。点击网页上的支付链接代码,一方面进行正常的网上支付操作,另一方面,通过网页ID(比如嵌入JavaScript代码或脚本函数),或通过支付链接代码本身(特征型链接代码方案),将推荐人标识信息或账号告之网银或超级网银,由网银或超级网银所属的链接、支付记录服务器对链接、支付行为进行记录,网银或超级网银所属销售规则计算服务器根据链接、支付记录服务器提供的数据进行计算,将计算结果提交销售规则执行服务器。Fig. 2a is a schematic diagram of the online sales service system based on online banking or super online banking of the present invention. Click the payment link code on the web page, on the one hand, perform normal online payment operations, on the other hand, through the webpage ID (such as embedded JavaScript code or script function), or through the payment link code itself (characteristic link code scheme), the recommended The personal identification information or account number is reported to the online banking or super online banking, and the link and payment record server of the online banking or super online banking will record the link and payment behavior, and the sales rule calculation server of the online banking or super online banking will be based on the data provided by the link and payment record server Perform calculations and submit the calculation results to the sales rule execution server.
图3为本发明即时通讯客户端对话框链接销售界面示意图。301为传统即时通讯客户端对话框,302是销售系统中提供的产品或服务图片,303是和产品或服务供应商相关的网页链接,304是产品或服务的支付链接。所述链接由销售系统加载形成,或由产品或服务提供商授权显现,作为代理制,链接由产品或服务供应商授权激活,作为多层次代理则可以制定为某一即时通讯用户发生产品或服务购买支付后加载或激活链接界面。界面中商品的展示可以是多品种的,以一个商品作为主展示,其它作为副展示,可以展示为:“他还购买的其它商品”,或链接至个人网页或空间展示。Fig. 3 is a schematic diagram of the instant messaging client dialog box link sales interface of the present invention. 301 is a traditional instant messaging client dialog box, 302 is a product or service picture provided in the sales system, 303 is a web page link related to the product or service provider, and 304 is a payment link for the product or service. The link is loaded and formed by the sales system, or authorized by the product or service provider. As an agent system, the link is activated by the authorization of the product or service provider. As a multi-level agent, it can be formulated to generate a product or service for a certain instant messaging user. Load or activate the link interface after purchasing and paying. The display of commodities in the interface can be multi-variety, with one commodity as the main display and others as sub-displays, which can be displayed as: "other commodities he also purchased", or linked to personal webpages or space displays.
图4为本发明相关网页链接销售界面示意图。产品或服务展示网页可以是WEB网页或WAP网页,在网页上设置产品或服务的链接以及支付链接,所述网页可以是个人空间、博客、微博、论坛等。Fig. 4 is a schematic diagram of a sales interface related to a web page link in the present invention. The product or service display webpage can be a WEB page or a WAP webpage, on which product or service links and payment links are set, and the webpage can be a personal space, a blog, a microblog, a forum, etc.
图5为本发明支付链接记录流程图。用户可以在销售网站或终端界面上点击支付链接,首先生成订单号,在生成订单号后要求填写收货人信息,订单号推送到支付平台,支付平台生成支付订单号,支付订单号推送至网银,通过用户授权操作完成网银支付,同时网银将支付成功信息返回给支付平台,支付平台将链接支付成功信息告之链接、支付记录服务器。Fig. 5 is a flow chart of payment link recording in the present invention. The user can click the payment link on the sales website or terminal interface, first generate an order number, and then ask to fill in the consignee information after the order number is generated, the order number is pushed to the payment platform, the payment platform generates a payment order number, and the payment order number is pushed to the online banking , complete the online banking payment through the user authorization operation, and at the same time, the online banking returns the successful payment information to the payment platform, and the payment platform informs the link and payment record server of the successful link payment information.
收货人信息包括收货地址及收货人银行账号、姓名,收货人地址传送至销售平台的物流系统,收货人银行账号、姓名数据可以赋予链接、支付服务器,也可以形成单独的数据库和链接、支付服务器中用户号绑定,目的是为了作为结算帐户使用,以便在代理销售过程中按销售规则进行结算。Consignee information includes consignee address and consignee bank account number, name, consignee address is sent to the logistics system of the sales platform, consignee bank account number and name data can be given to link, payment server, or can form a separate database Binding with the user number in the link and payment server, the purpose is to use it as a settlement account for settlement according to sales rules during the agency sales process.
图6为本发明支付链接记录实现流程图。其步骤是:1、点击支付链接,链接代码指向支付平台,支付平台生成支付订单,2、支付平台通知链接、支付记录服务器进行登记,3、支付平台向网银发起支付请求,所述支付平台根据用户的支付请求向网银申请支付,同时将用户重新定向到网银的支付界面,用户在支付界面中输入账号、密码等信息执行付款操作,如果操作成功,则所述网银向所述支付平台打款,并返回支付成功消息,此时,用户被重新定向到支付平台,所述支付平台根据支付成功的消息确认该笔订单已付款,并向用户返回支付成功的消息,4、所述支付平台通知所述链接、支付记录服务器链接支付成功,5、所述链接、支付记录服务器将链接支付成功信息记录至相应数据库,6、链接、支付记录服务器将链接支付记录发送至销售规则计算服务器,7、链接结算计算,销售规则计算服务器依据链接、支付记录进行链接计算,如扣率计算、销售代理层次、关系计算确定,并将结算计算结果传送至销售规则执行服务器,8、销售规则执行,销售规则执行服务器将结算指令传送至支付平台以便对链接进行结算,9、链接结算,支付平台进行相关用户之间的链接结算操作,并将链接结算信息返回至用户。所述系统还包括产品或服务供应商,产品或服务供应商至少和支付平台相关联,产品或服务供应商在支付平台开立帐户,在支付平台或销售平台有客户输入发货地址、姓名、联系方式的输入界面,还有客户输入自己银行帐户信息的界面,银行帐户信息和客户识别号相绑定,线下有物流配送系统。Fig. 6 is a flow chart of the implementation of payment link records in the present invention. The steps are: 1. Click the payment link, the link code points to the payment platform, the payment platform generates a payment order, 2. The payment platform notifies the link, and the payment record server registers, 3. The payment platform initiates a payment request to the online bank, and the payment platform according to The user's payment request applies to the online bank for payment, and at the same time redirects the user to the payment interface of the online bank. The user enters the account number, password and other information in the payment interface to perform the payment operation. If the operation is successful, the online bank sends money to the payment platform , and return a successful payment message, at this time, the user is redirected to the payment platform, and the payment platform confirms that the order has been paid according to the successful payment message, and returns a successful payment message to the user, 4. The payment platform notifies The link and payment record server link payment is successful, 5. The link and payment record server records the link payment success information to the corresponding database, 6. The link and payment record server sends the link payment record to the sales rule calculation server, 7. Link settlement calculation, the sales rule calculation server performs link calculation based on links and payment records, such as discount rate calculation, sales agent level, relationship calculation determination, and sends the settlement calculation results to the sales rule execution server. 8. Sales rule execution, sales rules The execution server transmits the settlement instruction to the payment platform to settle the link. 9. Link settlement. The payment platform performs the link settlement operation between related users, and returns the link settlement information to the user. The system also includes a product or service provider, the product or service provider is at least associated with the payment platform, the product or service provider opens an account on the payment platform, and the customer enters the shipping address, name, There is an interface for inputting contact information and an interface for customers to enter their own bank account information. The bank account information is bound to the customer identification number, and there is a logistics distribution system offline.
在上述通过支付平台进行网银支付的方法是目前的现有技术,并且可以在支付平台存储和支付平台账号绑定的银行账号,通过设置支付服务器和网银的接口,避免支付过程中的支付平台和网银的来回跳转,详见中国专利公告200710002430.7。The above-mentioned method of online banking payment through the payment platform is the current existing technology, and the bank account number bound to the payment platform account can be stored on the payment platform, and the interface between the payment server and the online bank can be set to avoid the payment process. For the back and forth jumping of online banking, see Chinese Patent Announcement 200710002430.7 for details.
图7为本发明基于链接、支付记录的销售系统数据库结构示意图。数据库的结构可以分两种形式,一种是按产品或服务分类,一种是按用户号分类。按按产品或服务分类由用户号,姓名及银行账号,连接、支付记录,连接层次、链接关系等字段组成;按用户号(关联姓名及银行账号)分类由产品或服务,链接、支付记录,链接层次,链接关系等字段组成。用户号提供数据库的用户识别或标识,姓名及银行账号用于链接结算打帐,链接、支付记录和链接层次及链接关系提供给销售规则计算服务器计算各用户的扣率及提成结果。Fig. 7 is a schematic diagram of the database structure of the sales system based on links and payment records in the present invention. The structure of the database can be divided into two forms, one is classified by product or service, and the other is classified by user number. According to the classification by product or service, it is composed of user number, name and bank account number, connection and payment records, connection level, link relationship and other fields; according to the classification of user number (associated name and bank account number), it is composed of products or services, connection, payment records, It consists of fields such as link hierarchy and link relationship. The user number provides the user identification or identification of the database, the name and bank account number are used for linking settlement and billing, and the link, payment record, link level and link relationship are provided to the sales rule calculation server to calculate the deduction rate and commission result of each user.
以上分类中,姓名及银行账号也可以是通过绑定外部数据库实现,例如绑定第三方提供的数据,而链接、支付记录服务器不负责保管用户的姓名及银行账户。In the above categories, the name and bank account number can also be realized by binding an external database, such as binding data provided by a third party, while the link and payment record server is not responsible for keeping the user's name and bank account number.
图8为本发明链接、支付记录服务器链接信息获取方式示意图。在链接、支付记录系统前端设置链接、支付信息获取单元,对于整个销售系统均属于某一门户网站的情况,链接、支付信息的获取可以采用主动获取,即主动获取链接、支付行为的信号响应;或被动获取,即接受网站系统的推送信号。FIG. 8 is a schematic diagram of a method for obtaining link and payment record server link information in the present invention. Set up a link and payment information acquisition unit at the front end of the link and payment record system. For the case where the entire sales system belongs to a certain portal website, the link and payment information can be acquired through active acquisition, that is, to actively acquire the signal response of the link and payment behavior; Or passive acquisition, that is, accepting push signals from the website system.
具体实现方案之一:在某一门户网站整个系统内统一编程,由于整个系统具有统一的指针和寻址,链接、支付行为可以被侦测、响应、提取,并进行记录。One of the specific implementation schemes: Unified programming in the entire system of a certain portal website. Since the entire system has unified pointers and addressing, links and payment behaviors can be detected, responded, extracted, and recorded.
方案二:在需要记录的链接或网页中嵌入一段代码,比如JavaScript代码或脚本函数,当发生链接操作时,该函数会把访问者的信息及当前页面信息(当前页面URL)及该页面的前一个页面地址(点击来源)提交到链接、支付记录服务器,提交数据中还包括网页标示ID,即用户标识,用来区分不同用户及用户之间的链接行为,最后链接、支付记录服务器对提交上来的数据按用户或产品进行分类汇总,形成链接、支付记录数据库。Solution 2: Embed a piece of code in the link or web page that needs to be recorded, such as JavaScript code or script function. A page address (click source) is submitted to the link and payment record server, and the submitted data also includes the web page ID, that is, the user ID, which is used to distinguish between different users and the link behavior between users. Finally, the link and payment record server pair is submitted The data is classified and summarized by users or products to form a link and payment record database.
方案三:采用客户终端加载控件方式,即ActiveX技术方案。Solution 3: Use the client terminal to load the control, that is, the ActiveX technology solution.
所述方式不一一列举,其功能是获取链接、支付的行为信息,并记录之。The above methods are not listed one by one, and its function is to obtain link and payment behavior information and record it.
图9为本发明基于链接、支付记录的销售系统模块构成示意图。本发明基于链接、支付记录的销售系统按模块分由如下模块构成:链接、支付信息获取模块,负责系统链接、支付信息的捕获或接收;链接、支付记录模块,负责记录并存储链接、支付的链接行为及链接的相互关系;规则定制模块,负责根据链接、支付记录数据定制销售规则,如代理方式、提成方式等;链接层次、链接关系数据表模块,是根据规则定制完成的链接层次、链接关系数据表;支付执行模块,负责根据销售规则执行销售的链接提成结算;加/解密模块,负责销售系统和支付平台、银行的数据来往加密,或系统内所需加/解密服务;支付接口模块,负责系统和支付平台、银行的数据来往和数据转换。Fig. 9 is a schematic diagram of the module structure of the sales system based on links and payment records of the present invention. The sales system based on links and payment records of the present invention is composed of the following modules according to modules: link and payment information acquisition module is responsible for capturing or receiving system links and payment information; link and payment record module is responsible for recording and storing link and payment information Link behaviors and interrelationships between links; the rule customization module is responsible for customizing sales rules based on links and payment record data, such as agency methods, commission methods, etc.; the link level and link relationship data table module is the link level and link customized according to the rules. Relational data table; payment execution module, responsible for the execution of sales link commission settlement according to sales rules; encryption/decryption module, responsible for encryption of data exchange between the sales system, payment platform, and bank, or encryption/decryption services required in the system; payment interface module , responsible for system and payment platform, bank data exchange and data conversion.
图10为本发明销售规则计算之用户链接层次设定刷新流程图。设定某一时间间隔,一般为一天的零时,这样可以减少系统的开销,程序开始后,从用户及产品数据库中提取链接数据,根据预定的算法判断用户的层次,未达到设定条件则返回执行继续提取链接数据的步骤,如果达到设定条件,则重新设定用户的链接层次,并相应地修改用户及产品数据库,直至程序完成。Fig. 10 is a flow chart of refreshing user link level settings for sales rule calculation in the present invention. Set a certain time interval, generally at zero hour of the day, which can reduce system overhead. After the program starts, extract link data from the user and product database, and judge the user's level according to a predetermined algorithm. If the set condition is not met, then Return to the step of continuing to extract link data. If the set condition is met, reset the link level of the user, and modify the user and product database accordingly until the program is completed.
图11为本发明销售规则计算之用户链接层次即时设定流程图。链接、支付信息获取单元将链接记录添加至当前记录,接着按预先设置的算法对链接层次进行判断,如果未达到设定条件则链接层次不变,如果达到设定条件,则重新确定链接层次并修改用户及产品数据库。Fig. 11 is a flow chart of real-time setting of user link levels for sales rule calculation in the present invention. The link and payment information acquisition unit adds the link record to the current record, and then judges the link level according to the preset algorithm. If the set condition is not met, the link level remains unchanged. If the set condition is met, the link level is re-determined and Modify user and product databases.
图12为本发明销售规则计算示意图。销售规则计算分为传统代理制和无中心分销制,传统代理制即按销售量或地区区域人为设定总代理、分销商的体制;无中心分销制采用动态分配销售层次,根据客户的销售或服务量以及服务的销售团队多层次地计算销售提成。Fig. 12 is a schematic diagram of calculation of sales rules in the present invention. The calculation of sales rules is divided into traditional agency system and non-central distribution system. The traditional agency system is a system in which general agents and distributors are artificially set according to sales volume or region; the non-central distribution system adopts dynamic distribution of sales levels. The service volume and the sales team of the service calculate the sales commission at multiple levels.
传统销售模式:分为一级代理商、二级代理商、数级代理商,如客户1、客户2、客户n为一级代理商,客户11、客户12、客户1n为二级代理商,客户111、客户112、客户11n为三级代理商,各级代理商分别有各自的销售折扣,各级代理商不发生越级销售。在本发明中,在销售规则计算服务器中可设定客户的链接层次,并设定各层次的销售扣率,实现传统代理制销售模式。Traditional sales model: divided into first-level agents, second-level agents, and several-level agents. For example, customer 1, customer 2, and customer n are first-level agents, and customer 11, customer 12, and customer 1n are second-level agents. Customer 111, customer 112, and customer 11n are third-level agents, and agents at all levels have their own sales discounts, and agents at all levels do not have leapfrog sales. In the present invention, the customer's link level can be set in the sales rule calculation server, and the sales deduction rate of each level can be set, so as to realize the traditional agency sales model.
无中心分销模式:产品或服务供应商不制定代理商,由客户自行产生,如客户1有了一定的销售量则给予规定的扣率,其直接销售量来自客户11、客户12、客户1n,同时客户11、客户12、客户1n组成客户1的销售团队,同理客户111、客户112、客户11n组成客户11的销售团队,客户1对客户11的团队有服务贡献,可以制定提取一定的业绩提成给客户1,当然客户1仍然可以提取直接销售的扣率,依此类推,可以制定一定层次或多层次销售体系。在本发明中,通过销售规则计算服务器计算各客户的销售额及各客户的链接关系实现销售及服务的提成操作。Centerless distribution model: The product or service provider does not designate an agent, but is generated by the customer itself. If customer 1 has a certain sales volume, it will be given a prescribed discount rate. Its direct sales volume comes from customer 11, customer 12, and customer 1n. At the same time, customer 11, customer 12, and customer 1n form the sales team of customer 1. Similarly, customer 111, customer 112, and customer 11n form the sales team of customer 11. Customer 1 has service contributions to the team of customer 11, and can formulate and extract certain performance. The commission is given to customer 1. Of course, customer 1 can still extract the discount rate of direct sales, and so on, and a certain level or multi-level sales system can be formulated. In the present invention, the sales and service commission operations are realized by calculating the sales of each customer and the link relationship of each customer through the sales rule calculation server.
图13为本发明以链接、支付记录服务器为指向地址的网上销售服务系统示意图。销售系统由链接、支付记录服务器、规则计算执行服务器、支付平台,网上银行等组成,支付平台和网上银行有和用户相关联的帐户,所述销售服务系统还可以和税收服务器相连接。与链接、支付记录服务器相对应的链接代码的指向地址信息为链接、支付记录服务器地址,当客户通过网站销售平台或即时通讯对话框或博客、微博、论坛或服务商提供的个人网页进行网上购物时,点击相应的产品或服务的销售链接或支付链接,链接代码首先指向链接、支付记录服务器地址,同时由链接、支付记录服务器中转至支付平台,同时可以执行链接代码中包含的产品或服务信息,以便链接并呈现产品或服务图片及介绍信息,链接、支付记录服务器负责记录客户的链接和支付行为,记录结果形成数据库,并传送给销售规则执行服务器,销售规则执行服务器负责向支付平台发出指令进行链接结算操作,产品或服务提供商可以对销售规则进行计算设定,可以采用WEB方式,也可以采用客户端方式进行设定。Fig. 13 is a schematic diagram of the online sales service system of the present invention with the link and payment record server as the pointing address. The sales system is composed of a link, a payment record server, a rule calculation execution server, a payment platform, and an online bank. The payment platform and the online bank have accounts associated with users. The sales service system can also be connected to a tax server. The pointing address information of the link code corresponding to the link and payment record server is the address of the link and payment record server. When shopping, click the sales link or payment link of the corresponding product or service. The link code first points to the link and payment record server address, and at the same time transfers the link and payment record server to the payment platform. At the same time, the product or service contained in the link code can be executed Information, in order to link and present product or service pictures and introduction information. The link and payment record server is responsible for recording the customer’s link and payment behavior, and the record result forms a database and transmits it to the sales rule execution server. The sales rule execution server is responsible for sending the payment platform Instructions for link settlement operations, product or service providers can calculate and set sales rules, either by WEB or by client.
图14为本发明以支付平台为指向地址的网上销售服务系统示意图。与图13所述销售系统所不同的是链接代码的指向地址信息为支付平台地址,当客户点击链接代码时,首先指向支付平台,由支付平台通知链接、支付记录服务器记录客户的链接及支付行为。Fig. 14 is a schematic diagram of the online sales service system with the payment platform as the address of the present invention. The difference from the sales system described in Figure 13 is that the pointing address information of the link code is the address of the payment platform. When the customer clicks on the link code, it first points to the payment platform, and the payment platform notifies the link, and the payment record server records the customer's link and payment behavior .
图15为本发明以链接、支付记录服务器为指向地址的网上销售服务系统支付链接记录实现流程图。其步骤是:1、点击支付链接,链接代码指向链接、支付记录服务器地址,2、链接、支付记录服务器将链接支付定位到支付平台,支付平台生成支付订单,3、支付平台向网银发起支付请求,所述支付平台根据用户的支付请求向网银申请支付,同时将用户重新定向到网银的支付界面,用户在支付界面中输入账号、密码等信息执行付款操作,如果操作成功,则所述网银向所述支付平台打款,并返回支付成功消息,此时,用户被重新定向到支付平台,所述支付平台根据支付成功的消息确认该笔订单已付款,并向用户返回支付成功的消息,4、所述支付平台通知所述链接、支付记录服务器链接支付成功,5、所述链接、支付记录服务器将链接支付成功信息记录至相应数据库,6、链接、支付记录服务器将链接支付记录发送至销售规则计算服务器,7、链接结算计算,销售规则计算服务器依据链接、支付记录进行链接计算,如扣率计算、销售代理层次、关系计算确定,并将结算计算结果传送至销售规则执行服务器,8、销售规则执行,销售规则执行服务器将结算指令传送至支付平台以便对链接进行结算,9、链接结算,支付平台进行相关用户之间的链接结算操作,并将链接结算信息返回至用户。所述系统还包括产品或服务供应商,产品或服务供应商至少和支付平台相关联,产品或服务供应商在支付平台开立帐户,在支付平台或销售平台有客户输入发货地址、姓名、联系方式的输入界面,还有客户输入自己银行帐户信息的界面,银行帐户信息和客户识别号相绑定,线下有物流配送系统。Fig. 15 is a flow chart of realizing the payment link record of the online sales service system with the link and payment record server as the address of the present invention. The steps are: 1. Click the payment link, the link code points to the link and payment record server address, 2. The link and payment record server locates the link payment to the payment platform, and the payment platform generates a payment order, 3. The payment platform initiates a payment request to the online bank , the payment platform applies for payment to the online bank according to the payment request of the user, and at the same time redirects the user to the payment interface of the online bank, and the user enters information such as account number and password in the payment interface to perform the payment operation. The payment platform makes payment and returns a successful payment message. At this time, the user is redirected to the payment platform, and the payment platform confirms that the order has been paid according to the successful payment message, and returns a successful payment message to the user. 4 . The payment platform notifies the link and payment record server that the link payment is successful. 5. The link and payment record server records the link payment success information to the corresponding database. 6. The link and payment record server sends the link payment record to the sales Rule calculation server, 7. Link settlement calculation. The sales rule calculation server performs link calculation based on links and payment records, such as calculation of discount rate, sales agent level, and relationship calculation, and transmits the settlement calculation results to the sales rule execution server. 8. Sales rule execution, the sales rule execution server sends the settlement instruction to the payment platform to settle the link, 9, link settlement, the payment platform performs the link settlement operation between related users, and returns the link settlement information to the user. The system also includes a product or service provider, the product or service provider is at least associated with the payment platform, the product or service provider opens an account on the payment platform, and the customer enters the shipping address, name, There is an interface for inputting contact information and an interface for customers to enter their own bank account information. The bank account information is bound to the customer identification number, and there is a logistics distribution system offline.
在上述通过支付平台进行网银支付的方法是目前的现有技术,并且可以在支付平台存储和支付平台账号绑定的银行账号,通过设置支付服务器和网银的接口,避免支付过程中的支付平台和网银的来回跳转,详见中国专利公告200710002430.7。The above-mentioned method of online banking payment through the payment platform is the current existing technology, and the bank account number bound to the payment platform account can be stored on the payment platform, and the interface between the payment server and the online bank can be set to avoid the payment process. For the back and forth jumping of online banking, see Chinese Patent Announcement 200710002430.7 for details.
图16为本发明特征型链接代码方案以链接、支付记录服务器为指向地址的链接代码构成示意图。URL的格式为:协议名://主机名[:端口号]/[路径名/…/文件名],遵守Internet的TCP/IP基本协议,本实施例的链接代码指向信息是链接、支付记录服务器,报文目的地址通过TCP/IP协议来动态发现的,或申请特殊的IPV4(或将来使用的IPV6)地址前缀,各信息单元在链接代码中的位置可以不做规定,只要符合互联网基本协议即可,包括请求修饰符、客户机信息、实体信息、对象结果、文件内容、程序和程序执行结果、数据库查询和查询结果等可能的内容。在链接代码中至少包含用户身份识别信息或用户身份本身,包括产品或服务支付或链接支付信息,链接代码中还包括产品或服务信息或代码或链接,另外还可以增加用户链接层次及链接关系信息,如链接代码的提供人、推荐人1、……推荐人n,以及他们的链接关系,所述链接代码中还包括加密信息,这里指的加密信息可以是连接在链接代码中用来判断链接代码真伪的加密信息,也可以是保证代码不被篡改的验证码。本发明链接代码中只需要指向地址是可读明码即可,其余信息可以打乱加密,本发明采用的技术方案是:设置一计算公式,如A=Fx(I1,I2,……,In),I是除指向地址外的其它信息单元,如用户身份识别信息、产品或服务信息等,如A=Fx(用户身份标识,产品或服务信息,……),这样用A替代链接代码除指向信息外的其它信息,原来http://指向地址/产品或服务信息/用户身份标识/…/,变为:http://指向地址/A,这样从链接代码本身就无法读出其中的含意,A是由一串数字和字母组成,在指向地址的服务器端对A进行反向运算,恢复原来的状态以便于执行操作,如果反向运算结果非法,则说明该链接代码被篡改,执行链接无效程序。Fig. 16 is a schematic diagram of the structure of the link code of the characteristic link code scheme of the present invention with the link and payment record server as the pointing address. The format of URL is: protocol name: //host name [: port number]/[path name/.../file name], abide by the TCP/IP basic agreement of Internet, the link code pointing information of present embodiment is link, payment record The server, the destination address of the message is dynamically discovered through the TCP/IP protocol, or applies for a special IPV4 (or future use of IPV6) address prefix, the position of each information unit in the link code does not need to be specified, as long as it conforms to the basic Internet protocol That is, it includes possible content such as request modifiers, client information, entity information, object results, file content, programs and program execution results, database queries and query results. The link code at least includes user identification information or user identity itself, including product or service payment or link payment information, and the link code also includes product or service information or code or link, and user link levels and link relationship information can also be added , such as the provider of the link code, recommender 1, ... recommender n, and their link relationship, the link code also includes encrypted information, the encrypted information referred to here can be connected in the link code to determine the link The encrypted information of the authenticity of the code can also be the verification code to ensure that the code is not tampered with. In the link code of the present invention, it is only necessary to point to the address as a readable plain code, and the rest of the information can be disrupted and encrypted. The technical solution adopted by the present invention is: a calculation formula is set, such as A=Fx (I1, I2, ..., In) , I is other information units except pointing to the address, such as user identification information, product or service information, etc., such as A=Fx (user identification, product or service information, ...), replace the link code with A like this except pointing to For other information other than information, the original http://pointing to address/product or service information/user identity/.../ is changed to: http://pointing to address/A, so that the meaning cannot be read from the link code itself , A is composed of a string of numbers and letters. A reverse operation is performed on the server pointing to the address to restore the original state for easy operation. If the reverse operation result is illegal, it means that the link code has been tampered with. Execute the link invalid program.
更进一步加密方法:将链接代码除指向信息外,首先按一定的规则打乱,然后一部分保留在链接代码中,一部分放在服务器端,这样通过链接指向,在服务器中按一定的规则合成完整的链接代码。Further encryption method: In addition to pointing to information, the link code is first scrambled according to certain rules, and then a part is kept in the link code, and a part is placed on the server side, so that through the link pointing, a complete one is synthesized in the server according to certain rules link code.
更进一步加密方法:在链接代码生成时增加一随机因子,随机因子有随机函数产生,是一组随机数,或伪随机数,用随机数按一定规则参与计算生成加密的链接代码,而随机数序列保存在网站服务器中,解密时将其取出,并一一对应,按一定规则进行链接代码还原。Further encryption method: add a random factor when the link code is generated. The random factor is generated by a random function. The sequence is saved in the website server, and it is taken out when decrypting, and one-to-one correspondence is performed, and the link code is restored according to certain rules.
更进一步加密方法:采用个人数字认证硬件,用户拥有个人数字认证,俗称U盾,是现有技术,链接代码中包含个人数字认证信息,用户操作时需U盾配合使用。Further encryption method: using personal digital authentication hardware, the user has a personal digital authentication, commonly known as USB-shield, which is an existing technology, the link code contains personal digital authentication information, and the user needs to use the USB-shield when operating.
更进一步加密方法:引入时间因子,采用个人密码认证硬件,用户拥有随时间变化的密码器,该密码在同一时间范围内(一般为1分钟)和网站服务器对应的密码一致,通过这种方法,在网站认证用户链接行为的合法性。Further encryption method: introduce time factor, use personal password to authenticate the hardware, the user has a cipher that changes with time, and the password is consistent with the corresponding password of the website server within the same time range (generally 1 minute). Through this method, Verify the legitimacy of the user's link behavior on the website.
更进一步加密方法:利用数字证书或采用SaaS服务方式,由第三方提供加密,可选方案见中国专利公告:201010577492.2。A further encryption method: using digital certificates or SaaS services, encryption is provided by a third party. For alternative solutions, see Chinese Patent Announcement: 201010577492.2.
对于产品或服务的推荐者来说,用户身份标识信息只需要姓名和银行账号,所以可以把用户姓名和银行账号直接作为用户身份标识信息。For recommenders of products or services, user identification information only needs name and bank account number, so user name and bank account number can be directly used as user identification information.
可选的信息单元:本代码所有者即时通讯、群、论坛、个人网页邀请加载代码,即在特征型链接代码中嵌入第三方应用服务程序登录邀请加载代码,可以通过第三方应用服务程序提供的API接口函数实现,例如嵌入QQ登录邀请加载代码,所述邀请加载代码包含链接代码所有者的QQ号,这样当其他用户点击链接代码时,可以建立和链接代码提供者的交流,同理,群、论坛、个人网页也可以加载邀请代码。例如QQ号码为10410027的邀请加载代码:<imgstyle=″CURSOR: pointer″onclick=″javascript:window.open(’http://bizapp.qq.com/webc.htm?new=0&sid=10410027&eid=&o=&q=7&ref=’+document.location, ’_blank’,’height=544,width=644,toolbar=no,scrollbars=no,menubar=no,status=no’);″border=″0″SRC=″http://i m.bi zapp.qq.com:8000/zx_qq.gif″>或[url=http://wpa.qq.com/msgrd?V=1&Uin=10410027&Exe=QQ&Site=&Menu=yes][img]http://im.bizapp.qq.com:8000/zx_qq.gif[/img][/url]Optional information unit: the owner of this code instant messaging, group, forum, personal webpage invitation loading code, that is, the third-party application service program login invitation loading code is embedded in the characteristic link code, which can be provided by the third-party application service program API interface function implementation, such as embedding QQ login invitation loading code, the invitation loading code contains the QQ number of the owner of the link code, so that when other users click the link code, they can establish communication with the link code provider. Similarly, the group , forums, and personal webpages can also load invitation codes. For example, the loading code of invitation with QQ number 10410027: <imgstyle=″CURSOR: pointer″onclick=″javascript:window.open('http://bizapp.qq.com/webc.htm?new=0&sid=10410027&eid=&o= &q=7&ref='+document.location, '_blank', 'height=544, width=644, toolbar=no, scrollbars=no, menubar=no, status=no'); "border="0"SRC=" http://i m.bi zapp.qq.com:8000/zx_qq.gif″> or [url=http://wpa.qq.com/msgrd? V=1&Uin=10410027&Exe=QQ&Site=&Menu=yes][img]http://im.bizapp.qq.com:8000/zx_qq.gif[/img][/url]
可选的信息单元:团队组成信息,对于将链接记录及链接关系记录在链接代码中的实施方案,可以将团队组成关系记录在链接代码中,具体的组成方案如图12所示。Optional information unit: team composition information. For an implementation plan that records link records and link relationships in link codes, the team composition relationship can be recorded in link codes. The specific composition scheme is shown in Figure 12.
图17为本发明特征型链接代码方案以支付平台为指向地址的链接代码构成示意图。和图16描述的方案一样,不同之处在于链接代码的指向地址是支付平台。上述加密方法同样适用。Fig. 17 is a schematic diagram of the structure of the link code of the characteristic link code scheme of the present invention with the payment platform as the pointing address. Same as the scheme described in Figure 16, the difference is that the pointing address of the link code is the payment platform. The encryption method described above is also applicable.
图18为本发明特征型链接代码方案以产品或服务提供商为指向地址的链接代码构成示意图。和图16描述的方案一样,不同之处在于链接代码的指向地址是产品或服务提供商地址。Fig. 18 is a schematic diagram of the structure of the link code in the characteristic link code scheme of the present invention, with the product or service provider as the address. It is the same as the scheme described in FIG. 16 , except that the pointing address of the link code is the address of the product or service provider.
对于产品或服务兑付应用,如话费充值链接兑付、电影播放收看权链接兑付、游戏积分链接兑付、游戏装备链接兑付等,链接代码中包括产品或服务提供商地址,产品或服务代码或信息或链接,加密信息等。上述加密方法同样适用。For product or service payment applications, such as phone charge recharge link payment, movie viewing right link payment, game points link payment, game equipment link payment, etc., the link code includes the product or service provider address, product or service code or information or link , encrypted information, etc. The encryption method described above is also applicable.
本方案也适用于企业直接销售而制定的链接代码构成方式。This scheme is also applicable to the link code composition method formulated by the enterprise for direct sales.
图19为本发明特征型链接代码方案以网银或超级网银为指向地址的链接代码构成示意图。和图16描述的方案一样,不同之处在于链接代码的指向地址是网银或超级网银地址。上述加密方法同样适用。Fig. 19 is a schematic diagram of the structure of the link code of the characteristic type link code scheme of the present invention, which takes the online bank or super online bank as the pointing address. It is the same as the scheme described in Fig. 16, except that the address of the link code is the address of online banking or super online banking. The encryption method described above is also applicable.
图20为本发明基于链接、支付记录的销售系统(系统外实现)模块构成示意图。本发明基于链接、支付记录的销售系统按模块分由如下模块构成:链接、支付信息获取模块,负责系统链接、支付信息的捕获或接收;身份识别验证模块,与系统内实现方案不同,需要增加该模块,以便解读链接代码中的用户身份信息;链接、支付记录模块,负责记录并存储链接、支付的链接行为及链接的相互关系;规则定制模块,负责根据链接、支付记录数据定制销售规则,如代理方式、提成方式等;链接层次、链接关系数据表模块,是根据规则定制完成的链接层次、链接关系数据表;支付执行模块,负责根据销售规则执行销售的链接提成结算;加/解密模块,负责销售系统和支付平台、银行的数据来往加密,或系统内所需加/解密服务;支付接口模块,负责系统和支付平台、银行的数据来往和数据转换。Fig. 20 is a schematic diagram of the module structure of the sales system (implemented outside the system) based on links and payment records of the present invention. The sales system based on links and payment records of the present invention is composed of the following modules according to modules: link and payment information acquisition module is responsible for capturing or receiving system link and payment information; identity verification module is different from the implementation scheme in the system, and needs to be added This module is used to interpret the user identity information in the link code; the link and payment record module is responsible for recording and storing links, payment link behaviors and the relationship between links; the rule customization module is responsible for customizing sales rules based on link and payment record data, Such as agency mode, commission mode, etc.; link level and link relationship data table module, which is a link level and link relationship data table customized according to the rules; payment execution module, responsible for executing sales link commission settlement according to sales rules; encryption/decryption module , responsible for data exchange encryption between sales system and payment platform, bank, or required encryption/decryption services in the system; payment interface module, responsible for data exchange and data conversion between the system, payment platform, and bank.
图21为本发明销售系统(系统外实现)用户点击链接代码及获得链接代码的流程图。首先推荐人将包含有自己身份信息的链接代码放置在各网页、客户端界面,软件界面等,当购买人点击推荐人提供的链接代码时,定位到链接代码指定的网站,接着网站对链接代码进行解密并解读推荐人身份信息、产品或服务信息,一般情况是产品或服务是确定的,价格也是确定的,提供产品或服务购买信息输入界面,接着输入收货人信息,如地址、联系方式(如需要即时通讯、群、论坛、个人网页邀请加载代码则还需要输入相关即时通讯号、群号、论坛名称地址、个人网页地址),再接着输入购买人的姓名及银行账号,输入姓名及银行账号的目的有两个,一是采集购买人的身份标识信息(身份标识最终是落实到结算帐户),另一个目的是网上支付所必需的步骤,接着,购买人在支付平台进行支付操作完成购买行为,这时,网站服务器自动根据购买人提供的身份标识信息自动生成购买人链接代码,并通过网页呈现或电子邮件提供给购买人,所述购买人链接代码一方面可以作为购买凭证使用,必要时通过该链接代码打印发票,另一方面所述购买人链接代码可以由购买人放置在网页、客户端界面、软件界面等转变为推荐人,同时服务器记录推荐人的链接记录及推荐人和购买人的链接关系。所述链接关系可以制定为单层或多层。Fig. 21 is a flow chart of the sales system (implemented outside the system) user clicking on the link code and obtaining the link code in the present invention. First, the recommender places the link code containing his identity information on each web page, client interface, software interface, etc. When the buyer clicks on the link code provided by the recommender, he or she will be directed to the website specified by the link code, and then the website will update the link code Decrypt and interpret the recommender's identity information, product or service information. Generally, the product or service is determined and the price is also determined. Provide the product or service purchase information input interface, and then enter the consignee information, such as address and contact information (If you need instant messaging, group, forum, personal web page invitation to load code, you also need to enter the relevant instant messaging number, group number, forum name address, personal web page address), and then enter the buyer's name and bank account number, enter the name and The purpose of the bank account is twofold. One is to collect the identity information of the buyer (the identity is finally implemented into the settlement account), and the other is to perform the steps necessary for online payment. Then, the buyer completes the payment operation on the payment platform. Purchase behavior, at this time, the website server automatically generates a buyer’s link code based on the identity information provided by the buyer, and provides it to the buyer through web page presentation or email. The buyer’s link code can be used as a purchase certificate on the one hand, If necessary, the invoice can be printed through the link code. On the other hand, the buyer’s link code can be placed by the buyer on the webpage, client interface, software interface, etc. The link relationship of the buyer. The link relationship can be formulated as a single layer or multiple layers.
图22为本发明产品或服务提供商或通过第三方销售服务系统发行链接代码的流程图。产品或服务提供商可以自建销售系统发行链接代码,也可以通过第三方销售系统服务方发行链接代码,这种方案发行的链接代码用于服务项目时可以不包含用户身份标识信息,例如用于话费充值、电影收看权、软件使用权等的发行与兑付。首先用户登录服务器,登录方式可以是WEB、WAP、或客户端方式,登录成功后进入申请链接代码程序,可以输入产品或服务的相关信息,进一步可以制定密码或问题提问,这可以用于服务类,比如甲给乙发送了一个话费充值链接代码,乙在链接代码兑付时要求回答甲的问题,如甲叫什么名字,这样可以避免链接代码的随意兑付,在网站生成链接代码后再按一定规则对链接代码中除指向信息以外的部分打乱加密,也可以再增加加密信息,加密信息可以位于链接代码报文的适合位置,最后链接代码通过网页呈现或邮件或客户端发送给用户。网站生成的链接代码记入链接代码数据库,以便与兑付时的链接代码一一对应。Fig. 22 is a flow chart of the product or service provider of the present invention or issuing link codes through a third-party sales service system. Product or service providers can issue link codes by building their own sales system, or issue link codes through third-party sales system service providers. The link codes issued by this solution do not need to contain user identification information when used for service items, such as for Issuance and payment of telephone recharge, movie viewing rights, software usage rights, etc. First, the user logs in to the server. The login method can be WEB, WAP, or client. After the login is successful, it enters the application link code program, where it can enter relevant information about products or services, and can further formulate passwords or ask questions, which can be used for service categories. , For example, A sent a phone charge recharge link code to B, and B asked to answer A’s question when redeeming the link code, such as what is A’s name, so as to avoid random redemption of the link code, and follow certain rules after the link code is generated on the website It is also possible to add encrypted information to the part of the link code except for the pointing information. The encrypted information can be located in the appropriate position of the link code message, and finally the link code is displayed on the web page or sent to the user by email or client. The link code generated by the website is recorded in the link code database so as to correspond to the link code at the time of payment.
对于产品或服务提供商自行发行链接代码可以不经过登录网站操作,直接可以在后台完成。For the product or service provider to issue the link code by itself, it can be completed directly in the background without logging in to the website.
对于用户需预付资金的情况,在输入相关信息后要求用户进行网上支付操作,这种情况相当于用户已付款购买了产品或服务,但不马上兑付,他可以将兑付权转移给其他人,即链接代码转移给其他人,如电影收看权、游戏权限、游戏装备、积分等。For the situation where the user needs to prepay funds, the user is required to perform an online payment operation after entering relevant information. This situation is equivalent to that the user has paid for the product or service, but does not pay immediately, and he can transfer the payment right to others, that is, The link code is transferred to other people, such as movie viewing rights, game rights, game equipment, points, etc.
图23本发明之服务兑付流程图。用户点击链接代码,定位到链接指定的网站,网站对链接代码解密,网站有链接代码数据库,这个数据库与链接代码发行的数据库一致,是发行与兑付的对应关系,而且是一一对应的,网站在链接代码数据库中寻找用户所点击的链接代码,如果没有则为代码无效,链接终止,如果有代码,则代码有效,可以输入服务信息,例如要充值的电话号码,完成服务链接后该链接代码失效,同时通知链接代码数据库代码失效或删除该链接代码。Fig. 23 is the service payment flow chart of the present invention. The user clicks the link code to locate the website specified by the link. The website decrypts the link code. The website has a link code database. This database is consistent with the database issued by the link code. Look for the link code clicked by the user in the link code database. If there is no code, the code is invalid and the link is terminated. If there is a code, the code is valid. You can enter service information, such as the phone number to be recharged. After completing the service link, the link code Invalid, at the same time notify the link code database code invalid or delete the link code.
图24本发明之回答问题或密码方式服务兑付流程图。在图23所述流程中增加提问或密码流程,在完成代码有效判断后,弹出密码或提问窗口,然后对答案进行判断或对密码进行验证,所述答案或密码是在链接代码发行时设定的,发行与兑付一一对应,如果错误则链接终止,如果正确则完成服务兑付,同时通知链接代码数据库代码失效或删除该链接代码。Fig. 24 is a flow chart of the present invention for answering questions or paying for cryptographic services. Add a question or password process to the process described in Figure 23. After the code is effectively judged, a password or question window pops up, and then the answer is judged or the password is verified. The answer or password is set when the link code is issued. Yes, there is a one-to-one correspondence between issuance and redemption. If it is wrong, the link will be terminated. If it is correct, the service redemption will be completed. At the same time, the link code database will be notified that the code is invalid or the link code will be deleted.
图25本发明之自判断链接代码程序方式流程图。该链接代码程序由产品或服务提供商或第三方销售服务系统发行,所述链接代码程序不是链接代码本身,需自我执行程序后才能得到链接代码,所述程序在客户端执行,用户点击后程序开始执行,弹出提问或密码窗口,有判断答案错误次数的步骤,有答案判断或密码验证的步骤,如正确则进行正常链接跳转,如错误则统计错误次数,如果错误次数达到预定次数则启动自毁程序,链接代码自毁失效。另外程序也可以设定寿命期,即发行后的一段时间内有效。Fig. 25 is a flow chart of the self-judgment link code program mode of the present invention. The link code program is issued by the product or service provider or the third-party sales service system. The link code program is not the link code itself, and the link code can only be obtained after the self-execution program. The program is executed on the client, and the user clicks the program Start execution, a question or password window will pop up, there are steps to judge the number of wrong answers, there are steps to judge the answer or verify the password, if it is correct, it will perform a normal link jump, if it is wrong, it will count the number of errors, and if the number of errors reaches the predetermined number, it will start Self-destruct program, link code self-destruct invalid. In addition, the program can also set a lifespan, that is, it is valid for a period of time after it is released.
图26本发明之链接代码设置在应用软件界面的示意图。支付链接代码可以由软件供应商或第三方销售服务系统发行或生成,代理商取得包含代理商身份标识或银行帐户信息的支付链接代码后,代理商将自己的支付链接代码放在软件界面上发行给自己负责的代理区域,这样该代理的销售提成就可以由销售系统自动转入代理的银行帐户,同时对于应用软件提供商,可以将软件设计为在线使用,即应用软件的使用必须要在线连接在软件提供商的服务器上,通过服务器的授权认证才能正常运行,这是现有技术,一般通过账号登录认证,原理是应用软件端和服务器不断地进行通讯认证以维持软件的运行,或者仅在登录时认证,或应用软件运行在某个节点需向服务器认证,或应用软件运行某项功能需向服务器认证,或将应用软件的一部分代码放在服务器中,登录认证后才能运行。应用软件的认证号可以绑定购买者的身份标识信息或号码,或购买后软件供应商返回的链接代码,所述链接代码包含购买者的身份标识信息,同时该链接也可以作为购买者的推荐链接,将购买者转变为推荐者。具体步骤是:应用软件运行后检测软件的在线状态并要求在第一次运行时导入或输入购买者在购买后软件供应商返回的链接代码,软件以该链接代码登录软件供应商服务器,软件供应商服务器对该代码进行验证,如果是授权用户则应用软件正常运行,如果是非授权信息则终止或提示购买的操作或提供演示限制功能操作。Fig. 26 is a schematic diagram of setting the link code of the present invention on the application software interface. The payment link code can be issued or generated by the software supplier or a third-party sales service system. After the agent obtains the payment link code containing the agent's identity or bank account information, the agent puts his own payment link code on the software interface and issues it Give the agent area that you are responsible for, so that the sales commission of the agent can be automatically transferred to the agent's bank account by the sales system. At the same time, for the application software provider, the software can be designed to be used online, that is, the use of the application software must be connected online On the server of the software provider, the normal operation can only be performed through the authorization and authentication of the server. This is an existing technology, and the authentication is usually through the account login. Authentication when logging in, or the application software running on a certain node needs to authenticate to the server, or the application software needs to authenticate to the server to run a certain function, or put part of the code of the application software in the server, and it can only run after login authentication. The authentication number of the application software can be bound to the buyer's identification information or number, or the link code returned by the software supplier after purchase. The link code contains the buyer's identification information, and the link can also be used as a recommendation for the buyer. Links that turn buyers into referrals. The specific steps are: after the application software is running, it detects the online status of the software and requires the buyer to import or input the link code returned by the software supplier after the purchase, and the software logs in to the server of the software supplier with the link code, and the software supply The merchant server verifies the code, if it is an authorized user, the application software runs normally, if it is an unauthorized information, it terminates or prompts the operation of purchase or provides a demonstration of limited function operations.
图27本发明之链接代码包含用户账号及链接关系的实现流程图。这种方案是系统外实现方案,可以脱离服务器的链接、支付记录系统,用户信息及链接关系均包含在链接代码中,代码设计为:链接代码中包含网站服务器地址,这个地址是指向地址,是可读的明码,链接代码中还包括产品或服务信息或其链接,产品或服务支付代码或链接代码,链接代码提供人账号,即原购买人,也是直接推荐人,还可以包括推荐人1到推荐人n的账号,另外还有加密信息。当点击链接代码时,定位到代码指定网站,在网站按一定规则或方法对链接代码进行解密还原,解密后提取产品或服务的购买信息,这时现购买人可以进行购买操作,输入现购买人收货地址信息,必要的,输入现购买人账号信息,该账号信息一方面进行购买支付使用,另一方面为生成现购买人链接代码做好准备,现购买人支付结算成功后,发货并交易成功;同时,网站服务系统提取原购买人(即链接提供人,也即直接推荐人)账号由系统进行按销售规则自动进行链接结算,同理,继续提取推荐人1到推荐人n的账号进行链接结算;同时,链接代码生成系统生成现购买人链接代码,和原购买人链接代码所不同的是:现购买人账号作为直接推荐人,原购买人作为推荐人1,链接代码生成后经过上述方法加密后提供给现购买人。所述账号为支付平台账号或银行账号,如果是银行账号,按规定是需要姓名和账号才能进行存取业务,所以所述账号可以是姓名及账号。Fig. 27 is a flowchart of realization of the link code of the present invention including user accounts and link relationships. This solution is an external implementation solution, which can be separated from the server link and payment record system. The user information and link relationship are included in the link code. The code design is: the link code contains the website server address, and this address is the pointing address. Readable clear code, the link code also includes product or service information or its link, product or service payment code or link code, the account number of the provider of the link code, that is, the original purchaser, and the direct recommender, and can also include referrer 1 to The account number of recommender n, and encrypted information. When the link code is clicked, locate the website specified by the code, decrypt and restore the link code according to certain rules or methods on the website, and extract the purchase information of the product or service after decryption. At this time, the current buyer can perform the purchase operation, enter the current buyer Delivery address information, if necessary, input the account information of the current buyer. On the one hand, the account information is used for purchase and payment, and on the other hand, it is ready to generate the link code of the current buyer. The transaction is successful; at the same time, the website service system extracts the account number of the original purchaser (that is, the link provider, that is, the direct recommender) and the system automatically performs link settlement according to the sales rules. Similarly, continue to extract the accounts of recommender 1 to recommender n Carry out link settlement; at the same time, the link code generation system generates the link code of the current buyer, which is different from the link code of the original buyer: the account of the current buyer is used as the direct recommender, and the original buyer is used as the referrer 1. After the link code is generated, it passes The above method is encrypted and provided to the current purchaser. The account number is a payment platform account number or a bank account number. If it is a bank account number, according to regulations, a name and an account number are required to perform access services, so the account number can be a name and an account number.
如需要,可以增加团队组成信息。Team composition information can be added if desired.
如需要,输入购买人即时通讯号、群号、论坛名称地址、个人网页地址以便生成即时通讯、群、论坛、个人网页邀请加载代码。If necessary, input the purchaser's instant messaging number, group number, forum name address, and personal web page address to generate instant messaging, group, forum, and personal web page invitation loading codes.
所述推荐人是由用户发生购买行为后转变过来的,即链接层次及链接关系,考虑到商业销售利润,链接的层次可以是单层次、有限层次,或只有一级直接推荐人。The referrer is converted from the purchase behavior of the user, that is, the link level and link relationship. Considering the profit of commercial sales, the link level can be single level, limited level, or only one level of direct recommender.
以上所述服务器是指功能为所述功能的系统,不限于服务器,可以是系统,或单元,或模块;链接、支付记录是指链接记录和支付记录或链接支付记录,目的是不排除仅作为链接记录使用而提供的非货币支付的积分记录之用,如链接积分、虚拟货币;所述用户指系统的使用者,客户是指发生购买行为的用户。所述系统不排除由网银或超级网银直接替代支付平台的情形,即特征是:网银或超级网银连接在链接、支付记录系统上。The server mentioned above refers to the system with the function described above, not limited to the server, it can be a system, or a unit, or a module; link, payment record refers to link record and payment record or link payment record, the purpose is not to exclude only as Link records are used to record points for non-monetary payments, such as link points and virtual currency; the user refers to the user of the system, and the customer refers to the user who purchases. The system does not exclude the situation that the payment platform is directly replaced by online banking or super online banking, that is, the feature is that online banking or super online banking is connected to the link and payment record system.
另外随着新一代互联网的出现,地址资源无限丰富,所有个人ID或地址进行唯一确定,绑定用户帐户或银行帐户,个人身份采用数字加密技术,设置广域链接、支付记录服务系统,社会各销售系统根据链接、支付记录数据进行销售规划。其特征是:设置广域链接、支付记录系统,所有个人信息绑定IP地址,社会各销售系统根据链接、支付记录数据进行产品或服务的销售利润分配。In addition, with the emergence of the new generation of Internet, address resources are infinitely rich, all personal IDs or addresses are uniquely determined, user accounts or bank accounts are bound, personal identities are digitally encrypted, and wide-area links and payment record service systems are set up. The sales system performs sales planning based on link and payment record data. Its characteristics are: setting up wide-area links and payment record systems, all personal information is bound to IP addresses, and social sales systems distribute product or service sales profits based on links and payment record data.
以上方法及应用系统编程语言可以是现有的任何语言方式,如VC++,C,Delphi,FORTRAN,Pascal,FOXPRO,Clipper,EXE;WIN16:C,C++(Visual,C++Builder,Borland),Visual BASIC;WIN32:C,C++(Visual,Borland),FORTRAN(LAHEY,Visual),Java,VisualBASIC,VisualFoxpro,PowerBuilder,Delphi,JavaScript,VBScript installshield,VB.net,VC.net;Linux:C,C++,Java;Microsoft XML Web services平台;html的方法,ASP.NET方法;Mac OS X操作系统;手机操作系统:Windows Mobile,Symbian,Android等。The above method and application system programming language can be any existing language, such as VC++, C, Delphi, FORTRAN, Pascal, FOXPRO, Clipper, EXE; WIN16: C, C++ (Visual, C++Builder, Borland), Visual BASIC; WIN32: C, C++ (Visual, Borland), FORTRAN (LAHEY, Visual), Java, VisualBASIC, VisualFoxpro, PowerBuilder, Delphi, JavaScript, VBScript installshield, VB.net, VC.net; Linux: C, C++, Java ; Microsoft XML Web services platform; html method, ASP.NET method; Mac OS X operating system; mobile phone operating system: Windows Mobile, Symbian, Android, etc.
编程架构上可以采用服务器、客户端编程,也可采用控件方式使用或调用脚本程序的方式或向服务器请求方式,或采用云计算方式编程,即SaaS模式。In terms of programming architecture, server and client programming can be used, or the control method can be used or the method of calling script programs or requesting the server, or the cloud computing method can be used for programming, that is, the SaaS model.
以上应用服务系统所在物理位置可以在任何地点的任何服务器,或云服务器,连接方式可以是有线的,如电缆、光缆、电话线等,或无线方式,如点对点、2G、3G等,通讯协议IEEE802.11、IEEE802.11a、IEEE802.11b、IEEE802.11g、IEEE802.11n等,在广域网或局域网中。The physical location of the above application service system can be any server in any place, or cloud server, and the connection method can be wired, such as cable, optical cable, telephone line, etc., or wireless, such as point-to-point, 2G, 3G, etc., communication protocol IEEE802 .11, IEEE802.11a, IEEE802.11b, IEEE802.11g, IEEE802.11n, etc., in a wide area network or a local area network.
传送方式基于TCP/UDP协议或其它任何网络传送方式,目前使用IPV4,将来使用IPV6。在网络传输过程中可以采用对称加密、非对称加密和Hash加密,如DES、SSL或SET等方式加密。The transmission method is based on TCP/UDP protocol or any other network transmission method. Currently, IPV4 is used, and IPV6 will be used in the future. Symmetric encryption, asymmetric encryption and Hash encryption can be used during network transmission, such as DES, SSL or SET encryption.
即时通讯通讯协议构架:底层通讯基于TCP/IP协议,文件传输基于UDP协议,客户端之间消息交换基于P2P技术(点对点),应用网络地址转换(NAT)技术,局域网和Internet之间自由通讯,穿透防火墙技术。开发环境:VC++、C、Delphi等;数据库:SQL Server 2000/2005/2008/X、Oracle9i/10i/MySql等;服务器系统:Linux\BSD\Unix\Windows等。Instant messaging communication protocol framework: underlying communication is based on TCP/IP protocol, file transfer is based on UDP protocol, message exchange between clients is based on P2P technology (point-to-point), network address translation (NAT) technology is applied, free communication between LAN and Internet, Penetrating firewall technology. Development environment: VC++, C, Delphi, etc.; database: SQL Server 2000/2005/2008/X, Oracle9i/10i/MySql, etc.; server system: Linux\BSD\Unix\Windows, etc.
博客源代码可以采用Common Public Attribution License(CPAL),或FBMLparser或采用Mozilla Public License(MPL);可以使用LAMP(Linux、Apache、MySQL、PHP)作为技术构架,标识语言是HTML的子集。现有的博客程序如:PivotX(可支持文本数据库)、PJBLOG、ASBLOG、Z-Blo g、ZJ-Blog、WordPress、Bo-Blog、Jblog、oBlog、emlog、L-BLOG、Sablog-X LxBlog等。Blog source code can use Common Public Attribution License (CPAL), or FBMLparser or Mozilla Public License (MPL); LAMP (Linux, Apache, MySQL, PHP) can be used as the technical framework, and the markup language is a subset of HTML. Existing blog programs such as: PivotX (support text database), PJBLOG, ASBLOG, Z-Blog, ZJ-Blog, WordPress, Bo-Blog, Jblog, oBlog, emlog, L-BLOG, Sablog-X LxBlog, etc.
Claims (8)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110319194.8A CN102360480B (en) | 2011-10-06 | 2011-10-06 | A kind of method and system for linking online payment and record link |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110319194.8A CN102360480B (en) | 2011-10-06 | 2011-10-06 | A kind of method and system for linking online payment and record link |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN102360480A CN102360480A (en) | 2012-02-22 |
| CN102360480B true CN102360480B (en) | 2017-06-16 |
Family
ID=45585805
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201110319194.8A Active CN102360480B (en) | 2011-10-06 | 2011-10-06 | A kind of method and system for linking online payment and record link |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN102360480B (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106779829A (en) * | 2016-12-05 | 2017-05-31 | 用友优普信息技术有限公司 | The device and promotion method of a kind of website promotion |
| TWI720635B (en) | 2018-12-27 | 2021-03-01 | 日商樂天股份有限公司 | Information processing device, information processing method, and payment system |
| TWI818281B (en) * | 2021-07-09 | 2023-10-11 | 郭朝誠 | Distribution management system |
Families Citing this family (47)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102722811A (en) * | 2012-05-18 | 2012-10-10 | 深圳盒子支付信息技术有限公司 | Communication information forwarding and payment method and system |
| US20130325637A1 (en) * | 2012-06-05 | 2013-12-05 | Hubin Jiang | System and method for conducting marketing and commerce |
| US9891790B2 (en) | 2012-06-05 | 2018-02-13 | Hubin Jiang | Systems and methods for web-based product/content fusion management functions and user interaction therewith |
| CN103065259A (en) * | 2013-01-17 | 2013-04-24 | 于文举 | System and method to obtain and confirm document of title of consumption through social networking service platform |
| CN103400262B (en) * | 2013-07-24 | 2017-09-22 | 北京奇虎科技有限公司 | A kind of browser payment link processing unit and method |
| CN103561040A (en) * | 2013-11-15 | 2014-02-05 | 中国科学院声学研究所 | File downloading method and system |
| CN104753906B (en) * | 2013-12-31 | 2017-05-24 | 腾讯科技(深圳)有限公司 | data transfer method, device and system |
| CN104796392B (en) * | 2014-01-22 | 2019-01-08 | 腾讯科技(北京)有限公司 | One kind jumping context synchronizing device, method and client |
| CN104079562B (en) * | 2014-06-09 | 2017-07-11 | 中国建设银行股份有限公司 | A kind of safety certifying method and relevant apparatus based on payment terminal |
| CN104392360A (en) * | 2014-11-11 | 2015-03-04 | 许明 | Resource distribution method and system |
| US10303350B2 (en) | 2015-05-20 | 2019-05-28 | Hubin Jiang | Systems and methods for generating online documents |
| CN104933608A (en) * | 2015-05-29 | 2015-09-23 | 北京金和网络股份有限公司 | Income data distribution method |
| CN106296255B (en) * | 2015-06-11 | 2021-01-26 | 腾讯科技(深圳)有限公司 | Page information display method and device |
| WO2017012007A1 (en) * | 2015-07-21 | 2017-01-26 | 深圳市银信网银科技有限公司 | Method, system, and device for transferring right to confirm issuance of electronic certificate |
| CN105071922A (en) * | 2015-08-25 | 2015-11-18 | 浙江汇信科技有限公司 | Method of using cryptographic equipment by JAVASCRIPT |
| CN112819449A (en) * | 2015-10-09 | 2021-05-18 | 徐蔚 | Digital currency acquisition method and system |
| CN105610687B (en) * | 2015-12-21 | 2019-05-03 | 郑州大小合创电子商务有限公司 | A kind of method and system of data processing |
| CN105678621A (en) * | 2015-12-29 | 2016-06-15 | 深圳市众投邦股份有限公司 | Partner permission setting method and apparatus on crowd-funding platform |
| CN105787776B (en) * | 2016-02-05 | 2019-05-03 | 腾讯科技(深圳)有限公司 | Information processing method and device |
| CN106327243A (en) * | 2016-08-16 | 2017-01-11 | 重庆兴韦度科技有限公司 | Multistage access cascading access building method |
| CN106600330A (en) * | 2016-12-15 | 2017-04-26 | 深圳市云鹏正曜科技发展有限公司 | Information interaction method, data collection method, information interaction device and data collection device |
| CN109074591A (en) * | 2016-12-15 | 2018-12-21 | S·阿鲁穆加姆 | Method for tracking user's URL sharing history |
| CN106941410B (en) * | 2017-01-24 | 2020-12-29 | 苏宁云计算有限公司 | Method and device for rapidly displaying virtual article |
| CN107133830B (en) * | 2017-05-12 | 2021-06-25 | 国信电子票据平台信息服务有限公司 | Method and system for issuing electronic invoice based on short message |
| CN107133824A (en) * | 2017-05-12 | 2017-09-05 | 浩联全球购(深圳)电子商务科技有限公司 | A kind of consumption net distribution method, storage device, mobile terminal |
| TWI695308B (en) * | 2017-09-15 | 2020-06-01 | 林勁璋 | Distributed interactive interface system and operating method thereof |
| CN108230099A (en) * | 2017-12-27 | 2018-06-29 | 黄祥皓 | A kind of transaction platform based on six degree of separation theorems |
| CN110390527A (en) * | 2018-04-23 | 2019-10-29 | 苏州火麦派网络科技有限公司 | A kind of moving game payment mechanism |
| CN108765123B (en) * | 2018-06-06 | 2021-08-13 | 段迎 | Information intelligent management system and method for logistics finance, statistics and reimbursement |
| CN110648225A (en) * | 2018-06-26 | 2020-01-03 | 玛链(上海)网络技术有限公司 | Method for applying digital code chain |
| CN108681929A (en) * | 2018-08-06 | 2018-10-19 | 北京绿善心星球网络科技开发有限公司 | Data processing method, device and electronic intelligence equipment |
| CN109146575A (en) * | 2018-09-10 | 2019-01-04 | 深圳市元征科技股份有限公司 | A kind of online commodity marketing method and relevant device |
| CN109542528B (en) * | 2018-10-19 | 2025-01-14 | 中国平安人寿保险股份有限公司 | Customer information processing method, device, computer equipment and storage medium |
| CN109559212B (en) * | 2018-11-22 | 2024-01-05 | 创新先进技术有限公司 | A tax refund processing method, device, equipment and system |
| CN109657179B (en) * | 2018-12-07 | 2024-04-16 | 北京奇虎科技有限公司 | A business processing method, system and storage medium |
| CN111429165A (en) * | 2019-01-10 | 2020-07-17 | 陈玮伶 | Commodity sales system and its operation method |
| CN109756418B (en) * | 2019-01-30 | 2021-11-16 | 上海风汇网络科技有限公司 | E-mail system fusing currency protocol, and mail sending and receiving method |
| CN110990825B (en) * | 2019-11-26 | 2023-01-24 | 北京猎云万罗科技有限公司 | Method and device for binding recommender and recommended person, storage medium and electronic equipment |
| WO2021223087A1 (en) * | 2020-05-06 | 2021-11-11 | Knowledger Limited | Method and system for facilitating contracts |
| CN113764058A (en) * | 2020-09-15 | 2021-12-07 | 北京沃东天骏信息技术有限公司 | An information query method, device, equipment and storage medium |
| CN114387044A (en) * | 2021-12-10 | 2022-04-22 | 航天信息股份有限公司 | Invoicing method and system for analyzing based on invoice data |
| CN114493624B (en) * | 2021-12-22 | 2025-09-26 | 航天信息软件技术有限公司 | A method and system for generating cloud authentication tools based on information mapping |
| CN114844718A (en) * | 2022-06-02 | 2022-08-02 | 中国科学院昆明植物研究所 | A kind of website intrusion detection method and device |
| CN114862387B (en) * | 2022-07-04 | 2022-11-04 | 成都桐领智能科技有限公司 | Payment method, system and device based on credible bar code |
| CN115331296A (en) * | 2022-08-29 | 2022-11-11 | 四川虹美智能科技有限公司 | Cosmetic refrigerator system |
| CN116485394A (en) * | 2023-03-27 | 2023-07-25 | 支付宝(中国)网络技术有限公司 | Method, device, device and medium for generating payment password and sending payment request |
| CN117333183B (en) * | 2023-08-25 | 2024-08-09 | 国家电网有限公司客户服务中心 | Transaction safety protection method for payment end of purchasing level platform |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1635525A (en) * | 2003-12-31 | 2005-07-06 | 中国银联股份有限公司 | A secure online payment system and a secure online payment authentication method |
| CN1584896A (en) * | 2004-05-28 | 2005-02-23 | 应光荣 | Two-way reversing marketing method and system |
| CN101236629A (en) * | 2007-02-01 | 2008-08-06 | 阿里巴巴公司 | On-line payment system and payment procedure |
| CN101464983A (en) * | 2007-12-18 | 2009-06-24 | 汤溪蔚 | Electronic commercial matters application method and system |
| CN101344950A (en) * | 2008-06-10 | 2009-01-14 | 熊刚 | Network community marketing method by utilizing forum and blog in electronic commerce system |
| US20100094856A1 (en) * | 2008-10-14 | 2010-04-15 | Eric Rodrick | System and method for using a list capable search box to batch process search terms and results from websites providing single line search boxes |
-
2011
- 2011-10-06 CN CN201110319194.8A patent/CN102360480B/en active Active
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106779829A (en) * | 2016-12-05 | 2017-05-31 | 用友优普信息技术有限公司 | The device and promotion method of a kind of website promotion |
| TWI720635B (en) | 2018-12-27 | 2021-03-01 | 日商樂天股份有限公司 | Information processing device, information processing method, and payment system |
| TWI818281B (en) * | 2021-07-09 | 2023-10-11 | 郭朝誠 | Distribution management system |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102360480A (en) | 2012-02-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN102360480B (en) | A kind of method and system for linking online payment and record link | |
| KR102121930B1 (en) | Method and system for processing personal data base on block chain | |
| US10909529B2 (en) | Methods and systems for digital reward processing | |
| Preibusch et al. | Shopping for privacy: Purchase details leaked to PayPal | |
| US10467666B2 (en) | Methods and systems for tracking electronic commerce transactions | |
| AU2020204411A1 (en) | Information processing network and method based on uniform code sending and sensing access device | |
| US20110035287A1 (en) | Apparatus and method for providing media commerce platform | |
| US20130173367A1 (en) | Processing of Electronic Referral Hyperlinks | |
| US20190213633A1 (en) | System and method for facilitating clickable links embedded digital assets using a blockchain ledger | |
| US11777925B2 (en) | System, method, and program product using ephemeral identity for digital user identification | |
| US11522859B2 (en) | Systems and methods for facilitating authentication of emails sent by 3rd parties | |
| US9001979B2 (en) | Apparatus and method for anonymously presenting targeted advertisements and desirable media content in association with a virtual currency | |
| CA2404854A1 (en) | System, method and apparatus for international financial transactions | |
| CN103942845A (en) | Method for checking electronic invoice | |
| US20220188783A1 (en) | Http-based server payment collection system, http-based user terminal payment collection system, and http-based payment collection method | |
| Amarasekara et al. | Exploring risk and fraud scenarios in affiliate marketing technologies from the advertisers perspective | |
| US20110119119A1 (en) | Advertiser invoicing system | |
| Strauss | Data readiness and data strategies… Without data, you are just another person with an opinion | |
| US11522862B2 (en) | Systems and methods for a trusted entity to facilitate authentication of emails sent by 3rd parties | |
| KR20180047353A (en) | A method and system for providing a scraping cloud service | |
| KR102744637B1 (en) | Method for Managing of Marketer Activity of Non-faced Sales | |
| JP2006259983A (en) | Affiliate program execution apparatus, computer program, and program storage medium | |
| JPWO2001033445A1 (en) | Paid information distribution method | |
| KR102428482B1 (en) | System for providing shopping mall intergrating service | |
| KR20130008259A (en) | Method for product advertising using social network and e-commerce server |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| CB03 | Change of inventor or designer information |
Inventor after: Lv Yangbo Inventor before: Wu Donghui |
|
| CB03 | Change of inventor or designer information | ||
| TA01 | Transfer of patent application right |
Effective date of registration: 20170517 Address after: Xihu District Hangzhou City, Zhejiang province 310012 Wensan Road No. 630, room 218 Applicant after: Zhejiang EasyNet Technology Co.,Ltd. Address before: 226001 No. 122 South Road, Nantong, Jiangsu Applicant before: Wu Donghui |
|
| TA01 | Transfer of patent application right | ||
| GR01 | Patent grant | ||
| PP01 | Preservation of patent right |
Effective date of registration: 20251203 Granted publication date: 20170616 |
|
| PP01 | Preservation of patent right |