CN113065079A - Method, equipment and storage medium for calling native page based on address protocol - Google Patents

Method, equipment and storage medium for calling native page based on address protocol Download PDF

Info

Publication number
CN113065079A
CN113065079A CN202110393296.8A CN202110393296A CN113065079A CN 113065079 A CN113065079 A CN 113065079A CN 202110393296 A CN202110393296 A CN 202110393296A CN 113065079 A CN113065079 A CN 113065079A
Authority
CN
China
Prior art keywords
address
page
native
protocol
calling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110393296.8A
Other languages
Chinese (zh)
Other versions
CN113065079B (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.)
Kaixin Jinfu Nanjing Information Service Co ltd
Original Assignee
Kaixin Jinfu Nanjing Information Service 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 Kaixin Jinfu Nanjing Information Service Co ltd filed Critical Kaixin Jinfu Nanjing Information Service Co ltd
Priority to CN202110393296.8A priority Critical patent/CN113065079B/en
Publication of CN113065079A publication Critical patent/CN113065079A/en
Application granted granted Critical
Publication of CN113065079B publication Critical patent/CN113065079B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Abstract

The invention relates to the browser page calling field, and discloses a method, equipment and storage medium for calling a native page based on an address protocol, which judges whether an HTML page is an address meeting protocol convention or not by customizing a WebView container controller class of the address protocol based on a URL format, uses a WebView interceptor integrated in the WebView container controller class, if so, analyzes a parameter value by a route distributor, distributes the parameter value into two branches of native and HTML for processing and judgment, enters a specified address page conforming to the two branches or compares the specified address page with a native page name capable of being jumped, if so, jumps if yes, does not conform to the two branches and does not jump any longer than the unmatched native page name, the invention is used for calling the native page by a browser at a mobile phone client end without additional function calling and the support of the existing jump mode, only needs to replace a target URL into the format meeting the address protocol, the native page can be directly entered.

Description

Method, equipment and storage medium for calling native page based on address protocol
Technical Field
The invention relates to the field of browser page calling, and particularly provides a method, equipment and a storage medium for calling a native page based on an address protocol.
Background
Nowadays, mobile internet is developing vigorously, more and more service functions borne by apps running on intelligent mobile terminals are increasing, and in order to realize dynamic update and cross-platform development of pages, a plurality of App manufacturers adopt a Hybrid (Hybrid) development framework. The development framework is to divide the page implementation in the application into two ways: the method comprises the following steps of traditional Native (Native) pages and HTML pages, wherein the HTML pages rely on a browser (WebView) of a Native App, access and load page resources of a remote server, and are displayed in the WebView.
When the framework of the hybrid-App is deeply used, the problem that the native page and the HTML page are mutually called is inevitable. Opening and accessing an HTML page in a native page flow is relatively simple and direct, opening WebView at a corresponding jump entrance and specifying an accessed URL address; invoking and/or accessing native pages in HTML pages is correspondingly complicated.
In the prior art, the calling and/or accessing of the original page of the HTML page is mainly achieved through the following two ways, one of which is that a JS calling interface provided by a mobile phone App Webview original development frame is used for calling an original method, so that the purpose of skipping the original page of the HTML is achieved, but the way has the compatibility limitation of a system level; according to the method, a third-party open-source JSbridge framework is integrated, URL interception, resolution and calling are carried out by using a Bridge object in the framework, the open-source solution is ready at present, the whole system is greatly invaded, the customized development cost is high, and the difficulty is high.
Disclosure of Invention
In order to solve the problems of compatibility limitation, uncontrollable safety and high customization integration cost in the calling scheme in the prior art, the invention provides a method, equipment and a storage medium for calling a native page based on an address protocol.
The technical scheme of the invention is as follows:
a method for calling a native page based on an address protocol implementation comprises the following steps:
s1: customizing a WebView container controller class of an address protocol based on a URL format, and judging whether an HTML page is an address meeting protocol convention or not through a WebView interceptor integrated in the WebView container controller class;
s2: if the judgment result of the S1 is 'yes', the next step of processing is carried out, and if the judgment result of the S1 is 'no', the new address is skipped to normally;
s3: the address conforming to the agreement is analyzed by the route distributor, and the analyzed parameter value is distributed to two branches of native and html for processing and judgment;
s4: the method accords with two branches of native and html, namely the next step is carried out, otherwise, no jump is made; s5: judging the matched branch type, entering the appointed address page or comparing with the name of the original page which can be jumped, and jumping if the matching is matched, otherwise, not jumping.
Further, the address protocol comprises an HTTP domain name part, a private address part, a fixed parameter part, and a service parameter part, wherein the private address part is a fixed address path agreed by the address protocol, the fixed parameter part comprises a type parameter and a target parameter, and the service parameter part transmits a reference according to a native page requirement.
Further, the step S2 includes processing the HTTP domain name part and the private address part of the address protocol, and performing a judgment by the WebView interceptor, where the WebView interceptor performs a judgment of the URL domain name and the path in the lifecycle function before the jump occurs, and delivers the address conforming to the agreement to the route distributor for processing, and the address not conforming to the agreement is not intercepted and processed by the WebView interceptor, and the address jumps to a new address normally.
Further, the S3 first analyzes the fixed parameter part of the address conforming to the protocol, takes out and matches the get parameter, and then distributes the obtained value of the type parameter to native and html branches for processing and judgment.
Further, the S5 conforms to the parameter value of the html branch, that is, the WebView container controller opens the specified address page, the parameter value conforming to the native branch enters the distribution process of the specific page, the router extracts the value of the target, compares the value with the param service parameter of the native page that can be skipped, and if the comparison is satisfactory, the forwarding is performed, otherwise, no forwarding is performed.
Further, the service parameter of the native page is a natural number.
An apparatus for invoking native pages based on an address protocol implementation, the apparatus comprising:
a memory, a processor, a communication bus, and a program stored on the memory that implements calling native pages based on an address protocol,
the communication bus is used for realizing communication connection between the processor and the memory;
the processor is configured to execute the address protocol based implementation calling native page program to implement the steps of the address protocol based implementation calling native page method as described in any one of the above.
A computer readable storage medium storing executable instructions, the storage medium having stored thereon an address protocol based implementation call native page program, the address protocol based implementation call native page program when executed by a processor implementing the steps of any one of the above method for address protocol based implementation call native page.
The beneficial effects of the invention at least comprise:
(1) the method is used for calling a native page by an HTML page of a browser of a mobile phone client, has low intrusion and low coupling to original codes, and can be realized by using a customized and developed base class or an integrated base class on a WebView page with a skipping requirement without any code modification on various native pages of a skipping target page;
(2) the HTML page has extremely low development cost, does not need additional function call and is supported by the existing jump mode, and the original page can be directly accessed only by replacing the target URL with a format meeting the address protocol;
(3) the method has the advantages that the safety is controllable, firstly, the domain name white list can be checked in the interceptor, then, only the original page or the jump method specified by the service is opened in the route distributor, and the Web page has no extra authority to call the other pages;
(4) the method can be perfectly compatible with new and old versions of the mobile phone operating system, and has good compatibility.
Drawings
FIG. 1 is a schematic diagram illustrating a process of calling a native page based on an address protocol implementation according to the present invention.
Fig. 2 is a schematic diagram of the address protocol components of the present 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.
Referring to fig. 1-2, the present invention provides a method for implementing calling a native page based on an address protocol, including:
s1: customizing a WebView container controller class of an address protocol based on a URL format, and judging whether an HTML page is an address meeting protocol convention or not through a WebView interceptor integrated in the WebView container controller class;
s2: if the judgment result of the S1 is 'yes', the next step of processing is carried out, and if the judgment result of the S1 is 'no', the new address is skipped to normally;
s3: the address conforming to the agreement is analyzed by the route distributor, and the analyzed parameter value is distributed to two branches of native and html for processing and judgment;
s4: the method accords with two branches of native and html, namely the next step is carried out, otherwise, no jump is made; s5: judging the matched branch type, entering the appointed address page or comparing with the name of the original page which can be jumped, and jumping if the matching is matched, otherwise, not jumping.
Further, the address protocol includes an HTTP domain name part, a private address part, a fixed parameter part, and a traffic parameter part.
In the HTTP domain name part, the address protocol of the present invention has no special requirement on the visited domain name protocol, but the interceptor provides the capability of filtering specific white list domain names, and can only process the specified domain name information. If further control on security is required, the function can be used as a 'safe domain white list', and a request which is not a trusted domain name can never call the original page of the App.
In the private address part, the protocol appoints a fixed address path, and all the requests using the path are identified by the interceptor and transferred to the route distributor for subsequent work.
A fixed parameter part: from C onwards are the get parameter portion of the URL, "? "the first, individual parameters are partitioned with" & ". The fixed parameters are agreed upon by the protocol itself and are not changeable.
Specifically, there are two parameters:
type: distinguishing the types of the jump pages, wherein enumerated values of fields of the jump pages include a native page and an html page, the native page is accessed by the native page, and the html page is opened by a new WebView page and accesses a specified URL page (actually, a special native page);
target is the name of the target page to be jumped. And for the native mode, the native mode corresponds to the native page name defined by the route distributor one by one, the corresponding page is jumped to after matching is completed, and no jump action is performed if the native mode cannot be matched. For the "html" mode, the "target" passes the URL address of the website. And the route distributor directly creates a new WebView, transmits target content and opens a new HTML page.
The service parameter part: the parameters of this part are determined according to the requirements of each native page itself, and the native page may need to have some business fields introduced before entering, so as to be used for the presentation and query of the page. The part of the parameters is selectable and variable.
The private address part is a fixed address path appointed by an address protocol, the fixed parameter part comprises a type parameter and a target parameter, and the service parameter part transmits parameters according to the requirements of a native page.
Further, the S2 processes the HTTP domain name part and the private address part of the address protocol, and determines the address by the WebView interceptor, and the WebView interceptor determines the URL domain name and the path in the lifecycle function before the jump occurs:
intercepting the address which conforms to protocol convention, delivering the intercepted address to a route distributor for processing, and avoiding skipping in WebView;
and the address which accords with the agreement is normally jumped to access without any interception and processing.
The request conforming to the protocol agreed address is forwarded to the route distributor, the fixed parameter part of the address conforming to the protocol is firstly analyzed in S3, get parameters are taken out one by one and are matched, then the obtained value of the type parameter is judged and is distributed to two branches of native and html for processing, and if the value of the type is not equal to any one, no jump is made.
Further, the S5 conforms to the parameter value of the HTML branch, that is, the WebView container controller opens the specified address page, the parameter value conforming to the native branch enters the distribution process of the specific page, the router extracts the value of the target, compares the value with the param service parameter of the native page that can be skipped, and if the comparison is satisfactory, the forwarding is performed, otherwise, it indicates that the service party does not prepare to expose the native page to the HTML call in the project, and does not perform any forwarding at this time.
Furthermore, the business parameters of the native pages are natural numbers, param is a business parameter, and the parameters are transmitted according to specific native page requirements, and may not be multiple, and the calling party (HTML) and the router define according to specific target page requirements
An apparatus for invoking native pages based on an address protocol implementation, the apparatus comprising:
a memory, a processor, a communication bus, and a program stored on the memory that implements calling native pages based on an address protocol,
the communication bus is used for realizing communication connection between the processor and the memory;
the processor is configured to execute the address protocol based implementation calling native page program to implement the steps of the address protocol based implementation calling native page method as described in any one of the above.
A computer readable storage medium storing executable instructions, the storage medium having stored thereon an address protocol based implementation call native page program, the address protocol based implementation call native page program when executed by a processor implementing the steps of any one of the above method for address protocol based implementation call native page.
The method is used for calling the native page by the HTML page of the browser of the mobile phone client, has low intrusion and low coupling to the original code, can use the customized and developed base class or the integrated base class on the WebView page with the skipping requirement, and does not modify any code for various native pages of the skipping target page;
the HTML page of the invention has extremely low development cost, does not need additional function call, is supported by the existing jump mode, and can directly enter the original page only by replacing the target URL with a format meeting the address protocol.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes performed by the present specification and drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. A method for realizing calling native page based on address protocol is characterized in that: the method comprises the following steps:
s1: customizing a WebView container controller class of an address protocol based on a URL format, and judging whether an HTML page is an address meeting protocol convention or not through a WebView interceptor integrated in the WebView container controller class;
s2: if the judgment result of the S1 is 'yes', the next step of processing is carried out, and if the judgment result of the S1 is 'no', the new address is skipped to normally;
s3: the address conforming to the agreement is analyzed by the route distributor, and the analyzed parameter value is distributed to two branches of native and html for processing and judgment;
s4: the method accords with two branches of native and html, namely the next step is carried out, otherwise, no jump is made;
s5: judging the matched branch type, entering the appointed address page or comparing with the name of the original page which can be jumped, and jumping if the matching is matched, otherwise, not jumping.
2. The method for invoking native pages based on address protocol implementation of claim 1, wherein: the address protocol comprises an HTTP domain name part, a private address part, a fixed parameter part and a service parameter part, wherein the private address part is a fixed address path appointed by the address protocol, the fixed parameter part comprises a type parameter and a target parameter, and the service parameter part transmits parameters according to the requirements of a native page.
3. The method of claim 2 for invoking native pages based on address protocol implementation, wherein: and the S2 processes the HTTP domain name part and the private address part of the address protocol, judges through a WebView interceptor, judges the URL domain name and the path in the life cycle function before the jump occurs by the WebView interceptor, delivers the address conforming to the agreement to the route distributor for processing, does not conform to the address conforming to the agreement, does not intercept and process the WebView interceptor, and normally jumps to a new address.
4. The method of claim 2 for invoking native pages based on address protocol implementation, wherein: and S3, analyzing the fixed parameter part of the address conforming to the protocol, taking out and matching the get parameter, and distributing the value of the obtained type parameter to a native branch and an html branch for processing and judgment.
5. The method of claim 2 for invoking native pages based on address protocol implementation, wherein: and the S5 conforms to the parameter value of the html branch, namely the WebView container controller opens the specified address page, the parameter value conforming to the native branch enters the distribution process of the specific page, the router takes out the value of the target, the target is compared with the param service parameter of the native page which can be skipped, the skipping is performed when the comparison is in conformity, and otherwise, no skipping is performed.
6. The method for invoking native pages based on address protocol implementation of claim 1, wherein: and the service parameter of the native page is a natural number.
7. An apparatus for implementing calling native page based on address protocol is characterized in that: the device for calling the native page based on the address protocol comprises:
a memory, a processor, a communication bus, and a program stored on the memory that implements calling native pages based on an address protocol,
the communication bus is used for realizing communication connection between the processor and the memory;
the processor is configured to execute the address protocol implementation based calling native page program to implement the steps of the address protocol implementation based calling native page method according to any one of claims 1 to 6.
8. A computer-readable storage medium storing executable instructions, characterized in that: the storage medium stores an address-based protocol implementation calling native page program, and the address-based protocol implementation calling native page program realizes the steps of the method for calling native pages based on address protocol as claimed in any one of claims 1 to 6 when executed by the processor.
CN202110393296.8A 2021-04-13 2021-04-13 Method, equipment and storage medium for realizing calling of native page based on address protocol Active CN113065079B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110393296.8A CN113065079B (en) 2021-04-13 2021-04-13 Method, equipment and storage medium for realizing calling of native page based on address protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110393296.8A CN113065079B (en) 2021-04-13 2021-04-13 Method, equipment and storage medium for realizing calling of native page based on address protocol

Publications (2)

Publication Number Publication Date
CN113065079A true CN113065079A (en) 2021-07-02
CN113065079B CN113065079B (en) 2023-10-13

Family

ID=76566565

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110393296.8A Active CN113065079B (en) 2021-04-13 2021-04-13 Method, equipment and storage medium for realizing calling of native page based on address protocol

Country Status (1)

Country Link
CN (1) CN113065079B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114924816A (en) * 2022-04-08 2022-08-19 青岛海尔科技有限公司 Page jump method, storage medium and electronic device

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8887178B1 (en) * 2012-10-23 2014-11-11 Google Inc. Method to customize native operating system views using web technologies in mobile devices
CN107644075A (en) * 2017-09-19 2018-01-30 北京京东尚科信息技术有限公司 The method and apparatus for collecting page info
CN108228818A (en) * 2017-12-29 2018-06-29 网易(杭州)网络有限公司 Web page resources loading method and device, electronic equipment and storage medium
CN108363588A (en) * 2018-02-07 2018-08-03 平安科技(深圳)有限公司 Realize method, electronic device and readable storage medium storing program for executing that web is interacted with primary function
US20180293389A1 (en) * 2008-10-21 2018-10-11 Lookout, Inc. Methods and systems for blocking potentially harmful communications to improve the functioning of an electronic device
CN109783742A (en) * 2018-12-14 2019-05-21 平安科技(深圳)有限公司 For developing method for page jump, device and the computer equipment of auxiliary
CN110110263A (en) * 2019-05-13 2019-08-09 北京三快在线科技有限公司 Webpage display process, device, terminal and storage medium
CN110309065A (en) * 2019-06-03 2019-10-08 平安科技(深圳)有限公司 Concurrently execution method, apparatus, equipment and the storage medium of test assignment
CN110580156A (en) * 2019-08-21 2019-12-17 北京摩拜科技有限公司 Page processing method and device and electronic equipment
CN110704783A (en) * 2019-10-09 2020-01-17 叮当快药科技集团有限公司 Interaction method and device of H5 page and native APP based on custom protocol
CN111125604A (en) * 2019-12-30 2020-05-08 华人运通(上海)云计算科技有限公司 Page management method and device, terminal equipment and storage medium
CN111459685A (en) * 2019-01-18 2020-07-28 阿里巴巴集团控股有限公司 Communication method, device, equipment and readable medium of page end and native end
CN111767052A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Interaction method, device and storage medium for H5 page and native APP
CN112417337A (en) * 2020-11-27 2021-02-26 贝壳技术有限公司 Page jump implementation method and device, electronic equipment and storage medium

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180293389A1 (en) * 2008-10-21 2018-10-11 Lookout, Inc. Methods and systems for blocking potentially harmful communications to improve the functioning of an electronic device
US8887178B1 (en) * 2012-10-23 2014-11-11 Google Inc. Method to customize native operating system views using web technologies in mobile devices
CN107644075A (en) * 2017-09-19 2018-01-30 北京京东尚科信息技术有限公司 The method and apparatus for collecting page info
CN108228818A (en) * 2017-12-29 2018-06-29 网易(杭州)网络有限公司 Web page resources loading method and device, electronic equipment and storage medium
CN108363588A (en) * 2018-02-07 2018-08-03 平安科技(深圳)有限公司 Realize method, electronic device and readable storage medium storing program for executing that web is interacted with primary function
CN109783742A (en) * 2018-12-14 2019-05-21 平安科技(深圳)有限公司 For developing method for page jump, device and the computer equipment of auxiliary
CN111459685A (en) * 2019-01-18 2020-07-28 阿里巴巴集团控股有限公司 Communication method, device, equipment and readable medium of page end and native end
CN110110263A (en) * 2019-05-13 2019-08-09 北京三快在线科技有限公司 Webpage display process, device, terminal and storage medium
CN110309065A (en) * 2019-06-03 2019-10-08 平安科技(深圳)有限公司 Concurrently execution method, apparatus, equipment and the storage medium of test assignment
CN110580156A (en) * 2019-08-21 2019-12-17 北京摩拜科技有限公司 Page processing method and device and electronic equipment
CN110704783A (en) * 2019-10-09 2020-01-17 叮当快药科技集团有限公司 Interaction method and device of H5 page and native APP based on custom protocol
CN111125604A (en) * 2019-12-30 2020-05-08 华人运通(上海)云计算科技有限公司 Page management method and device, terminal equipment and storage medium
CN111767052A (en) * 2020-06-30 2020-10-13 平安国际智慧城市科技股份有限公司 Interaction method, device and storage medium for H5 page and native APP
CN112417337A (en) * 2020-11-27 2021-02-26 贝壳技术有限公司 Page jump implementation method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
YUJI CHIBA: ""Java heap protection for debugging native methods"", 《SCIENCE OF COMPUTER PROGRAMMING 70 (2008)》, pages 149 - 167 *
徐隆龙 等: ""移动混合开发框架"", 《计算机系统应用》, pages 53 - 59 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114924816A (en) * 2022-04-08 2022-08-19 青岛海尔科技有限公司 Page jump method, storage medium and electronic device
CN114924816B (en) * 2022-04-08 2023-06-09 青岛海尔科技有限公司 Page jump method, storage medium and electronic device

Also Published As

Publication number Publication date
CN113065079B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
CN110290112B (en) Authority control method and device, computer equipment and storage medium
CN111708702A (en) Simulation test method, client, server, system and readable storage medium
CN112866177A (en) Method, device, storage medium and computer equipment for processing service call request
CN106230977B (en) A kind of client functionality loading method, system, client and server-side
CN103973642A (en) Method and device for realizing JS API security access control
US20150379030A1 (en) Platform integrating method and system for adapting third-party web page in application
CN109510799B (en) Page display method, browser client, equipment and storage medium
CN111666211A (en) Dynamic service test method and device, computer equipment and storage medium
CN113065079A (en) Method, equipment and storage medium for calling native page based on address protocol
CN115934202A (en) Data management method, system, data service gateway and storage medium
CN106815037B (en) Application function execution method and device
CN112818270B (en) Data cross-domain transfer method and device and computer equipment
CN114531462A (en) Data processing method and equipment for Internet of things equipment
CN111723314A (en) Webpage display method and device, electronic equipment and computer readable storage medium
CN109725887A (en) Data interactive method, device and terminal device based on message research and development frame
CN111435382A (en) Login verification method of page and terminal
CN109885792B (en) Webdriver technology-based APP bridging method
CN111241504A (en) Identity authentication method and device, electronic equipment and storage medium
CN111756916A (en) Application processing method and device, electronic equipment and computer storage medium
CN106775790B (en) Control calling method and device
CN112000313A (en) Request response method, device, equipment and storage medium
CN114125067A (en) Front-end and back-end separated gray scale publishing method, front-end server and configuration server
CN113467907A (en) Task processing method and device, electronic equipment and storage medium
US20170041340A1 (en) Detection of manipulation of applications
CN114816965A (en) Data verification method and device

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