CN108243188A - 一种接口访问、接口调用和接口验证处理方法及装置 - Google Patents

一种接口访问、接口调用和接口验证处理方法及装置 Download PDF

Info

Publication number
CN108243188A
CN108243188A CN201711482749.4A CN201711482749A CN108243188A CN 108243188 A CN108243188 A CN 108243188A CN 201711482749 A CN201711482749 A CN 201711482749A CN 108243188 A CN108243188 A CN 108243188A
Authority
CN
China
Prior art keywords
interface
token
processing method
sent
product
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.)
Granted
Application number
CN201711482749.4A
Other languages
English (en)
Other versions
CN108243188B (zh
Inventor
康昆彬
路成业
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Lang run innovation intellectual property operation Co.,Ltd.
Original Assignee
Chain Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chain Technology Co Ltd filed Critical Chain Technology Co Ltd
Priority to CN201711482749.4A priority Critical patent/CN108243188B/zh
Publication of CN108243188A publication Critical patent/CN108243188A/zh
Application granted granted Critical
Publication of CN108243188B publication Critical patent/CN108243188B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/06Network architectures or network communication protocols for network security for supporting key management in a packet data network
    • H04L63/061Network architectures or network communication protocols for network security for supporting key management in a packet data network for key exchange, e.g. in peer-to-peer networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/321Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving a third party or a trusted authority
    • H04L9/3213Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving a third party or a trusted authority using tickets or tokens, e.g. Kerberos

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Telephonic Communication Services (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明实施例提供了一种接口访问、接口调用和接口验证处理方法及装置,该接口访问处理方法包括:获取用户通过客户端发送的接口访问请求;根据接口访问请求生成对应的令牌;根据提供接口服务的产品服务器的加密数据对令牌进行加密,形成令牌密文;将牌和令牌密文发送至客户端。本发明实施例提供的接口访问、接口调用和接口验证处理方法及装置,根据用户的接口访问请求生成令牌并使用接口服务提供者,即提供接口服务的产品服务器的加密数据对令牌进行加密,一方面避免接口服务提供者生成令牌,从而降低其开发成本;另一方面,使用接口服务提供者的加密数据对令牌进行加密,保证了后续使用令牌进行接口调用的安全性。

Description

一种接口访问、接口调用和接口验证处理方法及装置
技术领域
本发明涉及计算机技术领域,具体涉及一种接口访问、接口调用和接口验证处理方法及装置。
背景技术
随着互联网技术的飞速发展,各个应用程序之间或程序与服务器之间都可以通过HTTP(超文本传输协议,简称HTTP)接口调用的方式进行交互,并通过这种方式来拓展自身的功能。在现有技术中,HTTP接口的提供者会给调用者分配一个应用标识(App ID)和对应的令牌(Token),调用者在请求HTTP接口时将App ID和Token作为参数传递给接口提供者。接口提供者接收到调用者的App ID和Token后,会将上述参数与本地保存的Token进行匹配,如果能匹配成功则认为请求有效,否则认为请求无效。在这种接口调用处理方法中,接口服务需要提供Token生成功能,每个调用者都要去接口服务提供者那里申请Token,增加了接口服务提供者的开发成本。此外,在多对多的接口调用情况下,还会增加接口服务提供者的管理成本。
发明内容
因此,本发明要解决的技术问题在于克服现有技术中接口服务提供者需要提供Token所造成的开发成本较高的缺陷,从而提供一种接口访问、接口调用和接口验证处理方法及装置。
根据第一方面,本发明的一个实施例提供一种接口访问处理方法,包括:获取用户通过客户端发送的接口访问请求;根据所述接口访问请求生成对应的令牌;根据提供接口服务的产品服务器的加密数据对所述令牌进行加密,形成令牌密文;将所述令牌和令牌密文发送至所述客户端。
本发明实施例提供的接口访问处理方法,根据用户的接口访问请求生成令牌并使用接口服务提供者,即提供接口服务的产品服务器的加密数据对令牌进行加密,一方面避免接口服务提供者生成令牌,从而降低其开发成本;另一方面,使用接口服务提供者的加密数据对令牌进行加密,保证了后续使用令牌进行接口调用的安全性。此外,本发明实施例提供的接口访问处理方法,简化了“多对多”接口调用的处理过程,由于接口服务提供者无需再“多对多”接口调用中提供令牌,使得其针对“多对多”接口调用的管理成本下降。
结合第一方面,在第一方面第一实施方式中,根据所述接口访问请求生成对应的令牌,包括:标记所述令牌的有效访问时间;根据提供接口服务的产品服务器的加密数据对所述令牌进行加密,形成令牌密文,包括:根据所述产品服务器的加密数据对所述令牌及所述令牌的有效访问时间进行加密,形成令牌密文。
本发明实施例提供的接口访问处理方法,由于为令牌标记了有效访问时间,使得接口服务提供者,即提供接口服务的产品服务器能够根据每一个令牌的有效访问时间对令牌进行验证,进而实现对接口调用的时间管理。
结合第一方面,在第一方面第二实施方式中,在获取用户通过客户端发送的接口访问请求之前,接口访问处理方法还包括:接收用户和/或产品服务器发送的账号注册申请;当所述账号注册申请审核通过时,注册账号并向所述用户和/或产品服务器发送对应的账号信息。
本发明实施例提供的接口访问处理方法,由于对每一个用户及接口服务提供者,即提供接口服务的产品服务器,设置了对应的账户,一方面有利于对各个用户的接口访问和接口调用,以及各个产品服务器所提供的接口产品进行分类管理,提高运维效率;另一方面有利于用户及接口服务提供者对各自的资源进行统一管理,提高个体用户或个体接口服务提供者的资源管控能力。
结合第一方面,在第一方面第三实施方式中,在获取用户通过客户端发送的接口访问请求之前,接口访问处理方法还包括:获取所述产品服务器发送的接口产品发布请求;对所述接口产品发布请求对应的接口产品进行审核;当对所述接口产品发布请求对应的接口产品进行的审核通过时,获取所述产品服务器发送的接口产品信息及对应的加密数据;发布所述接口产品信息。
本发明实施例提供的接口访问处理方法,由于对接口服务提供者,即提供接口服务的产品服务器的每一个接口产品均进行发布前的审核,能够保证接口产品的置信度,有利于维护用户的权益。
结合第一方面,在第一方面第四实施方式中,在获取用户通过客户端发送的接口访问请求之前,接口访问处理方法还包括:获取用户通过客户端发送的应用请求;对所述应用请求对应的应用进行审核;当对所述应用请求对应的应用进行的审核通过时,生成对应的应用秘钥并将所述应用秘钥发送至所述客户端。
本发明实施例提供的接口访问处理方法,由于对需要调用接口产品的每一个用户的应用均进行接口调用前的审核,能够避免用户开发违法应用,有利于维护网络环境和网络安全。
根据第二方面,本发明的一个实施例提供一种接口调用处理方法,包括:向第一服务器发送接口访问请求;获取所述第一服务器使用如第一方面实施例所述的接口访问处理方法生成的令牌及令牌密文;调用产品服务接口,将所述令牌及令牌密文发送至产品服务器;接收所述产品服务器反馈的接口验证结果。
本发明实施例提供的接口调用处理方法,由于用户从第一服务器获取用于访问和调用产品服务接口的令牌及令牌密文,使得用户通过令牌及令牌密文能够实现接口的调用,并且接口服务提供者,即提供接口服务的产品服务器不必再生成令牌,从而降低其开发成本。
根据第三方面,本发明的一个实施例提供一种接口验证处理方法,包括:获取用户通过客户端发送的令牌及令牌密文,所述令牌及令牌密文为使用如第一方面实施例所述的接口访问处理方法生成;对所述令牌密文进行解密,提取解密后的令牌;对所述令牌进行验证,验证通过后,进行接口处理,并将接口处理后的结果发送至所述客户端。
本发明实施例提供的接口验证处理方法,由于从客户端直接获取用于调用接口的令牌及令牌密文,使得接口服务提供者,即提供接口服务的产品服务器不必再生成令牌,从而降低其开发成本。此外,通过对令牌密文和令牌的验证,提高了接口验证的安全性和可靠性,进而保证了接口调用的安全。
根据第四方面,本发明的一个实施例提供一种接口访问处理装置,包括:采集模块,用于获取用户通过客户端发送的接口访问请求;令牌模块,用于根据所述接口访问请求生成对应的令牌,并根据提供接口服务的产品服务器的加密数据对所述令牌进行加密,形成令牌密文;发送模块,用于将所述令牌和令牌密文发送至所述客户端。
根据第五方面,本发明的一个实施例提供一种接口调用处理装置,包括:发送模块,用于向第一服务器发送接口访问请求;接收模块,用于获取所述第一服务器使用如第一方面实施例所述的接口访问处理方法生成的令牌及令牌密文;调用模块,用于调用产品服务接口,将所述令牌及令牌密文发送至产品服务器;所述接收模块还用于接收所述产品服务器反馈的接口验证结果。
根据第六方面,本发明的一个实施例提供一种接口验证处理装置,包括:接收模块,用于获取用户通过客户端发送的令牌及令牌密文,所述令牌及令牌密文为使用如第一方面实施例所述的接口访问处理方法生成;解密模块,用于对所述令牌密文进行解密,提取解密后的令牌;验证模块,用于对所述令牌进行验证,验证通过后,进行接口处理,并将接口处理后的结果发送至所述客户端。
根据第七方面,本发明的一个实施例提供一种非暂态计算机可读存储介质,所述非暂态计算机可读存储介质存储计算机指令,所述计算机指令被处理器执行时实现如第一方面实施例所述的接口访问处理方法,或者,所述计算机指令被处理器执行时实现如第二方面实施例所述的接口调用处理方法,或者,所述计算机指令被处理器执行时实现如第三方面实施例所述的接口验证处理方法。
根据第八方面,本发明的一个实施例提供一种计算机设备,包括:至少一个处理器;以及与所述至少一个处理器通信连接的存储器;其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器执行第一方面实施例所述的接口访问处理方法;或者,所述指令被所述至少一个处理器执行,以使所述至少一个处理器执行第二方面实施例所述的接口调用处理方法;所述指令被所述至少一个处理器执行,以使所述至少一个处理器执行第三方面实施例所述的接口验证处理方法。
附图说明
通过参考附图会更加清楚的理解本发明的特征和优点,附图是示意性的而不应理解为对本发明进行任何限制,在附图中:
图1示出了本发明实施例的应用场景示意图;
图2示出了本发明实施例中的接口访问处理方法的一个具体示例的流程图;
图3示出了本发明实施例中的接口访问处理方法中账户注册的一个具体示例的流程图;
图4示出了本发明实施例中的接口访问处理方法中接口产品发布的一个具体示例的流程图;
图5示出了本发明实施例中的接口访问处理方法中应用发布的一个具体示例的流程图;
图6示出了本发明实施例中的接口调用处理方法的一个具体示例的流程图;
图7示出了本发明实施例中的接口验证处理方法的一个具体示例的流程图;
图8示出了本发明实施例中的接口访问处理装置的一个具体示例的原理框图;
图9示出了本发明实施例中的接口调用处理装置的一个具体示例的原理框图;
图10示出了本发明实施例中的接口验证处理装置的一个具体示例的原理框图;
图11示出了本发明实施例中的计算机设备的一个具体示例的原理框图。
具体实施方式
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
图1示出了客户端与提供令牌服务的第一服务器及提供接口产品的产品服务器之间的交互场景。如图1所示,客户端通过与第一服务器及产品服务器进行数据交互,能够实现对接口的调用。
本发明实施例提供一种接口访问处理方法,图2示出了本发明实施例中的接口访问处理方法的流程图,可选地,在本发明的一些实施例中,该接口访问处理方法可适用于如图1所示的提供令牌服务的第一服务器,该接口访问处理方法可以包括:
S101.获取用户通过客户端发送的接口访问请求;
S102.根据接口访问请求生成对应的令牌;
S103.根据提供接口服务的产品服务器的加密数据对令牌进行加密,形成令牌密文;
S104.将令牌和令牌密文发送至客户端。
在一具体实施方式中,在上述步骤S101中,用户通过客户端发送的接口访问请求可以包括计划进行接口调用的应用的相关信息;在上述步骤S103中,提供接口服务的产品服务器的加密数据可以是产品服务器的公钥,使用公钥等加密数据对令牌进行加密处理可以获得令牌密文,并且在后续步骤中通过与加密数据对应的解密数据,如私钥,对令牌密文进行解密可以获得对应的明文数据,该明文数据能够用于验证。
本发明实施例提供的接口访问处理方法,根据用户的接口访问请求生成令牌并使用接口服务提供者,即提供接口服务的产品服务器的加密数据对令牌进行加密,一方面避免接口服务提供者生成令牌,从而降低其开发成本;另一方面,使用接口服务提供者的加密数据对令牌进行加密,保证了后续使用令牌进行接口调用的安全性。此外,本发明实施例提供的接口访问处理方法,简化了“多对多”接口调用的处理过程,由于接口服务提供者无需再“多对多”接口调用中提供令牌,使得其针对“多对多”接口调用的管理成本下降。
在实际应用中,上述步骤S102除了生成令牌外,还可以为令牌标记有效访问时间。对应地,上述步骤S103除了对令牌进行加密外,还可以对令牌的有效访问时间进行加密,将令牌及令牌的有效访问时间的加密数据共同构成令牌密文,通过令牌的有效访问时间能够实现对接口调用的时间管理。
在多对多的接口访问或调用过程中,为了实现对用户或产品服务器的分类管理以提高运维效率,在一具体实施方式中,如图3所示,在上述步骤S101之前增设了账户注册步骤,可以通过以下几个步骤实现账户注册:
S105.接收用户和/或产品服务器发送的账号注册申请;
S106.当账号注册申请审核通过时,注册账号并向用户和/或产品服务器发送对应的账号信息。在账户注册成功后,可以对账户的类型进行区分,以识别账户具体是用于访问及调用接口服务的用户账户,还是用于提供接口产品的产品服务器账户。区分账户类型的目的在于提高针对账户的分类管理水平,进而提高运维效率。另一方面,用户及产品服务器通过账户注册能够实现对各自资源的统一管理,提高个体用户或个体产品服务器的资源管控能力,进而提高多对多的接口访问效率。
在一具体实施方式中,如图4所示,在上述步骤S101之前增设了接口产品发布步骤,可以通过以下几个步骤实现接口产品发布:
S107.获取产品服务器发送的接口产品发布请求;
S108.对接口产品发布请求对应的接口产品进行审核;
S109.当对接口产品发布请求对应的接口产品进行的审核通过时,获取产品服务器发送的接口产品信息及对应的加密数据;
S110.发布接口产品信息。由于对接口服务提供者,即提供接口服务的产品服务器的每一个接口产品均进行发布前的审核,能够保证接口产品的置信度,有利于维护用户的权益。
在另一具体实施方式中,如图5所示,在上述步骤S101之前增设了应用发布步骤,可以通过以下几个步骤实现应用发布:
S111.获取用户通过客户端发送的应用请求;
S112.对应用请求对应的应用进行审核;
S113.当对应用请求对应的应用进行的审核通过时,生成对应的应用秘钥并将应用秘钥发送至客户端。由于对需要调用接口产品的每一个用户的应用均进行接口调用前的审核,能够避免用户开发违法应用,有利于维护网络环境和网络安全。在实际应用中,图2所示步骤S101中,用户通过客户端发送的接口访问请求可以包括应用秘钥以及用户的账户信息。
图3所示的账户注册步骤、图4所示的接口产品发布步骤以及图5所示的应用发布步骤,既可以单独与图2所示的接口访问处理方法配合使用以形成一具体实施方式,也可以共同与图2所示的接口访问处理方法配合使用以形成一具体实施方式,或者,组合后与图2所示的接口访问处理方法配合使用以形成一具体实施方式。
本发明实施例还提供一种接口调用处理方法,图6示出了本发明实施例中的接口调用处理方法的流程图,可选地,在本发明的一些实施例中,该接口调用处理方法可适用于如图1所示的客户端,该接口调用处理方法可以包括:
S201.向第一服务器发送接口访问请求;
S202.获取第一服务器使用如图2所示实施例的接口访问处理方法生成的令牌及令牌密文;
S203.调用产品服务接口,将令牌及令牌密文发送至产品服务器;
S204.接收产品服务器反馈的接口验证结果。
本发明实施例提供的接口调用处理方法,由于用户从第一服务器获取用于访问和调用产品服务接口的令牌及令牌密文,使得用户通过令牌及令牌密文能够实现接口的调用,并且接口服务提供者,即提供接口服务的产品服务器不必再生成令牌,从而降低其开发成本。
本发明实施例还提供一种接口验证处理方法,图7示出了本发明实施例中的接口验证处理方法的流程图,可选地,在本发明的一些实施例中,该接口验证处理方法可适用于如图1所示的提供接口产品的产品服务器,该接口验证处理方法可以包括:
S301.获取用户通过客户端发送的令牌及令牌密文,令牌及令牌密文为使用如图2所示实施例的接口访问处理方法生成;
S302.对令牌密文进行解密,提取解密后的令牌;
S303.对令牌进行验证,验证通过后,进行接口处理,并将接口处理后的结果发送至客户端。
在一具体实施方式中,在上述步骤S302中,使用对应于图2中步骤S103中产品服务器的加密数据的解密数据,对令牌密文进行解密。例如,图2中步骤S103中产品服务器的加密数据可以是产品服务器的公钥,则上述步骤S302中可以使用产品服务器的私钥作为解密数据对令牌密文进行解密。在另一具体实施方式中,上述步骤S303中的令牌验证可以包括两次验证。首先,利用令牌密文解密所得的令牌与用户通过客户端发送的令牌进行对比,当判定解密所得的令牌与用户通过客户端发送的令牌一致时,上述步骤S303中的第一次令牌验证通过;其次,对令牌的有效时间进行验证,当令牌的有效时间验证通过时,上述步骤S303中的第二次令牌验证通过,至此,上述步骤S303中的令牌验证通过。在上述步骤S303中的两次令牌验证过程中,如出现验证不通过的情况,可以向客户端对应发送相关信息。
本发明实施例提供的接口验证处理方法,由于从客户端直接获取用于调用接口的令牌及令牌密文,使得接口服务提供者,即提供接口服务的产品服务器不必再生成令牌,从而降低其开发成本。此外,通过对令牌密文和令牌的验证,提高了接口验证的安全性和可靠性,进而保证了接口调用的安全。
本发明实施例提供的接口访问处理方法、接口调用处理方法以及接口验证处理方法中,客户端、第一服务器及产品服务器之间可以进行信息交互,以实现客户端对产品服务器的接口调用。在一具体实施方式中,客户端、第一服务器及产品服务器之间的信息交互过程可以包括:用户及接口服务提供者可分别通过客户端和产品服务器向第一服务器申请注册账户;在成功注册账户后用户及接口服务提供者可以分别登录各自的账户,并向第一服务器申请发布应用或申请发布接口产品;在用户或接口服务提供者申请发布的应用或接口产品经第一服务器审核通过后,第一服务器对外发布对应的应用或接口产品;当某用户需要调用某接口产品时,该用户可以通过客户端登录账户并向第一服务器发送访问该接口产品的请求,并同时将计划调用这一接口产品的应用的相关信息一同发给第一服务器审核;当第一服务器对该用户的账户信息、接口产品的访问请求以及对应的应用的相关信息审核通过时,可以向该用户发送一个令牌以及通过提供该接口产品的产品服务器的加密数据形成的令牌密文;该用户可以通过客户端登录账户并接收第一服务器发来的令牌和令牌密文;当该用户需要调用该接口产品时,该用户可以将上述令牌和令牌密文发送至提供该接口产品的产品服务器;提供该接口产品的产品服务器在接收到用户发来的令牌和令牌密文后,可以通过解密数据对令牌密文进行解密以获取令牌密文对应的明文,并根据该明文对令牌进行验证,当验证通过时,产品服务器可以执行令牌对应的接口处理,并向该用户反馈接口处理的结果。
图8示出了本发明实施例中的接口访问处理装置的原理框图,该接口访问处理装置可以包括采集模块81、令牌模块82和发送模块83。其中,采集模块81用于获取用户通过客户端发送的接口访问请求,具体内容详见上述方法实施例中的步骤S101;令牌模块82用于根据接口访问请求生成对应的令牌,并根据提供接口服务的产品服务器的加密数据对令牌进行加密,形成令牌密文,具体内容详见上述方法实施例中的步骤S102至步骤S103;发送模块83用于将令牌和令牌密文发送至客户端,具体内容详见上述方法实施例中的步骤S104。
图9示出了本发明实施例中的接口调用处理装置的原理框图,该接口调用处理装置可以包括发送模块91、接收模块92和调用模块93。其中,发送模块91用于向第一服务器发送接口访问请求,具体内容详见上述方法实施例中的步骤S201;接收模块92用于获取第一服务器使用如图2至图5所示实施例的接口访问处理方法生成的令牌及令牌密文,具体内容详见上述方法实施例中的步骤S202;调用模块93用于调用产品服务接口,将所述令牌及令牌密文发送至产品服务器,具体内容详见上述方法实施例中的步骤S203。在一具体实施方式中,接收模块92还用于接收产品服务器反馈的接口验证结果,具体内容详见上述方法实施例中的步骤S204。
图10示出了本发明实施例中的接口验证处理装置的原理框图,该接口验证处理装置可以包括接收模块101、解密模块102和验证模块103。其中,接收模块101用于获取用户通过客户端发送的令牌及令牌密文,令牌及令牌密文为使用如图2至图5所示实施例的接口访问处理方法生成,具体内容详见上述方法实施例中的步骤S301;解密模块102用于对令牌密文进行解密,提取解密后的令牌,具体内容详见上述方法实施例中的步骤S302;验证模块103用于对令牌进行验证,验证通过后,进行接口处理,并将接口处理后的结果发送至客户端,具体内容详见上述方法实施例中的步骤S303。
本发明实施例还提供了一种非暂态计算机可读存储介质,该非暂态计算机可读存储介质存储计算机指令,该计算机指令被处理器执行时实现如图2至图5所示实施例的接口访问处理方法;或者,该计算机指令被处理器执行时实现如图6所示实施例的接口调用处理方法;或者,该计算机指令被处理器执行时实现如图7所示实施例的接口验证处理方法。
本发明实施例还提供了一种计算机设备,如图11所示,该计算机设备可以包括存储器111和处理器112,其中存储器111和处理器112可以通过总线或者其他方式连接,图6中以通过总线连接为例。
处理器112可以为中央处理器(Central Processing Unit,CPU)。处理器112还可以为其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable GateArray,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等芯片,或者上述各类芯片的组合。
存储器111作为一种非暂态计算机可读存储介质,可用于存储非暂态软件程序、非暂态计算机可执行程序以及模块,如本发明实施例中的接口访问处理方法、接口调用处理方法或接口验证处理方法对应的程序指令/模块(例如,图8所示的采集模块81、令牌模块82和发送模块83,图9中的发送模块91、接收模块92和调用模块93,图10中的接收模块101、解密模块102和验证模块103)。处理器112通过运行存储在存储器111中的非暂态软件程序、指令以及模块,从而执行处理器的各种功能应用以及数据处理,即实现上述方法实施例中的接口访问处理方法、接口调用处理方法或接口验证处理方法。
存储器111可以包括存储程序区和存储数据区,其中,存储程序区可存储操作***、至少一个功能所需要的应用程序;存储数据区可存储处理器112所创建的数据等。此外,存储器111可以包括高速随机存取存储器,还可以包括非暂态存储器,例如至少一个磁盘存储器件、闪存器件、或其他非暂态固态存储器件。在一些实施例中,存储器111可选包括相对于处理器112远程设置的存储器,这些远程存储器可以通过网络连接至处理器112。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。
所述一个或者多个模块存储在所述存储器111中,当被所述处理器112执行时,执行如图2至图5所示实施例中的接口访问处理方法;或者,当被所述处理器112执行时,执行如图6所示实施例中的接口调用处理方法;或者,当被所述处理器112执行时,执行如图7所示实施例中的接口验证处理方法。
上述计算机设备的具体细节可以对应参阅图2至图5,或图6,或图7所示的实施例中对应的相关描述和效果进行理解,此处不再赘述。
本领域技术人员可以理解,实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,所述存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)、随机存储记忆体(Random AccessMemory,RAM)、快闪存储器(Flash Memory)、硬盘(Hard Disk Drive,缩写:HDD)或固态硬盘(Solid-State Drive,SSD)等;所述存储介质还可以包括上述种类的存储器的组合。
虽然结合附图描述了本发明的实施例,但是本领域技术人员可以在不脱离本发明的精神和范围的情况下作出各种修改和变型,这样的修改和变型均落入由所附权利要求所限定的范围之内。

Claims (12)

1.一种接口访问处理方法,其特征在于,包括:
获取用户通过客户端发送的接口访问请求;
根据所述接口访问请求生成对应的令牌;
根据提供接口服务的产品服务器的加密数据对所述令牌进行加密,形成令牌密文;
将所述令牌和令牌密文发送至所述客户端。
2.根据权利要求1所述的接口访问处理方法,其特征在于,根据所述接口访问请求生成对应的令牌,包括:标记所述令牌的有效访问时间;
根据提供接口服务的产品服务器的加密数据对所述令牌进行加密,形成令牌密文,包括:根据所述产品服务器的加密数据对所述令牌及所述令牌的有效访问时间进行加密,形成令牌密文。
3.根据权利要求1所述的接口访问处理方法,其特征在于,在获取用户通过客户端发送的接口访问请求之前,还包括:
接收用户和/或产品服务器发送的账号注册申请;
当所述账号注册申请审核通过时,注册账号并向所述用户和/或产品服务器发送对应的账号信息。
4.根据权利要求1所述的接口访问处理方法,其特征在于,在获取用户通过客户端发送的接口访问请求之前,还包括:
获取所述产品服务器发送的接口产品发布请求;
对所述接口产品发布请求对应的接口产品进行审核;
当对所述接口产品发布请求对应的接口产品进行的审核通过时,获取所述产品服务器发送的接口产品信息及对应的加密数据;
发布所述接口产品信息。
5.根据权利要求1所述的接口访问处理方法,其特征在于,在获取用户通过客户端发送的接口访问请求之前,还包括:
获取用户通过客户端发送的应用请求;
对所述应用请求对应的应用进行审核;
当对所述应用请求对应的应用进行的审核通过时,生成对应的应用秘钥并将所述应用秘钥发送至所述客户端。
6.一种接口调用处理方法,其特征在于,包括:
向第一服务器发送接口访问请求;
获取所述第一服务器使用如权利要求1-5中任一项所述的接口访问处理方法生成的令牌及令牌密文;
调用产品服务接口,将所述令牌及令牌密文发送至产品服务器;
接收所述产品服务器反馈的接口验证结果。
7.一种接口验证处理方法,其特征在于,包括:
获取用户通过客户端发送的令牌及令牌密文,所述令牌及令牌密文为使用如权利要求1-5中任一项所述的接口访问处理方法生成;
对所述令牌密文进行解密,提取解密后的令牌;
对所述令牌进行验证,验证通过后,进行接口处理,并将接口处理后的结果发送至所述客户端。
8.一种接口访问处理装置,其特征在于,包括:
采集模块,用于获取用户通过客户端发送的接口访问请求;
令牌模块,用于根据所述接口访问请求生成对应的令牌,并根据提供接口服务的产品服务器的加密数据对所述令牌进行加密,形成令牌密文;
发送模块,用于将所述令牌和令牌密文发送至所述客户端。
9.一种接口调用处理装置,其特征在于,包括:
发送模块,用于向第一服务器发送接口访问请求;
接收模块,用于获取所述第一服务器使用如权利要求1-5中任一项所述的接口访问处理方法生成的令牌及令牌密文;
调用模块,用于调用产品服务接口,将所述令牌及令牌密文发送至产品服务器;
所述接收模块还用于接收所述产品服务器反馈的接口验证结果。
10.一种接口验证处理装置,其特征在于,包括:
接收模块,用于获取用户通过客户端发送的令牌及令牌密文,所述令牌及令牌密文为使用如权利要求1-5中任一项所述的接口访问处理方法生成;
解密模块,用于对所述令牌密文进行解密,提取解密后的令牌;
验证模块,用于对所述令牌进行验证,验证通过后,进行接口处理,并将接口处理后的结果发送至所述客户端。
11.一种非暂态计算机可读存储介质,其特征在于,所述非暂态计算机可读存储介质存储计算机指令,所述计算机指令被处理器执行时实现如权利要求1-5任一项所述的接口访问处理方法,或者,所述计算机指令被处理器执行时实现如权利要求6所述的接口调用处理方法,或者,所述计算机指令被处理器执行时实现如权利要求7所述的接口验证处理方法。
12.一种计算机设备,其特征在于,包括:
至少一个处理器;以及
与所述至少一个处理器通信连接的存储器;其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器执行如权利要求1-5中任一项所述的接口访问处理方法;或者,所述指令被所述至少一个处理器执行,以使所述至少一个处理器执行如权利要求6所述的接口调用处理方法;所述指令被所述至少一个处理器执行,以使所述至少一个处理器执行如权利要求7所述的接口验证处理方法。
CN201711482749.4A 2017-12-29 2017-12-29 一种接口访问、接口调用和接口验证处理方法及装置 Active CN108243188B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711482749.4A CN108243188B (zh) 2017-12-29 2017-12-29 一种接口访问、接口调用和接口验证处理方法及装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711482749.4A CN108243188B (zh) 2017-12-29 2017-12-29 一种接口访问、接口调用和接口验证处理方法及装置

Publications (2)

Publication Number Publication Date
CN108243188A true CN108243188A (zh) 2018-07-03
CN108243188B CN108243188B (zh) 2021-05-07

Family

ID=62701292

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711482749.4A Active CN108243188B (zh) 2017-12-29 2017-12-29 一种接口访问、接口调用和接口验证处理方法及装置

Country Status (1)

Country Link
CN (1) CN108243188B (zh)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109150910A (zh) * 2018-10-11 2019-01-04 平安科技(深圳)有限公司 登录令牌生成及验证方法、装置及存储介质
CN110290205A (zh) * 2019-06-26 2019-09-27 贝壳技术有限公司 服务接口管理方法及装置
CN111416816A (zh) * 2020-03-17 2020-07-14 深圳市卡牛科技有限公司 联调接口的访问方法、装置、计算机设备和存储介质
WO2020181809A1 (zh) * 2019-03-13 2020-09-17 平安科技(深圳)有限公司 基于接口校验的数据处理的方法、***和计算机设备
CN111756701A (zh) * 2020-05-29 2020-10-09 苏州浪潮智能科技有限公司 一种管理平台获取设备令牌访问Rest接口方法及***
CN112351048A (zh) * 2021-01-11 2021-02-09 全时云商务服务股份有限公司 一种接口访问控制方法、装置、设备和存储介质
CN112823503A (zh) * 2018-11-20 2021-05-18 深圳市欢太科技有限公司 一种数据访问方法、数据访问装置及移动终端
CN114466355A (zh) * 2021-12-21 2022-05-10 奇安盘古(上海)信息技术有限公司 云服务数据取证方法及装置
CN115828309A (zh) * 2023-02-09 2023-03-21 中国证券登记结算有限责任公司 一种服务调用方法及***

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777158A (zh) * 2010-01-13 2010-07-14 北京飞天诚信科技有限公司 一种安全交易的方法和***
CN102208980A (zh) * 2010-08-24 2011-10-05 济南聚易信息技术有限公司 一种通信方法及***
CN102571766A (zh) * 2010-12-23 2012-07-11 微软公司 注册和网络接入控制
CN103051628A (zh) * 2012-12-21 2013-04-17 微梦创科网络科技(中国)有限公司 基于服务器获取认证令牌的方法及***
CN104754009A (zh) * 2013-12-31 2015-07-01 ***通信集团广东有限公司 一种服务获取调用方法、装置以及客户端和服务器
CN105634743A (zh) * 2015-12-30 2016-06-01 ***股份有限公司 用于开放接口调用的认证方法
WO2016087974A1 (en) * 2014-12-01 2016-06-09 International Business Machines Corporation Token authentication for touch sensitive display devices

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777158A (zh) * 2010-01-13 2010-07-14 北京飞天诚信科技有限公司 一种安全交易的方法和***
CN102208980A (zh) * 2010-08-24 2011-10-05 济南聚易信息技术有限公司 一种通信方法及***
CN102571766A (zh) * 2010-12-23 2012-07-11 微软公司 注册和网络接入控制
CN103051628A (zh) * 2012-12-21 2013-04-17 微梦创科网络科技(中国)有限公司 基于服务器获取认证令牌的方法及***
CN104754009A (zh) * 2013-12-31 2015-07-01 ***通信集团广东有限公司 一种服务获取调用方法、装置以及客户端和服务器
WO2016087974A1 (en) * 2014-12-01 2016-06-09 International Business Machines Corporation Token authentication for touch sensitive display devices
CN105634743A (zh) * 2015-12-30 2016-06-01 ***股份有限公司 用于开放接口调用的认证方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘利等: "基于加密接入令牌的IGMP安全机制", 《小型微型计算机***》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109150910A (zh) * 2018-10-11 2019-01-04 平安科技(深圳)有限公司 登录令牌生成及验证方法、装置及存储介质
CN112823503B (zh) * 2018-11-20 2022-08-16 深圳市欢太科技有限公司 一种数据访问方法、数据访问装置及移动终端
CN112823503A (zh) * 2018-11-20 2021-05-18 深圳市欢太科技有限公司 一种数据访问方法、数据访问装置及移动终端
WO2020181809A1 (zh) * 2019-03-13 2020-09-17 平安科技(深圳)有限公司 基于接口校验的数据处理的方法、***和计算机设备
CN110290205A (zh) * 2019-06-26 2019-09-27 贝壳技术有限公司 服务接口管理方法及装置
CN111416816A (zh) * 2020-03-17 2020-07-14 深圳市卡牛科技有限公司 联调接口的访问方法、装置、计算机设备和存储介质
CN111756701A (zh) * 2020-05-29 2020-10-09 苏州浪潮智能科技有限公司 一种管理平台获取设备令牌访问Rest接口方法及***
CN111756701B (zh) * 2020-05-29 2022-12-27 苏州浪潮智能科技有限公司 一种管理平台获取设备令牌访问Rest接口方法及***
CN112351048A (zh) * 2021-01-11 2021-02-09 全时云商务服务股份有限公司 一种接口访问控制方法、装置、设备和存储介质
CN114466355A (zh) * 2021-12-21 2022-05-10 奇安盘古(上海)信息技术有限公司 云服务数据取证方法及装置
CN114466355B (zh) * 2021-12-21 2024-06-04 奇安盘古(上海)信息技术有限公司 云服务数据取证方法及装置
CN115828309A (zh) * 2023-02-09 2023-03-21 中国证券登记结算有限责任公司 一种服务调用方法及***
CN115828309B (zh) * 2023-02-09 2023-11-07 中国证券登记结算有限责任公司 一种服务调用方法及***

Also Published As

Publication number Publication date
CN108243188B (zh) 2021-05-07

Similar Documents

Publication Publication Date Title
CN108243188A (zh) 一种接口访问、接口调用和接口验证处理方法及装置
CN104539701B (zh) 一种在线激活移动终端令牌的设备和***的工作方法
CN104113552B (zh) 一种平台授权方法、平台服务端及应用客户端和***
CN109740384A (zh) 基于区块链的数据存证方法和装置
EP3696687A1 (en) Information management method, device, and system
CN107113553B (zh) 用于统一近场通信基础架构的装置、方法及服务器
CN107483509A (zh) 一种身份验证方法、服务器及可读存储介质
CN110417750A (zh) 基于区块链技术的文件读取和存储的方法、终端设备和存储介质
CN106302381A (zh) 设备认证
CN104486343A (zh) 一种双因子双向认证的方法及***
US9559737B2 (en) Telecommunications chip card
AU2012355943A1 (en) System and method for key management for issuer security domain using global platform specifications
CN104717648B (zh) 一种基于sim卡的统一认证方法和设备
US20210099431A1 (en) Synthetic identity and network egress for user privacy
CN107918731A (zh) 用于控制对开放接口进行访问的权限的方法和装置
CN111131416A (zh) 业务服务的提供方法和装置、存储介质、电子装置
CN105022966A (zh) 数据库数据加密解密方法和***
CN108737080A (zh) 密码的存储方法、装置、***及设备
CN109660353A (zh) 一种应用程序安装方法及装置
CN106663268A (zh) 具有临时匿名身份的平台身份架构
CN108449315A (zh) 请求合法性的校验装置、方法及计算机可读存储介质
US20200244457A1 (en) Blockchain intelligent security implementation
CN104463584B (zh) 实现移动端App安全支付的方法
WO2022206453A1 (zh) 提供跨链隐私数据的方法和装置
CN108156119A (zh) 登录验证方法及装置

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20210121

Address after: 215163 No. 9 Xuesen Road, Science and Technology City, Suzhou High-tech Zone, Jiangsu Province

Applicant after: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Address before: 100034 4008, 4 floor, 9 building, 56 half moon street, Xicheng District, Beijing.

Applicant before: SINOCHAIN TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Lianbang network technology service Nantong Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980045803

Denomination of invention: A method and device for processing interface access, interface call, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231107

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Nantong Jiaerjie Labor Care Products Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050378

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231206

Application publication date: 20180703

Assignee: Nantong Yaocheng mechanical equipment manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050154

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231206

Application publication date: 20180703

Assignee: Nantong Xinxin Pharmaceutical Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050150

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231206

Application publication date: 20180703

Assignee: Nantong Juntai motor vehicle testing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980049477

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231205

Application publication date: 20180703

Assignee: Nantong Chujie Electronic Equipment Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050384

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231206

EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Nantong Juguang Trading Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050774

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231208

Application publication date: 20180703

Assignee: NANTONG YA TAI CANDLE ARTS & CRAFTS Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050773

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231208

Application publication date: 20180703

Assignee: Nantong Weiai Home Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050668

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231208

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Jiangsu Yichuang Packaging Materials Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051259

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231212

Application publication date: 20180703

Assignee: Nantong Jingxuan Textile Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051252

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231212

Application publication date: 20180703

Assignee: Nantong Huanlian Textile Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051246

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231212

Application publication date: 20180703

Assignee: Nantong Tongzhou Kangxintang Drugstore Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051234

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231212

Application publication date: 20180703

Assignee: American Antelope Home Textile (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051037

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231211

Application publication date: 20180703

Assignee: Nantong Tuoerpu Surveying and Mapping Information Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051034

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231211

Application publication date: 20180703

Assignee: Nantong TongZhou Jinfeng Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051033

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231211

Application publication date: 20180703

Assignee: Nantong Chenghui Pharmacy Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051032

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231211

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Nantong Yuma Electromechanical Manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051794

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231215

Application publication date: 20180703

Assignee: Nantong Lingde Pharmaceutical Equipment Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051787

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231215

Application publication date: 20180703

Assignee: Yitong Intelligent Control Technology (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051745

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231215

Application publication date: 20180703

Assignee: Nantong Dongdong Steel Structure Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051732

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231215

Application publication date: 20180703

Assignee: Nantong Huaxin Price Evaluation Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051652

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231214

Application publication date: 20180703

Assignee: Nantong Jianwei Metal Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051651

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231214

Application publication date: 20180703

Assignee: JIANGSU YATAI FITNESS CO.,LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051650

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231214

Application publication date: 20180703

Assignee: JIANGSU KANGFEITE POWER TECHNOLOGY Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051649

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231214

Application publication date: 20180703

Assignee: Nantong Qiju Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051534

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231213

Application publication date: 20180703

Assignee: Nantong Ansheng Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051533

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231213

Application publication date: 20180703

Assignee: Nantong Steel Machinery Manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051532

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231213

Application publication date: 20180703

Assignee: NANTONG FEIHAI ELECTRONIC TECHNOLOGY CO.,LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051531

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231213

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Nantong Huase Space Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052536

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231221

Application publication date: 20180703

Assignee: Jiangsu guanan electromechanical Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052527

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231221

Application publication date: 20180703

Assignee: Nantong Anergu New Material Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052518

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231221

Application publication date: 20180703

Assignee: Nantong Yijialai Woolen Knitting Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052512

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231221

Application publication date: 20180703

Assignee: Nantong Laiou Electronic Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052377

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231219

Application publication date: 20180703

Assignee: Nantong Ouchen Electronic Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052355

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231219

Application publication date: 20180703

Assignee: Nantong Laishang Electronic Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052351

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231219

Application publication date: 20180703

Assignee: NANTONG KYLIN MACHINERY LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052325

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231218

Application publication date: 20180703

Assignee: Haoshi new material technology Nantong Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052125

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231218

Application publication date: 20180703

Assignee: NANTONG YUQI METAL PRODUCTS Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052111

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231218

Application publication date: 20180703

Assignee: Nantong Runyuan structural parts Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052101

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231218

Application publication date: 20180703

Assignee: NANTONG LILIAN MACHINE TOOL MANUFACTURING CO.,LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052076

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231218

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180703

Assignee: Nantong Zhili Machinery Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052928

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

Application publication date: 20180703

Assignee: Nantong Nongchaoer Food Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052927

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

Application publication date: 20180703

Assignee: Nantong Bairun Catering Management Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052926

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

Application publication date: 20180703

Assignee: Nantong Jinbao Machinery Manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052778

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

Application publication date: 20180703

Assignee: Nantong Tuoda Machinery Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052749

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

Application publication date: 20180703

Assignee: Weizhi New Material Technology (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052740

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

Application publication date: 20180703

Assignee: Honglei mechanical equipment (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052729

Denomination of invention: A method and device for handling interface access, interface calling, and interface verification

Granted publication date: 20210507

License type: Common License

Record date: 20231222

EE01 Entry into force of recordation of patent licensing contract