CN108243188B - Interface access, interface call and interface verification processing method and device - Google Patents

Interface access, interface call and interface verification processing method and device Download PDF

Info

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

Links

Images

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

Abstract

The embodiment of the invention provides a method and a device for processing interface access, interface calling and interface verification, wherein the method for processing the interface access comprises the following steps: acquiring an interface access request sent by a user through a client; generating a corresponding token according to the interface access request; encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext; and sending the cards and the token ciphertext to the client. According to the interface access, interface call and interface verification processing method and device provided by the embodiment of the invention, the token is generated according to the interface access request of the user and is encrypted by using the interface service provider, namely the encrypted data of the product server providing the interface service, so that on one hand, the interface service provider is prevented from generating the token, and the development cost of the interface service provider is reduced; on the other hand, the token is encrypted by using the encrypted data of the interface service provider, so that the safety of subsequent interface calling by using the token is ensured.

Description

Interface access, interface call and interface verification processing method and device
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for processing interface access, interface calling and interface verification.
Background
With the rapid development of the internet technology, interaction can be performed between application programs or between a program and a server in a mode of calling an HTTP (hypertext transfer protocol, HTTP for short), and functions of the application programs and the server are expanded in this mode. In the prior art, the provider of the HTTP interface assigns an application identifier (App ID) and a corresponding Token (Token) to the caller, and the caller passes the App ID and Token as parameters to the interface provider when requesting the HTTP interface. After receiving App ID and Token of the caller, the interface provider matches the parameters with locally stored Token, if the matching is successful, the request is considered to be valid, otherwise, the request is considered to be invalid. In this interface call processing method, the interface service needs to provide a Token generation function, and each caller needs to go to the interface service provider to apply for Token, which increases the development cost of the interface service provider. In addition, in the case of many-to-many interface calls, the management cost of the interface service provider is also increased.
Disclosure of Invention
Therefore, the technical problem to be solved by the present invention is to overcome the defect of high development cost caused by the need of an interface service provider to provide Token in the prior art, so as to provide a method and a device for processing interface access, interface call and interface verification.
According to a first aspect, an embodiment of the present invention provides an interface access processing method, including: acquiring an interface access request sent by a user through a client; generating a corresponding token according to the interface access request; encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext; and sending the token and the token ciphertext to the client.
According to the interface access processing method provided by the embodiment of the invention, the token is generated according to the interface access request of the user and is encrypted by using the interface service provider, namely the encrypted data of the product server providing the interface service, so that on one hand, the interface service provider is prevented from generating the token, and the development cost of the interface service provider is reduced; on the other hand, the token is encrypted by using the encrypted data of the interface service provider, so that the safety of subsequent interface calling by using the token is ensured. In addition, the interface access processing method provided by the embodiment of the invention simplifies the processing process of the 'many-to-many' interface calling, and the interface service provider does not need to provide a token in the 'many-to-many' interface calling, so that the management cost of the interface service provider for the 'many-to-many' interface calling is reduced.
With reference to the first aspect, in a first implementation manner of the first aspect, generating a corresponding token according to the interface access request includes: marking a valid access time for the token; encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext, comprising: and encrypting the token and the effective access time of the token according to the encrypted data of the product server to form a token ciphertext.
According to the interface access processing method provided by the embodiment of the invention, because the effective access time is marked for the token, an interface service provider, namely a product server providing interface service, can verify the token according to the effective access time of each token, and further time management of interface calling is realized.
With reference to the first aspect, in a second implementation manner of the first aspect, before acquiring an interface access request sent by a user through a client, the interface access processing method further includes: receiving an account registration application sent by a user and/or a product server; and when the account registration application is approved, registering an account and sending corresponding account information to the user and/or the product server.
According to the interface access processing method provided by the embodiment of the invention, as the corresponding account is set for each user and each interface service provider, namely the product server providing the interface service, on one hand, the interface access and the interface call of each user are facilitated, and the interface products provided by each product server are classified and managed, so that the operation and maintenance efficiency is improved; on the other hand, the method is beneficial to the unified management of the respective resources by the user and the interface service provider, and the resource control capability of the individual user or the individual interface service provider is improved.
With reference to the first aspect, in a third implementation manner of the first aspect, before acquiring an interface access request sent by a user through a client, the interface access processing method further includes: acquiring an interface product release request sent by the product server; auditing the interface product corresponding to the interface product release request; when the interface product corresponding to the interface product release request is approved, acquiring interface product information and corresponding encrypted data sent by the product server; and issuing the interface product information.
According to the interface access processing method provided by the embodiment of the invention, since each interface product of the interface service provider, namely the product server providing the interface service, is checked before being issued, the confidence of the interface product can be ensured, and the method is favorable for maintaining the rights and interests of users.
With reference to the first aspect, in a fourth implementation manner of the first aspect, before acquiring an interface access request sent by a user through a client, the interface access processing method further includes: acquiring an application request sent by a user through a client; auditing the application corresponding to the application request; and when the application corresponding to the application request passes the verification, generating a corresponding application key and sending the application key to the client.
According to the interface access processing method provided by the embodiment of the invention, since the application of each user needing to call the interface product is checked before interface calling, the user can be prevented from developing illegal applications, and the network environment and the network safety can be maintained.
According to a second aspect, an embodiment of the present invention provides an interface call processing method, including: sending an interface access request to a first server; obtaining a token and a token ciphertext generated by the first server by using the interface access processing method according to the embodiment of the first aspect; calling a product service interface, and sending the token and the token ciphertext to a product server; and receiving an interface verification result fed back by the product server.
According to the interface calling processing method provided by the embodiment of the invention, the user obtains the token and the token ciphertext for accessing and calling the product service interface from the first server, so that the user can call the interface through the token and the token ciphertext, and the interface service provider, namely the product server for providing the interface service, does not need to regenerate the token, thereby reducing the development cost of the interface service provider.
According to a third aspect, an embodiment of the present invention provides an interface verification processing method, including: obtaining a token and a token ciphertext sent by a user through a client, where the token and the token ciphertext are generated by using the interface access processing method according to the embodiment of the first aspect; decrypting the token ciphertext and extracting the decrypted token; and verifying the token, performing interface processing after the token passes the verification, and sending the result after the interface processing to the client.
According to the interface verification processing method provided by the embodiment of the invention, the token and the token ciphertext for calling the interface are directly obtained from the client, so that an interface service provider, namely a product server for providing the interface service, does not need to regenerate the token, and the development cost of the interface service provider is reduced. In addition, the safety and the reliability of interface verification are improved through the verification of the token ciphertext and the token, and the safety of interface calling is further ensured.
According to a fourth aspect, an embodiment of the present invention provides an interface access processing apparatus, including: the acquisition module is used for acquiring an interface access request sent by a user through a client; the token module is used for generating a corresponding token according to the interface access request and encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext; and the sending module is used for sending the token and the token ciphertext to the client.
According to a fifth aspect, an embodiment of the present invention provides an interface call processing apparatus, including: the sending module is used for sending an interface access request to the first server; a receiving module, configured to obtain a token and a token ciphertext generated by the first server using the interface access processing method according to the embodiment of the first aspect; the calling module is used for calling a product service interface and sending the token and the token ciphertext to a product server; the receiving module is also used for receiving the interface verification result fed back by the product server.
According to a sixth aspect, an embodiment of the present invention provides an interface verification processing apparatus, including: a receiving module, configured to obtain a token and a token ciphertext that are sent by a user through a client, where the token and the token ciphertext are generated by using the interface access processing method according to the embodiment of the first aspect; the decryption module is used for decrypting the token ciphertext and extracting the decrypted token; and the verification module is used for verifying the token, performing interface processing after the token passes the verification, and sending the result after the interface processing to the client.
According to a seventh aspect, an embodiment of the present invention provides a non-transitory computer-readable storage medium storing computer instructions which, when executed by a processor, implement an interface access processing method according to an embodiment of the first aspect, or implement an interface call processing method according to an embodiment of the second aspect, or implement an interface verification processing method according to an embodiment of the third aspect.
According to an eighth aspect, an embodiment of the present invention provides a computer apparatus, including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being executable by the at least one processor to cause the at least one processor to perform the interface access processing method of the first aspect; or, the instruction is executed by the at least one processor, so as to cause the at least one processor to execute the interface call processing method described in the second aspect; the instructions are executed by the at least one processor to cause the at least one processor to execute the interface verification processing method according to the third aspect.
Drawings
The features and advantages of the present invention will be more clearly understood by reference to the accompanying drawings, which are illustrative and not to be construed as limiting the invention in any way, and in which:
FIG. 1 shows a schematic diagram of an application scenario of an embodiment of the present invention;
fig. 2 is a flowchart showing a specific example of an interface access processing method in the embodiment of the present invention;
fig. 3 is a flowchart showing a specific example of account registration in the interface access processing method in the embodiment of the present invention;
fig. 4 is a flowchart showing a specific example of interface product release in the interface access processing method in the embodiment of the present invention;
fig. 5 is a flowchart showing a specific example of application publishing in the interface access processing method in the embodiment of the present invention;
fig. 6 is a flowchart showing a specific example of the interface call processing method in the embodiment of the present invention;
fig. 7 is a flowchart showing a specific example of an interface verification processing method in the embodiment of the present invention;
fig. 8 shows a schematic block diagram of a specific example of an interface access processing apparatus in the embodiment of the present invention;
FIG. 9 is a functional block diagram showing a specific example of an interface call processing apparatus in the embodiment of the present invention;
fig. 10 shows a schematic block diagram of a specific example of an interface authentication processing apparatus in the embodiment of the present invention;
FIG. 11 shows a functional block diagram of one specific example of a computer device in an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 shows an interaction scenario between a client and a first server providing a token service and a product server providing an interface product. As shown in fig. 1, the client performs data interaction with the first server and the product server to realize the call to the interface.
An embodiment of the present invention provides an interface access processing method, and fig. 2 shows a flowchart of the interface access processing method in the embodiment of the present invention, optionally, in some embodiments of the present invention, the interface access processing method may be applicable to a first server that provides a token service, as shown in fig. 1, and the interface access processing method may include:
s101, acquiring an interface access request sent by a user through a client;
s102, generating a corresponding token according to the interface access request;
s103, encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext;
and S104, sending the token and the token ciphertext to the client.
In a specific embodiment, in step S101, the interface access request sent by the user through the client may include related information of an application scheduled to make an interface call; in step S103, the encrypted data of the product server providing the interface service may be a public key of the product server, the token may be encrypted by using the encrypted data such as the public key to obtain a token ciphertext, and the token ciphertext may be decrypted by using the decryption data corresponding to the encrypted data, such as a private key, in the subsequent step to obtain corresponding plaintext data, which may be used for verification.
According to the interface access processing method provided by the embodiment of the invention, the token is generated according to the interface access request of the user and is encrypted by using the interface service provider, namely the encrypted data of the product server providing the interface service, so that on one hand, the interface service provider is prevented from generating the token, and the development cost of the interface service provider is reduced; on the other hand, the token is encrypted by using the encrypted data of the interface service provider, so that the safety of subsequent interface calling by using the token is ensured. In addition, the interface access processing method provided by the embodiment of the invention simplifies the processing process of the 'many-to-many' interface calling, and the interface service provider does not need to provide a token in the 'many-to-many' interface calling, so that the management cost of the interface service provider for the 'many-to-many' interface calling is reduced.
In practical applications, step S102 may also mark the token with a valid access time in addition to generating the token. Correspondingly, in step S103, in addition to encrypting the token, the valid access time of the token may also be encrypted, and the token and the encrypted data of the valid access time of the token together form a token ciphertext, so that time management for interface invocation can be implemented through the valid access time of the token.
In the process of accessing or calling a many-to-many interface, in order to implement classification management on a user or a product server to improve operation and maintenance efficiency, in a specific embodiment, as shown in fig. 3, an account registration step is added before the step S101, and account registration may be implemented through the following steps:
s105, receiving an account registration application sent by a user and/or a product server;
and S106, when the account registration application is approved, registering the account and sending corresponding account information to the user and/or the product server. After successful account registration, the types of accounts may be distinguished to identify whether the account is specifically a user account for accessing and invoking interface services or a product server account for providing interface products. The purpose of distinguishing the account types is to improve the classification management level of the accounts, and further improve the operation and maintenance efficiency. On the other hand, the user and the product server can realize the unified management of respective resources through account registration, the resource control capacity of individual users or individual product servers is improved, and the many-to-many interface access efficiency is further improved.
In a specific embodiment, as shown in fig. 4, an interface product issuing step is added before the step S101, and the interface product issuing may be implemented by the following steps:
s107, acquiring an interface product release request sent by a product server;
s108, auditing the interface product corresponding to the interface product release request;
s109, when the interface product corresponding to the interface product release request is checked to pass, acquiring interface product information and corresponding encrypted data sent by a product server;
and S110, issuing interface product information. Because each interface product of the interface service provider, namely the product server providing the interface service, is audited before being issued, the confidence of the interface product can be ensured, and the method is favorable for maintaining the rights and interests of users.
In another specific embodiment, as shown in fig. 5, an application publishing step is added before the step S101, and the application publishing may be implemented through the following steps:
s111, acquiring an application request sent by a user through a client;
s112, auditing the application corresponding to the application request;
and S113, when the application corresponding to the application request passes the verification, generating a corresponding application key and sending the application key to the client. Because the application of each user needing to call the interface product is audited before the interface is called, the user can be prevented from developing illegal applications, and the network environment and the network safety can be maintained. In practical applications, in step S101 shown in fig. 2, the interface access request sent by the user through the client may include an application key and account information of the user.
The account registration step shown in fig. 3, the interface product release step shown in fig. 4, and the application release step shown in fig. 5 may be used alone with the interface access processing method shown in fig. 2 to form a specific embodiment, or may be used together with the interface access processing method shown in fig. 2 to form a specific embodiment, or may be used in combination with the interface access processing method shown in fig. 2 to form a specific embodiment.
An embodiment of the present invention further provides an interface call processing method, fig. 6 shows a flowchart of the interface call processing method in the embodiment of the present invention, optionally, in some embodiments of the present invention, the interface call processing method may be applicable to a client shown in fig. 1, and the interface call processing method may include:
s201, sending an interface access request to a first server;
s202, obtaining a token and a token ciphertext generated by a first server by using the interface access processing method of the embodiment shown in FIG. 2;
s203, calling a product service interface, and sending the token and the token ciphertext to a product server;
and S204, receiving an interface verification result fed back by the product server.
According to the interface calling processing method provided by the embodiment of the invention, the user obtains the token and the token ciphertext for accessing and calling the product service interface from the first server, so that the user can call the interface through the token and the token ciphertext, and the interface service provider, namely the product server for providing the interface service, does not need to regenerate the token, thereby reducing the development cost of the interface service provider.
An embodiment of the present invention further provides an interface verification processing method, and fig. 7 shows a flowchart of the interface verification processing method in the embodiment of the present invention, optionally, in some embodiments of the present invention, the interface verification processing method may be applicable to a product server that provides an interface product as shown in fig. 1, and the interface verification processing method may include:
s301, obtaining a token and a token ciphertext sent by a user through a client, wherein the token and the token ciphertext are generated by using the interface access processing method of the embodiment shown in FIG. 2;
s302, decrypting the token ciphertext and extracting the decrypted token;
and S303, verifying the token, performing interface processing after the token passes the verification, and sending a result after the interface processing to the client.
In one embodiment, in step S302, the token ciphertext is decrypted using the decryption data corresponding to the encrypted data of the product server in step S103 of fig. 2. For example, the encrypted data of the product server in step S103 in fig. 2 may be a public key of the product server, and then the token ciphertext may be decrypted in step S302 using a private key of the product server as the decryption data. In another embodiment, the token verification in step S303 may include two times of verification. Firstly, comparing a token obtained by decrypting a token ciphertext with a token sent by a user through a client, and when the token obtained by decrypting is judged to be consistent with the token sent by the user through the client, verifying the token for the first time in the step S303; next, the valid time of the token is verified, and when the valid time of the token is verified, the token is verified for the second time in the step S303, so far, the token is verified in the step S303. In the two token verification processes in step S303, if the token fails to be verified, the relevant information may be correspondingly sent to the client.
According to the interface verification processing method provided by the embodiment of the invention, the token and the token ciphertext for calling the interface are directly obtained from the client, so that an interface service provider, namely a product server for providing the interface service, does not need to regenerate the token, and the development cost of the interface service provider is reduced. In addition, the safety and the reliability of interface verification are improved through the verification of the token ciphertext and the token, and the safety of interface calling is further ensured.
In the interface access processing method, the interface call processing method and the interface verification processing method provided by the embodiment of the invention, information interaction can be performed among the client, the first server and the product server so as to realize the interface call of the client to the product server. In one embodiment, the information interaction process among the client, the first server and the product server may include: a user and an interface service provider can apply for a registration account from a first server through a client and a product server respectively; after the account is successfully registered, the user and the interface service provider can respectively log in respective accounts and apply for issuing applications or applying for issuing interface products to the first server; after the application or interface product applied and issued by a user or an interface service provider is approved by the first server, the first server issues the corresponding application or interface product to the outside; when a certain user needs to call a certain interface product, the user can log in an account through a client and send a request for accessing the interface product to a first server, and simultaneously relevant information of an application planning to call the interface product is sent to the first server together for auditing; when the account information of the user, the access request of the interface product and the corresponding application related information are verified by the first server, a token and a token ciphertext formed by encrypted data of a product server providing the interface product can be sent to the user; the user can log in an account through the client and receive the token and the token ciphertext sent by the first server; when the user needs to call the interface product, the user can send the token and the token ciphertext to a product server providing the interface product; after receiving the token and the token ciphertext sent by the user, the product server providing the interface product can decrypt the token ciphertext through the decryption data to obtain a plaintext corresponding to the token ciphertext, verify the token according to the plaintext, execute interface processing corresponding to the token when the verification is passed, and feed back the result of the interface processing to the user.
Fig. 8 shows a schematic block diagram of an interface access processing apparatus in an embodiment of the present invention, which may include a collection module 81, a token module 82, and a sending module 83. The acquisition module 81 is configured to acquire an interface access request sent by a user through a client, where specific contents are described in step S101 in the foregoing method embodiment; the token module 82 is configured to generate a corresponding token according to the interface access request, and encrypt the token according to encrypted data of a product server providing an interface service to form a token ciphertext, where specific contents are described in steps S102 to S103 in the foregoing method embodiment; the sending module 83 is configured to send the token and the token ciphertext to the client, and details of the content are described in step S104 in the foregoing method embodiment.
Fig. 9 shows a schematic block diagram of an interface call processing apparatus in an embodiment of the present invention, which may include a sending module 91, a receiving module 92, and a calling module 93. The sending module 91 is configured to send an interface access request to the first server, where specific content is described in step S201 in the foregoing method embodiment; the receiving module 92 is configured to obtain a token and a token ciphertext generated by the first server using the interface access processing method in the embodiment shown in fig. 2 to fig. 5, where details of the content are shown in step S202 in the foregoing method embodiment; the calling module 93 is configured to call a product service interface, and send the token and the token ciphertext to a product server, where details of the contents are described in step S203 in the foregoing method embodiment. In a specific embodiment, the receiving module 92 is further configured to receive an interface verification result fed back by the product server, which is described in detail in step S204 in the foregoing method embodiment.
Fig. 10 shows a schematic block diagram of an interface verification processing apparatus in an embodiment of the present invention, which may include a receiving module 101, a decryption module 102, and a verification module 103. The receiving module 101 is configured to obtain a token and a token ciphertext that are sent by a user through a client, where the token and the token ciphertext are generated by using the interface access processing method in the embodiments shown in fig. 2 to fig. 5, and the specific content is detailed in step S301 in the foregoing method embodiments; the decryption module 102 is configured to decrypt the token ciphertext and extract the decrypted token, where specific contents are described in step S302 in the foregoing method embodiment; the verification module 103 is configured to verify the token, perform interface processing after the token passes the verification, and send a result of the interface processing to the client, where details of the contents are described in step S303 in the foregoing method embodiment.
Embodiments of the present invention also provide a non-transitory computer-readable storage medium storing computer instructions, which when executed by a processor implement the interface access processing method according to the embodiments shown in fig. 2 to 5; alternatively, the computer instructions, when executed by the processor, implement the interface call processing method of the embodiment shown in fig. 6; alternatively, the computer instructions, when executed by the processor, implement the interface verification processing method of the embodiment shown in fig. 7.
An embodiment of the present invention further provides a computer device, as shown in fig. 11, the computer device may include a memory 111 and a processor 112, where the memory 111 and the processor 112 may be connected by a bus or in another manner, and fig. 6 illustrates an example of a connection by a bus.
Processor 112 may be a Central Processing Unit (CPU). The Processor 112 may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or combinations thereof.
The memory 111, which is a non-transitory computer readable storage medium, may be used to store non-transitory software programs, non-transitory computer executable programs, and modules, such as program instructions/modules corresponding to the interface access processing method, the interface call processing method, or the interface verification processing method in the embodiments of the present invention (for example, the acquisition module 81, the token module 82, and the sending module 83 shown in fig. 8, the sending module 91, the receiving module 92, and the calling module 93 shown in fig. 9, and the receiving module 101, the decryption module 102, and the verification module 103 shown in fig. 10). The processor 112 executes various functional applications and data processing of the processor by executing the non-transitory software programs, instructions and modules stored in the memory 111, that is, implements the interface access processing method, the interface call processing method or the interface verification processing method in the above method embodiments.
The memory 111 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created by the processor 112, and the like. Further, the memory 111 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, the memory 111 may optionally include memory located remotely from the processor 112, which may be connected to the processor 112 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The one or more modules are stored in the memory 111, and when executed by the processor 112, perform an interface access processing method as in the embodiments shown in fig. 2 to 5; alternatively, when executed by the processor 112, performs the interface call processing method in the embodiment shown in fig. 6; alternatively, the interface verification processing method in the embodiment shown in fig. 7 is performed when executed by the processor 112.
The details of the computer device may be understood with reference to the corresponding descriptions and effects in the embodiments shown in fig. 2 to fig. 5, or fig. 6, or fig. 7, and are not repeated herein.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (12)

1. An interface access processing method applied to a first server includes:
acquiring an interface access request sent by a user through a client;
generating a corresponding token according to the interface access request;
encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext;
and sending the token and the token ciphertext to the client, wherein the token and the token ciphertext are used for enabling the product server to decrypt the token ciphertext according to the encrypted data when receiving the token and the token ciphertext sent by the client, so as to obtain a decrypted token, and judging whether the verification is passed or not by comparing the decrypted token with the token sent by the client.
2. The interface access processing method according to claim 1, wherein generating a corresponding token according to the interface access request includes: marking a valid access time for the token;
encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext, comprising: and encrypting the token and the effective access time of the token according to the encrypted data of the product server to form a token ciphertext.
3. The interface access processing method according to claim 1, further comprising, before acquiring the interface access request sent by the user through the client:
receiving an account registration application sent by a user and/or a product server;
and when the account registration application is approved, registering an account and sending corresponding account information to the user and/or the product server.
4. The interface access processing method according to claim 1, further comprising, before acquiring the interface access request sent by the user through the client:
acquiring an interface product release request sent by the product server;
auditing the interface product corresponding to the interface product release request;
when the interface product corresponding to the interface product release request is approved, acquiring interface product information and corresponding encrypted data sent by the product server;
and issuing the interface product information.
5. The interface access processing method according to claim 1, further comprising, before acquiring the interface access request sent by the user through the client:
acquiring an application request sent by a user through a client;
auditing the application corresponding to the application request;
and when the application corresponding to the application request passes the verification, generating a corresponding application key and sending the application key to the client.
6. An interface call processing method is applied to a client and comprises the following steps:
sending an interface access request to a first server;
obtaining a token and a token ciphertext generated by the first server by using the interface access processing method according to any one of claims 1 to 5;
calling a product service interface, and sending the token and the token ciphertext to a product server;
and receiving an interface verification result fed back by the product server.
7. An interface verification processing method is applied to a product server and comprises the following steps:
obtaining a token and a token ciphertext sent by a user through a client, wherein the token and the token ciphertext are generated by using the interface access processing method of any one of claims 1-5;
decrypting the token ciphertext and extracting the decrypted token;
and verifying the token, performing interface processing after the token passes the verification, and sending the result after the interface processing to the client.
8. An interface access processing apparatus, comprising:
the acquisition module is used for acquiring an interface access request sent by a user through a client;
the token module is used for generating a corresponding token according to the interface access request and encrypting the token according to the encrypted data of the product server providing the interface service to form a token ciphertext;
and the sending module is used for sending the token and the token ciphertext to the client, the token and the token ciphertext are used for enabling the product server to decrypt the token ciphertext according to the encrypted data when receiving the token and the token ciphertext sent by the client, so as to obtain a decrypted token, and the decrypted token is compared with the token sent by the client to judge whether the token passes the verification.
9. An interface call processing apparatus, comprising:
the sending module is used for sending an interface access request to the first server;
a receiving module, configured to obtain a token and a token ciphertext generated by the first server using the interface access processing method according to any one of claims 1 to 5;
the calling module is used for calling a product service interface and sending the token and the token ciphertext to a product server;
the receiving module is also used for receiving the interface verification result fed back by the product server.
10. An interface verification processing apparatus, comprising:
a receiving module, configured to obtain a token and a token ciphertext that are sent by a user through a client, where the token and the token ciphertext are generated by using the interface access processing method according to any one of claims 1 to 5;
the decryption module is used for decrypting the token ciphertext and extracting the decrypted token;
and the verification module is used for verifying the token, performing interface processing after the token passes the verification, and sending the result after the interface processing to the client.
11. A non-transitory computer readable storage medium storing computer instructions which, when executed by a processor, implement the interface access processing method according to any one of claims 1 to 5, or which, when executed by a processor, implement the interface call processing method according to claim 6, or which, when executed by a processor, implement the interface verification processing method according to claim 7.
12. A computer device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to cause the at least one processor to perform the interface access processing method of any one of claims 1-5; alternatively, the instructions are executable by the at least one processor to cause the at least one processor to perform the interface call processing method of claim 6; the instructions being executable by the at least one processor to cause the at least one processor to perform the interface verification processing method of claim 7.
CN201711482749.4A 2017-12-29 2017-12-29 Interface access, interface call and interface verification processing method and device Active CN108243188B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711482749.4A CN108243188B (en) 2017-12-29 2017-12-29 Interface access, interface call and interface verification processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711482749.4A CN108243188B (en) 2017-12-29 2017-12-29 Interface access, interface call and interface verification processing method and device

Publications (2)

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

Family

ID=62701292

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711482749.4A Active CN108243188B (en) 2017-12-29 2017-12-29 Interface access, interface call and interface verification processing method and device

Country Status (1)

Country Link
CN (1) CN108243188B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109150910A (en) * 2018-10-11 2019-01-04 平安科技(深圳)有限公司 Log in token generation and verification method, device and storage medium
WO2020102974A1 (en) * 2018-11-20 2020-05-28 深圳市欢太科技有限公司 Data access method, data access apparatus, and mobile terminal
CN110071806B (en) * 2019-03-13 2021-08-20 平安科技(深圳)有限公司 Data processing method and system based on interface verification
CN110290205A (en) * 2019-06-26 2019-09-27 贝壳技术有限公司 Service interface management method and device
CN111416816A (en) * 2020-03-17 2020-07-14 深圳市卡牛科技有限公司 Access method and device of joint debugging interface, computer equipment and storage medium
CN111756701B (en) * 2020-05-29 2022-12-27 苏州浪潮智能科技有限公司 Method and system for acquiring equipment token access Rest interface by management platform
CN112351048B (en) * 2021-01-11 2021-03-26 全时云商务服务股份有限公司 Interface access control method, device, equipment and storage medium
CN114466355A (en) * 2021-12-21 2022-05-10 奇安盘古(上海)信息技术有限公司 Cloud service data evidence obtaining method and device
CN115828309B (en) * 2023-02-09 2023-11-07 中国证券登记结算有限责任公司 Service calling method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777158A (en) * 2010-01-13 2010-07-14 北京飞天诚信科技有限公司 Method and system for secure transaction
WO2016087974A1 (en) * 2014-12-01 2016-06-09 International Business Machines Corporation Token authentication for touch sensitive display devices

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102208980A (en) * 2010-08-24 2011-10-05 济南聚易信息技术有限公司 Communication method and system
US8713589B2 (en) * 2010-12-23 2014-04-29 Microsoft Corporation Registration and network access control
CN103051628B (en) * 2012-12-21 2016-05-11 微梦创科网络科技(中国)有限公司 Obtain the method and system of authentication token based on server
CN104754009A (en) * 2013-12-31 2015-07-01 中国移动通信集团广东有限公司 Service acquisition and invocation method, device, client-side and server
CN105634743B (en) * 2015-12-30 2019-10-25 中国银联股份有限公司 The authentication method called for open interface

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777158A (en) * 2010-01-13 2010-07-14 北京飞天诚信科技有限公司 Method and system for secure transaction
WO2016087974A1 (en) * 2014-12-01 2016-06-09 International Business Machines Corporation Token authentication for touch sensitive display devices

Also Published As

Publication number Publication date
CN108243188A (en) 2018-07-03

Similar Documents

Publication Publication Date Title
CN108243188B (en) Interface access, interface call and interface verification processing method and device
CN107483509B (en) A kind of auth method, server and readable storage medium storing program for executing
CN106101258B (en) Interface calling method, device and system of hybrid cloud
US10650119B2 (en) Multimedia data processing method, apparatus, system, and storage medium
CN107528865B (en) File downloading method and system
US10278069B2 (en) Device identification in service authorization
CN107046544B (en) Method and device for identifying illegal access request to website
US10262146B2 (en) Application-to-application messaging over an insecure application programming interface
WO2015143855A1 (en) Method, apparatus and system for accessing data resources
CN112019493A (en) Identity authentication method, identity authentication device, computer device, and medium
CN109040079A (en) The establishment of live streaming chained address and verification method and related device
CN113204772B (en) Data processing method, device, system, terminal, server and storage medium
CN108768928B (en) Information acquisition method, terminal and server
CN114157434A (en) Login verification method and device, electronic equipment and storage medium
CN107026828B (en) Anti-stealing-link method based on Internet cache and Internet cache
CN113055182B (en) Authentication method and system, terminal, server, computer system, and medium
CN108235067B (en) Authentication method and device for video stream address
CN112039857B (en) Calling method and device of public basic module
CN110855656B (en) Plug-in flow proxy method, device and system capable of realizing application server protection
CN112100689A (en) Trusted data processing method, device and equipment
CN111371811A (en) Resource calling method, resource calling device, client and service server
CN111211902A (en) Digital signature method and device based on enterprise browser
CN108809927B (en) Identity authentication method and device
US9245097B2 (en) Systems and methods for locking an application to device without storing device information on server
CN110890979A (en) Automatic deploying method, device, equipment and medium for fortress machine

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