CN111143084A - Interaction method, device, equipment and medium for service program and interface program - Google Patents

Interaction method, device, equipment and medium for service program and interface program Download PDF

Info

Publication number
CN111143084A
CN111143084A CN201911136940.2A CN201911136940A CN111143084A CN 111143084 A CN111143084 A CN 111143084A CN 201911136940 A CN201911136940 A CN 201911136940A CN 111143084 A CN111143084 A CN 111143084A
Authority
CN
China
Prior art keywords
access token
program
session
acquiring
token
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
CN201911136940.2A
Other languages
Chinese (zh)
Other versions
CN111143084B (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.)
XIAMEN TIPRAY TECHNOLOGY CO LTD
Original Assignee
XIAMEN TIPRAY 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 XIAMEN TIPRAY TECHNOLOGY CO LTD filed Critical XIAMEN TIPRAY TECHNOLOGY CO LTD
Priority to CN201911136940.2A priority Critical patent/CN111143084B/en
Publication of CN111143084A publication Critical patent/CN111143084A/en
Application granted granted Critical
Publication of CN111143084B publication Critical patent/CN111143084B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/545Interprogram communication where tasks reside in different layers, e.g. user- and kernel-space
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application provides an interaction method and device of a service program and an interface program, electronic equipment and a computer readable medium. Wherein the method comprises the following steps: acquiring a first access token associated with a first process, wherein the first process is started in a service program session; copying the first access token to obtain a second access token; acquiring a session identifier of a currently active application program session; replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token; the interface program is started according to the third access token and the createprocessuseser () function. According to the method and the device, the process started through the access token of the service program can be started in the active application program session, so that normal communication between the service program and the interface program is realized, and the user experience is improved.

Description

Interaction method, device, equipment and medium for service program and interface program
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for interaction between a service program and an interface program, an electronic device, and a computer-readable medium.
Background
Starting from Vista system, in order to improve the security of the system, when a user logs in the system, the service program and the application program are run in different sessions. As shown in fig. 1, Session 0 only includes system services, and other applications run in sessions other than Session 0. Therefore, Session 0 and other sessions cannot interact with each other, and information windows cannot be popped up to the desktop users through the service program.
Therefore, when the service program interacts with the interface program (the service program starts the interface executable program by using WinExec or ShellExecute, etc.), an "interactive service detection" prompt box is popped up, as shown in fig. 2. If "remind me later" is clicked at this time, the interactive operation between the service program and the interface program is stopped, and if "view message" is clicked, the interface of fig. 3 is displayed. At this time, the windows desktop is not the original desktop and enters another session, and the interactive service detection window exists all the time.
The existing method has poor user experience and cannot display the window like a normal program; and when the window is displayed, the desktop of the user is replaced and other operations cannot be performed, which brings much inconvenience to the user.
Disclosure of Invention
An object of the present application is to provide a method for interacting a service program and an interface program, an apparatus for interacting a service program and an interface program, an electronic device, and a computer-readable medium, so as to solve at least one of the above problems.
A first aspect of the present application provides an interaction method between a service program and an interface program, including:
acquiring a first access token associated with a first process, wherein the first process is started in a service program session;
copying the first access token to obtain a second access token;
acquiring a session identifier of a currently active application program session;
replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token;
the interface program is started according to the third access token and the createprocessuseser () function.
In some possible implementations, the obtaining a first access token associated with a first process includes:
acquiring a handle of a first process;
a first access token associated with the first process is obtained based on the handle.
In some possible implementations, the obtaining a handle of the first process includes:
a handle to the first process is obtained using the GetCurrentProcess () function.
In some possible implementations, the copying the first access token to obtain a second access token includes:
copying the first access token by using a DuplicateTokenEx () function to obtain a second access token.
A second aspect of the present application provides an interaction apparatus for a service program and an interface program, including:
the system comprises a token acquisition module, a service program session processing module and a token acquisition module, wherein the token acquisition module is used for acquiring a first access token associated with a first process, and the first process is started in the service program session;
the copying module is used for copying the first access token to obtain a second access token;
the identification acquisition module is used for acquiring the session identification of the currently active application program session;
the replacing module is used for replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token;
and the starting module is used for starting the interface program according to the third access token and the createprocessaUser () function.
In some possible implementations, the token obtaining module includes:
a handle acquiring unit for acquiring a handle of the first process;
and the token acquisition unit is used for acquiring a first access token associated with the first process according to the handle.
In some possible implementations, the handle obtaining unit is specifically configured to:
a handle to the first process is obtained using the GetCurrentProcess () function.
In some possible implementations, the copy module is specifically configured to:
copying the first access token by using a DuplicateTokenEx () function to obtain a second access token.
A third aspect of the present application provides an electronic device comprising: memory, a processor and a computer program stored on the memory and executable on the processor, the processor executing the computer program when executing the computer program to perform the method of the first aspect of the application.
A fourth aspect of the present application provides a computer readable medium having computer readable instructions stored thereon which are executable by a processor to implement the method of the first aspect of the present application.
Compared with the prior art, the interaction method, device, equipment and medium for the service program and the interface program, provided by the application, are used for acquiring the first access token associated with the first process, and the first process is started in the service program session; copying the first access token to obtain a second access token; acquiring a session identifier of a currently active application program session; replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token; the interface program is started according to the third access token and the createprocessuseser () function. According to the method and the device, the process started through the access token of the service program can be started in the active application program session, so that normal communication between the service program and the interface program is realized, and the user experience is improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the application. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
FIG. 1 shows a schematic diagram in which services and applications are running in different sessions;
FIG. 2 is a diagram illustrating an interactive service detection prompt box in the prior art;
FIG. 3 illustrates a prior art display interface diagram for viewing messages;
FIG. 4 illustrates a flow chart of a method for interaction of a service program with an interface program provided by some embodiments of the present application;
FIG. 5 is a schematic diagram illustrating a service program and interface program interaction device provided by some embodiments of the present application;
fig. 6 illustrates a schematic diagram of an electronic device provided by some embodiments of the present application.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which this application belongs.
In addition, the terms "first" and "second", etc. are used to distinguish different objects, rather than to describe a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
The embodiment of the application provides an interaction method of a service program and an interface program, an interaction device of the service program and the interface program, an electronic device and a computer readable medium, which are described below with reference to the accompanying drawings.
Referring to fig. 4, which is a flowchart illustrating an interaction method of a service program and an interface program according to some embodiments of the present application, as shown in the figure, the interaction method of the service program and the interface program may include the following steps:
step S101: acquiring a first access token associated with a first process, wherein the first process is started in a service program session;
specifically, step S101 may be implemented to obtain a handle of the first process; a first access token associated with the first process is obtained based on the handle.
More specifically, a handle of the first process may be obtained by using a GetCurrentProcess () function, and a first access token associated with the first process is obtained by using an OpenProcessToken () function according to the handle, assuming that the access token is a.
Wherein the access token is: used to describe the security context of a process or thread, and the information in a token contains an identifier and access privileges of the user account associated with the process or thread. When a user logs in, the system verifies that the user's password passes comparison with information stored in a secure database. If the password is authenticated, the system generates an access token. Each process executing on behalf of the user has a copy of this access token.
Step S102: copying the first access token to obtain a second access token;
specifically, the first access token is copied by using a DuplicateTokenEx () function to obtain a second access token.
For example, the acquired access token is copied as a to a as a master token B using the DuplicateTokenEx () function.
Step S103: acquiring a session identifier of a currently active application program session;
specifically, the SessionID of the current activity is obtained through the wtsgetateconcolsessisionid () function.
Step S104: replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token;
specifically, the Session ID of the primary token B is replaced with the currently active Session ID acquired in step S103 above by a SetTokenInformation () function.
Step S105: the interface program is started according to the third access token and the createprocessuseser () function.
According to the interaction method of the service program and the interface program, the first process is started in a service program session by acquiring the first access token associated with the first process; copying the first access token to obtain a second access token; acquiring a session identifier of a currently active application program session; replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token; the interface program is started according to the third access token and the createprocessuseser () function. According to the method and the device, the process started through the access token of the service program can be started in the active application program session, so that normal communication between the service program and the interface program is realized, and the user experience is improved.
To facilitate an understanding of the present application, a specific example is described below.
Since the interface window cannot pop up in Session 0, the main content of the present application is to create an interface program in Session 0 of the current user by the above method. The method mainly comprises the following steps:
s1, acquiring a handle of the current process through a GetCurrentProcess () function.
S2, acquiring an access token A associated with the process through an OpenProcessToken () function according to the process handle acquired in the step S1.
S3, copying the access token acquired in the step S2 into a main token B by using a DuplicateTokenEx () function.
And S4, acquiring the currently active Session ID through a WTSGetActiveConsolideSession Id () function.
S5. the Session ID of the master token B in step S3 is replaced with the Session ID in step S4 by a SetTokenInformation () function.
S6. finally, the interface program is started by the main token B and createprocessuseser () function in step S5. Therefore, normal communication between the service program and the interface program can be realized.
In this embodiment, the access token a associated with the current process is obtained through the handle of the current process, and then a master token B is copied according to the token a. And then acquiring the current active Session ID, and replacing the acquired Session ID into the main token B. So that the process started by the master token B can be started in the active Session. Rather than being initiated in Session 0. Thus, normal communication between the service program and the interface program can be realized.
In the foregoing embodiment, an interaction method of a service program and an interface program is provided, and correspondingly, an interaction device of a service program and an interface program is also provided in the present application. The service program and interface program interaction device provided in the embodiment of the present application can implement the service program and interface program interaction method described above, and the service program and interface program interaction device can be implemented by software, hardware, or a combination of software and hardware. For example, the service program and the interface program may include integrated or separated functional modules or units to perform the corresponding steps of the methods. Please refer to fig. 5, which illustrates a schematic diagram of an interaction apparatus of a service program and an interface program according to some embodiments of the present application. Since the apparatus embodiments are substantially similar to the method embodiments, they are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for relevant points. The device embodiments described below are merely illustrative.
As shown in fig. 5, the service program and interface program interaction device 10 may include:
a token obtaining module 101, configured to obtain a first access token associated with a first process, where the first process is started in a service program session;
the copying module 102 is configured to copy the first access token to obtain a second access token;
an identifier obtaining module 103, configured to obtain a session identifier of a currently active application session;
a replacing module 104, configured to replace the session identifier of the second access token with the session identifier of the currently active application session, and generate a third access token;
an initiating module 105, configured to initiate the interface program according to the third access token and the createprocessuseser () function.
In some implementations of the embodiments of the present application, the token obtaining module 101 includes:
a handle acquiring unit for acquiring a handle of the first process;
and the token acquisition unit is used for acquiring a first access token associated with the first process according to the handle.
In some implementations of the embodiments of the present application, the handle obtaining unit is specifically configured to:
a handle to the first process is obtained using the GetCurrentProcess () function.
In some implementations of embodiments of the present application, the copy module 102 is specifically configured to:
copying the first access token by using a DuplicateTokenEx () function to obtain a second access token.
The service program and interface program interaction device 10 provided in the embodiment of the present application and the service program and interface program interaction method provided in the foregoing embodiment of the present application have the same beneficial effects and the same inventive concepts.
The embodiment of the present application further provides an electronic device corresponding to the method for interacting the service program and the interface program provided by the foregoing embodiment, where the electronic device may be an electronic device for a client, such as a mobile phone, a notebook computer, a tablet computer, a desktop computer, and the like, so as to execute the method for interacting the service program and the interface program.
Please refer to fig. 6, which illustrates a schematic diagram of an electronic device according to some embodiments of the present application. As shown in fig. 6, the electronic device 20 includes: the system comprises a processor 200, a memory 201, a bus 202 and a communication interface 203, wherein the processor 200, the communication interface 203 and the memory 201 are connected through the bus 202; the memory 201 stores a computer program that can be executed on the processor 200, and the processor 200 executes the interaction method between the service program and the interface program provided in any of the foregoing embodiments when executing the computer program.
The Memory 201 may include a high-speed Random Access Memory (RAM) and may further include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 203 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used.
Bus 202 can be an ISA bus, PCI bus, EISA bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. The memory 201 is used for storing a program, the processor 200 executes the program after receiving an execution instruction, and the method for interaction between the service program and the interface program disclosed in any embodiment of the present application may be applied to the processor 200, or implemented by the processor 200.
The processor 200 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 200. The Processor 200 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 201, and the processor 200 reads the information in the memory 201 and completes the steps of the method in combination with the hardware thereof.
The electronic device provided by the embodiment of the application and the interaction method of the service program and the interface program provided by the embodiment of the application have the same inventive concept and the same beneficial effects as the method adopted, operated or realized by the electronic device.
The present application further provides a computer readable medium corresponding to the method for interacting a service program and an interface program provided in the foregoing embodiments, and a computer program (i.e., a program product) is stored on the computer readable medium, and when the computer program is executed by a processor, the method for interacting a service program and an interface program provided in any foregoing embodiments is executed.
It should be noted that examples of the computer-readable storage medium may also include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory, or other optical and magnetic storage media, which are not described in detail herein.
The computer-readable storage medium provided by the above-mentioned embodiment of the present application and the interaction method of the service program and the interface program provided by the embodiment of the present application have the same beneficial effects as the method adopted, operated or implemented by the application program stored in the computer-readable storage medium.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present disclosure, and the present disclosure should be construed as being covered by the claims and the specification.

Claims (10)

1. A method for interaction between a service program and an interface program is characterized by comprising the following steps:
acquiring a first access token associated with a first process, wherein the first process is started in a service program session;
copying the first access token to obtain a second access token;
acquiring a session identifier of a currently active application program session;
replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token;
the interface program is started according to the third access token and the createprocessuseser () function.
2. The method of claim 1, wherein obtaining the first access token associated with the first process comprises:
acquiring a handle of a first process;
a first access token associated with the first process is obtained based on the handle.
3. The method of claim 2, wherein obtaining a handle to the first process comprises:
a handle to the first process is obtained using the GetCurrentProcess () function.
4. The method of claim 3, wherein said replicating the first access token to obtain a second access token comprises:
copying the first access token by using a DuplicateTokenEx () function to obtain a second access token.
5. An interaction device of a service program and an interface program, comprising:
the system comprises a token acquisition module, a service program session processing module and a token acquisition module, wherein the token acquisition module is used for acquiring a first access token associated with a first process, and the first process is started in the service program session;
the copying module is used for copying the first access token to obtain a second access token;
the identification acquisition module is used for acquiring the session identification of the currently active application program session;
the replacing module is used for replacing the session identifier of the second access token with the session identifier of the currently active application program session to generate a third access token;
and the starting module is used for starting the interface program according to the third access token and the createprocessaUser () function.
6. The service program and interface program interaction device of claim 5, wherein the token obtaining module comprises:
a handle acquiring unit for acquiring a handle of the first process;
and the token acquisition unit is used for acquiring a first access token associated with the first process according to the handle.
7. The device for interaction between a service program and an interface program according to claim 6, wherein the handle obtaining unit is specifically configured to:
a handle to the first process is obtained using the GetCurrentProcess () function.
8. The device for interaction between a service program and an interface program according to claim 7, wherein the copy module is specifically configured to:
copying the first access token by using a DuplicateTokenEx () function to obtain a second access token.
9. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor executes the computer program to implement the method according to any of claims 1 to 4.
10. A computer readable medium having computer readable instructions stored thereon which are executable by a processor to implement the method of any one of claims 1 to 4.
CN201911136940.2A 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program Active CN111143084B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911136940.2A CN111143084B (en) 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911136940.2A CN111143084B (en) 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program

Publications (2)

Publication Number Publication Date
CN111143084A true CN111143084A (en) 2020-05-12
CN111143084B CN111143084B (en) 2023-05-09

Family

ID=70517161

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911136940.2A Active CN111143084B (en) 2019-11-19 2019-11-19 Interaction method, device, equipment and medium of service program and interface program

Country Status (1)

Country Link
CN (1) CN111143084B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514571A (en) * 2002-12-16 2004-07-21 ض� Proof of using both fixed command plate and mobile command plate
CN101359355A (en) * 2007-08-02 2009-02-04 芯微技术(深圳)有限公司 Method for raising user's authority for limitation account under Windows system
US20160210248A1 (en) * 2015-01-20 2016-07-21 Fujitsu Limited Information processing system, method and medium
CN109962911A (en) * 2019-02-19 2019-07-02 深圳点猫科技有限公司 A kind of method and electronic equipment obtaining user information by small routine
CN110121873A (en) * 2017-10-23 2019-08-13 华为技术有限公司 A kind of access token management method, terminal and server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1514571A (en) * 2002-12-16 2004-07-21 ض� Proof of using both fixed command plate and mobile command plate
CN101359355A (en) * 2007-08-02 2009-02-04 芯微技术(深圳)有限公司 Method for raising user's authority for limitation account under Windows system
US20160210248A1 (en) * 2015-01-20 2016-07-21 Fujitsu Limited Information processing system, method and medium
CN110121873A (en) * 2017-10-23 2019-08-13 华为技术有限公司 A kind of access token management method, terminal and server
CN109962911A (en) * 2019-02-19 2019-07-02 深圳点猫科技有限公司 A kind of method and electronic equipment obtaining user information by small routine

Also Published As

Publication number Publication date
CN111143084B (en) 2023-05-09

Similar Documents

Publication Publication Date Title
CN107450981B (en) Block chain consensus method and equipment
US9544295B2 (en) Login method for client application and corresponding server
WO2017114184A1 (en) Method and device for mobile-terminal-barcode-based payment and business processing
CN107070858B (en) Service processing method and device
US10122598B2 (en) Subscription watch lists for event handling
US9165207B2 (en) Screenshot orientation detection
WO2018176960A1 (en) Network picture displaying method, device and user terminal
CN109754515B (en) Queuing system and queuing data processing method
CN109086105B (en) Page layout conversion method and device and electronic equipment
US10992460B2 (en) Blockchain-based advertisement monitoring method and apparatus, and electronic device
US9396053B2 (en) Error handling in a network resource generation environment
WO2019007409A1 (en) Display method, device, smart terminal and computer readable storage medium
CN111556353A (en) Video playing method, video playing management device and terminal equipment
US20160335370A1 (en) Data processing method and apparatus
CN111784345A (en) Payment processing method, device, equipment and system
CN108509228B (en) Page loading method, terminal equipment and computer readable storage medium
US10348890B2 (en) Information pushing method and apparatus, and terminal and server
US9779070B2 (en) Providing aggregated data to page generation code for network page generation
CN108596581B (en) Verification method and device for resource transfer and electronic payment verification method and device
CN107483534B (en) Service processing method and device
CN111143084B (en) Interaction method, device, equipment and medium of service program and interface program
CN111046308A (en) Page loading method and device
WO2014067368A1 (en) Method, apparatus and device for obtaining resource preview image
CN112434347B (en) Rental business processing method, device, equipment and system
CN114217697A (en) Multi-screen input method and device, electronic equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant