CN109413034B - Application program data display method and device, computer equipment and storage medium - Google Patents

Application program data display method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN109413034B
CN109413034B CN201811021293.6A CN201811021293A CN109413034B CN 109413034 B CN109413034 B CN 109413034B CN 201811021293 A CN201811021293 A CN 201811021293A CN 109413034 B CN109413034 B CN 109413034B
Authority
CN
China
Prior art keywords
application program
telephone number
server
hidden
sim card
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
CN201811021293.6A
Other languages
Chinese (zh)
Other versions
CN109413034A (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 CN201811021293.6A priority Critical patent/CN109413034B/en
Publication of CN109413034A publication Critical patent/CN109413034A/en
Application granted granted Critical
Publication of CN109413034B publication Critical patent/CN109413034B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0853Network architectures or network communication protocols for network security for authentication of entities using an additional device, e.g. smartcard, SIM or a different communication terminal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint

Abstract

The application relates to the field of application program safety protection, in particular to an application program data display method and device, computer equipment and a storage medium. The method comprises the following steps: receiving input login information of an application program, and logging in the application program according to the login information; acquiring a first telephone number corresponding to a local sim card and a second telephone number bound by the application program; comparing whether the first telephone number is the same as the second telephone number; and when the first telephone number is different from the second telephone number, hiding the hidden data corresponding to the application program, and then displaying the application program. By adopting the method, the safety of the application program can be improved.

Description

Application program data display method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for displaying application data, a computer device, and a storage medium.
Background
With the development of information technology, more and more information is stored on various applications by users, thereby causing the applications to play an indispensable role in the life of people.
However, after the account and the password of the application program are stolen, an illegal person can log in the application program to obtain the privacy information of the user, so that the information of the user is leaked, and the security of the application program is reduced.
Disclosure of Invention
In view of the foregoing, it is desirable to provide an application data display method, apparatus, computer device, and storage medium capable of improving application security.
A method of displaying application data, the method comprising:
receiving input login information of an application program, and logging in the application program according to the login information;
acquiring a first telephone number corresponding to a local sim card and a second telephone number bound by the application program;
comparing whether the first telephone number is the same as the second telephone number;
and when the first telephone number is different from the second telephone number, hiding the hidden data corresponding to the application program, and then displaying the application program.
In one embodiment, the method further comprises:
when the first telephone number is the same as the second telephone number, judging whether the sim card has service or not;
and when the sim card does not have service, hiding the hidden data corresponding to the application program, and then displaying the application program.
In one embodiment, the method further comprises:
judging whether a sim card is installed locally;
when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server;
receiving an initial display permission corresponding to the terminal identification returned by the server;
and when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden.
In one embodiment, the method further comprises:
and when the initial display right corresponding to the terminal identification returned by the server is not received, hiding the hidden data corresponding to the application program, and then displaying the application program.
In one embodiment, after hiding the hidden data corresponding to the application program and displaying the application program when the display right corresponding to the terminal identifier returned by the server is not received, the method includes:
receiving a display permission change prompt sent by a server, and sending a display permission acquisition request to the server according to the display permission change prompt and the terminal identifier;
receiving updated display permission corresponding to the display permission acquisition request returned by the server;
and when the updated display permission indicates that the hidden data corresponding to the application program is not hidden, displaying the hidden data of the application program.
An application data display device, the device comprising:
the first receiving module is used for receiving input login information of the application program and logging in the application program according to the login information;
the phone number acquisition module is used for acquiring a first phone number corresponding to a local sim card and a second phone number bound by the application program;
the comparison module is used for comparing whether the first telephone number is the same as the second telephone number or not;
and the hiding module is used for hiding the hidden data corresponding to the application program and then displaying the application program when the first telephone number is different from the second telephone number.
In one embodiment, the apparatus further comprises:
the first judging module is used for judging whether the sim card has service or not when the first telephone number is the same as the second telephone number;
the hiding module is further used for hiding the hidden data corresponding to the application program and displaying the application program when the sim card has no service.
In one embodiment, the apparatus further comprises:
the second judgment module is used for judging whether the sim card is installed locally;
the sending module is used for acquiring a terminal identifier and sending the terminal identifier to a server when the sim card is not installed locally;
the second receiving module is used for receiving the initial display permission which is returned by the server and corresponds to the terminal identification;
the hiding module is further configured to hide the hidden data corresponding to the application program when the initial display permission indicates to hide the hidden data corresponding to the application program, and then display the application program.
A computer device comprising a memory storing a computer program and a processor implementing the steps of any of the methods described above when the processor executes the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any of the above.
According to the application program data display method, the application program data display device, the computer equipment and the storage medium, the sim card and the hidden data of the application program are bound, and when the first telephone number corresponding to the identified local sim card is different from the second telephone number bound by the application program, the hidden data of the application program is not displayed, so that the user privacy is protected.
Drawings
FIG. 1 is a diagram illustrating an exemplary application scenario for a method for displaying application data;
FIG. 2 is a flowchart illustrating a method for displaying application data according to one embodiment;
FIG. 3 is a flow diagram of a method for displaying application data without a sim card installed, in one embodiment;
FIG. 4 is a block diagram showing the structure of an application data display device according to one embodiment;
FIG. 5 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more clearly understood, the present application is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of and not restrictive on the broad application.
The application data display method provided by the application can be applied to the application environment shown in fig. 1. Wherein the terminal 102 and the server 104 communicate via a network. The terminal 102 receives input application program login information, logs in an application program according to the login information, then the terminal 102 acquires a first telephone number corresponding to a local sim card and a second telephone number bound by the application program, whether the two telephone numbers are the same or not is compared, if the two telephone numbers are different, after some hidden data are hidden, the application program is displayed, therefore, the privacy of a user can be protected, and when the sim card is not installed locally, the terminal 102 can acquire corresponding display permission from the server 104 and display data of the application program according to the display permission. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable terminals, and the server 104 may be implemented by an independent server or a server cluster composed of a plurality of servers.
In one embodiment, as shown in fig. 2, an application data display method is provided, which is described by taking the application of the method to the terminal in fig. 1 as an example, and includes the following steps:
s202: and receiving input login information of the application program, and logging in the application program according to the login information.
Specifically, the application login information refers to an account and a password for logging in the application, and after the user opens the application, the user first inputs the corresponding application login information, so that the terminal can log in the application of the corresponding user to browse the application data of the corresponding user.
S204: and acquiring a first telephone number corresponding to the local sim card and a second telephone number bound by the application program.
Specifically, after logging in to the application program, the terminal acquires a sim card installed locally in the terminal, and further may acquire a first phone number corresponding to the sim card, that is, a first phone number corresponding to the locally installed sim card. And the terminal may further obtain a second phone number bound to the application program, for example, may obtain user information in the application program, where the user information includes the second phone number. Optionally, the terminal may further send an account and a password of the current login application to the server, so that the server may query corresponding user information according to the account and the password, and return the second phone number to the corresponding terminal after selecting the second phone number from the user information, so that the terminal can obtain the second phone number.
S206: comparing whether the first telephone number is the same as the second telephone number.
Optionally, after acquiring the first phone number and the second phone number, the terminal may determine whether the first phone number is the same as the second phone number, that is, whether the digits on the corresponding digit of the phone number are the same, and if the digits on a certain digit are different, the terminal determines that the first phone number is different from the second phone number.
And optionally, when the terminal is in the dual-card dual-standby mode, the number of sim cards acquired can be two, so that two first telephone numbers can be acquired, and therefore when the first telephone number is compared with the second telephone number, both the two first telephone numbers can be compared with the second telephone number, and as long as one of the first telephone numbers is the same as the second telephone number, the first telephone number is considered to be the same as the second telephone number.
S208: and when the first telephone number is different from the second telephone number, hiding the hidden data corresponding to the application program, and displaying the application program.
Specifically, when the terminal determines that the first phone number is different from the second phone number, the hidden data of the application program may be hidden, and then the application program may be displayed. The hidden data may be data that the user does not want to share for others, such as a certain item in a shopping list, a certain item in a group purchase, or a certain item in a bank flow. Specifically, when the application is a shopping application, then the private information may be certain shopping information; when the application is a certain group purchase application, the private information may be part of the group purchase information, such as information for purchasing a movie, information for singing a ktv, and the like; when the application is a banking application, the displayed balance may be no more than a certain value, the amount of the transfer may be no more than a certain value, and so on.
According to the application program data display method, the sim card and the hidden data of the application program are bound, and when the first telephone number corresponding to the identified local sim card is different from the second telephone number bound by the application program, the hidden data of the application program is not displayed, so that the privacy of a user is protected.
In one embodiment, the application data display method may further include: when the first telephone number is the same as the second telephone number, judging whether the sim card has service or not; and when the sim card does not have the service, hiding the hidden data corresponding to the application program, and displaying the application program.
Specifically, in order to prevent the terminal from being stolen by an illegal person and then acquiring some private information of the application, such as balance information in the payment treasure, even if the terminal judges that the first telephone number is the same as the second telephone number, it is still necessary to continuously judge whether the sim card installed locally in the terminal is cancelled, that is, whether the sim card is out of service, because the user can cancel the sim card after finding that the terminal is stolen, so as to prevent the illegal person from modifying various information of the application through the terminal of the user, and acquire the privacy of the user, and the like. Therefore, when the terminal judges that the first telephone number is the same as the second telephone number, whether the current sim card has service or not is continuously judged, if yes, all information corresponding to the application program is continuously displayed, and if the current sim card does not have service, no service possibly exists due to logout of a user, so that the first terminal hides the hidden data of the application program and then displays the hidden data.
In the above embodiment, when the terminal determines that the sim card is installed in the terminal and the first telephone number is the same as the second telephone number, the terminal further determines whether the sim card is cancelled, and if the sim card is cancelled, the terminal hides the hidden data of the application program and displays the hidden data.
In one embodiment, the application data display method may further include: judging whether a sim card is installed locally; when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server; receiving initial display permission corresponding to the terminal identification returned by the server; and when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden.
In one embodiment, the application data display method may further include: and when the initial display right corresponding to the terminal identification returned by the server is not received, hiding the hidden data corresponding to the application program, and displaying the application program.
In one embodiment, when the display right corresponding to the terminal identifier returned by the server is not received, after hiding the hidden data corresponding to the application program and displaying the application program, the method may further include: receiving a display permission change prompt sent by a server, and sending a display permission acquisition request to the server according to the display permission change prompt and a terminal identifier; receiving updated display permission corresponding to the display permission acquisition request returned by the server; and when the updated display authority indicates that the hidden data corresponding to the application program is not hidden, displaying the hidden data of the application program.
Specifically, referring to fig. 3, fig. 3 is a flowchart of an application data display method without a sim card installed in one embodiment. In the embodiment, if the sim card is not installed in the terminal, the terminal identifier of the terminal is obtained, the application program obtains the display right corresponding to the terminal identifier from the server, and if the display right exists, the display is performed according to the display right. If not, the hidden information is directly hidden and displayed. When the display right corresponding to the terminal is not acquired, the user may purchase a new terminal, so that a request for modifying the display right can be sent to the server through the terminal provided with the sim card bound with the mobile phone, and the display right corresponding to the new terminal is modified.
Specifically, when the terminal detects that the sim card is not installed locally, for example, a user logs in by using a tablet personal computer, the terminal identifier corresponding to the terminal may be obtained and sent to the server, so that the server may query the initial display permission corresponding to the terminal identifier, and if the server queries the initial display permission corresponding to the terminal identifier, the initial display permission may be sent to the terminal, after the terminal receives the initial display permission, it is determined whether the initial display permission indicates that corresponding hidden data needs to be hidden, if so, the application program is displayed after the hidden data of the application program is hidden, and if not, all information of the application program is directly displayed.
And if the server does not inquire the initial display right corresponding to the terminal identification, namely the terminal logs in the application program for the first time, for the sake of safety, the initial display right representing hiding the hidden data is returned to the terminal, so that the terminal hides according to the initial display right after receiving the initial display right.
In addition, when the terminal logs in the application program for the first time, there may be two situations, one is login by a non-user such as a girl friend and the like, and the other is a terminal which is newly purchased by the user, for example, when a tablet logs in the application program, a situation that the hidden data is not displayed still exists, the user may send a control right transfer request to the server through an original terminal, or a display right change request, and send the display right change request to the server through the original terminal, or a terminal which is provided with a sim card corresponding to a second telephone number bound to the application program, so that the server changes the display right of the corresponding new terminal, and after the display right of the new terminal is changed, the server may send the display right change prompt to the new terminal, so that the new terminal may send the display right change prompt to the server according to the display right change prompt and the terminal identification, so that the server may obtain the updated display right and send the updated display right to the new terminal, for example, the application program is not displayed when the hidden data is not displayed.
Optionally, when the user changes the terminal, the control right may be transferred, for example, the user may send a control right transfer request to the server through the original terminal, so that the server transfers the main control right to the new terminal, so that the new terminal sends a display right query request to the server again, that is, the display right may be queried, and corresponding data may be displayed according to the display right.
In the above embodiment, if the sim card is not installed in the terminal, the terminal identifier of the terminal is obtained, the application program obtains the display right corresponding to the terminal identifier from the server, and if the display right exists, the display is performed according to the display right. If not, the hidden information is directly hidden and displayed. When the display right corresponding to the terminal is not acquired, the user may purchase a new terminal, so that a request for modifying the display right can be sent to the server through the terminal provided with the sim card bound with the mobile phone, and the display right corresponding to the new terminal is modified.
In order to enable those skilled in the art to further understand the technical solution, the following examples are given:
when a user uses application programs such as Taobao and the like for the first time, the user can firstly use the own telephone number and the mailbox to bind the application, if the telephone number needs to be modified, mailbox verification is needed, and if the mailbox needs to be modified, the telephone number is needed to be verified.
When a user uses an application program, some data may be not wanted to be seen by others, so that the data can be set as hidden data in the application program, and the hidden data and non-hidden data are marked and uploaded to a server so as to be stored by the server.
In addition, in this embodiment, the display right of the terminal is bound to the sim card, and when the phone number corresponding to the sim card installed in the terminal is different from the phone number bound to the terminal, the terminal only displays the non-hidden data. Therefore, the appearance of some embarrassing scenes can be avoided, for example, when a user needs to borrow an account for friends and relatives, the user needs to use the account for shopping, group buying on a U.S. account, or transfer money through a safe bank, hidden data can be set to be not displayed, namely when other people log in an application program of the user through a terminal of the user, the user can firstly obtain a first telephone number corresponding to a local sim card and a second telephone number bound by the application program, compare whether the two telephone numbers are the same or not, if the two telephone numbers are different, after hiding some hidden data, the application program is displayed, for example, if the user is a group buying app, the group buying information of part of content is not displayed, such as watching a movie, removing ktv and the like; in the case of a bank app, the displayed balance can be set to not exceed a certain value, and the amount of transfer does not exceed a certain value, so that the privacy of the user can be protected.
It should be understood that although the various steps in the flow charts of fig. 2-3 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2-3 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternating with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 4, there is provided an application data display apparatus including: a first receiving module 100, a phone number obtaining module 200, a comparing module 300 and a hiding module 400, wherein:
the first receiving module 100 is configured to receive input login information of an application program, and log in the application program according to the login information.
The phone number obtaining module 200 is configured to obtain a first phone number corresponding to the local sim card and a second phone number bound to the application program.
The comparing module 300 is configured to compare whether the first phone number is the same as the second phone number.
The hiding module 400 is configured to hide the hidden data corresponding to the application program and display the application program when the first phone number is different from the second phone number.
In one embodiment, the application data display device may further include:
and the first judgment module is used for judging whether the sim card has service or not when the first telephone number is the same as the second telephone number.
The hiding module 400 may be further configured to hide hidden data corresponding to the application program and display the application program when the sim card does not have a service.
In one embodiment, the application data display device may further include:
and the second judgment module is used for judging whether the sim card is installed locally.
And the sending module is used for acquiring the terminal identification when the sim card is not installed locally and sending the terminal identification to the server.
And the second receiving module is used for receiving the initial display permission which is returned by the server and corresponds to the terminal identifier.
The hiding module 400 is further configured to, when the initial display permission indicates to hide the hidden data corresponding to the application program, and then display the application program.
In one embodiment, the hiding module 400 may be further configured to hide hidden data corresponding to the application program and display the application program when the initial display right corresponding to the terminal identifier and returned by the server is not received.
In one embodiment, the application data display device may further include:
and the third receiving module is used for receiving the display permission change prompt sent by the server and sending a display permission acquisition request to the server according to the display permission change prompt and the terminal identifier.
And the fourth receiving module is used for receiving the updated display permission which is returned by the server and corresponds to the display permission obtaining request.
The hiding module 400 is further configured to display the hidden data of the application program when the updated display permission indicates that the hidden data corresponding to the application program is not to be hidden.
For specific limitations of the application data display device, reference may be made to the above limitations of the application data display method, which are not described herein again. The respective modules in the application data display device described above may be implemented in whole or in part by software, hardware, and a combination thereof. The modules can be embedded in a hardware form or independent of a processor in the computer terminal, and can also be stored in a memory in the computer terminal in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer terminal is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 5. The computer terminal comprises a processor, a memory, a network interface, a display screen and an input device which are connected through a system bus. Wherein the processor of the computer terminal is adapted to provide computing and control capabilities. The memory of the computer terminal comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer terminal is used for connecting and communicating with an external terminal through a network. The computer program is executed by a processor to implement an application data display method. The display screen of the computer terminal can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer terminal can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer terminal, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the configuration shown in fig. 5 is a block diagram of only a portion of the configuration associated with the present application and does not constitute a limitation on the computer terminal to which the present application applies, and that a particular computer terminal may include more or less components than those shown in the figures, or may combine certain components, or have a different arrangement of components.
In one embodiment, there is provided a computer terminal comprising a memory storing a computer program and a processor implementing the following steps when the processor executes the computer program: receiving input login information of the application program, and logging in the application program according to the login information; acquiring a first telephone number corresponding to a local sim card and a second telephone number bound by an application program; comparing whether the first telephone number is the same as the second telephone number; and when the first telephone number is different from the second telephone number, hiding the hidden data corresponding to the application program, and displaying the application program.
In one embodiment, the processor, when executing the computer program, further performs the steps of: when the first telephone number is the same as the second telephone number, judging whether the sim card has service or not; and when the sim card does not have the service, hiding the hidden data corresponding to the application program, and displaying the application program.
In one embodiment, the processor, when executing the computer program, further performs the steps of: judging whether a sim card is installed locally; when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server; receiving an initial display permission corresponding to the terminal identification returned by the server; and when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden.
In one embodiment, the processor, when executing the computer program, further performs the steps of: and when the initial display right corresponding to the terminal identification returned by the server is not received, hiding the hidden data corresponding to the application program, and displaying the application program.
In an embodiment, when the processor, implemented when executing the computer program, does not receive the display right corresponding to the terminal identifier returned by the server, after hiding the hidden data corresponding to the application program, and after displaying the application program, may include: receiving a display permission change prompt sent by a server, and sending a display permission acquisition request to the server according to the display permission change prompt and a terminal identifier; receiving updated display permission corresponding to the display permission acquisition request returned by the server; and when the updated display authority indicates that the hidden data corresponding to the application program is not hidden, displaying the hidden data of the application program.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of: receiving input login information of the application program, and logging in the application program according to the login information; acquiring a first telephone number corresponding to a local sim card and a second telephone number bound by an application program; comparing whether the first telephone number is the same as the second telephone number; and when the first telephone number is different from the second telephone number, hiding the hidden data corresponding to the application program, and displaying the application program.
In one embodiment, the computer program when executed by the processor further performs the steps of: when the first telephone number is the same as the second telephone number, judging whether the sim card has service or not; and when the sim card does not have the service, hiding the hidden data corresponding to the application program, and displaying the application program.
In one embodiment, the computer program when executed by the processor further performs the steps of: judging whether a sim card is installed locally; when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server; receiving an initial display permission corresponding to the terminal identification returned by the server; and when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden.
In one embodiment, the computer program when executed by the processor further performs the steps of: and when the initial display right corresponding to the terminal identification returned by the server is not received, hiding the hidden data corresponding to the application program, and displaying the application program.
In one embodiment, when the computer program implemented when executed by the processor does not receive a display right corresponding to the terminal identifier returned by the server, after hiding the hidden data corresponding to the application program and displaying the application program, the method may include: receiving a display permission change prompt sent by a server, and sending a display permission acquisition request to the server according to the display permission change prompt and a terminal identifier; receiving updated display permission corresponding to the display permission acquisition request returned by the server; and when the updated display permission indicates that the hidden data corresponding to the application program is not hidden, displaying the hidden data of the application program.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct Rambus Dynamic RAM (DRDRAM), and Rambus Dynamic RAM (RDRAM), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of displaying application data, the method comprising:
receiving input login information of an application program, and logging in the application program according to the login information; judging whether a sim card is installed locally; when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server; receiving an initial display permission corresponding to the terminal identification returned by the server; when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden;
acquiring a first telephone number corresponding to a local sim card and a second telephone number bound to the application program, wherein the second telephone number is obtained by sending an account and a password of the current login application program to a server to indicate the server to inquire corresponding user information according to the account and the password and selecting the corresponding user information from the user information;
comparing whether the first telephone number is the same as the second telephone number;
when the first telephone number is different from the second telephone number, hiding data corresponding to the application program, and then displaying the application program, wherein the hidden data is preset in the application program and uploaded to a server, and a user does not want to share the data for others to view;
the method further comprises the following steps:
when the first telephone number is the same as the second telephone number, judging whether the sim card has service or not;
and when the sim card has no service, hiding the hidden data corresponding to the application program, and then displaying the application program.
2. The method of claim 1, further comprising:
and when the initial display right corresponding to the terminal identification returned by the server is not received, hiding the hidden data corresponding to the application program, and then displaying the application program.
3. The method according to claim 2, wherein when the display right corresponding to the terminal identifier returned by the server is not received, after hiding the hidden data corresponding to the application program and displaying the application program, the method comprises:
receiving a display permission change prompt sent by a server, and sending a display permission acquisition request to the server according to the display permission change prompt and the terminal identifier;
receiving updated display permission corresponding to the display permission acquisition request returned by the server;
and when the updated display permission indicates that the hidden data corresponding to the application program is not hidden, displaying the hidden data of the application program.
4. An apparatus for displaying application data, the apparatus comprising:
the first receiving module is used for receiving input login information of the application program and logging in the application program according to the login information; judging whether a sim card is installed locally; when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server; receiving an initial display permission corresponding to the terminal identification returned by the server; when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden;
the system comprises a telephone number acquisition module, a server and a service module, wherein the telephone number acquisition module is used for acquiring a first telephone number corresponding to a local sim card and a second telephone number bound to an application program, and the second telephone number is obtained by sending an account and a password of a current login application program to the server so as to indicate the server to inquire corresponding user information according to the account and the password and selecting the corresponding user information from the user information;
the comparison module is used for comparing whether the first telephone number is the same as the second telephone number or not;
the hiding module is used for hiding the hidden data corresponding to the application program and displaying the application program when the first telephone number is different from the second telephone number, wherein the hidden data is preset in the application program and uploaded to a server, and a user does not want to share the data for others to view;
the first judging module is used for judging whether the sim card has service or not when the first telephone number is the same as the second telephone number;
the hiding module is further used for hiding the hidden data corresponding to the application program and displaying the application program when the sim card has no service.
5. The apparatus according to claim 4, wherein the hiding module is further configured to hide hidden data corresponding to the application program and display the application program when an initial display right corresponding to the terminal identifier returned by the server is not received.
6. The apparatus of claim 5, further comprising:
the third receiving module is used for receiving a display permission change prompt sent by a server and sending a display permission acquisition request to the server according to the display permission change prompt and the terminal identifier;
the fourth receiving module is used for receiving the updated display permission which is returned by the server and corresponds to the display permission acquisition request;
the hiding module is further configured to display the hidden data of the application program when the updated display permission indicates that the hidden data corresponding to the application program is not hidden.
7. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor when executing the computer program implements:
receiving input login information of an application program, and logging in the application program according to the login information; judging whether a sim card is installed locally; when the sim card is not installed locally, acquiring a terminal identifier, and sending the terminal identifier to a server; receiving an initial display permission corresponding to the terminal identification returned by the server; when the initial display permission indicates that the hidden data corresponding to the application program is hidden, the application program is displayed after the hidden data corresponding to the application program is hidden;
acquiring a first telephone number corresponding to a local sim card and a second telephone number bound to the application program, wherein the second telephone number is obtained by sending an account and a password of the current login application program to a server to indicate the server to inquire corresponding user information according to the account and the password and selecting the corresponding user information from the user information;
comparing whether the first telephone number is the same as the second telephone number;
when the first telephone number is different from the second telephone number, hiding data corresponding to the application program, and then displaying the application program, wherein the hidden data is preset in the application program and uploaded to a server, and a user does not want to share the data for others to view;
the processor, when executing the computer program, further implements the steps of:
when the first telephone number is the same as the second telephone number, judging whether the sim card has service or not;
and when the sim card does not have service, hiding the hidden data corresponding to the application program, and then displaying the application program.
8. A computer device according to claim 7, wherein the processor, when executing the computer program, further implements: and when the initial display right corresponding to the terminal identification returned by the server is not received, hiding the hidden data corresponding to the application program, and then displaying the application program.
9. The computer device according to claim 8, wherein the hiding data corresponding to the application program is hidden and then the application program is displayed when the display right corresponding to the terminal identifier returned by the server is not received when the processor executes the computer program, and the method includes:
receiving a display permission change prompt sent by a server, and sending a display permission acquisition request to the server according to the display permission change prompt and the terminal identification;
receiving updated display permission corresponding to the display permission acquisition request returned by the server;
and when the updated display permission indicates that the hidden data corresponding to the application program is not hidden, displaying the hidden data of the application program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 3.
CN201811021293.6A 2018-09-03 2018-09-03 Application program data display method and device, computer equipment and storage medium Active CN109413034B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811021293.6A CN109413034B (en) 2018-09-03 2018-09-03 Application program data display method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811021293.6A CN109413034B (en) 2018-09-03 2018-09-03 Application program data display method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109413034A CN109413034A (en) 2019-03-01
CN109413034B true CN109413034B (en) 2023-04-07

Family

ID=65463770

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811021293.6A Active CN109413034B (en) 2018-09-03 2018-09-03 Application program data display method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109413034B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112738007B (en) * 2019-10-28 2022-08-26 腾讯科技(深圳)有限公司 Management authority transfer synchronous updating method, device and computer readable storage medium
CN114025358B (en) * 2020-07-15 2024-02-13 成都鼎桥通信技术有限公司 Data desensitization method, device, equipment and storage medium
CN112231758B (en) * 2020-11-03 2023-11-17 深兰科技(上海)有限公司 Privacy protection system and terminal equipment based on fingerprint identification

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572081A (en) * 2016-10-18 2017-04-19 江西博瑞彤芸科技有限公司 Login authority verifying method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101616495A (en) * 2008-06-23 2009-12-30 网秦无限(北京)科技有限公司 The method and system of individual privacy in the protection mobile phone
US9588545B2 (en) * 2010-10-01 2017-03-07 Z124 Windows position control for phone applications
CN103313245B (en) * 2013-05-28 2016-04-20 中国联合网络通信集团有限公司 Based on the Network access method of mobile phone terminal, equipment and system
CN104320756B (en) * 2014-11-18 2018-09-14 广东欧珀移动通信有限公司 A kind of variation and device of account information
CN106888241A (en) * 2015-12-16 2017-06-23 中兴通讯股份有限公司 Data processing method and device based on cloud number
CN106453264B (en) * 2016-09-19 2019-06-21 北京小米移动软件有限公司 A kind of method and apparatus of login application program
CN107493378B (en) * 2017-08-07 2020-05-26 Oppo广东移动通信有限公司 Method and device for logging in application program, computer equipment and readable storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106572081A (en) * 2016-10-18 2017-04-19 江西博瑞彤芸科技有限公司 Login authority verifying method

Also Published As

Publication number Publication date
CN109413034A (en) 2019-03-01

Similar Documents

Publication Publication Date Title
US11323260B2 (en) Method and device for identity verification
US10037082B2 (en) Physical interaction dependent transactions
CN104933342B (en) A kind of picture inspection method and mobile terminal
EP2641162B1 (en) System and method for providing secure data communication permissions to trusted applications on a portable communication device
CN109413034B (en) Application program data display method and device, computer equipment and storage medium
CN106663174A (en) Restricting system calls using protected storage
CN107451488B (en) Method and device for providing personal information and mobile terminal
US20200294039A1 (en) Retail blockchain method and apparatus
US11405782B2 (en) Methods and systems for securing and utilizing a personal data store on a mobile device
CN115022091B (en) Autonomous authorization method and system based on digital certificate
CN108763888B (en) User profile processing method and device, computer equipment and storage medium
KR101305901B1 (en) Method and system for authentication
CN109977039A (en) HD encryption method for storing cipher key, device, equipment and readable storage medium storing program for executing
CN111445231A (en) Method and device for realizing MOTOpay and electronic equipment
CN108881383B (en) Address book data processing method and device, computer equipment and storage medium
CN110619221A (en) Virtual authorization method, device, terminal equipment and storage medium
CN109298895B (en) APP management method and device on mobile equipment
CN104995635B (en) Picture sending method and device and terminal device
KR101103634B1 (en) Method for attestating credit card company server and that server
CN113051611B (en) Authority control method of online file and related product
JP6818382B1 (en) Information processing equipment, information processing methods, and information processing programs
CN109872148B (en) Trusted data processing method and device based on TUI and mobile terminal
CA3091380A1 (en) Method and system for obtaining consent to perform an operation
CN106416188A (en) Method and system for protecting and/or anonymizing a user identity and/or user data of a subscriber of a data protection service, mobile communication network, program and computer program product
JP7300735B2 (en) Information processing device, information processing method, and information processing program

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