CN107948135B - Data processing method and device supporting multiple API protocols - Google Patents

Data processing method and device supporting multiple API protocols Download PDF

Info

Publication number
CN107948135B
CN107948135B CN201711045812.8A CN201711045812A CN107948135B CN 107948135 B CN107948135 B CN 107948135B CN 201711045812 A CN201711045812 A CN 201711045812A CN 107948135 B CN107948135 B CN 107948135B
Authority
CN
China
Prior art keywords
data
api
interface
platform
protocol type
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
CN201711045812.8A
Other languages
Chinese (zh)
Other versions
CN107948135A (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.)
Guizhou Baishancloud Technology Co Ltd
Original Assignee
Guizhou Baishancloud 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 Guizhou Baishancloud Technology Co Ltd filed Critical Guizhou Baishancloud Technology Co Ltd
Priority to CN201711045812.8A priority Critical patent/CN107948135B/en
Publication of CN107948135A publication Critical patent/CN107948135A/en
Application granted granted Critical
Publication of CN107948135B publication Critical patent/CN107948135B/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
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2212/00Encapsulation of packets

Abstract

The invention discloses a data processing method and a device supporting various API protocols, wherein the method comprises the following steps: receiving source data in different protocol formats, and setting an interface mapping relation between platforms supporting different protocols; receiving an API data request message from a source platform; and determining an API interface calling address of a target platform according to the mapping relation when the protocol type supported by the platform of the data requested by the API data request message is different from the user request protocol type, determining a data request interface address of the target platform according to the API interface calling address, acquiring original data from the target platform according to the data request interface address, packaging the original data into the user request protocol type, and sending the user request protocol type to the source platform. The invention can enable a user to integrate various api interaction protocols and butt joint data of a plurality of platforms without modifying the existing interface form.

Description

Data processing method and device supporting multiple API protocols
Technical Field
The invention relates to the technical field of internet, in particular to a data processing method and device supporting multiple API protocols.
Background
In the process of development by a common user, a protocol specification such as rest graph ql is generally followed. If one system is to interface with multiple systems, and the other systems are services operating on the line, modifying the original interface protocol will result in increased costs.
The single interface protocol specification cannot flexibly interface with interfaces of various protocols to acquire required data. The prior art has the following defects:
once the protocol mode needs to be changed, the modification mode is complex, and the original service is easily affected.
Secondly, data dependency among platforms, a protocol existing mode cannot meet the service requirement and the update of a new protocol.
Thirdly, once the interaction mode of the api is changed, redundant transformation cost is caused to both the api provider and the user.
Disclosure of Invention
In order to solve the technical problem, the invention provides a data processing method and a data processing device supporting multiple API protocols.
The invention provides a data processing method supporting various API protocols, which comprises the following steps:
receiving source data in different protocol formats, and setting an interface mapping relation between platforms supporting different protocols;
receiving an API data request message from a source platform, wherein the API data request message comprises a user request protocol type;
and determining an API interface calling address of the target platform according to the mapping relation when the protocol type supported by the platform of the data requested by the API data request message is different from the user request protocol type, determining a data request interface address of the target platform according to the API interface calling address, acquiring original data from the target platform according to the data request interface address, packaging the original data into the user request protocol type, and sending the user request protocol type to the source platform.
Further, the data processing method supporting multiple API protocols further has the following characteristics:
the setting of the mapping relation between the interface identification and the interface calling address between the platforms supporting different protocols comprises the following steps:
and judging the data volume corresponding to the interface calling address, storing the mapping relation by using a JSON format when the data volume is larger than a preset data threshold value, and storing the mapping relation by using an XML format when the data volume is smaller than the preset data threshold value.
Further, the data processing method supporting multiple API protocols further has the following characteristics:
the method further comprises the following steps: after the target platform is determined, if the regions of the source platform and the target platform and/or the operators are judged to be different, a nearby node is respectively searched and accessed in the region of the source platform and the region of the target platform.
Further, the data processing method supporting multiple API protocols further has the following characteristics:
the method further comprises the following steps: after the target platform is determined, if the source platform and the target platform belong to the same region but belong to different operators, respectively searching a nearby node in coverage areas of the different operators in the region and accessing the nearby node.
Further, the data processing method supporting multiple API protocols further has the following characteristics:
the interface identification comprises an API identification, a protocol type and a requested data class;
the interface calling address comprises an IP address, an API identification, a protocol type and a requested data class.
The invention provides a data processing device supporting various API protocols, comprising:
the mapping relation determining module is used for receiving source data in different protocol formats and setting interface mapping relations among platforms supporting different protocols;
the receiving module is used for receiving an API data request message from a source platform, wherein the API data request message comprises a user request protocol type;
the judging module is used for judging whether the protocol type supported by the platform of the data requested by the API data request message is the same as the protocol type requested by the user;
the conversion module is used for determining an API interface calling address of the target platform according to the mapping relation and determining a data request interface address of the target platform according to the API interface calling address when the judging module determines that the protocol type supported by the platform of the data requested by the API data request message is different from the user request protocol type;
the data acquisition module is used for acquiring original data from the target platform by using the data request interface address;
and the sending module is used for packaging the original data into a user request protocol type and then sending the user request protocol type to the source platform.
Further, the data processing apparatus supporting multiple API protocols further has the following features:
the mapping relation determining module is used for setting the mapping relation between the interface identification and the interface calling address between the platforms supporting different protocols by using the following method: and judging the data volume corresponding to the interface calling address, storing the mapping relation by using a JSON format when the data volume is larger than a preset data threshold value, and storing the mapping relation by using an XML format when the data volume is smaller than the preset data threshold value.
Further, the data processing apparatus supporting multiple API protocols further has the following features:
the method also comprises a forwarding module used for respectively searching and accessing a nearby node in the region of the source platform and the region of the target platform when judging that the regions of the source platform and the target platform and/or the operators are different.
Further, the data processing apparatus supporting multiple API protocols further has the following features:
the method also comprises a forwarding module which is used for respectively searching and accessing a nearby node in the coverage areas of different operators in the belonged regions when judging that the belonged regions of the source platform and the target platform are the same but the belonged operators are different.
Further, the data processing apparatus supporting multiple API protocols further has the following features:
the interface identification comprises an API identification, a protocol type and a requested data class;
the interface calling address comprises an IP address, an API identification, a protocol type and a requested data class.
The invention can simultaneously interface the data of the data providers under different protocols, flexibly acquire the data of the data providers, convert and package the data under different protocols into the data in the format of the user request protocol and output the data to the user, so that the user can integrate various api interaction protocols and interface the data of a plurality of platforms without modifying the existing interface form.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a flow diagram of a data processing method supporting multiple API protocols in an embodiment;
fig. 2 is a block diagram of a data processing apparatus supporting a plurality of API protocols in an embodiment.
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. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
FIG. 1 is a flow diagram of a data processing method supporting multiple API protocols in an embodiment; the method comprises the following steps:
step 1, receiving source data in different protocol formats, and setting a mapping relation between an interface identifier and an interface calling address between platforms supporting different protocols;
step 2, receiving an API data request message from a source platform, wherein the API data request message comprises a user request protocol type;
and 3, determining an API interface calling address of the target platform according to the mapping relation when the protocol type supported by the platform of the data requested by the API data request message is different from the user request protocol type, determining a data request interface address of the target platform according to the API interface calling address, acquiring original data from the target platform according to the data request interface address, packaging the original data into the user request protocol type, and sending the user request protocol type to the source platform.
Wherein the content of the first and second substances,
in step 1, the interface identifier includes an API identifier, a protocol type, and a requested data class. The interface calling address comprises an IP address, an API identification, a protocol type and a requested data class.
Examples are as follows:
the processing device stores the mapping relationship of the interface from the new platform to the old platform 1.
The mapping relationship comprises api1/graphql/user and corresponding api rest api 2/rest/username.
Receiving an API data request message from the new platform, wherein the API data request message comprises a user request protocol type, and the API data request message comprises API1/graph ql/user name; wherein api refers to an interface to be called by a user, graph ql refers to a user request protocol type, and username refers to a requested data class.
The platform where the data requested by the API data request message is located is determined as the old platform 1, and the protocol type supported by the old platform 1 is the rest protocol, which is different from the user request protocol type, i.e., the grapql.
Determining the API call address of the target platform as ip1 rest API2/rest/username according to the mapping relation, determining the data request interface address (the address is in the http protocol format) of the old platform 1 according to the API call address, acquiring original data from the old platform 1 according to the data request interface address, packaging the original data into the graphql protocol type, and sending the original data to the new platform.
The step 1 of setting the mapping relationship between the interface identifier and the interface calling address between the platforms supporting different protocols comprises the following steps: and judging the data volume corresponding to the interface calling address, storing the mapping relation by using a JSON format (in a key/value form) when the data volume is larger than a preset data threshold value, and storing the mapping relation by using an XML format when the data volume is smaller than the preset data threshold value.
The method also comprises the following steps: after the target platform is determined, if the regions of the source platform and the target platform and/or the operators are judged to be different, a nearby node is respectively searched and accessed in the region of the source platform and the region of the target platform. Or after the target platform is determined, if the source platform and the target platform belong to the same region but belong to different operators, respectively searching a nearby node in the coverage areas of the different operators in the region and accessing the nearby node.
The protocol types in the method comprise a Restful protocol and a graph QL protocol.
FIG. 2 is a block diagram of a data processing apparatus supporting multiple API protocols in an embodiment, the apparatus comprising:
the mapping relation determining module is used for receiving source data in different protocol formats and setting interface mapping relations among platforms supporting different protocols;
the receiving module is used for receiving an API data request message from a source platform, wherein the API data request message comprises a user request protocol type;
the judging module is used for judging whether the protocol type supported by the platform of the data requested by the API data request message is the same as the protocol type requested by the user;
the conversion module is used for determining an API interface calling address of the target platform according to the mapping relation and determining a data request interface address of the target platform according to the API interface calling address when the judging module determines that the protocol type supported by the platform of the data requested by the API data request message is different from the user request protocol type;
the data acquisition module is used for acquiring original data from the target platform by using the data request interface address;
and the sending module is used for packaging the original data into a user request protocol type and then sending the user request protocol type to the source platform.
Wherein the content of the first and second substances,
the interface identification comprises an API identification, a protocol type and a requested data class; the interface calling address comprises an IP address, an API identification, a protocol type and a requested data class.
The mapping relation determining module is used for setting the mapping relation between the interface identification and the interface calling address between the platforms supporting different protocols by using the following method: and judging the data volume corresponding to the interface calling address, storing the mapping relation by using a JSON format when the data volume is larger than a preset data threshold value, and storing the mapping relation by using an XML format when the data volume is smaller than the preset data threshold value.
The device comprises a forwarding module, a data processing module and a data processing module, wherein the forwarding module is used for searching and accessing a nearby node in the region of the source platform and the region of the target platform respectively when judging that the regions of the source platform and the target platform and/or the operators are different; or, the method is used for respectively searching and accessing a nearby node in coverage areas of different operators in the belonging regions when the belonging regions of the source platform and the target platform are the same and the belonging operators are different.
The invention can simultaneously interface the data of the data providers under different protocols, flexibly acquire the data of the data providers, convert and package the data under different protocols into the data in the format of the user request protocol and output the data to the user, so that the user can integrate various api interaction protocols and interface the data of a plurality of platforms without modifying the existing interface form.
The above-described aspects may be implemented individually or in various combinations, and such variations are within the scope of the present invention.
It will be understood by those skilled in the art that all or part of the steps of the above methods may be implemented by instructing the relevant hardware through a program, and the program may be stored in a computer readable storage medium, such as a read-only memory, a magnetic or optical disk, and the like. Alternatively, all or part of the steps of the foregoing embodiments may also be implemented by using one or more integrated circuits, and accordingly, each module/unit in the foregoing embodiments may be implemented in the form of hardware, and may also be implemented in the form of a software functional module. The present invention is not limited to any specific form of combination of hardware and software.
It is to be noted that, in this document, the terms "comprises", "comprising" or any other variation thereof are intended to cover a non-exclusive inclusion, so that an article or apparatus including a series of elements includes not only those elements but also other elements not explicitly listed or inherent to such article or apparatus. Without further limitation, an element defined by the phrase "comprising … …" does not exclude the presence of additional like elements in the article or device comprising the element.
The above embodiments are merely to illustrate the technical solutions of the present invention and not to limit the present invention, and the present invention has been described in detail with reference to the preferred embodiments. It will be understood by those skilled in the art that various modifications and equivalent arrangements may be made without departing from the spirit and scope of the present invention and it should be understood that the present invention is to be covered by the appended claims.

Claims (8)

1. A data processing method supporting multiple API protocols, comprising:
receiving source data in different protocol formats, and setting an interface mapping relation between platforms supporting different protocols;
receiving an API data request message from a source platform, wherein the API data request message comprises a user request protocol type;
determining an API interface calling address of a target platform according to the mapping relation when the protocol type supported by a platform of the data requested by the API data request message is different from the user request protocol type, determining a data request interface address of the target platform according to the API interface calling address, acquiring original data from the target platform according to the data request interface address, packaging the original data into the user request protocol type, and sending the user request protocol type to the source platform;
the setting of the mapping relationship between the interface identifier and the interface calling address between the platforms supporting different protocols comprises:
and judging the data volume corresponding to the interface calling address, storing the mapping relation by using a JSON format when the data volume is larger than a preset data threshold value, and storing the mapping relation by using an XML format when the data volume is smaller than the preset data threshold value.
2. The data processing method supporting multiple API protocols according to claim 1,
the method further comprises the following steps: after the target platform is determined, if the regions to which the source platform and the target platform belong and/or the operators to which the source platform and the target platform belong are judged to be different, a nearby node is respectively searched and accessed in the region to which the source platform belongs and the region to which the target platform belongs.
3. The data processing method supporting multiple API protocols according to claim 1,
the method further comprises the following steps: after the target platform is determined, judging that the source platform and the target platform belong to the same region but belong to different operators, respectively searching a nearby node in coverage areas of the different operators in the region and accessing the nearby node.
4. The data processing method supporting multiple API protocols according to claim 1,
the interface identification comprises an API identification, a protocol type and a requested data class;
the interface calling address comprises an IP address, an API mark, a protocol type and a requested data class.
5. A data processing apparatus supporting a plurality of API protocols, comprising:
the mapping relation determining module is used for receiving source data in different protocol formats and setting interface mapping relations among platforms supporting different protocols;
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving an API data request message from a source platform, and the API data request message comprises a user request protocol type;
the judging module is used for judging whether the protocol type supported by the platform of the data requested by the API data request message is the same as the protocol type requested by the user;
a conversion module, configured to determine, when the determination module determines that the protocol type supported by the platform where the data requested by the API data request message is located is different from the user request protocol type, an API interface call address of a target platform according to the mapping relationship, and determine, according to the API interface call address, a data request interface address of the target platform;
the data acquisition module is used for acquiring original data from a target platform by using the data request interface address;
the sending module is used for packaging the original data into a user request protocol type and then sending the user request protocol type to the source platform;
the mapping relation determining module is used for setting the mapping relation between the interface identification and the interface calling address between the platforms supporting different protocols by using the following method: and judging the data volume corresponding to the interface calling address, storing the mapping relation by using a JSON format when the data volume is larger than a preset data threshold value, and storing the mapping relation by using an XML format when the data volume is smaller than the preset data threshold value.
6. The data processing apparatus supporting multiple API protocols according to claim 5,
the method also comprises a forwarding module, which is used for searching and accessing a nearby node in the region to which the source platform belongs and the region to which the target platform belongs respectively when judging that the regions to which the source platform and the target platform belong and/or the operators to which the source platform and the target platform belong are different.
7. The data processing apparatus supporting multiple API protocols according to claim 5,
the method also comprises a forwarding module which is used for respectively searching and accessing a nearby node in the coverage areas of different operators in the belonged regions when judging that the belonged regions of the source platform and the target platform are the same but the belonged operators are different.
8. The data processing apparatus supporting multiple API protocols according to claim 5,
the interface identification comprises an API identification, a protocol type and a requested data class;
the interface calling address comprises an IP address, an API mark, a protocol type and a requested data class.
CN201711045812.8A 2017-10-31 2017-10-31 Data processing method and device supporting multiple API protocols Active CN107948135B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711045812.8A CN107948135B (en) 2017-10-31 2017-10-31 Data processing method and device supporting multiple API protocols

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711045812.8A CN107948135B (en) 2017-10-31 2017-10-31 Data processing method and device supporting multiple API protocols

Publications (2)

Publication Number Publication Date
CN107948135A CN107948135A (en) 2018-04-20
CN107948135B true CN107948135B (en) 2020-02-21

Family

ID=61935948

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711045812.8A Active CN107948135B (en) 2017-10-31 2017-10-31 Data processing method and device supporting multiple API protocols

Country Status (1)

Country Link
CN (1) CN107948135B (en)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109165039B (en) * 2018-04-28 2019-10-01 北京数聚鑫云信息技术有限公司 A kind of configuration and execution method, system and medium of web API
CN108683540B (en) * 2018-05-21 2021-08-24 烽火通信科技股份有限公司 Cross-platform lightweight implementation method and system for network management protocol channel
CN109213519B (en) * 2018-09-14 2020-01-03 北京数聚鑫云信息技术有限公司 Heterogeneous API adaptation processing method and system
CN109542963B (en) * 2018-10-31 2023-10-24 平安科技(深圳)有限公司 Hospital data processing method and related device based on big data
CN109587046B (en) * 2018-11-22 2021-05-14 深圳大宇无限科技有限公司 Data processing method and gateway system
CN109582481B (en) * 2019-01-10 2022-02-18 北京城市网邻信息技术有限公司 Transmission method, device and equipment of call result and storage medium
CN110166431A (en) * 2019-04-16 2019-08-23 中国平安人寿保险股份有限公司 Multi-protocol data conversion method, device and computer equipment
CN110099122B (en) * 2019-05-07 2020-05-15 北京字节跳动网络技术有限公司 Method and apparatus for sending network request
CN112114789B (en) * 2019-06-20 2024-02-06 腾讯科技(深圳)有限公司 Service development method and equipment
CN111064722B (en) * 2019-12-12 2022-10-25 山西云时代技术有限公司 Data sharing method for realizing protocol conversion of set in API mode
CN112395024B (en) * 2020-12-09 2021-12-24 上海益世界信息技术集团有限公司 Interface calling method and related device
CN112597187B (en) * 2021-03-03 2021-06-29 北京冠新医卫软件科技有限公司 GraphQL query method and device based on FHIR standard
CN113079198B (en) * 2021-03-18 2022-07-01 青岛海信智慧生活科技股份有限公司 Method and device for converting cloud platform interface protocol
CN113316014B (en) * 2021-05-21 2023-01-03 Vidaa美国公司 Display device, server and third-party data display control method
CN114816403A (en) * 2022-04-19 2022-07-29 北京字节跳动网络技术有限公司 Request processing method, device, equipment and storage medium
CN115086418B (en) * 2022-07-22 2022-12-27 浙江中控技术股份有限公司 Data transmission method, data transmission device and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107295007A (en) * 2017-07-31 2017-10-24 浪潮天元通信信息系统有限公司 A kind of method of servicing for supporting various protocols, apparatus and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9495371B2 (en) * 2010-12-28 2016-11-15 Microsoft Technology Licensing, Llc Unified access to resources

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107295007A (en) * 2017-07-31 2017-10-24 浪潮天元通信信息系统有限公司 A kind of method of servicing for supporting various protocols, apparatus and system

Also Published As

Publication number Publication date
CN107948135A (en) 2018-04-20

Similar Documents

Publication Publication Date Title
CN107948135B (en) Data processing method and device supporting multiple API protocols
CN109547570B (en) Service registration method, device, registration center management equipment and storage medium
CN110381163B (en) Method for forwarding service request by gateway node and gateway node
JP4762658B2 (en) Method and apparatus for providing distributed SLF routing functionality in an internet multimedia subsystem (IMS) network
CN102413022B (en) Application debugging method and system
CN111182089B (en) Container cluster system, method and device for accessing big data assembly and server
WO2016173348A1 (en) Network access method and mobile communications terminal
EP3518109A1 (en) Method and apparatus for realizing communication between web page and native application, and electronic device
CN111277481B (en) Method, device, equipment and storage medium for establishing VPN tunnel
EP3163946A1 (en) Information transmission method and apparatus, device, computer program and recording medium
WO2016173349A1 (en) Network access method and mobile communications terminal
JP2019506764A (en) System and method for obtaining, processing and updating global information
CN105897947A (en) Network access method and device for mobile terminal
US10715628B2 (en) Attribute operating method and device
CN111225018A (en) Request message processing method and device and electronic equipment
CN111339524A (en) Multi-tenant permission control method and device
CN113315848A (en) Access control method, device and equipment
US20150381562A1 (en) Method and system for detecting a change in contact information
US9992664B2 (en) Determining network connection structure of target area
CN105101040A (en) Resource creating method and device
CN116302602A (en) Message transmission method and device for mixed development of router protogenesis
US20230421533A1 (en) Network Traffic Management
CN111352748B (en) Interface calling method and device, electronic equipment and storage medium
CN111131538B (en) Access control method and access control system
CN113037792B (en) Method, device and gateway for verifying service identification parameters

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
CB02 Change of applicant information

Address after: 550003 Building No. 12 in the Southern Park of Gui'an High-end Equipment Industrial Park, Guizhou Province

Applicant after: Guizhou Baishan cloud Polytron Technologies Inc

Address before: 100015 5 floor, block E, 201 IT tower, electronic city, 10 Jiuxianqiao Road, Chaoyang District, Beijing.

Applicant before: Guizhou white cloud Technology Co., Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant