CN112261047B - Gateway access method, mobile terminal and computer storage medium - Google Patents

Gateway access method, mobile terminal and computer storage medium Download PDF

Info

Publication number
CN112261047B
CN112261047B CN202011140257.9A CN202011140257A CN112261047B CN 112261047 B CN112261047 B CN 112261047B CN 202011140257 A CN202011140257 A CN 202011140257A CN 112261047 B CN112261047 B CN 112261047B
Authority
CN
China
Prior art keywords
gateway
network layer
micro
micro service
routing
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
CN202011140257.9A
Other languages
Chinese (zh)
Other versions
CN112261047A (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.)
Shanghai Qwik Smart Technology Co Ltd
Original Assignee
Shanghai Qwik Smart 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 Shanghai Qwik Smart Technology Co Ltd filed Critical Shanghai Qwik Smart Technology Co Ltd
Priority to CN202011140257.9A priority Critical patent/CN112261047B/en
Publication of CN112261047A publication Critical patent/CN112261047A/en
Application granted granted Critical
Publication of CN112261047B publication Critical patent/CN112261047B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • 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/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The application discloses a gateway access method, which is used for receiving a micro-service call request and acquiring micro-service information in the micro-service call request; routing the micro service call request to a target network layer according to the micro service information; and accessing the gateway corresponding to the target network layer to call the micro service corresponding to the gateway. By the method, the mobile terminal can automatically adapt to the network layer to access the corresponding gateway when requesting the service, is suitable for complex service, can reduce the development difficulty of the service layer, and improves the accuracy of connecting to the corresponding network layer.

Description

Gateway access method, mobile terminal and computer storage medium
Technical Field
The present application relates to the field of network communications, and in particular, to a gateway access method, a mobile terminal, and a computer storage medium.
Background
In the prior art, an APP end is usually connected with a specific project gateway in a butt joint mode, and API accesses are all accessed through a single network layer. As services become complex, multiple service gateways are butted in one project, different gateways are set in the project according to different micro services, such as a login gateway, a gateway used by equipment and a voice gateway may be inconsistent, and in general, only one set of network layer service framework is set in an app framework, and a set of access certificate and domain name address are corresponding to the network layer service framework, which is not suitable for complex services.
Disclosure of Invention
The application aims to provide a gateway access method, a mobile terminal and a computer storage medium, wherein the mobile terminal can automatically adapt to an accessed gateway when requesting service, thereby reducing the development difficulty of a service layer and improving the accuracy of connecting to a corresponding network layer.
In order to solve the technical problems, the present application provides a gateway access method, including:
receiving a micro-service call request, and acquiring micro-service information in the micro-service call request;
routing the micro service call request to a target network layer according to the micro service information;
and accessing the corresponding gateway through the target network layer to call the micro service corresponding to the gateway.
Wherein the micro service information includes a micro service name, and the routing the micro service call request to a target network layer according to the micro service information includes:
configuring a routing mapping between the micro service names and the network layer;
and routing the micro service call request to the target network layer according to the micro service name.
Before the configuring the routing mapping between the micro service name and the network layer, the method further includes:
acquiring preset gateway information when the mobile terminal is started;
and creating at least one network layer according to the preset gateway information.
The preset gateway information comprises a gateway domain name and an authentication certificate.
Wherein the creating at least one network layer according to the preset gateway information includes:
acquiring input parameters according to the gateway domain name, the authentication certificate, a routing array and access timeout time;
and creating at least one network layer according to the input parameters.
Wherein the routing the micro service call request to the target network layer according to the micro service information includes:
analyzing first path information in the micro service information;
circularly comparing the path information stored in the routing array according to the first path information;
if the path information stored in the routing array is matched with the corresponding second path information, routing the micro service call request to a network layer corresponding to the second path information;
and if not, routing the micro service call request to a default network layer.
Wherein the routing array comprises part or all of the interface path of the mobile terminal.
The accessing, by the target network layer, the corresponding gateway includes:
acquiring a gateway domain name corresponding to the target network layer;
acquiring a gateway access address according to the gateway domain name and the mobile terminal address;
and accessing the corresponding gateway according to the gateway access address.
The application also provides a mobile terminal, comprising:
at least one processor;
at least one memory coupled to the at least one processor and storing instructions for execution by the at least one processor, the instructions when executed by the at least one processor cause the apparatus to perform the gateway access method as described above.
The present application also provides a computer storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the gateway access method as described above.
The application relates to a gateway access method, a mobile terminal and a computer storage medium, wherein the gateway access method comprises the following steps: receiving a micro-service call request, and acquiring micro-service information in the micro-service call request; routing the micro service call request to a target network layer according to the micro service information; and accessing the gateway corresponding to the target network layer to call the micro service corresponding to the gateway. By the method, the mobile terminal can automatically adapt to the network layer to access the corresponding gateway when requesting the service, is suitable for complex service, can reduce the development difficulty of the service layer, and improves the accuracy of connecting to the corresponding network layer.
The foregoing description is only an overview of the present application, and is intended to be implemented in accordance with the teachings of the present application, as well as the preferred embodiments thereof, together with the following detailed description of the application, given by way of illustration only, together with the accompanying drawings.
Drawings
FIG. 1 is an application environment diagram of a gateway access method according to an embodiment of the present application;
FIG. 2 is a flow chart diagram illustrating a gateway access method according to an embodiment of the present application;
fig. 3 is a specific flowchart illustrating a network management access method according to an embodiment of the present application;
fig. 4 is one of schematic structural diagrams of a mobile terminal according to an embodiment of the present application;
fig. 5 is a second schematic structural diagram of the mobile terminal shown in fig. 4.
Detailed Description
Further advantages and effects of the present application will become apparent to those skilled in the art from the disclosure of the present application, which is described by the following specific examples.
In the following description, reference is made to the accompanying drawings which describe several embodiments of the application. It is to be understood that other embodiments may be utilized and that mechanical, structural, electrical, and operational changes may be made without departing from the spirit and scope of the present application. The following detailed description is not to be taken in a limiting sense, and the scope of embodiments of the present application is defined only by the claims of the issued patent. The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application.
Although the terms first, second, etc. may be used herein to describe various elements in some examples, these elements should not be limited by these terms. These terms are only used to distinguish one element from another element.
Furthermore, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context indicates otherwise. It will be further understood that the terms "comprises," "comprising," "includes," and/or "including" specify the presence of stated features, steps, operations, elements, components, items, categories, and/or groups, but do not preclude the presence, presence or addition of one or more other features, steps, operations, elements, components, items, categories, and/or groups. The terms "or" and/or "as used herein are to be construed as inclusive, or meaning any one or any combination. Thus, "A, B or C" or "A, B and/or C" means "any of the following: a, A is as follows; b, a step of preparing a composite material; c, performing operation; a and B; a and C; b and C; A. b and C). An exception to this definition will occur only when a combination of elements, functions, steps or operations are in some way inherently mutually exclusive.
Fig. 1 is an application environment schematic diagram of a gateway access method according to an embodiment of the present application, including a mobile terminal 11 and a cloud server 12. It should be understood that the number of mobile terminals 11 and cloud servers 12 in fig. 1 and their installation locations are merely illustrative. There may be any number of mobile terminals 11 and cloud servers 12 associated as desired for implementation. The mobile terminal 11 receives the micro service call request sent by the mobile terminal 11 through configuring the routing mapping between the micro service and the network layer, and then routes the micro service call request to the cloud server 12 corresponding to the micro service, so that the mobile terminal 11 can automatically adapt to the gateway to be accessed when requesting the service, and call the micro service corresponding to the gateway.
Fig. 2 is a flow chart illustrating a gateway access method according to an embodiment of the present application. As shown in the figure, the gateway access method provided by the embodiment of the application includes:
step 201: receiving a micro-service call request, and acquiring micro-service information in the micro-service call request;
step 202: routing the micro service call request to a target network layer according to the micro service information;
step 203: and accessing the corresponding gateway through the target network layer to call the micro service corresponding to the gateway.
The embodiment is implemented in a router framework, a network layer is created according to an authentication certificate and a gateway domain name in preset gateway information when an application is started, a micro-service call request is routed to a target network layer by micro-service information, and then a gateway corresponding to the target network layer is accessed to call the micro-service corresponding to the gateway. In other embodiments, the method can be realized at any app end and front end according to the thought, so that the mobile terminal can be automatically adapted to the accessed gateway when requesting service through the restful Api. The mobile products of the mobile terminal comprise mobile phone APP, embedded H5 page, applet, WQ page and the like, WEB page products such as PC end, WEB page, PC mobile terminal and the like, and mobile equipment such as smart bracelet, POS machine and palm computer. The micro-services invoked by the mobile terminal may involve a multi-layer network. The single network layer has a fixed gateway domain name and an authentication certificate, and each network layer of the multiple network layers corresponds to one gateway domain name and authentication certificate, when the mobile terminal sends a micro-service call request, if the gateway domain name and authentication certificate of the single network layer are continuously used, multiple different gateways cannot be accessed simultaneously. Specifically, when the function of the mobile terminal needs to access the api collaboration of a plurality of gateways to complete, for example, login and registration need to access the auth/login interface of the gateway a, generate an order, pay and need to access the mspay/createOrder interface of the gateway B, and report the user/userTracking interface of the gateway C. And generating three corresponding network layers for the gateway respectively, and automatically assembling a complete url address, namely the gateway domain name+url of the api when the api accesses. By the method, all APIs used by the service can be accessed in a unified mode, and then the APIs are automatically routed by the network management layer for correct network access, so that the service layer does not need to be processed respectively for multiple network layers during development, the development efficiency of the service layer is improved, and the APIs can be shared.
And when the mobile terminal is started, acquiring preset gateway information, and then creating at least one network layer according to the preset gateway information. When the app, applet, web page are started, a corresponding network layer object is created according to the gateway certificate configuration. The preset gateway information comprises a gateway domain name and an authentication certificate. The three gateways illustrated above have three domain names and authentication credentials, respectively. When the preset gateway information creates at least one network layer, combining the gateway domain name, the authentication certificate, the routing array and the access timeout time to obtain input parameters, and creating the at least one network layer according to the input parameters. Wherein the routing array comprises part or all of the data of the interface path of the mobile terminal. The network layer is a secondary encapsulation of the http component, requiring the following information as input parameters to create the network layer:
baseUrl, domain name address of gateway;
2, server CA, clientCA, clientKey, authentication certificate of gateway;
routelist, route array, include some routes of api, for example [ "/msupport", "/V1 a/msupport" ], when the route of some api matches in the array, use the matched network layer to visit;
timeout, api access timeout.
In one embodiment, the micro service information includes a micro service name, and when the micro service call request is routed to the target network layer according to the micro service information, a routing mapping between the micro service name and the network layer is first configured, and then the micro service call request is routed to the target network layer according to the micro service name. First, analyzing first path information in micro service information, and then circularly comparing path information stored in a route array according to the first path information. If the path information stored in the routing array is matched with the corresponding second path information, routing the micro-service call request to a network layer corresponding to the second path information; if the path information stored in the routing array does not have the data matched with the first path information, the micro-service call request is routed to a default network layer, and if the conventional network layer does not need an authentication certificate, the conventional network layer can only pass through the domain name.
The gateway realizes network interconnection above the network layer, when accessing the gateway corresponding to the target network layer, the gateway access address is obtained by acquiring the gateway domain name and combining the gateway domain name and the mobile terminal address, and then the corresponding gateway is accessed according to the gateway access address. For example, the restfulapi for a business layer is as follows:
{baseUrl}/auth/token
{baseUrl}/auth/userLogin
{baseUrl}/account/accountBind/findBindUserList
the { baseUrl } part is the address of the gateway and is held by different network layers, the accessed api is obtained by removing the { baseUrl } part, and when the api needs to be accessed through the network layers, the network layers and the paths in the routing array are matched with each other by using the corresponding network layers.
Fig. 3 is a specific flowchart illustrating a gateway access method according to an embodiment of the present application. As shown in fig. 3, taking the service interface request data of the service layer as an example of user login, the interface of https:// xxx.com.cn and access/user/login is needed to realize login service. First, when the app is started, a plurality of network layers are initialized, and an array in network management (https:// xxx.com) corresponding to the network layer object is created and cached in the network management (HttpManager). In addition, the network routes in the array also correspond to a plurality of other service gateways, such as the service gateway 1, the service gateway 2 and the service gateway N. Secondly, the api is required to be in butt joint/user/login, the api is provided with an input parameter and an output parameter, the input parameter is a userlogicnrequest class, the output parameter is a userlogicnresponse class, the input parameter is transmitted according to the requirement by calling a request method in the httpananager, and at the moment, the httpananager can circularly compare whether a route in a routeList of a cache network layer is matched with the api route or not. If so, completing the http request by using the baseUrl and the certificate information in the network layer (the http request is completed by the http component); if the network layer is not matched with the server gateway, the default network layer is used for data access, so that response data of the server gateway are obtained.
The gateway access method of the embodiment comprises the following steps: receiving a micro-service call request, and acquiring micro-service information in the micro-service call request; routing the micro service call request to a target network layer according to the micro service information; and accessing the gateway corresponding to the target network layer to call the micro service corresponding to the gateway. By the method, the mobile terminal can automatically adapt to the network layer to access the corresponding gateway when requesting the service, is suitable for complex service, can reduce the development difficulty of the service layer, and improves the accuracy of connecting to the corresponding network layer.
As shown in fig. 4, the present application also provides a mobile terminal 10, comprising: at least one processor 106 and at least one memory 102, the memory 102 storing a computer program, the gateway access method described above being implemented when the processor 106 runs the computer program.
The specific process of executing the above steps by the processor 106 in this embodiment is described in detail in the related description of the embodiments of the gateway access method, and will not be described herein.
Referring to fig. 5, in actual implementation, the mobile terminal 10 includes a memory 102, a memory controller 104, one or more (only one is shown) processors 106, a peripheral interface 108, a radio frequency module 150, a positioning module 112, a camera module 114, an audio module 116, a screen 118, and a key module 160. These components communicate with each other via one or more communication buses/signal lines 122.
It will be appreciated that the configuration shown in fig. 5 is merely illustrative and that the mobile terminal 10 may also include more or fewer components than those shown in fig. 5 or have a different configuration than that shown in fig. 5. The components shown in fig. 5 may be implemented in hardware, software, or a combination thereof.
The memory 102 may be used to store software programs and modules, such as program instructions/modules corresponding to the gateway access method in the embodiment of the present application, and the processor 106 executes the software programs and modules stored in the memory controller 104, thereby performing various functional applications and data processing, that is, implementing the gateway access method described above.
Memory 102 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 102 may further include memory located remotely from the processor 106, which may be connected to the mobile terminal 10 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. Access to the memory 102 by the processor 106 and possibly other components may be under the control of the memory controller 104.
The peripheral interface 108 couples various input/output devices to the CPU and memory 102. The processor 106 executes various software, instructions within the memory 102 to perform various functions of the mobile terminal 10 and to perform data processing.
In some embodiments, the peripheral interface 108, the processor 106, and the memory controller 104 may be implemented in a single chip. In other examples, they may be implemented by separate chips.
The radio frequency module 150 is configured to receive and transmit electromagnetic waves, and to implement mutual conversion between the electromagnetic waves and the electrical signals, so as to communicate with a communication network or other devices. The radio frequency module 150 may include various existing circuit elements for performing these functions, such as an antenna, a radio frequency transceiver, a digital signal processor, an encryption/decryption chip, a Subscriber Identity Module (SIM) card, memory, and the like. The rf module 150 may communicate with various networks such as the internet, intranets, wireless networks, or other devices via wireless networks. The positioning module 112 is used to obtain the current location of the mobile terminal 10. Examples of the positioning module 112 include, but are not limited to, global satellite positioning system (GPS), wireless local area network or mobile communication network based positioning technology.
The camera module 114 is used to take pictures or videos. The photographed photo or video may be stored into the memory 102 and may be transmitted through the radio frequency module 150.
The audio module 116 provides an audio interface to the user, which may include one or more microphones, one or more speakers, and audio circuitry. The audio circuit receives sound data from the peripheral interface 108, converts the sound data to electrical information, and transmits the electrical information to the speaker. The speaker converts electrical energy into sound waves that can be heard by the human ear. The audio circuit also receives electrical information from the microphone, converts the electrical signal into sound data, and transmits the sound data to the peripheral interface 108 for further processing. The audio data may be retrieved from the memory 102 or through the radio frequency module 150. In addition, audio data may also be stored in the memory 102 or transmitted through the radio frequency module 150. In some examples, the audio module 116 may also include a headphone jack for providing an audio interface to headphones or other devices.
Screen 118 provides an output interface between mobile terminal 10 and a user. Specifically, screen 118 displays video output to the user, the content of which may include text, graphics, video, and any combination thereof. Some output results correspond to some user interface objects. It is understood that the screen 118 may also include a touch screen. The touch screen provides both an output and input interface between the mobile terminal 10 and the user. In addition to displaying video output to users, the touch screen also receives user inputs, such as user clicks, swipes, and the like, in order for the user interface object to respond to these user inputs. The technique of detecting user input may be based on resistive, capacitive, or any other possible touch detection technique. Specific examples of touch screen display units include, but are not limited to, liquid crystal displays or light emitting polymer displays.
The key module 160 also provides an interface for a user to enter into the mobile terminal 10 by pressing different keys to cause the mobile terminal 10 to perform different functions.
The application also provides a computer storage medium on which computer program instructions are stored; the computer program instructions, when executed by a processor, implement the gateway access method as described in the above embodiments.
In actual implementation, the computer storage medium is applied to the mobile terminal shown in fig. 3 or fig. 4, so as to realize intelligent monitoring. The above embodiments are merely illustrative of the principles of the present application and its effectiveness, and are not intended to limit the application. Modifications and variations may be made to the above-described embodiments by those skilled in the art without departing from the spirit and scope of the application. Accordingly, it is intended that all equivalent modifications and variations of the application be covered by the claims, which are within the ordinary skill of the art, be within the spirit and scope of the present disclosure.

Claims (6)

1. A gateway access method applied to a mobile terminal, comprising:
creating a plurality of network layers according to preset gateway information, wherein the preset gateway information comprises a gateway domain name and an authentication certificate, each network layer of the plurality of network layers corresponds to one gateway domain name and one authentication certificate, and the network layers are secondarily packaged for an http component;
receiving a micro-service call request, and acquiring micro-service information in the micro-service call request;
routing the micro service call request to a target network layer according to the micro service information;
accessing a corresponding gateway through the target network layer to call a micro service corresponding to the gateway;
the creating a plurality of network layers according to the preset gateway information includes:
acquiring preset gateway information when the mobile terminal is started;
acquiring input parameters according to the gateway domain name, the authentication certificate, a routing array and access timeout time, wherein the routing array comprises part or all of an interface path of the mobile terminal;
and creating a plurality of network layers according to the input parameters.
2. The gateway access method of claim 1, wherein the micro service information includes a micro service name, and wherein routing the micro service invocation request to the target network layer according to the micro service information comprises:
configuring a routing mapping between the micro service names and the network layer;
and routing the micro service call request to the target network layer according to the micro service name.
3. The gateway access method of claim 1, wherein said routing the micro service invocation request to the target network layer according to the micro service information comprises:
analyzing first path information in the micro service information;
circularly comparing the path information stored in the routing array according to the first path information;
if the path information stored in the routing array is matched with the corresponding second path information, routing the micro service call request to a network layer corresponding to the second path information;
and if the network layer is not matched, routing the micro service call request to a default network layer, wherein the default network layer is a network layer which does not need an authentication certificate and can be accessed only through the gateway domain name.
4. The gateway access method according to claim 1, wherein the accessing the corresponding gateway through the target network layer comprises:
acquiring a gateway domain name corresponding to the target network layer;
acquiring a gateway access address according to the gateway domain name and the mobile terminal address;
and accessing the corresponding gateway according to the gateway access address.
5. A mobile terminal, comprising:
at least one processor;
at least one memory coupled to the at least one processor and storing instructions for execution by the at least one processor, which when executed by the at least one processor, cause the mobile terminal to perform the gateway access method of any of claims 1 to 4.
6. A computer storage medium having computer program instructions stored thereon; the computer program instructions, when executed by a processor, implement the gateway access method of any of claims 1 to 4.
CN202011140257.9A 2020-10-22 2020-10-22 Gateway access method, mobile terminal and computer storage medium Active CN112261047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011140257.9A CN112261047B (en) 2020-10-22 2020-10-22 Gateway access method, mobile terminal and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011140257.9A CN112261047B (en) 2020-10-22 2020-10-22 Gateway access method, mobile terminal and computer storage medium

Publications (2)

Publication Number Publication Date
CN112261047A CN112261047A (en) 2021-01-22
CN112261047B true CN112261047B (en) 2023-11-03

Family

ID=74264041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011140257.9A Active CN112261047B (en) 2020-10-22 2020-10-22 Gateway access method, mobile terminal and computer storage medium

Country Status (1)

Country Link
CN (1) CN112261047B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113014664B (en) * 2021-03-12 2023-06-30 京东科技信息技术有限公司 Gateway adaptation method, device, electronic equipment and storage medium
CN112965700B (en) * 2021-05-17 2021-08-20 太平金融科技服务(上海)有限公司 Routing-based micro-service processing method and device, computer equipment and medium
CN113805802A (en) * 2021-08-11 2021-12-17 网宿科技股份有限公司 Method, server and storage medium for accessing current limit
CN113671881B (en) * 2021-08-24 2022-08-30 万申科技股份有限公司 Measurement and control and emergency management platform based on AIoT + micro service

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104052828A (en) * 2013-03-15 2014-09-17 弗里塞恩公司 Method And System For Intelligent Many-to-many Service Routing Over Epp
CN108901022A (en) * 2018-06-28 2018-11-27 深圳云之家网络有限公司 A kind of micro services universal retrieval method and gateway
CN108989356A (en) * 2018-09-10 2018-12-11 四川长虹电器股份有限公司 A kind of method that API gateway realizes protocol conversion
CN109040316A (en) * 2018-09-19 2018-12-18 天津字节跳动科技有限公司 HTTP service treating method and apparatus
CN109150874A (en) * 2018-08-16 2019-01-04 新华三技术有限公司 Access authentication method, device and authenticating device
CN109150616A (en) * 2018-09-03 2019-01-04 成都嗨翻屋科技有限公司 A kind of Intelligent gateway and its working method that can increase https entrance automatically
CN109672612A (en) * 2018-12-13 2019-04-23 中国电子科技集团公司电子科学研究院 API gateway system
CN110120946A (en) * 2019-04-29 2019-08-13 武汉理工大学 A kind of Centralized Authentication System and method of Web and micro services
WO2019232961A1 (en) * 2018-06-05 2019-12-12 平安科技(深圳)有限公司 Interface automation method and system, computer device, and storage medium
CN110691131A (en) * 2019-09-26 2020-01-14 北京笔新互联网科技有限公司 Micro-service framework system based on intelligent mobile terminal
CN111049789A (en) * 2018-10-15 2020-04-21 北京京东尚科信息技术有限公司 Domain name access method and device
CN111181865A (en) * 2019-12-11 2020-05-19 天翼电子商务有限公司 Traffic distribution method and system based on service, storage medium and terminal
CN111510487A (en) * 2020-04-10 2020-08-07 杭州云缔盟科技有限公司 Method for realizing intelligent routing

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7047560B2 (en) * 2001-06-28 2006-05-16 Microsoft Corporation Credential authentication for mobile users
US8422397B2 (en) * 2007-12-28 2013-04-16 Prodea Systems, Inc. Method and apparatus for rapid session routing
US8990356B2 (en) * 2011-10-03 2015-03-24 Verisign, Inc. Adaptive name resolution

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104052828A (en) * 2013-03-15 2014-09-17 弗里塞恩公司 Method And System For Intelligent Many-to-many Service Routing Over Epp
WO2019232961A1 (en) * 2018-06-05 2019-12-12 平安科技(深圳)有限公司 Interface automation method and system, computer device, and storage medium
CN108901022A (en) * 2018-06-28 2018-11-27 深圳云之家网络有限公司 A kind of micro services universal retrieval method and gateway
CN109150874A (en) * 2018-08-16 2019-01-04 新华三技术有限公司 Access authentication method, device and authenticating device
CN109150616A (en) * 2018-09-03 2019-01-04 成都嗨翻屋科技有限公司 A kind of Intelligent gateway and its working method that can increase https entrance automatically
CN108989356A (en) * 2018-09-10 2018-12-11 四川长虹电器股份有限公司 A kind of method that API gateway realizes protocol conversion
CN109040316A (en) * 2018-09-19 2018-12-18 天津字节跳动科技有限公司 HTTP service treating method and apparatus
CN111049789A (en) * 2018-10-15 2020-04-21 北京京东尚科信息技术有限公司 Domain name access method and device
CN109672612A (en) * 2018-12-13 2019-04-23 中国电子科技集团公司电子科学研究院 API gateway system
CN110120946A (en) * 2019-04-29 2019-08-13 武汉理工大学 A kind of Centralized Authentication System and method of Web and micro services
CN110691131A (en) * 2019-09-26 2020-01-14 北京笔新互联网科技有限公司 Micro-service framework system based on intelligent mobile terminal
CN111181865A (en) * 2019-12-11 2020-05-19 天翼电子商务有限公司 Traffic distribution method and system based on service, storage medium and terminal
CN111510487A (en) * 2020-04-10 2020-08-07 杭州云缔盟科技有限公司 Method for realizing intelligent routing

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Management of API Gateway Based on Micro-service Architecture;J T Zhao;《Journal of Physics Conference Series 》;全文 *
基于OpenResty平台的API网关系统的设计与实现;温馨;樊婧雯;王富强;;信息化研究(第03期);全文 *
多维电子渠道建设中微服务架构的应用与实践;周春等;《数字技术与应用》;20180505(第05期);全文 *

Also Published As

Publication number Publication date
CN112261047A (en) 2021-01-22

Similar Documents

Publication Publication Date Title
CN112261047B (en) Gateway access method, mobile terminal and computer storage medium
CN111953811B (en) Site access method, site registration method, device, equipment and storage medium
CN104243517B (en) Content share method and device between different terminals
CN108702602B (en) Image sharing method, electronic device and system
CN113347242B (en) Cross-device resource access method and device, storage medium and electronic device
CN104935744A (en) Verification code display method, verification code display device and mobile terminal
WO2018121649A1 (en) Incoming call management method and apparatus
CN111866140B (en) Fusion management device, management system, service calling method and medium
CN111357255B (en) Building a trusted application common to multiple applications
CN108833585A (en) Information interacting method, device and storage medium
CN104239317A (en) Method and device for compiling pictures in browser
CN113206781B (en) Client control method, device, equipment and storage medium
CN107181755A (en) A kind of personal identification method of office platform, apparatus and system
US20240291875A1 (en) Method, apparatus, device and medium for processing group information
CN109474646B (en) Communication connection method, device, system and storage medium
CN104702634A (en) Method, device and system for processing data operation request
CN111615694B (en) Method for selecting server node and terminal equipment
CN110505253B (en) Method, device and storage medium for requesting webpage information
US9749828B2 (en) Communication system and method for making telephone calls over the internet
US9887948B2 (en) Augmenting location of social media posts based on proximity of other posts
CN111130985B (en) Incidence relation establishing method, device, terminal, server and storage medium
CN112784201B (en) Webpage display method, device, terminal and storage medium
EP4149073A1 (en) Electronic device forming network slice and data session, and method for operating same
CN114071652B (en) Binding relation establishing method and related equipment
CN112702306A (en) Intelligent service sharing method, device, equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant