CN113835747A - Method and device for positioning influence of interface on page - Google Patents

Method and device for positioning influence of interface on page Download PDF

Info

Publication number
CN113835747A
CN113835747A CN202111124466.9A CN202111124466A CN113835747A CN 113835747 A CN113835747 A CN 113835747A CN 202111124466 A CN202111124466 A CN 202111124466A CN 113835747 A CN113835747 A CN 113835747A
Authority
CN
China
Prior art keywords
interface
page
database
mapping relation
source page
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.)
Pending
Application number
CN202111124466.9A
Other languages
Chinese (zh)
Inventor
叶勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN202111124466.9A priority Critical patent/CN113835747A/en
Publication of CN113835747A publication Critical patent/CN113835747A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/74Reverse engineering; Extracting design information from source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a method and a device for positioning the influence of an interface on a page, the method and the device determine a source page corresponding to a target modified interface name by acquiring the target modified interface name and utilizing a mapping relation configured in a database, and then return the source page corresponding to the target modified interface name to a user, the user can inquire the affected page after the modified interface by inputting the interface name to be inquired, so that the affected page after the modified interface can be quickly positioned, wherein the mapping relation configured in the database comprises the corresponding relation between the interface name and the source page.

Description

Method and device for positioning influence of interface on page
Technical Field
The application relates to the technical field of testing, in particular to a method and a device for positioning influence of an interface on a page.
Background
In project development, the front end and the back end of a Web project are separately developed, and an interface needs to be defined to realize data interaction and communication between the front end and the back end. An interface can be understood as a starting and ending role, and one interface is only responsible for one complete service function. The interface is typically modified when new service functions need to be implemented or the logic of the original service needs to be modified. Because the content displayed on the front-end page is displayed according to the information returned by the interface, changing the interface means that the content returned by the interface to the client may be changed, and this change may affect the change of the page displayed on the client, possibly cause no content to be displayed on the page of the client or cause the failure of displaying other pages, thereby affecting the user experience.
Therefore, it is desirable to provide a page positioning method, which can quickly position an affected page to provide a data base for subsequent processing under the condition that an interface is changed.
Disclosure of Invention
In view of the above problems, the present application provides a positioning scheme for the influence of the interface on the page, so as to realize fast positioning of the page influenced by the change of the interface. The specific scheme is as follows:
a method for positioning the influence of an interface on a page comprises the following steps:
acquiring a target change interface name;
determining a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relation configured in a database, wherein the mapping relation comprises a corresponding relation between the interface name and the source page;
and returning the source page corresponding to the target change interface name.
Optionally, the process of establishing the mapping relationship configured in the database includes:
acquiring interface flow information, wherein the interface flow information comprises an interface name, interface parameters and a header of hypertext transfer protocol http, and the interface parameters comprise an application software type and an application software version number;
analyzing the interface flow information to obtain a source page;
establishing a mapping relation between the interface name and the source page;
and updating the mapping relation to a database.
Optionally, analyzing the interface traffic information to obtain a source page, including:
and judging whether a page source identification field referrer exists in the http header, and if so, acquiring a source page corresponding to the page source identification field referrer.
Optionally, the acquiring interface traffic information includes:
and pushing the flow through a flow return access system to acquire the interface flow information.
Optionally, before updating the mapping relationship to the database, the method further includes:
judging whether a mapping relation identical to the mapping relation exists in the database or not, if so, increasing the weight of the mapping relation, wherein the weight is used for measuring the probability of the occurrence of the mapping relation; and if not, updating the mapping relation to the database.
Optionally, the determining whether the mapping relationship identical to the mapping relationship exists in the database includes:
and judging whether a mapping relation with consistent interface name and source page exists in the database, and if so, determining that the mapping relation identical to the mapping relation exists in the database.
Optionally, returning the source page corresponding to the target modified interface name includes:
and returning the source page group corresponding to the target modified interface name, wherein the source pages in the source page group are arranged according to the weight of the mapping relation of each source page.
Optionally, the method for positioning the influence of the interface on the page further includes:
acquiring a source page which is invalid in a mapping relation configured in a database;
and deleting the failed source page from the database.
Optionally, the source page includes an H5 page or a native page.
A device for locating page effects from an interface, comprising:
the interface name acquisition unit is used for acquiring a target modified interface name;
the query unit is used for determining a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relation configured in a database, wherein the mapping relation comprises the corresponding relation between the interface name and the source page;
and the result returning unit is used for returning the source page corresponding to the target change interface name.
By means of the technical scheme, the source page corresponding to the target modified interface name is determined by the target modified interface name and the mapping relation configured in the database, the source page corresponding to the target modified interface name is returned to the user, the user can inquire the affected page after the interface is modified only by inputting the interface name needing to be inquired, extra operation is not needed, and therefore the affected page after the interface is modified can be located quickly, wherein the mapping relation configured in the database comprises the corresponding relation between the interface name and the source page.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flow chart of a method for positioning page impact by an interface according to an embodiment of the present application;
fig. 2 is a flowchart illustrating establishment of a mapping relationship configured in a database according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a positioning apparatus for influencing a page by an interface according to an embodiment of the present application;
fig. 4 shows a block diagram of the hardware structure of the positioning device with the effect of the interface on the page.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
The method and the device for the page display can be used for quickly positioning the page which possibly causes page display failure or has no problems such as content display on the page and the like after the interface is changed.
Next, referring to fig. 1, the method for positioning the influence of the interface on the page according to the present application may include the following steps:
and step S100, acquiring a target change interface name.
Specifically, acquiring the interface in the target change interface name refers to a software interface, and the functions of multiple classes are realized through multiple interfaces. In the embodiment of the present application, the target modified interface name may be used to query the source page called by the interface. In general, when a new function is implemented or the logic of an original service is modified, a software code needs to be modified, that is, an interface can be modified, and the modified interface can be used as a target to be queried by a user to change an interface name.
Step S110, the source page corresponding to the target modified interface name is determined by using the mapping relation configured in the target modified interface name and the database.
Specifically, a mapping relationship may be configured in the database, where the mapping relationship may include a correspondence between an interface name and a source page, and the source page corresponding to the target modified interface name may be determined by using the known target modified interface name and the mapping relationship configured in the database. Changing the interface means that the content returned to the user by the interface may be changed, which may cause display failure such as no content being displayed on the page or messy codes appearing on the page, and therefore, it is necessary to locate the page affected by the changed interface, so as to provide a data base for subsequent processing.
And step S120, returning to the source page corresponding to the target change interface name.
Specifically, the user inputs a target modified interface name to be queried, and can obtain a returned source page corresponding to the target modified interface name.
By means of the technical scheme, the source page corresponding to the target modified interface name is determined by the target modified interface name and the mapping relation configured in the database, the source page corresponding to the target modified interface name is returned to the user, the user can inquire the affected page after the interface is modified only by inputting the interface name needing to be inquired, extra operation is not needed, and therefore the affected page after the interface is modified can be located quickly, wherein the mapping relation configured in the database comprises the corresponding relation between the interface name and the source page.
In some embodiments of the present application, a process of establishing a mapping relationship configured in the database in the step S110 is described, as shown in fig. 2, where fig. 2 is a flowchart of establishing a mapping relationship configured in a database provided in an embodiment of the present application, and the process may include the following steps:
and step S200, acquiring interface flow information.
Specifically, the traffic is pushed by a traffic return system to obtain interface traffic information, where the traffic in this step may refer to information obtained when an interface is called, and the interface traffic information may include an interface name, interface parameters, and header information header of a hypertext Transfer Protocol (HTTP), where the interface parameters may include an application type such as IOS or Andorid, and may include an application version such as version 6 or version 7.
Step S210, analyzing the interface flow information to obtain a source page.
Specifically, in step S200, the obtained interface traffic information may include a header of the http. In this step, the interface traffic information is analyzed, and a source page can be obtained. In the HTTP technology, the header may include an identification field of a page called by the interface, and the source page may be obtained by analyzing the identification field in the header of the HTTP.
Step S220, establishing a mapping relationship between the interface name and the source page.
Specifically, in the above step, in the step S210, an interface name and a source page corresponding to the interface may be obtained by analyzing the interface traffic information, and the interface owner may establish a mapping relationship with respect to the source page. The mapping relationship may be used to obtain the source page corresponding to the interface name by using the mapping relationship and the interface name after obtaining the interface name.
Step S230, updating the mapping relationship to a database.
Specifically, the mapping relationship established in step S220 is updated to the database.
In some embodiments of the present application, a process of analyzing the interface traffic information and obtaining a source page in the step S210 is described. The process may include:
and judging whether a page source identification field referrer exists in the http header, and if so, acquiring a source page corresponding to the page source identification field referrer.
In particular, HTTP is called hypertext Transfer Protocol (HTTP), which is a request-response Protocol that specifies that a client sends a message to a server and gets a response. In the HTTP technology, Header information of a referrer field is provided in a Header, the referrer field may indicate a source page identifier and may indicate which page an interface is called from, and it is determined whether a page source representation field exists in the Header of the HTTP, and if so, a source page indicating the interface may be obtained through the page source identifier field referrer.
In some embodiments of the present application, the applicant considers the utilization rate of the database space, and in this embodiment of the present application, before the mapping relationship is updated to the database and the mapping relationship is updated to the database in step S230, it may be determined whether the mapping relationship is updated to the database.
Specifically, before updating the mapping relationship to the database, the method further includes: judging whether a mapping relation identical to the mapping relation exists in the database or not, and if so, increasing the weight of the mapping relation; and if not, updating the mapping relation to the database. It should be noted that the weight can be used to measure the probability of occurrence of the mapping relationship.
In this embodiment of the present application, the determining whether the database has the same mapping relationship as the mapping relationship is to avoid repeatedly storing the same mapping relationship, and if it is determined that the currently newly established mapping relationship is stored in the database in an updated manner, the currently newly established mapping relationship is not repeatedly stored in the database, but a weight of the mapping relationship that is the same as the currently newly established mapping relationship is added to the database, and the weight may be used for ranking according to the weight of the mapping relationship where each source page is located. Increasing the weight of the same mapping relation can indicate the occurrence probability of the mapping relation, and can be helpful for judging the frequency of the influence of the interface on the page.
It is understood that when the same mapping relation as the currently newly established mapping relation does not exist in the data, the currently newly established mapping relation may be updated into the database.
In some embodiments of the present application, a description will be given of how to determine whether the same mapping relationship as the currently established mapping relationship described above exists in the data.
Judging whether a mapping relation identical to the mapping relation exists in the database, specifically, judging whether a mapping relation identical to the source page exists in the database, and if so, determining that the mapping relation identical to the mapping relation exists in the database. For example, the currently established mapping relationship is a mapping relationship between interface a and the home page, and if the mapping relationship between interface a and the home page can be found in the database as well, the two mapping relationships can be determined as the same mapping relationship. At that time, if the currently newly established mapping relationship is the mapping relationship between the interface a and the commodity detail page, the mapping relationship between the interface a and the home page exists in the database, and although the interface names are consistent, the source pages are inconsistent, so that it can be determined that the two mapping relationships are different.
In some embodiments of the application, the method for positioning an effect of an interface on a page may further include a process of updating data in a database, where the process may include the following steps:
and S1, acquiring the invalid source page in the mapping relation configured in the database.
S2, deleting the failed source page from the database.
Specifically, in step S1, a failed source page in the mapping relationship configured in the database is obtained, and it is understood that the failed source page may be determined whether to fail according to time, a page before a certain time node or within a certain time period may be set as a failed page, or a condition may be set according to a version number of the application software to determine whether to fail the source page. The failed source page may refer to a page that will not be recalled and may also refer to a page whose display of the page content failed. It is to be understood that after the failed source page is determined, the failed source page may be deleted from the database in step S2.
In some embodiments of the present application, the source page includes an H5 page or a native page. Native pages generally refer to pages written in android or ios languages, while H5 pages and H5 pages refer to pages that can be exposed within apps through html technology.
The following describes a positioning device for the influence of the interface provided by the embodiment of the present application on the page, and the positioning device for the influence of the interface described below on the page and the positioning method for the influence of the interface described above on the page may be referred to correspondingly.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a positioning device for influencing a page by an interface according to an embodiment of the present application.
As shown in fig. 3, the apparatus may include:
an interface name obtaining unit 11, configured to obtain a target modified interface name;
the query unit 12 is configured to determine a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relationship configured in a database, where the mapping relationship includes a correspondence between the interface name and the source page;
and a result returning unit 13, configured to return the source page corresponding to the target modified interface name.
Optionally, the positioning apparatus for the influence of the interface on the page may include a mapping relationship establishing unit, where the mapping relationship establishing unit may include:
the device comprises a flow acquiring unit, a flow acquiring unit and a flow acquiring unit, wherein the flow acquiring unit is used for acquiring interface flow information, the interface flow information comprises an interface name, interface parameters and a header of hypertext transfer protocol http, and the interface parameters comprise an application software type and an application software version number;
the flow analysis unit is used for analyzing the interface flow information to obtain a source page;
the relationship establishing unit is used for establishing a mapping relationship between the interface name and the source page;
and the updating unit is used for updating the mapping relation to a database.
Optionally, the flow analysis unit may include:
and the field judgment unit is used for judging whether a page source identification field referrer exists in the header of the http, and if so, acquiring a source page corresponding to the page source identification field referrer.
Optionally, the traffic acquiring unit may include:
and the pushing unit is used for pushing the flow through the flow return access system to acquire the interface flow information.
Optionally, the positioning device for the page affected by the interface may include:
the weight updating unit is used for judging whether a mapping relation which is the same as the mapping relation exists in the database or not, if so, the weight of the mapping relation is increased, and the weight is used for measuring the probability of the occurrence of the mapping relation; and if not, updating the mapping relation to the database.
Optionally, the weight updating unit may include:
and the same mapping relation determining unit is used for judging whether a mapping relation with the same interface name and the same source page exists in the database or not, and if so, determining that the mapping relation with the same mapping relation exists in the database.
Optionally, the result returning unit 13 may include:
and the weight arrangement unit is used for returning the source page group corresponding to the target change interface name, and the source pages in the source page group are arranged according to the weight of the mapping relation of each source page.
Optionally, the positioning device for the page affected by the interface may include:
the failure page acquisition unit is used for acquiring a failure source page in a mapping relation configured in the database;
and the invalid page deleting unit is used for deleting the invalid source page from the database.
The positioning device for the influence of the interface on the page provided by the embodiment of the application can be applied to positioning equipment for the influence of the interface on the page. Optionally, fig. 4 is a block diagram illustrating a hardware structure of a positioning device affected by an interface on a page, and referring to fig. 4, the hardware structure of the positioning device affected by the interface on the page may include: at least one processor 1, at least one communication interface 2, at least one memory 3 and at least one communication bus 4;
in the embodiment of the application, the number of the processor 1, the communication interface 2, the memory 3 and the communication bus 4 is at least one, and the processor 1, the communication interface 2 and the memory 3 complete mutual communication through the communication bus 4;
the processor 1 may be a central processing unit CPU, or an application Specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present invention, etc.;
the memory 3 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores a program and the processor can call the program stored in the memory, the program for:
acquiring a target change interface name;
determining a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relation configured in a database, wherein the mapping relation comprises a corresponding relation between the interface name and the source page;
and returning the source page corresponding to the target change interface name.
Alternatively, the detailed function and the extended function of the program may be as described above.
Embodiments of the present application further provide a storage medium, where a program suitable for execution by a processor may be stored, where the program is configured to:
acquiring a target change interface name;
determining a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relation configured in a database, wherein the mapping relation comprises a corresponding relation between the interface name and the source page;
and returning the source page corresponding to the target change interface name.
Alternatively, the detailed function and the extended function of the program may be as described above.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, the embodiments may be combined as needed, and the same and similar parts may be referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for positioning the influence of an interface on a page is characterized by comprising the following steps:
acquiring a target change interface name;
determining a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relation configured in a database, wherein the mapping relation comprises a corresponding relation between the interface name and the source page;
and returning the source page corresponding to the target change interface name.
2. The method according to claim 1, wherein the process of establishing the mapping relationship configured in the database includes:
acquiring interface flow information, wherein the interface flow information comprises an interface name, interface parameters and a header of hypertext transfer protocol http, and the interface parameters comprise an application software type and an application software version number;
analyzing the interface flow information to obtain a source page;
establishing a mapping relation between the interface name and the source page;
and updating the mapping relation to a database.
3. The method of claim 2, wherein analyzing the interface traffic information to obtain a source page comprises:
and judging whether a page source identification field referrer exists in the http header, and if so, acquiring a source page corresponding to the page source identification field referrer.
4. The method of claim 2, wherein the obtaining interface traffic information comprises:
and pushing the flow through a flow return access system to acquire the interface flow information.
5. The method of claim 2, further comprising, prior to updating the mapping relationship to the database:
judging whether a mapping relation identical to the mapping relation exists in the database or not, if so, increasing the weight of the mapping relation, wherein the weight is used for measuring the probability of the occurrence of the mapping relation; and if not, updating the mapping relation to the database.
6. The method of claim 5, wherein determining whether the same mapping exists in the database comprises:
and judging whether a mapping relation with consistent interface name and source page exists in the database, and if so, determining that the mapping relation identical to the mapping relation exists in the database.
7. The method of claim 5, wherein returning the source page corresponding to the target modified interface name comprises:
and returning the source page group corresponding to the target modified interface name, wherein the source pages in the source page group are arranged according to the weight of the mapping relation of each source page.
8. The method of claim 1, further comprising:
acquiring a source page which is invalid in a mapping relation configured in a database;
and deleting the failed source page from the database.
9. The method of claim 1, wherein the source page comprises an H5 page or a native page.
10. A device for locating page effects from an interface, comprising:
the interface name acquisition unit is used for acquiring a target modified interface name;
the query unit is used for determining a source page corresponding to the target modified interface name by using the target modified interface name and a mapping relation configured in a database, wherein the mapping relation comprises the corresponding relation between the interface name and the source page;
and the result returning unit is used for returning the source page corresponding to the target change interface name.
CN202111124466.9A 2021-09-24 2021-09-24 Method and device for positioning influence of interface on page Pending CN113835747A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111124466.9A CN113835747A (en) 2021-09-24 2021-09-24 Method and device for positioning influence of interface on page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111124466.9A CN113835747A (en) 2021-09-24 2021-09-24 Method and device for positioning influence of interface on page

Publications (1)

Publication Number Publication Date
CN113835747A true CN113835747A (en) 2021-12-24

Family

ID=78969975

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111124466.9A Pending CN113835747A (en) 2021-09-24 2021-09-24 Method and device for positioning influence of interface on page

Country Status (1)

Country Link
CN (1) CN113835747A (en)

Similar Documents

Publication Publication Date Title
CN111125169A (en) Data query method, control device, medium and computer equipment
CN111475161B (en) Method, device and equipment for accessing component
CN110928767A (en) Webpage analysis method, device, equipment and storage medium
CN112115337A (en) Method and device for displaying data, electronic equipment and computer readable storage medium
CN111522711A (en) Data monitoring processing system, method, execution end, monitoring end and electronic equipment
CN113360519A (en) Data processing method, device, equipment and storage medium
CN111221711A (en) User behavior data processing method, server and storage medium
CN111258904A (en) Webpage element testing method and related device
CN113835747A (en) Method and device for positioning influence of interface on page
CN112437148A (en) Service request processing method and device, service server and system
CN109951549B (en) Network page access method and device and computer readable storage medium
CN109684156B (en) Monitoring method, device, terminal and storage medium based on mixed mode application
CN111209325A (en) Service system interface identification method, device and storage medium
JP2002149478A (en) Method for automatically displaying update information and device for the same, and medium and program
CN111522748B (en) Automatic test case generation method, device, server and storage medium
CN114238024A (en) Timing diagram generation method and system
CN114371969A (en) Page performance testing method and device, electronic equipment and storage medium
CN110674386B (en) Resource recommendation method, device and storage medium
CN108804195B (en) Page display method and device, server and client
CN112486796A (en) Method and device for collecting information of vehicle-mounted intelligent terminal
CN106095946B (en) Page processing method and device
CN111131534B (en) Domain name rule processing method and device and computer readable storage medium
CN114281326A (en) Display method and device of front-end page, storage medium and electronic device
CN113986603B (en) Method and device for determining page loading abnormity reason and storage medium
CN110659191B (en) Buried data analysis method, buried data analysis device, computer 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