CN112883361B - Function jump method and device of application program, computer equipment and storage medium - Google Patents

Function jump method and device of application program, computer equipment and storage medium Download PDF

Info

Publication number
CN112883361B
CN112883361B CN202110124839.6A CN202110124839A CN112883361B CN 112883361 B CN112883361 B CN 112883361B CN 202110124839 A CN202110124839 A CN 202110124839A CN 112883361 B CN112883361 B CN 112883361B
Authority
CN
China
Prior art keywords
page
information
application program
jump
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110124839.6A
Other languages
Chinese (zh)
Other versions
CN112883361A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN202110124839.6A priority Critical patent/CN112883361B/en
Publication of CN112883361A publication Critical patent/CN112883361A/en
Application granted granted Critical
Publication of CN112883361B publication Critical patent/CN112883361B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/41User authentication where a single sign-on provides access to a plurality of computers

Abstract

The invention discloses a function jump method, a device, computer equipment and a storage medium of an application program, wherein the method comprises the following steps: and logging in the source application program according to the login information input by the user, acquiring a first page corresponding to the page jump information input by the user, displaying the first page, sending the login information to the management server to acquire a user token if receiving the confirmation information, packaging the first page, the user token and the authorization authentication code matched with the page jump information to obtain jump packaging information, inputting the jump packaging information into the target application program matched with the page jump information for verification, and jumping to a functional page corresponding to the first page in the target application program and displaying the functional page if the verification result is legal. The invention belongs to the technical field of function optimization, and relates to a method for jumping a function page between a plurality of application programs without repeated login by a user based on corresponding jumping of a first page of a source application program to a function page of a target application program.

Description

Function jump method and device of application program, computer equipment and storage medium
Technical Field
The invention relates to the technical field of function optimization, belongs to an application scene of automatic skip of a function page of an application program in a smart city, and particularly relates to a function skip method, a device, computer equipment and a storage medium of the application program.
Background
With the development of internet technology, more and more services can be handled through application programs installed on a terminal, and for large enterprises, a plurality of application programs are usually developed, each application program corresponds to a service handled by a sub-company, for example, a large enterprise includes two sub-companies of a bank and an insurance, and then two application programs corresponding to the bank and the insurance are respectively developed. In order to facilitate the use of the user, the jump use between the plurality of application programs can be realized through a technical method, and in the prior art, a specific application for jump login between the plurality of application programs is available, for example, after the user logs in a first application program, a second application program is opened, and after the authorization of the first application program, the second application program can be jumped and logged in by using the login information of the first application program. However, the applicant finds that, because each application program has a login interface, in the prior art, skip login between a plurality of application programs can only be implemented, but other function skip between the plurality of application programs cannot be implemented, that is, functions of the plurality of application programs cannot be used complementarily, so that the use effect of performing function skip between the plurality of application programs is poor. Therefore, the prior art method has the problem of poor use effect of performing function jump between application programs.
Disclosure of Invention
The embodiment of the invention provides a function jump method, a device, computer equipment and a storage medium of an application program, and aims to solve the problem that the use effect of function jump between application programs in the prior art method is poor.
In a first aspect, an embodiment of the present invention provides a method for skipping a function of an application program, including:
if login information input by a user is received, logging in a source application program according to the login information;
if page jump information input by the user through the source application program is received, acquiring and displaying a first page corresponding to the page jump information;
if the confirmation information of clicking the first page by the user is received, the login information is sent to the management server to acquire a user token fed back by the management server;
acquiring a pre-stored authorization authentication code matched with the page jump information;
packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items to obtain jump packaging information;
inputting the jump encapsulation information into a target application program matched with the page jump information to verify whether the jump encapsulation information is legal or not;
And if the jump encapsulation information is legal, jumping to a functional page corresponding to the first page in the target application program and displaying the functional page.
In a second aspect, an embodiment of the present invention provides a function jump apparatus for an application program, including:
the login unit is used for logging in the source application program according to the login information if the login information input by the user is received;
the first page display unit is used for acquiring and displaying a first page corresponding to the page jump information if the page jump information input by the user through the source application program is received;
the user token acquisition unit is used for sending the login information to the management server to acquire a user token fed back by the management server if the user clicks the confirmation information of the first page;
the authorization authentication code acquisition unit is used for acquiring a prestored authorization authentication code matched with the page jump information;
the skip packaging information acquisition unit is used for packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items so as to obtain skip packaging information;
the skip package information verification unit is used for inputting the skip package information into a target application program matched with the page skip information so as to verify whether the skip package information is legal or not;
And the functional page display unit is used for jumping to the functional page corresponding to the first page in the target application program and displaying if the jump encapsulation information is legal.
In a third aspect, an embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the method for skipping the function of the application program according to the first aspect when the processor executes the computer program.
In a fourth aspect, an embodiment of the present invention further provides a computer readable storage medium, where the computer readable storage medium stores a computer program, where the computer program when executed by a processor causes the processor to execute the function jump method of the application program described in the first aspect.
The embodiment of the invention provides a function jump method, a device and a computer readable storage medium of an application program. And logging in the source application program according to the login information input by the user, acquiring a first page corresponding to the page jump information input by the user, displaying the first page, sending the login information to the management server to acquire a user token if receiving the confirmation information, packaging the first page, the user token and the authorization authentication code matched with the page jump information to obtain jump packaging information, inputting the jump packaging information into the target application program matched with the page jump information for verification, and jumping to a functional page corresponding to the first page in the target application program and displaying the functional page if the verification result is legal. By the method, the user can jump the function page among the plurality of application programs without repeatedly logging in based on the first page in the source application program to jump to the function page of the target application program, so that the user can conveniently use the application program and the service handling efficiency of the user is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart illustrating a method for performing function jump of an application according to an embodiment of the present invention;
fig. 2 is an application scenario schematic diagram of a method for performing function jump of an application program according to an embodiment of the present invention;
FIG. 3 is a schematic sub-flowchart of a method for performing function jump of an application according to an embodiment of the present invention;
FIG. 4 is another flow chart of a method for skipping functions of an application according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of another sub-flowchart of a method for performing function jump of an application according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of another sub-flowchart of a method for performing a function jump of an application according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of another sub-flowchart of a method for performing function jump of an application according to an embodiment of the present invention;
FIG. 8 is another flow chart of a method for performing function jump of an application according to an embodiment of the present invention;
FIG. 9 is a schematic block diagram of a function jumping device for an application program according to an embodiment of the present invention;
fig. 10 is a schematic block diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in the present specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1 and fig. 2, fig. 1 is a flow chart of a method for jumping functions of an application program according to an embodiment of the present invention, and fig. 2 is an application scenario diagram of a method for jumping functions of an application program according to an embodiment of the present invention; the function jump method of the application program is applied to the user terminal 10, the function jump method of the application program is executed through application software installed in the user terminal 10, the user terminal 10 is connected with the management server 20 through a network to realize transmission of data information, the user terminal 10 is a terminal device for installing the application program for users, such as a desktop computer, a notebook computer, a tablet computer or a mobile phone, the management server 20 is a server for acquiring login information from the user terminal 10 to perform login processing and business handling, and the management server 20 can be a server configured by an enterprise or a government organization to perform login processing and business handling. As shown in fig. 1, the method includes steps S110 to S170.
S110, if login information input by a user is received, a source application program is logged in according to the login information.
And if the login information input by the user is received, logging in the source application program according to the login information. The process of logging in the source application program by the user is similar to the conventional technical method, specifically, the user clicks the icon of the source application program installed in the user terminal, the source application program can be started in the user terminal, the login interface of the source application program is clicked and login information is input, the login information can be sent to the management server through the user terminal, the management server verifies the received login information and feeds back login verification information to the user terminal, and if the login verification information passes, the user normally logs in the source application program and can use corresponding functions in the source application program; if the login verification information is that the verification is not passed, the user cannot log in the source application program.
And S120, if page jump information input by the user through the source application program is received, acquiring and displaying a first page corresponding to the page jump information.
And if page jump information input by the user through the source application program is received, acquiring and displaying a first page corresponding to the page jump information. The first page can be an H5 page loaded and displayed in the source application program, and the first page can only be used for displaying corresponding information and acquiring confirmation information of a user, so that specific service functions cannot be realized. The source application program can be configured with a plurality of function jump key presses, wherein the function jump key presses are virtual keys for jumping to a certain function of other application programs, one function jump key press corresponds to a specific function of other application programs, the function jump key presses can be functional pages of other application programs, for example, the function jump key presses can be advertisement pictures for propaganda of functions of other application programs or keyword information for explaining the functions of other application programs, jump links corresponding to the function jump key presses and target application program names are stored in the source application program, and the corresponding page jump information can be obtained according to the function jump key presses. The user clicks the function jump key in the source application program, that is, inputs the page jump information corresponding to the function jump key, that is, the first page corresponding to the page jump information can be obtained and displayed in the user terminal, specifically, the page jump information may include a jump link corresponding to the function jump key and a target application program name, and the jump link may be a URL link (uniform resource locator ).
In one embodiment, as shown in FIG. 3, step S120 includes substeps S121, S122, and S123.
S121, judging whether a first page matched with the page jump information is stored in the source application program or not; s122, if the first page matched with the page jump information is stored in the source application program, the first page in the source application program is acquired and displayed.
Specifically, whether the source application program contains a first page matched with the page jump information is judged, if so, the first page matched with the page jump information is indicated to be stored in the source application program, and the first page can be directly acquired and displayed.
And S123, if the first page matched with the page jump information is not stored in the source application program, the page jump information is sent to the management server so as to receive and display the first page fed back by the management server.
If the first page matched with the page jump information is not stored in the source application program, the page jump information is required to be sent to the management server, the management server correspondingly acquires the first page according to the received page jump information and feeds the first page back to the user terminal, and the user terminal receives and displays the first page.
And S130, if the confirmation information of clicking the first page by the user is received, the login information is sent to the management server to acquire the user token fed back by the management server.
And if the confirmation information of clicking the first page by the user is received, the login information is sent to the management server to acquire the user token fed back by the management server. The first page comprises prompt information and a confirmation key, the prompt information can be whether to click confirmation for jumping, the confirmation key is a virtual key used for a user to click confirmation on the first page, the user can read the prompt information and click the confirmation key for confirmation, if the user clicks the confirmation key, the user terminal can receive the confirmation information of the user clicking the first page, the user terminal can send login information for logging in the source application program to the management server, and the management server can correspondingly feed back the user token to the user terminal. The user token may be an encrypted string obtained by encoding the login information, specifically, the base64 encoding may be used to encode the login information, and then 16-ary conversion may be performed based on ASCII encoding, so as to implement encoding and encryption of the login information.
S140, obtaining a pre-stored authorization authentication code matched with the page jump information.
And acquiring a pre-stored authorization authentication code matched with the page jump information. Specifically, an authorization authentication code matched with the page skip information can be obtained from the memory of the user terminal, wherein the authorization authentication code is authentication information for authorizing the source application program by the application program; specifically, the authorization authentication code consists of information such as a program name, a source program name, an authentication code, a type identifier, a valid period and the like, the program name is the name information of the application program which is authorized, the source program name is the name information of the authorized source application program, the authentication code is an authentication code corresponding to the application program which is authorized, the authentication code can be obtained by encrypting the program name, the program version number and the program installation time, and the authentication code is uniquely determined when the application program is installed on a user terminal or updated; the validity period is the period information that can be used for the authorization authentication code, and when the time corresponding to the validity period is reached, the corresponding authorization authentication code is deleted, for example, if a certain authorization authentication code is "App03-App01-e5aa35cd-pa-20201220", app03 "is the program name," App01 "is the source program name," e5aa35cd "is the authentication code," pa "is the type identifier, and" 20201220 "is the validity period.
In an embodiment, step S140 may further include the steps of: judging whether the user terminal stores an authorization authentication code matched with the page jump information; if the user terminal does not store the authorization authentication code, jumping to an authorization page of a target application program matched with the page jumping information to acquire and store the corresponding authorization authentication code; and if the user terminal has stored the authorization authentication code, executing the step of acquiring the pre-stored authorization authentication code matched with the page jump information.
The method can judge whether the memory of the user terminal stores the authorized authentication code matched with the page jump information, specifically, the method can acquire the target application program name and the source application program name of the page jump information, judge whether the program name and the source application program name in the authorized authentication code stored in the memory are simultaneously matched with the target application program name and the source application program name, and judge whether the user terminal stores the authorized authentication code matched with the page jump information and execute step S140 if the memory contains the authorized authentication code simultaneously matched with the target application program name and the source application program name, wherein, the authorized authentication code simultaneously matched with the target application program name and the source application program name is one or only one. If the memory does not contain the authorization authentication code matched with the target application program name and the source application program name at the same time, the user can jump to the authorization page of the target application program matched with the page jump information, the user clicks the confirmation authorization key on the authorization page, the corresponding authorization authentication code can be generated and stored in the memory, the generated authorization authentication code is the authorization authentication code matched with the page jump information, if the user cannot jump to the authorization page of the target application program matched with the page jump information, the user terminal is indicated that the target application program is not installed yet, and the user can jump to the downloading interface of the target application program to prompt the user to download and install the target application program.
In an embodiment, as shown in fig. 4, step S140 further includes steps S1401 and S1402.
S1401, judging whether the authorization authentication code is matched with a preset authorization type; if the authorization authentication code is not matched with the preset authorization type, executing the step of packaging the first page, the user token and the authorization authentication code according to a pre-stored packaging item to obtain skip packaging information; s1402, if the authorization authentication code is matched with the preset authorization type, inputting the user token into a target application program matched with the page jump information, jumping to a functional page corresponding to the first page in the target application program, and displaying.
Judging whether the type identifier of the authorization authentication code is matched with a preset authorization type, wherein the preset authorization type can be name identifier information corresponding to an enterprise name, if the type identifier is not matched with the preset authorization type, the method indicates that the target application program and the source application program do not belong to the same enterprise, namely the source application program can jump to a corresponding page of the target application program only after being authorized and verified by the target application program, and step S150 can be executed. If the type identifier is matched with the preset authorization type, the target application program and the source application program belong to the same enterprise, namely the target application program authorizes the source application program without verification and can directly jump to a corresponding page of the target application program, a user token is input into the target application program and can be used for logging in the target application program, and the user token jumps to a functional page corresponding to the first page in the target application program and is displayed.
And S150, packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items to obtain skip packaging information.
And packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items to obtain jump packaging information. The package item is pre-stored information for packaging in the source application program, the package item comprises a plurality of package keywords, source information matched with each package keyword can be obtained according to the package item to serve as package source information, and the package source information is packaged to obtain skip package information.
In one embodiment, as shown in FIG. 5, step S150 includes sub-steps S151 and S152.
S151, acquiring package source information corresponding to the package item in the first page, the user token and the authorization authentication code.
Specifically, the first page further includes a source application program link, a page identifier and a skip type, the authorization and authentication code includes a program name, a source program name, an authentication code, a type identifier and a valid period, the user token is an encrypted character string generated based on login information of the user, the package keywords included in the package item can be the page identifier, the source program name, the source application program link, the skip type, the user token and the authorization and authentication code, source information corresponding to each package keyword can be represented by the character string, and the source information corresponding to each package keyword can be combined into package source information. The page identifier is identification information corresponding to the first page, the source application program link is link information corresponding to an icon of the source application program, the skip type is return type information corresponding to the first page, if the skip type is return skip, the first page can be skipped again after being skipped to the corresponding functional page, and if the skip type is non-return skip, the first page cannot be skipped again after being skipped to the corresponding functional page.
For example, the obtained package source information is shown in table 1.
TABLE 1
S152, encrypting the package source information according to the skip link contained in the first page to obtain skip package information.
The package source information can be encrypted according to the skip link contained in the first page, and the obtained encrypted information is skip package information. Specifically, the jump link may be 16-ary converted by adopting an ASCII encoding rule, and the jump link may be used as a public key based on the converted 16-ary character string, from which the first 129 bytes are intercepted (if the converted 16-ary character string is less than 129 bytes, 1 is adopted for filling in), and the corresponding private key is obtained from a pre-stored curve equation according to the public key, where the curve equation may be an elliptic curve equation: y is 2 =x 3 +ax+b, where a and b are parameter values in the elliptic curve equation, the base point coordinate is a coordinate value of any point on the curve equation, the base point coordinate may be expressed as g= (Gx, gy), the public key may correspond to a target point coordinate P on the curve equation after decimal conversion, a tangent line may be made along the G point to obtain a tangent line with the tangent point being the G point, a perpendicular line perpendicular to the tangent line is made through the P point, an order k of any intersection point coordinate of the perpendicular line and the curve equation is taken, the order k is converted into a character string expressed in 16 scale, and the private key may be a 128 byte character string.
And combining the multiple pieces of source information contained in the package source information to obtain a combined character string, converting the combined character string into a character string to be encrypted which is expressed in a 16-system mode according to an ASCII coding rule, and carrying out signature encryption on the character string to be encrypted based on a pre-stored signature algorithm and a private key to obtain corresponding skip package information. The signature algorithm is a function method for signing the combined character string, and specifically, the signature algorithm can be realized based on an RSA encryption algorithm.
For example, a combination string based on the information corresponding to the combination in Table 1 may be expressed as "schame=paescuerbank & orname=App 01& logUrl=S: \program\App01& showBackBtn=jumpba ck & ssoTicket=8fd 60d2b 9c & state=App 03-App01-e5aa35cd-pa-20201220".
S160, inputting the jump encapsulation information into a target application program matched with the page jump information to verify whether the jump encapsulation information is legal or not.
And inputting the jump encapsulation information into a target application program matched with the page jump information to verify whether the jump encapsulation information is legal or not. Inputting the jump encapsulation information into the target application program, verifying whether the jump encapsulation information is legal or not by the target application program, and if the jump encapsulation information is legal, jumping to a corresponding functional page in the target application program for display; if the jump encapsulation information obtained by verification is illegal, the corresponding functional page cannot be displayed in a jump mode, and at the moment, prompt information of jump errors can be displayed to prompt a user.
In one embodiment, as shown in FIG. 6, step S160 includes sub-steps S161 and S162.
S161, decrypting the skip packaging information according to the skip connection of the page skip information to obtain decryption information.
Specifically, the skip link of the page skip information can be obtained, the public key corresponding to the skip link is obtained based on the method, the skip package information is decrypted based on the public key to obtain the decryption character string corresponding to the skip package information, the decryption character string is inversely coded according to the ASCII coding rule to obtain the decryption information corresponding to the decryption character string, and the decryption can be realized based on an RSA decryption algorithm.
S162, judging whether the authentication code in the decryption information is consistent with the target authentication code contained in the target application program so as to verify whether the skip package information is legal or not.
Acquiring a target authentication code contained in the target application program, judging whether the authentication code in the decryption information is consistent with the target authentication code, and verifying whether the skip package information is legal or not, if the authentication code in the decryption information is consistent with the target authentication code, verifying that the skip package information is legal; if the authentication code in the decryption information is inconsistent with the target authentication code, the verification results in illegal skip package information.
And S170, if the jump encapsulation information is legal, jumping to a functional page corresponding to the first page in the target application program and displaying the functional page.
And if the verification results in that the skip packaging information is legal, skipping to the functional page corresponding to the first page in the target application program and displaying the functional page. Specifically, the target application program can be logged in according to the user token in the decryption information, and the functional page corresponding to the first page in the target application program is acquired and displayed, so that the login information of the client can be transferred while the user jumps to the corresponding functional page, the use effect of function jump between the application programs is greatly enhanced, and the user can transact the service corresponding to the functional page in the functional page of the target application program.
In one embodiment, as shown in FIG. 7, step S170 includes sub-steps S171, S172 and S173.
S171, decoding the user token in the decryption information to obtain login information corresponding to the user token.
Specifically, after a user token represented by 16 scale is converted by ASCII encoding, a character string obtained by conversion is inversely encoded based on base64 encoding, so as to obtain login information corresponding to the user token, wherein the login information comprises a user account number and a user password.
S172, using the login information to the target application program; s173, acquiring and displaying a functional page corresponding to the first page based on the logged-in target application program.
The login information is used for logging in the target application program, the process is the same as that of the login information logging in the source application program, the functional page corresponding to the first page in the target application program can be obtained and displayed after the login is completed, specifically, the functional page corresponding to the page identification in the target application program can be obtained based on the page identification in the decryption information, and a user can operate in the functional page to realize the corresponding service function. In addition, whether the jump type in the decryption information is a return jump can be judged, and if the jump type is the return jump, a return key is required to be correspondingly generated on the displayed functional page; if the jump type is not the return jump, no return key is required to be generated on the displayed function page.
In an embodiment, as shown in fig. 8, step S170 is further followed by step S180.
And S180, if the return information input by the user is received, acquiring a processing result of the functional page, and returning to the first page of the source application program to display prompt information corresponding to the processing result.
Specifically, the functional page may further include a return key, after the user completes a specific service processing procedure on the functional page, the user may click on the return key on the functional page, and then the user terminal receives the return information input by the user, so that a processing result of the functional page may be obtained, and the user terminal returns to jump to the first page of the source application program, and displays prompt information corresponding to the processing result on the first page; the user can click the return key when the specific business processing process is not finished on the functional page, and the user terminal receives the return information input by the user at the moment and can return to jump to the first page of the source application program. The source application program can acquire the processing result of the target application program when returning to the first page, if the user finishes the specific business processing process on the functional page, the target application program feeds back the processing result of finishing the processing to the source application program, and the prompt information of finishing the processing can be displayed on the first page to prompt the user when returning to the first page; if the user does not complete the specific business processing process on the functional page, the target application program feeds back the processing result of the incomplete processing to the source application program, and the target application program returns to the first page and can display the prompt information of the incomplete processing on the first page so as to prompt the user.
In one embodiment, step S180 further includes the steps of: and synchronously uploading the processing result to a blockchain for storage.
Uploading the processing result to a blockchain for storage, and obtaining corresponding summary information based on the processing result, wherein the summary information is obtained by hashing the processing result, such as by using a sha256 algorithm. Uploading summary information to the blockchain can ensure its security and fair transparency to the user. The user device may download the digest information from the blockchain to verify whether the processing result has been tampered with. The blockchain referred to in this example is a novel mode of application for computer technology such as distributed data storage, point-to-point transmission, consensus mechanisms, encryption algorithms, and the like. The Blockchain (Blockchain), which is essentially a decentralised database, is a string of data blocks that are generated by cryptographic means in association, each data block containing a batch of information of network transactions for verifying the validity of the information (anti-counterfeiting) and generating the next block. The blockchain may include a blockchain underlying platform, a platform product services layer, an application services layer, and the like.
The technical method can be applied to application scenes including automatic skip of functional pages of application programs, such as intelligent government affairs, intelligent urban management, intelligent community, intelligent security, intelligent logistics, intelligent medical treatment, intelligent education, intelligent environmental protection, intelligent traffic and the like, so that construction of intelligent cities is promoted.
In the method for skipping functions of an application program provided by the embodiment of the invention, a source application program is logged in according to login information input by a user, a first page corresponding to page skipping information input by the user is acquired and displayed, if confirmation information is received, the login information is sent to a management server to acquire a user token, skipping package information is obtained according to the first page, the user token and an authorization authentication code package matched with the page skipping information, a target application program matched with the page skipping information is input to verify, and if the verification result is legal, the target application program is skipped to a functional page corresponding to the first page and displayed. By the method, the user can jump the function page among the plurality of application programs without repeatedly logging in based on the first page in the source application program to jump to the function page of the target application program, so that the user can conveniently use the application program and the service handling efficiency of the user is improved.
The embodiment of the present invention further provides a function jump device of an application program, where the function jump device of the application program may be configured in the user terminal 10, and the function jump device of the application program is used to execute any embodiment of the foregoing function jump method of the application program. Specifically, referring to fig. 9, fig. 9 is a schematic block diagram of a function jumping device for an application program according to an embodiment of the present invention.
As shown in fig. 9, the function jumping device 100 of an application program includes a login unit 110, a first page display unit 120, a user token acquisition unit 130, an authorization authentication code acquisition unit 140, a jumping encapsulation information acquisition unit 150, a jumping encapsulation information verification unit 160, and a function page display unit 170.
And the login unit 110 is configured to, when receiving login information input by a user, login the source application according to the login information.
And the first page display unit 120 is configured to, if page skip information input by the user through the source application program is received, acquire and display a first page corresponding to the page skip information.
In one embodiment, the first page display unit 120 includes a subunit: the judging unit is used for judging whether a first page matched with the page jump information is stored in the source application program or not; the first display unit is used for acquiring and displaying a first page in the source application program if the first page matched with the page jump information is stored in the source application program; and the second display unit is used for sending the page jump information to the management server to receive and display the first page fed back by the management server if the first page matched with the page jump information is not stored in the source application program.
And the user token obtaining unit 130 is configured to send the login information to the management server to obtain the user token fed back by the management server if receiving the confirmation information that the user clicks the first page.
And the authorization authentication code acquiring unit 140 is configured to acquire a pre-stored authorization authentication code that matches the page jump information.
In an embodiment, the function jumping device 100 of the application program further includes: the authorization authentication code judging unit is used for judging whether the authorization authentication code is matched with a preset authorization type; if the authorization authentication code is not matched with the preset authorization type, executing the step of packaging the first page, the user token and the authorization authentication code according to a pre-stored packaging item to obtain skip packaging information; and the jump display unit is used for inputting the user token into a target application program matched with the page jump information and jumping to a functional page corresponding to the first page in the target application program for display if the authorization authentication code is matched with the preset authorization type.
And the skip packaging information acquiring unit 150 is configured to package the first page, the user token, and the authorization authentication code according to pre-stored packaging items to obtain skip packaging information.
In an embodiment, the hop packaging information acquiring unit 150 includes a subunit: the package source information acquisition unit is used for acquiring package source information corresponding to the package item in the first page, the user token and the authorization authentication code; and the encryption processing unit is used for encrypting the encapsulation source information according to the skip link contained in the first page to obtain skip encapsulation information.
And a skip package information verification unit 160, configured to input the skip package information into a target application program matched with the page skip information to verify whether the skip package information is legal.
In an embodiment, the hop-encapsulation information verification unit 160 includes a subunit: the decryption processing unit is used for decrypting the skip packaging information according to the skip connection of the page skip information to obtain decryption information; and the verification unit is used for judging whether the authentication code in the decryption information is consistent with the target authentication code contained in the target application program or not so as to verify whether the jump encapsulation information is legal or not.
And the functional page display unit 170 is configured to skip to a functional page corresponding to the first page in the target application program and display the functional page if the skip package information is legal.
In one embodiment, the function page display unit 170 includes a subunit: the user token decoding unit is used for decoding the user token in the decryption information to obtain login information corresponding to the user token; an application login unit for using the login information to the target application; and the page display unit is used for acquiring and displaying the functional page corresponding to the first page based on the logged-in target application program.
In an embodiment, the function jumping device 100 of the application program further includes: and the return skip unit is used for acquiring the processing result of the functional page if the return information input by the user is received, and returning to the first page of the source application program to display the prompt information corresponding to the processing result.
According to the function jumping method of the application program, which is provided by the embodiment of the invention, the source application program is logged in according to login information input by a user, a first page corresponding to page jumping information input by the user is acquired and displayed, if confirmation information is received, the login information is sent to a management server to acquire a user token, jumping packaging information is obtained according to the first page, the user token and an authorization authentication code package matched with the page jumping information, the jumping packaging information is input to a target application program matched with the page jumping information for verification, and if the verification result is legal, the function page corresponding to the first page in the target application program is jumped to and displayed. By the method, the user can jump the function page among the plurality of application programs without repeatedly logging in based on the first page in the source application program to jump to the function page of the target application program, so that the user can conveniently use the application program and the service handling efficiency of the user is improved.
The above-described method of function hopping of an application program may be implemented in the form of a computer program that can be run on a computer device as shown in fig. 10.
Referring to fig. 10, fig. 10 is a schematic block diagram of a computer device according to an embodiment of the present invention. The computer device may be a user terminal 10 for executing a function jumping method of an application program to automatically jump a function page of the application program.
With reference to fig. 10, the computer device 500 includes a processor 502, a memory, and a network interface 505, which are connected by a system bus 501, wherein the memory may include a storage medium 503 and an internal memory 504.
The storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032, when executed, may cause the processor 502 to perform a function jump method for an application, wherein the storage medium 503 may be a volatile storage medium or a non-volatile storage medium.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the execution of a computer program 5032 in the storage medium 503, which computer program 5032, when executed by the processor 502, causes the processor 502 to perform a function jump method for an application.
The network interface 505 is used for network communication, such as providing for transmission of data information, etc. It will be appreciated by those skilled in the art that the structure shown in FIG. 10 is merely a block diagram of some of the structures associated with the present inventive arrangements and does not constitute a limitation of the computer device 500 to which the present inventive arrangements may be applied, and that a particular computer device 500 may include more or fewer components than shown, or may combine certain components, or may have a different arrangement of components.
The processor 502 is configured to execute the computer program 5032 stored in the memory, so as to implement the corresponding function in the function jump method of the application program.
Those skilled in the art will appreciate that the embodiment of the computer device shown in fig. 10 is not limiting of the specific construction of the computer device, and in other embodiments, the computer device may include more or less components than those shown, or certain components may be combined, or a different arrangement of components. For example, in some embodiments, the computer device may include only a memory and a processor, and in such embodiments, the structure and function of the memory and the processor are consistent with the embodiment shown in fig. 10, and will not be described again.
It should be appreciated that in an embodiment of the invention, the processor 502 may be a central processing unit (Central Processing Unit, CPU), the processor 502 may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. Wherein the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the invention, a computer-readable storage medium is provided. The computer readable storage medium may be a volatile or nonvolatile computer readable storage medium. The computer readable storage medium stores a computer program, wherein the computer program when executed by a processor implements the steps included in the above-described method for functional jump of an application program.
It will be clearly understood by those skilled in the art that, for convenience and brevity of description, specific working procedures of the apparatus, device and unit described above may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein. Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the several embodiments provided by the present invention, it should be understood that the disclosed apparatus, device and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, and for example, the division of the units is merely a logical function division, there may be another division manner in actual implementation, or units having the same function may be integrated into one unit, for example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not performed. In addition, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or elements, or may be an electrical, mechanical, or other form of connection.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the embodiment of the present invention.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units, if implemented in the form of software functional units and sold or used as stand-alone products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention is essentially or part of what contributes to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a computer-readable storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned computer-readable storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, an optical disk, or other various media capable of storing program codes.
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the invention. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (9)

1. The utility model provides a function jump method of application program, is applied to user terminal, the transmission of data information is carried out through network connection to user terminal and management server to the user terminal, characterized by that, the method includes:
if login information input by a user is received, logging in a source application program according to the login information;
if page jump information input by the user through the source application program is received, acquiring and displaying a first page corresponding to the page jump information;
if the confirmation information of clicking the first page by the user is received, the login information is sent to the management server to acquire a user token fed back by the management server;
acquiring a pre-stored authorization authentication code matched with the page jump information;
Packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items to obtain jump packaging information;
inputting the jump encapsulation information into a target application program matched with the page jump information to verify whether the jump encapsulation information is legal or not;
if the jump encapsulation information is legal, jumping to a functional page corresponding to the first page in the target application program and displaying the functional page;
the step of packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items to obtain jump packaging information comprises the following steps:
acquiring package source information corresponding to the package item in the first page, the user token and the authorization authentication code;
and encrypting the package source information according to the skip link contained in the first page to obtain skip package information.
2. The method for jumping functions of an application program according to claim 1, wherein the acquiring and displaying the first page corresponding to the page jumping information comprises:
judging whether a first page matched with the page jump information is stored in the source application program or not;
If a first page matched with the page jump information is stored in the source application program, acquiring and displaying the first page in the source application program;
and if the first page matched with the page jump information is not stored in the source application program, sending the page jump information to the management server so as to receive and display the first page fed back by the management server.
3. The method for jumping functions of an application program according to claim 1, wherein after the acquiring the pre-stored authorization authentication code matched with the page jumping information, further comprising:
judging whether the authorization authentication code is matched with a preset authorization type or not;
if the authorization authentication code is not matched with the preset authorization type, executing the step of packaging the first page, the user token and the authorization authentication code according to a pre-stored packaging item to obtain skip packaging information;
and if the authorization authentication code is matched with the preset authorization type, inputting the user token into a target application program matched with the page jump information, jumping to a functional page corresponding to the first page in the target application program, and displaying.
4. The method for jumping functions of an application program according to claim 1, wherein said inputting the jump package information into a target application program matched with the page jump information to verify whether the jump package information is legal, comprises:
decrypting the skip packaging information according to the skip connection of the page skip information to obtain decryption information;
and judging whether the authentication code in the decryption information is consistent with a target authentication code contained in the target application program or not so as to verify whether the skip package information is legal or not.
5. The method for jumping to a function of an application program according to claim 4, wherein jumping to a function page corresponding to the first page in the target application program and displaying the same, comprises:
decoding the user token in the decryption information to obtain login information corresponding to the user token;
using the login information to the target application;
and acquiring and displaying the functional page corresponding to the first page based on the logged-in target application program.
6. The method for jumping to a function of an application program according to claim 1, wherein after jumping to a function page corresponding to the first page in the target application program and displaying, further comprising:
And if the return information input by the user is received, acquiring a processing result of the functional page, and returning to the first page of the source application program to display prompt information corresponding to the processing result.
7. A function jumping device of an application program, applied in a user terminal, the user terminal and a management server transmitting data information through a network connection, the device comprising:
the login unit is used for logging in the source application program according to the login information if the login information input by the user is received;
the first page display unit is used for acquiring and displaying a first page corresponding to the page jump information if the page jump information input by the user through the source application program is received;
the user token acquisition unit is used for sending the login information to the management server to acquire a user token fed back by the management server if the user clicks the confirmation information of the first page;
the authorization authentication code acquisition unit is used for acquiring a prestored authorization authentication code matched with the page jump information;
the skip packaging information acquisition unit is used for packaging the first page, the user token and the authorization authentication code according to pre-stored packaging items so as to obtain skip packaging information;
The skip package information verification unit is used for inputting the skip package information into a target application program matched with the page skip information so as to verify whether the skip package information is legal or not;
the functional page display unit is used for jumping to a functional page corresponding to the first page in the target application program and displaying the functional page if the jump encapsulation information is legal;
the jump encapsulation information acquisition unit is specifically configured to:
acquiring package source information corresponding to the package item in the first page, the user token and the authorization authentication code;
and encrypting the package source information according to the skip link contained in the first page to obtain skip package information.
8. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the function jump method of an application program according to any of claims 1 to 6 when executing the computer program.
9. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program, which when executed by a processor implements the function jump method of an application program according to any one of claims 1 to 6.
CN202110124839.6A 2021-01-29 2021-01-29 Function jump method and device of application program, computer equipment and storage medium Active CN112883361B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110124839.6A CN112883361B (en) 2021-01-29 2021-01-29 Function jump method and device of application program, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110124839.6A CN112883361B (en) 2021-01-29 2021-01-29 Function jump method and device of application program, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112883361A CN112883361A (en) 2021-06-01
CN112883361B true CN112883361B (en) 2023-10-27

Family

ID=76053520

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110124839.6A Active CN112883361B (en) 2021-01-29 2021-01-29 Function jump method and device of application program, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112883361B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113609425A (en) * 2021-07-15 2021-11-05 西安四叶草信息技术有限公司 Webpage data processing method and system
CN113645239B (en) * 2021-08-10 2022-10-28 平安普惠企业管理有限公司 Application login method and device, user terminal and storage medium
CN114501426A (en) * 2021-12-20 2022-05-13 中国电信股份有限公司 Information processing method, information processing device, electronic equipment and storage medium
CN114615721B (en) * 2022-01-26 2023-12-22 上海赛可出行科技服务有限公司 White list configuration method based on vehicle-mounted WIFI application
CN116167036A (en) * 2022-12-09 2023-05-26 支付宝(杭州)信息技术有限公司 Digital image processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106534143A (en) * 2016-11-28 2017-03-22 上海斐讯数据通信技术有限公司 Method and system capable of realizing cross-application authentication authorization
CN107729014A (en) * 2017-09-06 2018-02-23 北京五八到家信息技术有限公司 A kind of method for page jump and structure based on Android
CN110149328A (en) * 2019-05-22 2019-08-20 平安科技(深圳)有限公司 Interface method for authenticating, device, equipment and computer readable storage medium
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107679394A (en) * 2017-06-25 2018-02-09 平安科技(深圳)有限公司 Using log-in control method, service terminal and computer-readable recording medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106534143A (en) * 2016-11-28 2017-03-22 上海斐讯数据通信技术有限公司 Method and system capable of realizing cross-application authentication authorization
CN107729014A (en) * 2017-09-06 2018-02-23 北京五八到家信息技术有限公司 A kind of method for page jump and structure based on Android
CN110149328A (en) * 2019-05-22 2019-08-20 平安科技(深圳)有限公司 Interface method for authenticating, device, equipment and computer readable storage medium
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN112883361A (en) 2021-06-01

Similar Documents

Publication Publication Date Title
CN112883361B (en) Function jump method and device of application program, computer equipment and storage medium
US11366882B2 (en) Method and system for verifying integrity of a digital asset using a distributed hash table and a peer-to-peer distributed ledger
EP3420514B1 (en) A method and system for securing computer software using a distributed hash table and a blockchain
EP3605997B1 (en) Method, apparatus and system for securing a mobile application
US8392713B2 (en) Secure offline activation process for licensed software application programs
US8959659B2 (en) Software authorization system and method
KR20170129866A (en) Automated demonstration of device integrity using block chains
EP1777651A1 (en) Electronic data delivery method
CN1937492A (en) Information processing device and controlling method thereof
CN111476573B (en) Account data processing method, device, equipment and storage medium
CN111292041A (en) Electronic contract generating method, device, equipment and storage medium
CN111314069A (en) Block chain-based shaking system and method, electronic device and storage medium
CN112491549A (en) Data information encryption verification method, system and computer readable storage medium
CN111177735A (en) Identity authentication method, device, system and equipment and storage medium
CN109413099B (en) Certificate-based hybrid cloud encrypted communication method and device and electronic equipment
CN112307503B (en) Signature management method and device and electronic equipment
CN112434094A (en) Database connection method and device based on encryption algorithm and computer equipment
US11496316B1 (en) System and method for identity verification for online dating
CN103559430A (en) Application account management method and device based on android system
CN106453273B (en) A kind of information insurance management system and method based on cloud
CN107729345B (en) Website data processing method and device, website data processing platform and storage medium
CN113051622B (en) Index construction method, device, equipment and storage medium
CN115567271A (en) Authentication method and device, page skip method and device, electronic equipment and medium
CN115378609A (en) Electronic certificate display method, verification method, terminal and server
US10608997B1 (en) Context-based data access control

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