CN112799941A - Equipment information calling method and device and electronic equipment - Google Patents

Equipment information calling method and device and electronic equipment Download PDF

Info

Publication number
CN112799941A
CN112799941A CN202110110062.8A CN202110110062A CN112799941A CN 112799941 A CN112799941 A CN 112799941A CN 202110110062 A CN202110110062 A CN 202110110062A CN 112799941 A CN112799941 A CN 112799941A
Authority
CN
China
Prior art keywords
information
intermediate service
equipment
request information
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
CN202110110062.8A
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.)
Shanghai Qiyue Information Technology Co Ltd
Original Assignee
Shanghai Qiyue Information 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 Qiyue Information Technology Co Ltd filed Critical Shanghai Qiyue Information Technology Co Ltd
Priority to CN202110110062.8A priority Critical patent/CN112799941A/en
Publication of CN112799941A publication Critical patent/CN112799941A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging

Abstract

The invention relates to the technical field of computers, in particular to a method and a device for calling equipment information and electronic equipment.A page sends first request information to an intermediate service, and the intermediate service generates first response information according to the first request information; the intermediate service sends first response information to the page, and the page selects online equipment based on the first response information and sends second request information to the intermediate service; the intermediate service matches an interface corresponding to the interactive component in the online equipment according to the second request information to acquire equipment information; the intermediate service sends the device information to the page. The invention does not need to construct codes, can directly debug the equipment interface locally, conveniently and quickly carries out element examination, webpage data monitoring and script program debugging, simultaneously realizes remote debugging and can efficiently debug multiple types of equipment.

Description

Equipment information calling method and device and electronic equipment
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for calling equipment information and electronic equipment.
Background
And the code can be directly debugged locally for the page which does not need to call the native interface or can simulate the native interface by using the browser.
When a native interface needs to be called and functions which cannot be simulated by a browser, such as user fingerprints, facial information, an address book, a recording and the like are acquired, webpage resources embedded in the native need to be linked to the local; debugging on the mobile phone, and if the webpage resources are used as resource packages and are packed into an application program package, constructing the webpage resources; if the page element examination, the debugging program script execution condition, the variable assignment condition and the like are required to be carried out, the device debugging function of Google is required, but the webpage data packet cannot be captured, and the debugging experience is limited by the current network environment.
Disclosure of Invention
The invention provides a device information calling method and device and electronic equipment, which can realize remote debugging and can efficiently debug multiple types of equipment.
An embodiment of the present specification provides an apparatus information invoking method, including:
the page is first request information sent to an intermediate service, and the intermediate service generates first response information according to the first request information;
the intermediate service sends first response information to the page, and the page selects online equipment based on the first response information and sends second request information to the intermediate service;
the intermediate service matches an interface corresponding to the interactive component in the online equipment according to the second request information to acquire equipment information;
the intermediate service sends the device information to the page.
Preferably, the generating, by the intermediate service, first response information according to the first request information includes:
the intermediate service establishes a bidirectional communication connection with the interactive component;
the intermediate service inquires the model of the online equipment according to the first request information;
the intermediate service generates the first response information according to the inquired online equipment model, wherein the first response information comprises a plurality of online equipment and equipment models corresponding to the online equipment.
Preferably, the second request information includes a device model of the online device and an interface type corresponding to an interactive component in the online device.
Preferably, the acquiring device information includes:
the intermediate service sends third request information to the interaction component;
the interactive component acquires the equipment information according to the third request information;
and the interaction component sends the equipment information to the intermediate service.
Preferably, the acquiring, by the interactive component, the device information according to the third request information includes:
and when the interactive component needs the user authorization, the interactive component acquires the user authorization and acquires the equipment information according to the third request information.
Preferably, the device information includes: user fingerprint, user face information, address list, and recording file.
Preferably, the page is developed based on a web language, and the interactive component is developed based on a program language.
An embodiment of this specification further provides an apparatus for invoking device information, including:
the response generation module is used for sending first request information to an intermediate service by a page, and the intermediate service generates first response information according to the first request information;
the request sending module is used for sending first response information to the page by the intermediate service, and the page selects online equipment based on the first response information and sends second request information;
the intermediate service matches an interface corresponding to the interactive component in the online equipment according to the second request information to acquire equipment information;
and the intermediate service sends the equipment information to the page.
Preferably, the generating, by the intermediate service, first response information according to the first request information includes:
the intermediate service establishes a bidirectional communication connection with the interactive component;
the intermediate service inquires the model of the online equipment according to the first request information;
the intermediate service generates the first response information according to the inquired online equipment model, wherein the first response information comprises a plurality of online equipment and equipment models corresponding to the online equipment.
Preferably, the second request information includes a device model of the online device and an interface type corresponding to an interactive component in the online device.
Preferably, the acquiring device information includes:
the intermediate service sends third request information to the interaction component;
the interactive component acquires the equipment information according to the third request information;
and the interaction component sends the equipment information to the intermediate service.
Preferably, the acquiring, by the interactive component, the device information according to the third request information includes:
and when the interactive component needs the user authorization, the interactive component acquires the user authorization and acquires the equipment information according to the third request information.
Preferably, the device information includes: user fingerprint, user face information, address list, and recording file.
Preferably, the page is developed based on a web language, and the interactive component is developed based on a program language.
An electronic device, wherein the electronic device comprises:
a processor and a memory storing computer executable instructions that, when executed, cause the processor to perform the method of any of the above.
A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of the above.
The beneficial effects are that:
the invention does not need to construct codes, can directly debug the equipment interface locally, is not limited by the current network environment, is convenient and quick to carry out element examination, webpage data monitoring and script program debugging, simultaneously realizes remote debugging and can efficiently debug a plurality of types of equipment.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic diagram illustrating a principle of a device information invoking method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of an apparatus information invoking device provided in an embodiment of the present specification;
fig. 3 is a schematic structural diagram of an electronic device provided in an embodiment of the present disclosure;
fig. 4 is a schematic diagram of a computer-readable medium provided in an embodiment of the present specification.
Detailed Description
Exemplary embodiments of the present invention will now be described more fully with reference to the accompanying drawings. The exemplary embodiments, however, may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. Rather, these exemplary embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. The same reference numerals denote the same or similar elements, components, or parts in the drawings, and thus their repetitive description will be omitted.
Features, structures, characteristics or other details described in a particular embodiment do not preclude the fact that the features, structures, characteristics or other details may be combined in a suitable manner in one or more other embodiments in accordance with the technical idea of the invention.
In describing particular embodiments, the present invention has been described with reference to features, structures, characteristics or other details that are within the purview of one skilled in the art to provide a thorough understanding of the embodiments. One skilled in the relevant art will recognize, however, that the invention may be practiced without one or more of the specific features, structures, characteristics, or other details.
The diagrams depicted in the figures are exemplary only, and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order depicted. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The term "and/or" and/or "includes all combinations of any one or more of the associated listed items.
Referring to fig. 1, a schematic diagram of a device information invoking method provided in an embodiment of the present specification includes:
s101: the page is first request information sent to an intermediate service, and the intermediate service generates first response information according to the first request information;
in a preferred embodiment of the present invention, the web page sends request information to the intermediate service to request to acquire the online machine device, and the intermediate service searches the online machine device according to the request information and uses the found online device as response information to return to the web page.
S102: the intermediate service sends first response information to the page, and the page selects online equipment based on the first response information and sends second request information to the intermediate service;
in a preferred embodiment of the present invention, the intermediate service sends the generated response information to the web page, and the web page selects a model corresponding to the machine device to be called from the machine devices on line, and then sends second request information, that is, the model of the device to be called and the interface type to the intermediate service.
S103: the intermediate service matches an interface corresponding to the interactive component in the online equipment according to the second request information to acquire equipment information;
in a preferred embodiment of the invention, the intermediate service searches for corresponding machine equipment according to the equipment model to be called, then realizes information interaction with an interface corresponding to a native component in the online equipment through a matched interface type, and then sends third request information, namely request equipment information, to the native component; and finally, the native component sends the equipment information to an intermediate service, wherein the equipment information comprises user fingerprints, user facial information, an address book, a recording file and the like.
S104: the intermediate service sends the device information to the page.
In a preferred embodiment of the invention, the intermediate service sends the acquired device information, such as user fingerprints, user facial information, an address book, a recording file and the like, to the web page, so that the web page calls native component information through the intermediate service, codes do not need to be constructed, and element examination, web page data monitoring, script program debugging and the like can be conveniently and rapidly performed.
Further, the intermediate service generating first response information according to the first request information, including:
the intermediate service establishes a bidirectional communication connection with the interactive component;
the intermediate service inquires the model of the online equipment according to the first request information;
the intermediate service generates the first response information according to the inquired online equipment model, wherein the first response information comprises a plurality of online equipment and equipment models corresponding to the online equipment.
In the preferred embodiment of the invention, the intermediate service establishes bidirectional communication connection with the native component to realize information interaction; the intermediate service inquires the online equipment model according to the first request information, generates first response information according to the inquired online equipment model and returns the first response information to the web page, wherein the first response information comprises a plurality of online equipment, equipment models corresponding to the online equipment and the like.
Further, the second request information includes a device model of the online device and an interface type corresponding to an interactive component in the online device.
In a preferred embodiment of the invention, the intermediate service searches for corresponding equipment through the equipment model of the online equipment, and then performs information interaction with the native component through an interface corresponding to the native component in the online equipment.
Further, the acquiring device information includes:
the intermediate service sends third request information to the interaction component;
the interactive component acquires the equipment information according to the third request information;
and the interaction component sends the equipment information to the intermediate service.
In a preferred embodiment of the present invention, the intermediate service sends a third request message, i.e., request device information, to the native component; and finally, the native component sends the equipment information to an intermediate service, wherein the equipment information comprises user fingerprints, user facial information, an address list, a recording file and the like.
Further, the acquiring, by the interaction component, the device information according to the third request information includes:
and when the interactive component needs the user authorization, the interactive component acquires the user authorization and acquires the equipment information according to the third request information.
In a preferred embodiment of the present invention, the native component is a native application, and the native application is required to be agreed by the user to obtain the user right, so that the native component obtains the device information according to the third request information.
Further, the device information includes: user fingerprint, user face information, address list, and recording file.
In the preferred embodiment of the present invention, the device information includes, but is not limited to, user fingerprint, user face information, address book, audio file, and other related data.
Further, the page is developed based on a web language, and the interaction component is developed based on a program language.
In a preferred embodiment of the invention, the web page is developed based on a network language, the native component is developed based on a program language, and when the web page in the hybrid does not have the related device information in the native component, the data interaction between the web page and the native component is realized through the intermediate component, so that the complex process of reconstructing codes on the web page is avoided, the development cost is reduced, a local debugging device interface is realized, element examination, web page data monitoring and script program debugging are conveniently and rapidly performed, remote debugging is realized, and multiple devices can be debugged efficiently.
Fig. 2 is a schematic structural diagram of an apparatus information invoking device provided in an embodiment of the present specification, including:
a response generation module 201, where a page sends first request information to an intermediate service, and the intermediate service generates first response information according to the first request information;
in a preferred embodiment of the present invention, the web page sends request information to the intermediate service to request to acquire the online machine device, and the intermediate service searches the online machine device according to the request information and uses the found online device as response information to return to the web page.
The request sending module 202, where the intermediate service sends first response information to the page, and the page selects an online device based on the first response information and sends second request information;
in a preferred embodiment of the present invention, the intermediate service sends the generated response information to the web page, and the web page selects a model corresponding to the machine device to be called from the machine devices on line, and then sends second request information, that is, the model of the device to be called and the interface type to the intermediate service.
The device information acquisition module 203, the intermediate service matches an interface corresponding to the interactive component in the online device according to the second request information, and acquires device information;
in a preferred embodiment of the invention, the intermediate service searches for corresponding machine equipment according to the equipment model to be called, then realizes information interaction with an interface corresponding to a native component in the online equipment through a matched interface type, and then sends third request information, namely request equipment information, to the native component; and finally, the native component sends the equipment information to an intermediate service, wherein the equipment information comprises user fingerprints, user facial information, an address book, a recording file and the like.
A device information transfer module 204, where the intermediate service sends the device information to the page.
In a preferred embodiment of the invention, the intermediate service sends the acquired device information, such as user fingerprints, user facial information, an address book, a recording file and the like, to the web page, so that the web page calls native component information through the intermediate service, codes do not need to be constructed, and element examination, web page data monitoring, script program debugging and the like can be conveniently and rapidly performed.
Further, the intermediate service generating first response information according to the first request information, including:
the intermediate service establishes a bidirectional communication connection with the interactive component;
the intermediate service inquires the model of the online equipment according to the first request information;
the intermediate service generates the first response information according to the inquired online equipment model, wherein the first response information comprises a plurality of online equipment and equipment models corresponding to the online equipment.
Further, the second request information includes a device model of the online device and an interface type corresponding to an interactive component in the online device.
Further, the acquiring device information includes:
the intermediate service sends third request information to the interaction component;
the interactive component acquires the equipment information according to the third request information;
and the interaction component sends the equipment information to the intermediate service.
Further, the acquiring, by the interaction component, the device information according to the third request information includes:
and when the interactive component needs the user authorization, the interactive component acquires the user authorization and acquires the equipment information according to the third request information.
Further, the device information includes: user fingerprint, user face information, address list, and recording file.
Further, the page is developed based on a web language, and the interaction component is developed based on a program language.
The invention does not need to construct codes, can directly debug the equipment interface locally, conveniently and quickly carries out element examination, webpage data monitoring and script program debugging, simultaneously realizes remote debugging and can efficiently debug multiple types of equipment.
Based on the same inventive concept, the embodiment of the specification further provides the electronic equipment.
In the following, embodiments of the electronic device of the present invention are described, which may be regarded as specific physical implementations for the above-described embodiments of the method and apparatus of the present invention. Details described in the embodiments of the electronic device of the invention should be considered supplementary to the embodiments of the method or apparatus described above; for details which are not disclosed in embodiments of the electronic device of the invention, reference may be made to the above-described embodiments of the method or the apparatus.
Fig. 3 is a schematic structural diagram of an electronic device provided in an embodiment of the present specification. An electronic device 300 according to this embodiment of the invention is described below with reference to fig. 3. The electronic device 300 shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 3, electronic device 300 is embodied in the form of a general purpose computing device. The components of electronic device 300 may include, but are not limited to: at least one processing unit 310, at least one memory unit 320, a bus 330 connecting different device components (including the memory unit 320 and the processing unit 310), a display unit 340, and the like.
Wherein the storage unit stores program code executable by the processing unit 310 to cause the processing unit 310 to perform the steps according to various exemplary embodiments of the present invention described in the above-mentioned processing method section of the present specification. For example, the processing unit 310 may perform the steps as shown in fig. 1.
The storage unit 320 may include readable media in the form of volatile storage units, such as a random access memory unit (RAM)3201 and/or a cache storage unit 3202, and may further include a read only memory unit (ROM) 3203.
The storage unit 320 may also include a program/utility 3204 having a set (at least one) of program modules 3205, such program modules 3205 including, but not limited to: an operating device, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 330 may be one or more of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 300 may also communicate with one or more external devices 400 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 300, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 300 to communicate with one or more other computing devices. Such communication may occur via an input/output (I/O) interface 350. Also, the electronic device 300 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 360. Network adapter 360 may communicate with other modules of electronic device 300 via bus 330. It should be appreciated that although not shown in FIG. 3, other hardware and/or software modules may be used in conjunction with electronic device 300, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID devices, tape drives, and data backup storage devices, to name a few.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments of the present invention described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiment of the present invention can be embodied in the form of a software product, which can be stored in a computer-readable storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to make a computing device (which can be a personal computer, a server, or a network device, etc.) execute the above-mentioned method according to the present invention. The computer program, when executed by a data processing apparatus, enables the computer readable medium to implement the above-described method of the invention, namely: such as the method shown in fig. 1.
Fig. 4 is a schematic diagram of a computer-readable medium provided in an embodiment of the present disclosure.
A computer program implementing the method shown in fig. 1 may be stored on one or more computer readable media. The computer readable medium may be a readable signal medium or a readable storage medium. The readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor device, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable storage medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable storage medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution apparatus, device, or apparatus. Program code embodied on a readable storage medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
In summary, the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functionality of some or all of the components in embodiments in accordance with the invention may be implemented in practice using a general purpose data processing device such as a microprocessor or a Digital Signal Processor (DSP). The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
While the foregoing embodiments have described the objects, aspects and advantages of the present invention in further detail, it should be understood that the present invention is not inherently related to any particular computer, virtual machine or electronic device, and various general-purpose machines may be used to implement the present invention. The invention is not to be considered as limited to the specific embodiments thereof, but is to be understood as being modified in all respects, all changes and equivalents that come within the spirit and scope of the invention.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. An apparatus information calling method, comprising:
the page is first request information sent to an intermediate service, and the intermediate service generates first response information according to the first request information;
the intermediate service sends first response information to the page, and the page selects online equipment based on the first response information and sends second request information to the intermediate service;
the intermediate service matches an interface corresponding to the interactive component in the online equipment according to the second request information to acquire equipment information;
the intermediate service sends the device information to the page.
2. The device information invoking method according to claim 1, wherein the intermediate service generates a first response information according to the first request information, comprising:
the intermediate service establishes a bidirectional communication connection with the interactive component;
the intermediate service inquires the model of the online equipment according to the first request information;
the intermediate service generates the first response information according to the inquired online equipment model, wherein the first response information comprises a plurality of online equipment and equipment models corresponding to the online equipment.
3. The device information calling method according to claim 1 or 2, wherein the second request information includes a device model of the online device, and an interface type corresponding to an interactive component in the online device.
4. The method for calling device information according to any one of claims 1 to 3, wherein the obtaining device information includes:
the intermediate service sends third request information to the interaction component;
the interactive component acquires the equipment information according to the third request information;
and the interaction component sends the equipment information to the intermediate service.
5. The method for calling device information according to any one of claims 1 to 4, wherein the acquiring, by the interactive component, the device information according to the third request information includes:
and when the interactive component needs the user authorization, the interactive component acquires the user authorization and acquires the equipment information according to the third request information.
6. The device information calling method according to any one of claims 1 to 5, wherein the device information includes: user fingerprint, user face information, address list, and recording file.
7. The device information calling method according to any one of claims 1 to 6, wherein the page is developed based on a web language, and the interactive component is developed based on a program language.
8. An apparatus for invoking device information based on an intermediate service, comprising:
the response generation module is used for sending first request information to an intermediate service by a page, and the intermediate service generates first response information according to the first request information;
the request sending module is used for sending first response information to the page by the intermediate service, and the page selects online equipment based on the first response information and sends second request information;
the intermediate service matches an interface corresponding to the interactive component in the online equipment according to the second request information to acquire equipment information;
and the intermediate service sends the equipment information to the page.
9. An electronic device, wherein the electronic device comprises:
a processor and a memory storing computer-executable instructions that, when executed, cause the processor to perform the method of any of claims 1-7.
10. A computer readable storage medium, wherein the computer readable storage medium stores one or more programs which, when executed by a processor, implement the method of any of claims 1-7.
CN202110110062.8A 2021-01-27 2021-01-27 Equipment information calling method and device and electronic equipment Pending CN112799941A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110110062.8A CN112799941A (en) 2021-01-27 2021-01-27 Equipment information calling method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110110062.8A CN112799941A (en) 2021-01-27 2021-01-27 Equipment information calling method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN112799941A true CN112799941A (en) 2021-05-14

Family

ID=75812064

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110110062.8A Pending CN112799941A (en) 2021-01-27 2021-01-27 Equipment information calling method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN112799941A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108023918A (en) * 2016-11-02 2018-05-11 阿里巴巴集团控股有限公司 A kind of information on services acquisition methods, apparatus and system
CN108647165A (en) * 2018-04-17 2018-10-12 青岛海尔科技有限公司 A kind of apparatus control method, device, storage medium and computer equipment
JP2018161904A (en) * 2017-03-24 2018-10-18 日立オートモティブシステムズ株式会社 Electronic control device for vehicle, and port setting method
CN109086053A (en) * 2018-07-05 2018-12-25 杭州涂鸦信息技术有限公司 A kind of dynamic select, the load APP device control panel UI page and method
CN109446081A (en) * 2018-10-22 2019-03-08 江苏满运软件科技有限公司 For the test method of HTML5 webpage, system, equipment and medium
CN111324378A (en) * 2020-03-18 2020-06-23 浩云科技股份有限公司 Custom H5 page parameter configuration applied to playing of video monitoring equipment in APP

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108023918A (en) * 2016-11-02 2018-05-11 阿里巴巴集团控股有限公司 A kind of information on services acquisition methods, apparatus and system
JP2018161904A (en) * 2017-03-24 2018-10-18 日立オートモティブシステムズ株式会社 Electronic control device for vehicle, and port setting method
CN108647165A (en) * 2018-04-17 2018-10-12 青岛海尔科技有限公司 A kind of apparatus control method, device, storage medium and computer equipment
CN109086053A (en) * 2018-07-05 2018-12-25 杭州涂鸦信息技术有限公司 A kind of dynamic select, the load APP device control panel UI page and method
CN109446081A (en) * 2018-10-22 2019-03-08 江苏满运软件科技有限公司 For the test method of HTML5 webpage, system, equipment and medium
CN111324378A (en) * 2020-03-18 2020-06-23 浩云科技股份有限公司 Custom H5 page parameter configuration applied to playing of video monitoring equipment in APP

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
CN111338623B (en) Method, device, medium and electronic equipment for developing user interface
CN110806970A (en) Client test method and device based on simulation server response and electronic equipment
CN111026439B (en) Application program compatibility method, device, equipment and computer storage medium
CN110858172A (en) Automatic test code generation method and device
CN108984202B (en) Electronic resource sharing method and device and storage medium
CN111198996A (en) Page display method and device and electronic equipment
CN111679886A (en) Heterogeneous computing resource scheduling method, system, electronic device and storage medium
CN110795181A (en) Application program interface display method and device based on skip protocol and electronic equipment
CN114036439A (en) Website building method, device, medium and electronic equipment
CN110888794A (en) Interface test method and device
CN112346608A (en) Page display method and device based on business activity result display and electronic equipment
CN111782382A (en) Task processing method and device, storage medium and electronic equipment
CN111935092A (en) Information interaction method and device based on third-party application and electronic equipment
CN111367799A (en) Method, device, medium and electronic equipment for positioning source code breakdown position
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN111090821A (en) Method, device, electronic equipment and storage medium for realizing dynamic webpage
CN112416747A (en) Test case execution method, device, equipment and medium
CN110764740A (en) Information calling method and device based on modular decoupling and electronic equipment
CN112799941A (en) Equipment information calling method and device and electronic equipment
CN114745313A (en) Terminal remote testing method and device, electronic equipment and readable medium
CN111194026B (en) Information sending method and device and electronic equipment
CN111681093B (en) Method and device for displaying resource page and electronic equipment
CN111400623B (en) Method and device for searching information
CN111813407B (en) Game development method, game running device and electronic equipment

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