WO2015101320A1 - 一种账号的生成方法、终端及后台服务器 - Google Patents

一种账号的生成方法、终端及后台服务器 Download PDF

Info

Publication number
WO2015101320A1
WO2015101320A1 PCT/CN2014/095818 CN2014095818W WO2015101320A1 WO 2015101320 A1 WO2015101320 A1 WO 2015101320A1 CN 2014095818 W CN2014095818 W CN 2014095818W WO 2015101320 A1 WO2015101320 A1 WO 2015101320A1
Authority
WO
WIPO (PCT)
Prior art keywords
terminal
application
identifier
background server
backup
Prior art date
Application number
PCT/CN2014/095818
Other languages
English (en)
French (fr)
Inventor
温彦杰
薄川川
Original Assignee
腾讯科技(深圳)有限公司
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 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Publication of WO2015101320A1 publication Critical patent/WO2015101320A1/zh

Links

Images

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
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/60Context-dependent security
    • H04W12/69Identity-dependent
    • H04W12/71Hardware identity

Definitions

  • the present invention relates to the field of communications, and in particular, to a method for generating an account, a terminal, and a background server.
  • the user needs to provide the personal data and password for registration when the user first uses the application, such as third-party payment, instant messaging and other applications.
  • the user When registering an application, the user needs to fill in a lot of personal information, such as ID number, email address and other information, and then generate a new account based on the personal data and password, so the process of generating an account is too cumbersome, when there are a large number of users
  • a large amount of account information needs to occupy too much space in the background server, and the background server response speed is slow, which increases the interaction cost between devices.
  • the embodiment of the present invention provides a method for generating an account, a terminal, and a background server.
  • the technical solution is as follows:
  • a method for generating an account includes:
  • the terminal When the application of the terminal is used for the first time, the terminal generates a terminal application identifier according to the hardware information of the terminal and the identifier of the application, where the terminal application identifier includes: hardware information of the terminal and the The identity of the application;
  • the terminal sends the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores it.
  • a method for generating an account includes:
  • the background server receives the terminal application identifier sent by the terminal, and the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application.
  • the terminal application identifier includes: hardware information of the terminal and an identifier of the application;
  • the background server uses the terminal application identifier as an account of the application and stores it.
  • a terminal where the terminal includes:
  • a generating unit configured to generate a terminal application identifier according to hardware information of the terminal and an identifier of the application when the application of the terminal is used for the first time, where the terminal application identifier includes: hardware of the terminal Information and the identity of the application;
  • a first sending unit configured to send the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores the identifier.
  • a fourth aspect provides a backup terminal, where the backup terminal includes:
  • a generating unit configured to generate a backup terminal application identifier according to the hardware information of the backup terminal and the identifier of the application when the application of the backup terminal is used for the first time, where the backup terminal application identifier includes: Describe the hardware information of the backup terminal and the identifier of the application;
  • a first sending unit configured to send the generated application identifier of the backup terminal to the background server, so that the background server uses the backup terminal application identifier as an account of the application and stores the identifier;
  • a storage unit configured to store the backup terminal application identifier
  • the first sending unit is further configured to: when the application of the backup terminal is used again, send the backup terminal application identifier to the background server;
  • a first receiving unit configured to receive feedback information sent by the background server
  • a login unit configured to log in to the application according to the received feedback information sent by the background server
  • a second sending unit configured to send a request for acquiring user information to the background server, where the request for acquiring user information includes: a backup identifier;
  • a second receiving unit configured to receive the user information sent by the background server
  • a synchronization unit configured to synchronize the received user information into the application
  • the backup identifier is sent by the terminal to the background server;
  • the user information is that the terminal is saved in the background server when the terminal runs the application.
  • a background server includes:
  • a first receiving unit configured to receive a terminal application identifier sent by the terminal when the application of the terminal is used for the first time, where the terminal application identifier is the hardware information of the terminal and the application according to the terminal
  • the identifier generated by the identifier includes: hardware information of the terminal and an identifier of the application;
  • a storage unit configured to store the terminal application identifier as an account of the application.
  • the terminal When the application of the terminal is used for the first time, the terminal directly generates a terminal application identifier according to the hardware information of the terminal and the identifier of the application, and sends the terminal application identifier to the background server, so that the background server uses the generated terminal application identifier as the application.
  • the identification of the program is stored, which solves the problem that the process of generating an account based on the personal data and the password is too cumbersome; the user can automatically generate an account without filling in any content, thereby simplifying the process of registering the application and reducing the equipment room. The cost of interaction.
  • FIG. 1 is a flowchart of a method for generating an account provided by an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for generating an account provided by another embodiment of the present invention.
  • FIG. 3 is a flowchart of a method for generating an account provided by another embodiment of the present invention.
  • FIG. 4 is a flowchart of a method for generating an account provided by an embodiment of the present invention.
  • FIG. 5 is a flowchart of a method for generating an account provided by another embodiment of the present invention.
  • FIG. 6 is a schematic diagram of an application scenario interaction of an account generation method according to an embodiment of the present disclosure
  • FIG. 7 is a structural block diagram of a terminal for performing a method for generating an account provided by an embodiment of the present invention.
  • FIG. 8 is a structural block diagram of a terminal for executing a method for generating an account according to another embodiment of the present invention.
  • FIG. 9 is a structural block diagram of a backup terminal for executing a method for generating an account provided by an embodiment of the present invention.
  • FIG. 10 is a structural block diagram of a backup terminal for performing a method for generating an account provided by another embodiment
  • FIG. 11 is a structural block diagram of a background server for executing a method for generating an account provided by an embodiment of the present invention
  • FIG. 12 is a structural block diagram of a background server for executing a method for generating an account according to another embodiment of the present invention.
  • FIG. 13 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • FIG. 14 is a schematic structural diagram of a backup terminal according to an embodiment of the present invention.
  • FIG. 15 is a schematic structural diagram of a background server according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of a method for generating an account provided by an embodiment of the present invention.
  • a method for generating an account is applied to a terminal, and the method for generating the account includes:
  • the terminal When the terminal application is used for the first time, the terminal generates a terminal application identifier according to the hardware information of the terminal and the identifier of the application;
  • the terminal application identifier includes the hardware information of the terminal and the identifier of the application
  • the terminal may be any device that can run the application, such as a tablet computer, a mobile phone, a smart TV, a computer, etc.
  • the hardware information of the terminal may be a medium.
  • MAC Media Access Control
  • the terminal is a mobile phone, it may be an international mobile equipment identity (IMEI) of the mobile phone.
  • IMEI international mobile equipment identity
  • the hardware information is different depending on the type of the terminal.
  • the hardware information of the terminal is unique, and one terminal corresponds to only one piece of hardware information
  • the identifier of the application may be the name of the application or
  • the globally unique identifier (GUID) of the application of course, the terminal application identifier may include other codes, characters, and the like in addition to the hardware information of the terminal and the identifier of the application.
  • the terminal sends the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores.
  • the terminal may send the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores it.
  • the terminal when the user first uses the application of the terminal, the terminal directly generates a terminal application identifier according to the hardware information of the terminal and the identifier of the application, and sends the identifier to the background.
  • the server solves the problem that the process of generating an account according to the personal data and the password is too cumbersome by causing the background server to generate the terminal application identifier as the account of the application and storing the file; the terminal can automatically complete the user without filling in any content.
  • Generating an account simplifies the process of registering applications for users and reduces the cost of interaction between devices.
  • FIG. 2 is a flowchart of a method for generating an account provided by another embodiment of the present invention. This embodiment has been described in more detail in comparison with the previous embodiment.
  • the method for generating the account includes:
  • the terminal When the application of the terminal is used for the first time, the terminal generates a terminal application identifier according to hardware information of the terminal and an identifier of the application.
  • the terminal may save the generated terminal application identifier, where the terminal application identifier includes the hardware information of the terminal and the identifier of the application, and the terminal may be all devices that can run the application, such as a tablet, a mobile phone, a smart TV,
  • the hardware information of the terminal may be the MAC address or the serial number of the motherboard. If the terminal is a mobile phone, it may be the IMEI of the mobile phone. Of course, the hardware information is different according to the type of the terminal. It should be noted that the hardware of the terminal is The information is unique. One terminal corresponds to a unique piece of hardware information.
  • the identifier of the application may be the name of the application or the GUID of the application.
  • the terminal application identifier includes the hardware information of the terminal and the identifier of the application. It can also include other code, characters, etc.
  • the application can be software such as instant messaging, online retail or Weibo.
  • the terminal is a mobile phone
  • the hardware information is the IMEI of the terminal
  • the application is an instant communication as an example.
  • the terminal generates a terminal according to the IMEI of the terminal and the name of the instant messaging.
  • An application identifier wherein the terminal application identifier includes: an IMEI of the terminal and a name of the instant messaging.
  • the terminal sends the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores the identifier.
  • the terminal may send the generated terminal application identifier to the background server, so that the background server stores the terminal application identifier as an account of the application.
  • the background server may have An account database stores the received terminal application identifier in the account database.
  • the terminal stores the generated terminal application identifier.
  • the terminal sends the terminal application identifier to the background server;
  • the terminal logs in to the application according to the feedback information received from the background server.
  • the terminal when the user uses the application of the terminal again, the terminal directly sends the terminal application identifier to the background server, and then the terminal logs in to the application according to the feedback information received from the background server, for example, when the user uses the application again.
  • the terminal When the terminal is in instant communication, the terminal sends the terminal application identifier to the background server, and then the terminal logs in to the instant messaging according to the feedback information received from the background server, and directly sends the terminal application identifier to the background server through the terminal, so that the user is logged in. No need to enter an account and password before the application, which reduces the interaction cost between the user and the terminal, saving resources.
  • the terminal sends the saved user information and the terminal application identifier to the background server, so that the background server stores the user information according to the terminal application identifier.
  • the terminal may send the user information and the terminal application identifier that the user needs to save to the background server. For example, when the user logs in to the instant communication, the user information such as the chat record and the friend may be saved, and the terminal may apply the terminal.
  • the user information such as the identifier and the chat record and the friend are sent to the background server, so that the background server stores the user information such as the chat record and the friend according to the terminal application identifier.
  • the user information that needs to be saved is also different.
  • the application is an application for reading an e-book
  • the user information may be the progress of the e-book currently read by the user, and the user's favorite
  • the user information may be an order, a purchased item, a favorite store, and the like.
  • the terminal receives the user information sent by the background server, and synchronizes the received user information into the application.
  • the terminal application identifier is sent to the background server, so that the background server synchronizes the user information to the terminal according to the terminal application identifier, and then the terminal receives the user information sent by the background server, and
  • the received user information is synchronized into the application, for example, if the user accidentally deletes or uninstalls the instant messaging application in the terminal, and reinstalls the deleted or uninstalled instant messaging, the terminal can The application identifier is sent to the background server, and then the terminal can receive the user information (such as chat history, friend) sent by the background server, and synchronize the received user information into the application, so that the user information is not because of the application. Uninstalled or deleted and lost.
  • the terminal when the user first uses the application of the terminal, the terminal directly generates a terminal application identifier according to the hardware information of the terminal and the identifier of the application, and sends the identifier to the background.
  • the server stores the terminal application identifier generated by the background server as the account of the application, and solves the problem that the process of generating the account according to the personal data and the password is too cumbersome; the user can automatically generate the content without filling in any content.
  • the account number simplifies the process of registering the application by the user, and reduces the interaction cost between the devices; when the user uses the application of the terminal again, the terminal can directly send the terminal application identifier to the background server to log in to the application, so that the user does not need to use When logging in, because the password is forgotten or the account is input multiple times, not only the user login is faster, but also the interaction cost between the devices is further reduced; and when the application is reinstalled, the terminal can synchronize the background according to the terminal application identifier.
  • server Storage of user information the user will not delete or uninstall applications and loss of user information.
  • FIG. 3 is a flowchart of a method for generating an account provided by another embodiment of the present invention.
  • the method for generating the account includes:
  • the terminal When the application of the terminal is used for the first time, the terminal generates a terminal application identifier according to the hardware information of the terminal and the identifier of the application;
  • the terminal may save the generated terminal application identifier, where the terminal application identifier includes hardware information of the terminal, an identifier of the application, and a backup identifier, where the backup identifier is set by the user.
  • the order can be a mobile phone number or an email address.
  • Steps 302 to 308 are the same as steps 202 to 208 in the above embodiment.
  • the backup terminal logs in to the application according to the backup terminal application identifier.
  • the backup terminal may save the generated backup terminal application identifier, and the backup terminal application identifier is generated by the backup terminal according to the hardware information of the backup terminal and the identifier of the application, and the backup terminal application identifier
  • the hardware information of the backup terminal and the identifier of the application are included.
  • the backup terminal can be any device that can run an application, such as a tablet computer, a mobile phone, a smart TV, a computer, etc., and the hardware information of the backup terminal can be The MAC address or the serial number of the motherboard. If the backup terminal is a mobile phone, it can be the IMEI of the mobile phone.
  • the hardware information is different according to the type of the backup terminal.
  • the hardware information of the backup terminal is unique.
  • a backup terminal corresponds to a unique piece of hardware information, and the identifier of the application may be the name of the application or the GUID of the application.
  • the backup terminal application identifier includes not only the hardware information of the backup terminal but also the identifier of the application. Can also include other code, characters, etc.
  • Applications can instant messaging, microblogging network retail or other software.
  • the application that the backup terminal logs in according to the backup terminal application identifier is the same as the application that the terminal logs in in step 305.
  • the backup terminal sends the backup identifier to the background server according to a user instruction to request to obtain, from the background server, the user information that the terminal saves in the background server.
  • the backup terminal sends the backup identifier to the background server according to the instruction of the user to request to acquire the user saved by the terminal in the background server from the background server.
  • the user may first input the backup identifier, or the backup terminal obtains the preset backup identifier and displays it on the interface for confirmation, and then sends the backup identifier to the background server in response to the user's instruction, and the user's instruction is used.
  • the backup terminal is triggered to send the backup identifier to the background server.
  • the backup terminal is used as a mobile phone as an example.
  • the terminal application identifier sent by the terminal to the background server includes the mobile phone number of the backup terminal, for example, user A.
  • the terminal application identifier sent by the terminal to the background server includes the mobile phone number of the backup terminal, for example, user A.
  • the backup identifier can be the mobile phone number of the backup terminal, and then The backup terminal sends the mobile phone number (backup identifier) of the backup terminal to the background server according to the instruction of the user, to request that the user information saved by the terminal in the background server is obtained from the background server.
  • the backup terminal receives the first verification information from the background server, and displays a verification entry for inputting the second verification information.
  • the backup terminal After the second verification information is input, the backup terminal sends the input second verification information to the background server, so that the background server performs the second verification information and the first verification information. match;
  • the backup terminal may receive the first verification information from the background server.
  • the receiving form of the first verification information is not limited, and the backup identifier is the mobile phone of the backup terminal. If the number is used, the backup terminal can receive the first verification information sent by the background server through the short message. If the backup identifier is the email address, the user can use the backup terminal to log in to the mailbox to receive the first verification information sent by the background server, the first verification.
  • the format of the information or the second verification information is not limited, and may be a character or a number.
  • the terminal application identifier sent by the terminal to the background server includes the mobile phone number of the backup terminal.
  • the backup terminal can receive the message through the short message.
  • the first verification information 12345 sent to the background server at this time, the user A logs in to the instant communication page, the verification portal is displayed, and then the user A can input the second verification information at the verification portal by using the backup terminal, when the user A inputs the first
  • the backup terminal sends the second verification information input by the user A to the background server, so that the background server matches the received second verification information with the first verification information.
  • the user The second verification information input by A is 12345, and it is determined that the matching is successful.
  • the backup terminal receives the user information sent by the background server, and synchronizes the received user information into the application.
  • the backup terminal may receive the user information sent by the background server, and synchronize the received user information into the application, for example, the user information is a chat record of the instant messaging and a friend, the backup terminal can synchronize the received chat record and the friend to the currently running instant messaging, because the user information is running the application.
  • the terminal is saved in the background server, so that when the user logs in to the application by using the backup terminal, the backup terminal can synchronize the user information saved by the terminal in the background server by using the backup identifier.
  • the backup terminal when the backup terminal logs in to the application, the user information saved by the backup terminal in the background server can be obtained, and if the backup terminal obtains the user information saved by the other terminal in the background server according to the backup identifier,
  • the backup terminal when the user uses the application, when the user interface is displayed, only the backup terminal can obtain the user information saved by the other terminal in the background server according to the backup identifier, and the backup terminal can also display the other terminal according to the backup identifier.
  • the user information and the backup terminal in the background server obtain the user information saved by the other terminal in the background server according to the backup identifier, which is not limited herein.
  • the method for generating an account solves the problem that the process of generating an account according to the personal data and the password is too cumbersome, and the backup terminal can save the user in the background server through the backup identifier synchronization terminal. Information, so that when the user changes from the terminal to the backup terminal and logs in to the same application, the backup terminal can synchronize the user information stored in the background server by the terminal.
  • FIG. 4 is a flowchart of a method for generating an account provided by an embodiment of the present invention.
  • the method for generating the account is applied to a background server, and the method for generating the account includes:
  • the background server receives the terminal application identifier sent by the terminal.
  • the background server may receive the terminal application identifier sent by the terminal, where the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application.
  • the terminal application identifier includes: hardware information of the terminal and an identifier of the application, and the hardware information may be a MAC address or a serial number of the motherboard. If the terminal is a mobile phone, it may be an IMEI of the mobile phone, depending on the type of the terminal. The hardware information is also different.
  • the identifier of the application may be the name of the application or the GUID of the application.
  • the terminal application identifier may include other codes in addition to the hardware information of the terminal and the identifier of the application. , characters, etc.
  • the hardware information of the terminal is unique, and one terminal corresponds to only one piece of hardware information.
  • the background server uses the terminal application identifier as an account of the application and stores the file.
  • the background server may store the terminal application identifier as an account of the application.
  • the background server may receive multiple terminal application identifiers, and the background server may establish a
  • the account database stores the received terminal application identifier in the account database.
  • the background server when the user first uses the application of the terminal, the background server receives the terminal application identifier sent by the terminal, and stores the received terminal application identifier, where The terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application, and the terminal application identifier includes: hardware information of the terminal and an identifier of the application, and the account is generated according to the personal data and the password.
  • the process is too cumbersome, which simplifies the process of registering applications and reduces the cost of interaction between devices.
  • FIG. 5 is a flowchart of a method for generating an account provided by another embodiment of the present invention. Description will be made in more detail than in the previous embodiment.
  • the method for generating the account includes:
  • the background server receives the terminal application identifier sent by the terminal;
  • the background server may receive the terminal application identifier sent by the terminal, where the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application.
  • the terminal application identifier includes: the hardware information and the identifier of the application, the hardware information may be a MAC address or a serial number of the motherboard, and if the terminal is a mobile phone, it may be an IMEI of the mobile phone, depending on the type of the terminal, the hardware
  • the terminal application identifier further includes: a backup identifier, which may be an email address or a mobile phone number, etc., and the identifier of the application may be the name of the application or the GUID of the application, of course, the terminal application
  • the identifier may include other codes, characters, and the like in addition to the hardware information of the terminal and the identification of the application.
  • the hardware information of the terminal is unique, and one terminal corresponds to only one piece of hardware information.
  • the application that the user uses the terminal is instant messaging, and the terminal is a mobile phone as an example.
  • the hardware information of the terminal is the IMEI of the terminal
  • the name of the application is the name of the instant messaging
  • the generated terminal is The application identifier includes: the IMEI of the terminal and the name of the instant messaging Said.
  • the background server uses the terminal application identifier as an account of the application and stores the identifier.
  • the background server may store the terminal application identifier as an account of the application.
  • the background server may receive multiple terminal application identifiers, and the background server may establish a
  • the account database stores the received terminal application identifier in the account database.
  • the background server receives the terminal application identifier sent by the terminal.
  • the background server confirms whether the terminal application identifier sent by the terminal is correct according to the terminal application identifier stored by itself, if yes, step 505 is performed, if not, then returns to step 503;
  • the background server sends feedback information to the terminal to enable the terminal to log in to the application.
  • the background server may receive the terminal application identifier sent by the terminal, and then the background server confirms the terminal application identifier sent by the terminal according to the terminal application identifier stored by the user. Is the flag correct? If correct, the background server sends feedback information to the terminal to enable the terminal to log in to the application. If not, the background server sends an error message to the terminal, for example, when the user uses the terminal again.
  • the background server can receive the terminal application identifier sent by the terminal, and then the background server confirms whether the terminal application identifier sent by the terminal is correct according to the terminal application identifier stored by itself, and if correct, the background The server sends feedback information to the terminal to cause the terminal to log in to the instant messaging application.
  • the background server receives the user information that is sent by the terminal and needs to be saved, and the terminal application identifier.
  • the background server stores the user information according to the terminal application identifier.
  • the background server may receive the user information that the user needs to save and the terminal application identifier sent by the terminal. For example, when the user logs in to the instant communication, the user information such as the chat record and the friend is saved, and the background server may Receiving the saved chat record and the user information such as the friend and the terminal application identifier sent by the terminal, and then the background server stores the user information according to the terminal application identifier. In the actual application, the background server receives the plurality of terminal applications.
  • An identifier that stores the received user information in association with the terminal application identifier for example, the background
  • the server receives the terminal application identifier A and the user information A, and the background server searches the terminal database for the terminal application identifier A according to the received terminal application identifier A, and associates the user information A with the found terminal application identifier A. storage.
  • the background server receives the terminal application identifier sent by the terminal.
  • the background server searches for the user information according to the terminal application identifier, and sends the user information to the terminal to synchronize the terminal to the reinstalled application.
  • the background server when the terminal re-installs the application, receives the terminal application identifier sent by the terminal, and the background server searches for the user information according to the terminal application identifier, and sends the user information to The terminal synchronizes the terminal to the reinstalled application, for example, if the user accidentally deletes or uninstalls the instant messaging application in the terminal, and when the deleted instant messaging is reinstalled, the background server receives The terminal application identifier sent by the terminal, and then the background server searches for user information such as a chat record and a friend according to the received terminal application identifier, and synchronizes the found chat record, friend, and other user information to the terminal through the terminal. Installed in the app.
  • the background server receives a request sent by the backup terminal to obtain the user information saved by the terminal in the background server.
  • the backup terminal application identifier is the backup terminal according to the hardware information of the backup terminal and the identifier of the application, and the request for acquiring the user information saved by the terminal in the background server includes the
  • the backup identifier can be a mobile phone number or an email address.
  • user A first uses the terminal to log in to the instant messaging, and saves user information, such as chat records or user information, and then user A changes to the backup terminal. The same is sent to the instant messaging service, and the background server receives the request sent by the backup terminal to obtain the user information such as the chat record or the friend saved by the user in the background server, and obtains the backup identifier in the request (for example, the mobile phone of the backup terminal) number).
  • the background server determines whether the received backup identifier is consistent with the backup identifier in the terminal application identifier that is stored by itself. If yes, step 512 is performed. If not, the acquisition fails.
  • the background server determines the received backup identifier. Whether the backup identifier is consistent with the backup identifier in the terminal application identifier stored by itself, for example, the backup identifier is the mobile phone number of the backup terminal, according to the received mobile phone number of the backup terminal and the terminal application identifier stored by itself. If the mobile phone numbers of the backup terminals are the same, if they are the same, go to step 512. If they are inconsistent, the acquisition fails.
  • the background server sends the first verification information to the backup terminal according to the backup identifier, so that the user inputs the second verification information by using the backup terminal.
  • the background server receives the second verification information sent by the backup terminal, and matches the received second verification information with the first verification information.
  • the background server when the determination result in step 511 is the same, sends the first verification information to the backup terminal.
  • the receiving form of the first verification information is not limited, and if the backup identifier is Backing up the mobile phone number of the terminal, the background server may send the first verification information according to the mobile phone number. If the backup identifier is the email address, the background server may send the first verification information according to the email address, and then the user enters the second verification information. Afterwards, the background server may receive the second verification information sent by the backup terminal, and match the first verification information with the second verification information. If the second verification information input by the user is the same as the first verification information, the matching is performed. success.
  • the background server finds the user information according to the terminal application identifier, and synchronizes the user information into the backup terminal.
  • the background server finds the user information according to the terminal application identifier, and synchronizes the user information to the backup terminal, where the backup terminal and the terminal are not the same device, for example, the instant that will be found.
  • the chat log of the communication and the friend are synchronized to the backup terminal, so that when the user loses the terminal or the replacement device logs in to the same application, the background server can synchronize the user information stored by the terminal in the background server to the backup terminal.
  • the background server when the user first uses the application of the terminal, the background server receives the terminal application identifier sent by the terminal, and uses the received terminal application identifier as the application.
  • the account is stored, wherein the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application, and the terminal application identifier includes: the hardware information and the identifier of the application, and the The process of generating an account with a password is too cumbersome, which simplifies the process of registering the application and reduces the interaction cost between devices;
  • the background server can The terminal sends the terminal application identifier to enable the terminal to log in to the application, so that the user does not need to enter the password or the account to input multiple times when logging in, which not only makes the user login faster, but also further reduces the interaction cost between the devices;
  • the background server may synchronize the stored user information to the terminal according
  • FIG. 6 a flowchart of a method for generating an account provided by another embodiment of the present invention is shown.
  • the embodiment is the interaction between the terminal, the backup terminal, and the background server in the foregoing embodiment, and the method for generating the account includes:
  • Step 601 When the terminal uses the application of the terminal for the first time, generating, by the terminal, the terminal application identifier according to the hardware information of the terminal and the identifier of the application;
  • Step 602 Send the terminal application identifier to the background server, where the terminal application identifier includes: hardware information of the terminal, an identifier of the application, and a backup identifier.
  • Step 603 The background server uses the terminal application identifier as an account of the application and stores it.
  • Step 604 Send the stored information to the terminal.
  • Step 605 The terminal stores the terminal user identifier.
  • Step 606 When the application of the terminal is used again, the terminal sends the terminal application identifier to the background server;
  • Step 607 The background server confirms, according to the terminal application identifier stored by itself, whether the terminal application identifier sent by the terminal is correct.
  • Step 608 If the result of the determination in step 607 is correct, the background server sends feedback information to the terminal;
  • Step 609 The terminal logs in to the application according to the feedback information received from the background server.
  • Step 610 The terminal sends the user information that needs to be saved and the terminal application identifier to the background server.
  • Step 611 The background server stores the user information according to the terminal application identifier.
  • Step 612 When the application of the terminal is reinstalled, send the terminal application identifier to the background server;
  • Step 613 The background server receives the terminal application identifier sent by the terminal, and searches for the user information according to the terminal application identifier.
  • Step 614 The background server sends the found user information to the terminal.
  • Step 615 The terminal receives the user information sent by the background server, and synchronizes the received user information into the application.
  • Step 616 When the backup terminal is used to log in to the application according to the backup terminal application identifier, the backup terminal sends a request for acquiring the user information of the terminal to the background server, where the request for acquiring the user information of the terminal is used. Contains the backup ID;
  • Step 617 The background server receives the request for acquiring the user information of the terminal sent by the backup terminal, and determines whether the received backup identifier is consistent with the backup identifier in the terminal application identifier stored by itself, and if yes, the background is The server sends the first verification information to the backup terminal according to the backup identifier.
  • Step 618 The backup terminal receives the first verification information from the background server, and displays a verification entry for inputting the second verification information, and after inputting the second verification information, the backup terminal inputs the second verification information. Sent to the background server;
  • Step 619 The background server receives the second verification information sent by the backup terminal, and matches the received second verification information with the first verification information. If the matching succeeds, the background server according to the The terminal application identifier finds user information of the terminal;
  • Step 620 The background server sends the found user information of the terminal to the backup terminal.
  • Step 621 The backup terminal synchronizes the user information received from the background server into the application.
  • steps 612-615 and steps 616-621 are parallel steps.
  • FIG. 7 is a structural block diagram of a terminal for executing a method for generating an account provided by an embodiment of the present invention.
  • the terminal includes: a generating unit 701 and a first sending unit 702.
  • the generating unit 701 is configured to: according to the hardware information of the terminal when the application of the terminal is used for the first time And the identifier of the application generates a terminal application identifier, where the terminal application identifier includes: hardware information of the terminal and an identifier of the application;
  • the first sending unit 702 is configured to send the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores.
  • the terminal for executing the account generation method when the user first uses the application of the terminal, generates a terminal application directly by the generating unit 701 according to the hardware information of the terminal and the identifier of the application.
  • the identifier is sent to the background server by the first sending unit 702 to enable the background server to store the generated terminal application identifier as the identifier of the application, which solves the problem that the process of generating an account based on the personal data and the password is too cumbersome.
  • the user can automatically generate an account without having to fill in any content, which simplifies the process of registering the application and reduces the interaction cost between devices.
  • FIG. 8 is a structural block diagram of a terminal for executing a method for generating an account provided by another embodiment of the present invention.
  • the terminal includes: a generating unit 801, a first sending unit 802, a storage unit 803, a login unit 804, a second sending unit 805, a receiving unit 806, and a synchronization unit 807.
  • the generating unit 801 is configured to generate a terminal application identifier according to the hardware information of the terminal and the identifier of the application when the application of the terminal is used for the first time, the terminal application identifier includes: hardware information of the terminal, the application Identification and backup identification;
  • the first sending unit 802 is configured to send the terminal application identifier generated by the generating unit 801 to the background server, so that the background server uses the terminal application identifier as an account of the application and stores the identifier;
  • a storage unit 803, configured to store the terminal application identifier
  • the first sending unit 802 is further configured to: when the application is used again, send the terminal application identifier to the background server;
  • the login unit 804 is configured to log in to the application according to the feedback information received from the background server;
  • the first sending unit 802 is further configured to send the user information that needs to be saved and the terminal application identifier to the background server;
  • a second sending unit 805, configured to send the terminal application identifier to the background server when the application of the terminal is reinstalled
  • the receiving unit 806 is configured to receive the user information sent by the background server.
  • the synchronization unit 807 is configured to synchronize the received user information into the application.
  • the terminal for executing the method for generating an account when the user first uses the application of the terminal, generates a terminal application directly by the generating unit 801 according to the hardware information of the terminal and the identifier of the application.
  • the identifier is sent to the background server by the first sending unit 802 to enable the background server to store the generated terminal application identifier as the identifier of the application, which solves the problem that the process of generating an account based on the personal data and the password is too cumbersome.
  • the terminal can automatically generate an account, thereby simplifying the process of registering the application by the user, and reducing the interaction cost between the devices; when the user uses the application of the terminal again, the first sending unit 802 can Directly send the terminal application identifier to the background server to log in to the application, so that the user does not need to enter the password or the account to input multiple times when logging in, which not only makes the user login faster, but also further reduces the interaction cost between the devices. And in the app When newly installed, by the synchronization unit 807 may synchronize the user information terminal backend server application identifier storage so that the user will not remove or uninstall the application of lost user information.
  • FIG. 9 it is a structural block diagram of a backup terminal for executing an account creation method according to an embodiment of the present invention.
  • the backup terminal includes: a generating unit 901, a first sending unit 902, a storage unit 903, a first receiving unit 904, a login unit 905, a second transmitting unit 906, a second receiving unit 907, and a synchronization unit 908;
  • the generating unit 901 is configured to generate a backup terminal application identifier according to the hardware information of the backup terminal and the identifier of the application when the application of the backup terminal is used for the first time, the backup terminal application identifier includes: hardware of the backup terminal Information and the identity of the application;
  • the first sending unit 902 is configured to send the generated backup terminal application identifier to the background server, so that the background server uses the backup terminal application identifier as an account of the application and stores the identifier;
  • a storage unit 903, configured to store the backup terminal application identifier
  • the first sending unit 902 is further configured to: when the application of the backup terminal is used again, send the backup terminal application identifier to the background server;
  • the first receiving unit 904 is configured to receive feedback information sent by the background server.
  • the login unit 905 is configured to log in to the node according to the received feedback information sent by the background server. application;
  • a second sending unit 906 configured to send a request for acquiring user information to the background server, where the request for acquiring user information includes: a backup identifier;
  • the second receiving unit 907 is configured to receive the user information sent by the background server.
  • a synchronization unit 908 configured to synchronize the received user information into the application
  • the backup identifier is sent to the background server by the terminal;
  • the user information is that the terminal is saved in the background server when the terminal runs the application.
  • the backup terminal for executing the account creation method provided by the embodiment is generated by the generating unit 901 directly according to the hardware information of the backup terminal and the identifier of the application when the user first uses the application of the backup terminal.
  • a backup terminal application identifier is sent to the background server by the first sending unit 902, so that the background server stores the generated backup terminal application identifier as an account of the application, and the account is generated according to the personal data and the password.
  • the process is too cumbersome; the user does not need to fill in any content, the backup terminal can automatically generate an account, thereby simplifying the process of registering the application, reducing the interaction cost between the devices; and the second sending unit 906 and the second receiving unit
  • the 907 and the synchronization unit 908 can send the backup identifier to the background server to synchronize the user information of the background server, so that when the replacement device logs in to the same application, the backup terminal can synchronize the user information stored in the background server by the terminal.
  • FIG. 10 is a structural block diagram of a backup terminal for executing a method for generating an account provided by another embodiment of the present invention.
  • the backup terminal includes: a generating unit 1001, a first sending unit 1002, a storage unit 1003, a first receiving unit 1004, a login unit 1005, a second sending unit 1006, a third receiving unit 1007, a display unit 1008, and a third sending unit. 1009, an execution unit 1010, a second receiving unit 1011, and a synchronization unit 1012;
  • the generating unit 1001 is configured to generate a backup terminal application identifier according to the hardware information of the backup terminal and the identifier of the application when the application of the backup terminal is used for the first time, the backup terminal application identifier includes: hardware of the backup terminal Information and the identity of the application;
  • the first sending unit 1002 is configured to send the generated backup terminal application identifier to the background server, so that the background server uses the backup terminal application identifier as an account of the application and stores the identifier;
  • the storage unit 1003 is configured to store the backup terminal application identifier.
  • the first sending unit 1002 is further configured to: when the application of the backup terminal is used again, send the backup terminal application identifier to the background server;
  • the first receiving unit 1004 is configured to receive feedback information sent by the background server.
  • the login unit 1005 is configured to log in to the application according to the received feedback information sent by the background server;
  • the second sending unit 1006 is configured to send a request for acquiring the user information to the background server, where the request for obtaining the user information includes: a backup identifier, where the backup identifier is sent by the terminal to the background server;
  • the third receiving unit 1007 is configured to receive first verification information from the background server.
  • a display unit 1008 configured to display a verification entry for inputting the second verification information
  • the third sending unit 1009 is configured to send the input second verification information to the background server after the second verification information is input, so that the background server receives the second verification information and the first verification information. Matching;
  • the executing unit 1010 is configured to notify the second receiving unit to perform an operation of receiving the user information sent by the background server, if the background server is successfully matched;
  • the second receiving unit 1011 is configured to receive the user information sent by the background server.
  • the synchronization unit 1012 is configured to synchronize the received user information into the application, where the user information is stored in the background server when the terminal runs the application.
  • the backup terminal for performing the method for generating an account provided by the embodiment, when the user first uses the application of the backup terminal, the generating unit 1001 directly generates a backup terminal application identifier according to the hardware information of the backup terminal and the identifier of the application. And sent to the background server by the first sending unit 1002 to enable the background server to store the generated backup terminal application identifier as the identifier of the application, which solves the problem that the process of generating an account according to the personal data and the password is too cumbersome.
  • the backup terminal can automatically generate an account, thereby simplifying the process of registering the application by the user, and reducing the interaction cost between the devices; and the second sending unit 1006, the third receiving unit 1007, and the display unit 1008
  • the third sending unit 1009, the executing unit 1010, the second receiving unit 1011, and the synchronizing unit 1012 can synchronize the user information saved by the terminal in the background server by sending the backup identifier to the background service, so that the user is replaced with the backup terminal from the terminal.
  • the terminal can synchronize the user information backup is stored in the backend server terminal.
  • FIG. 11 is a flowchart of a background server of a method for generating an account provided by an embodiment of the present invention.
  • the background server includes a first receiving unit 1101 and a storage unit 1102.
  • the first receiving unit 1101 is configured to receive, when the application of the terminal is used for the first time, a terminal application identifier sent by the terminal, where the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application,
  • the terminal application identifier includes: hardware information of the terminal and an identifier of the application;
  • the storage unit 1102 is configured to store the terminal application identifier as an account of the application.
  • the background server for executing the method for generating an account when the user first uses the application of the terminal, the first receiving unit 1101 receives the terminal application identifier sent by the terminal, and then the storage unit 1102 And storing the received terminal application identifier, where the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application, the terminal application identifier includes: the hardware information and the identifier of the application It solves the problem that the process of generating an account based on personal data and password is too cumbersome, thereby simplifying the process of registering an application and reducing the interaction cost between devices.
  • FIG. 12 is a flowchart of a background server of a method for generating an account provided by another embodiment of the present invention.
  • the background server includes: a first receiving unit 1201 and a storage unit 1202, a confirming unit 1203, a first sending unit 1204, a second receiving unit 1205, a first lookup synchronization unit 1206, a third receiving unit 1207, a determining unit 1208, and a second The transmitting unit 1209, the fourth receiving unit 1210, the matching unit 1211, the executing unit 1212, and the second lookup synchronization unit 1213.
  • the first receiving unit 1201 is configured to: when the application of the terminal is used for the first time, receive a terminal application identifier sent by the terminal, where the terminal application identifier is generated by the terminal according to hardware information of the terminal and an identifier of the application,
  • the terminal application identifier includes: the hardware information and an identifier of the application, and optionally, the terminal application identifier further includes: a backup identifier;
  • the storage unit 1202 is configured to use the terminal application identifier received by the first receiving unit 1201 as an account of the application and store the terminal identifier;
  • the first receiving unit 1201 is further configured to: when the application is used again, receive the terminal application identifier sent by the terminal;
  • the confirmation unit 1203 is configured to confirm, according to the terminal application identifier stored by the storage unit 1202, whether the terminal application identifier sent by the terminal is correct;
  • the first sending unit 1204 when the confirmation unit 1203 confirms that it is correct, sends feedback information to the terminal;
  • the first receiving unit 1201 is further configured to receive, by the terminal, user information that needs to be saved and the terminal application identifier;
  • the storage unit 1202 is further configured to store the user information according to the terminal application identifier
  • the second receiving unit 1205 receives the terminal application identifier sent by the terminal when the application of the terminal is reinstalled;
  • a first lookup synchronization unit 1206, configured to search for the user information according to the terminal application identifier, and send the user information to the terminal to synchronize the terminal to the reinstalled application;
  • the third receiving unit 1207 is configured to receive, when the backup terminal is used to log in to the application according to the backup terminal application identifier, a request for acquiring the user information sent by the backup terminal, where the request for acquiring the user information includes the backup An identifier, the backup terminal application identifier is an identifier of the backup terminal according to the backup terminal and an identifier of the application;
  • the determining unit 1208 is configured to determine whether the received backup identifier is consistent with the backup identifier in the terminal application identifier stored by the storage unit 1202.
  • the second sending unit 1209 is configured to: when the determining unit 1208 determines that the content is consistent, send the first verification information to the backup terminal according to the backup identifier, so that the user inputs the second verification information by using the backup terminal;
  • the fourth receiving unit 1210 is configured to receive the second verification information sent by the backup terminal.
  • the matching unit 1211 is configured to match the received second verification information with the first verification information.
  • the executing unit 1212 is configured to notify the second lookup synchronization unit 1213 to perform an operation of finding the user information according to the terminal application identifier and synchronizing the user information into the backup terminal when the matching is successful;
  • the second search synchronization unit 1213 is configured to find the user information according to the terminal application identifier, and synchronize the user information into the backup terminal.
  • backup terminal and the terminal in the embodiment of the present invention are not the same.
  • the background server for executing the method for generating an account when the user first uses the application of the terminal, the first receiving unit 1201 receives the terminal application identifier sent by the terminal, and the storage unit 1202 Receiving the received terminal application identifier as the application
  • the account is stored, wherein the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application, and the terminal application identifier includes: the hardware information and the identifier of the application, and is solved according to the personal data and
  • the process of generating an account by the password is too cumbersome, thereby simplifying the process of registering the application by the user, and reducing the interaction cost between the devices; when the user uses the application of the terminal again, the first receiving unit 1201, the confirming unit 1203, and the sending
  • the unit 1204 causes the terminal to log in to the application according to the terminal sending terminal application identifier, so that the user does not need to enter the password or the account to input multiple times when logging in, which not only makes the user login
  • the stored information can be synchronized to the terminal according to the terminal application identifier sent by the received terminal through the second receiving unit 1205 and the first lookup synchronization unit 1213, so that the user does not Lost because of deleting or uninstalling the application
  • the terminal for generating the account is provided by the foregoing embodiment
  • the terminal is only illustrated by the division of the foregoing functional modules. In actual applications, the functions may be allocated differently according to requirements.
  • the function module is completed, that is, the internal structure of the device is divided into different functional modules to complete all or part of the functions described above.
  • the terminal, the backup terminal, and the background server for performing the method for generating the account provided by the foregoing embodiment are in the same concept, and the specific implementation process is not described herein.
  • FIG. 13 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
  • the terminal may be used to implement a method for generating an account provided in the foregoing embodiment.
  • the terminal includes: a processor 1301, a transmitter 1302, a memory 1303, and a receiver 1304;
  • the processor 1301 is configured to: when the application of the terminal is used for the first time, generate a terminal application identifier according to the hardware information of the terminal and the identifier of the application, where the terminal application identifier includes: the hardware information and an identifier of the application
  • the terminal application identifier further includes a backup identifier
  • the transmitter 1302 is configured to send the generated terminal application identifier to the background server, so that the background server uses the terminal application identifier as an account of the application and stores the identifier;
  • a storage 1303, configured to store the terminal application identifier
  • the transmitter 1302 is further configured to: when the application is used again, send the terminal application identifier to the background server;
  • the processor 1301 is further configured to log in to the application according to the feedback information received from the background server;
  • the transmitter 1302 is further configured to send the user information that needs to be saved and the terminal application identifier to the background server, and then send the terminal application identifier to the background server when the application of the terminal is reinstalled;
  • the receiver 1304 is configured to receive the user information sent by the background server.
  • the processor 1301 is configured to synchronize the received user information into the application.
  • the terminal for executing the method for generating an account when the user first uses the application of the terminal, generates a terminal application directly by the processor 1301 according to the hardware information of the terminal and the identifier of the application.
  • the identifier is sent to the background server by the transmitter 1302 to enable the background server to store the generated terminal application identifier as the identifier of the application, which solves the problem that the process of generating the account based on the personal data and the password is too cumbersome;
  • the user does not need to fill in any content, and the terminal can automatically generate an account, thereby simplifying the process of registering the application by the user, and reducing the interaction cost between the devices; when the user uses the application of the terminal again, the terminal application can be directly transmitted through the transmitter 1302.
  • the identifier is sent to the background server to log in to the application, so that the user does not need to enter the password or the account to input multiple times when logging in, which not only makes the user login faster, but also further reduces the interaction cost between the devices;
  • the program is reinstalled, Through processor 1301 according to the user information terminal synchronization application identifier storage back-end server, allowing users will not delete or uninstall applications and loss of user information.
  • FIG. 14 is a schematic structural diagram of a backup terminal according to an embodiment of the present invention.
  • the backup terminal can be used to implement the method for generating an account provided in the foregoing embodiment.
  • the backup terminal includes: a processor 1401, a transmitter 1402, a receiver 1403, a memory 1404, and a display unit 1405;
  • the processor 1401 is configured to generate a backup terminal application identifier according to hardware information of the backup terminal and an identifier of the application when the application of the backup terminal is used for the first time, where the backup terminal application identifier includes: hardware of the backup terminal Information and the identity of the application;
  • the transmitter 1402 is configured to send the backup terminal application identifier to the background server, so that the background server uses the backup terminal application identifier as an account of the application and stores the identifier;
  • the transmitter 1402 is further configured to: when the application of the backup terminal is used again, send the backup terminal application identifier to the background server;
  • a receiver 1403 configured to receive feedback information sent by the background server
  • the processor 1401 is further configured to log in to the application according to the received feedback information sent by the background server;
  • the transmitter 1402 is further configured to send a request for acquiring the user information to the background server, where the request for obtaining the user information includes: a backup identifier, where the backup identifier is sent by the terminal to the background server;
  • the receiver 1403 is further configured to receive first verification information from the background server;
  • a display unit 1405, configured to display a verification entry for inputting second verification information
  • the transmitter 1402 is further configured to: after the second verification information is input, send the input second verification information to the background server, so that the background server receives the second verification information and the The first verification information is matched;
  • the processor 1401 is further configured to: when the background server is successfully matched, notify the receiver 1403 to perform an operation of receiving the user information sent by the background server;
  • the receiver 1403 is further configured to receive the user information sent by the background server;
  • the processor 1401 is further configured to synchronize the received user information into the application, where the user information is saved in the background server.
  • the backup terminal for performing the method for generating an account provided by the embodiment, when the user first uses the application of the backup terminal, the processor 1401 directly generates a backup terminal application identifier according to the hardware information of the backup terminal and the identifier of the application. And sent to the background server by the transmitter 1402, so that the background server stores the generated application identifier as the identifier of the backup terminal application, which solves the problem that the process of generating the account based on the personal data and the password is too cumbersome; The user does not need to fill in any content, and the backup terminal can automatically generate an account, thereby simplifying the process of registering the application and reducing the interaction cost between the devices; and the transmitter 1402 can synchronize the terminal in the background by sending a backup identifier to the background service.
  • the user information of the server so that when the user changes from the terminal to the backup terminal and logs in to the same application, the backup terminal can synchronize the user information stored in the background server by the terminal.
  • FIG. 15 is a schematic structural diagram of a background server according to an embodiment of the present invention.
  • the background server may be used to implement a method for generating an account provided in the foregoing embodiment.
  • the background service includes: an input and output unit 1501, a memory 1502, and a processor 1503;
  • the input and output unit 1501 is configured to receive, when the application of the terminal is used for the first time, a terminal application identifier sent by the terminal, where the terminal application identifier is generated by the terminal according to hardware information of the terminal and an identifier of the application,
  • the terminal application identifier includes: the hardware information and an identifier of the application, and the terminal application identifier further includes: a backup identifier;
  • the memory 1502 is configured to store the terminal application identifier as an account of the application.
  • the input and output unit 1501 is further configured to: when the application is used again, receive the terminal application identifier sent by the terminal;
  • the processor 1503 is configured to confirm, according to the terminal application identifier stored in the memory 1502, whether the terminal application identifier sent by the terminal is correct;
  • the input and output unit 1501 is configured to send feedback information to the terminal when the processor 1503 confirms that it is correct.
  • the input and output unit 1501 is further configured to receive user information that the user needs to save and the terminal application identifier sent by the terminal;
  • the memory 1502 is further configured to store the user information according to the terminal application identifier
  • the input and output unit 1501 is configured to receive, when the application of the terminal is reinstalled, the terminal application identifier sent by the terminal;
  • the processor 1503 is configured to search the user information according to the terminal application identifier, and send the user information to the terminal to synchronize the terminal to the reinstalled application.
  • the input and output unit 1501 receives a request for acquiring the user information sent by the backup terminal when the backup terminal is used to log in to the application according to the backup terminal application identifier, where the request for obtaining the user information includes the backup identifier
  • the backup terminal application identifier is generated by the backup terminal according to hardware information of the backup terminal and an identifier of the application;
  • the processor 1503 is configured to determine whether the received backup identifier is consistent with the backup identifier in the terminal application identifier stored by the memory 1502.
  • the input and output unit 1501 is further configured to send the first verification information to the backup terminal according to the backup identifier, so that the second verification information is input through the backup terminal;
  • the input and output unit 1501 is further configured to receive the second verification information sent by the backup terminal;
  • the processor 1503 is further configured to perform the received second verification information and the first verification information. Matching, when the matching is successful, the user information is found according to the terminal application identifier, and the user information is synchronized to the backup terminal.
  • the background server for executing the method for generating an account when the user first uses the application of the terminal, the input and output unit 1501 receives the terminal application identifier sent by the terminal, and the memory 1502 receives The terminal application identifier is stored as an account of the application, where the terminal application identifier is generated by the terminal according to the hardware information of the terminal and the identifier of the application, the terminal application identifier includes: the hardware information and the The application identifier solves the problem that the process of generating an account based on the personal data and the password is too cumbersome, thereby simplifying the process of registering the application, reducing the interaction cost between the devices; when the user uses the terminal application again, The input and output unit 1501 and the processor 1503 enable the terminal to log in to the application according to the terminal sending terminal application identifier, so that the user does not need to enter the password or the account to input multiple times when logging in, which not only makes the user login faster, but further Reduce the cost of interaction between devices; And when the input and output unit 1501 receive
  • the user information is lost; the backup identifier sent by the backup terminal is received by the input and output unit 1501 and the processor 1503, and the user information stored by the terminal is synchronized to the backup terminal according to the backup identifier, so that the user does not delete or uninstall the application. Lost user information.
  • a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
  • the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.

Abstract

本发明公开了一种账号的生成方法、终端及后台服务器。所述方法包括:当用户首次使用终端的应用程序时,通过终端直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本。

Description

一种账号的生成方法、终端及后台服务器
本申请要求于2013年12月31日提交中国专利局、申请号为201310753840.0、发明名称为“一种账号的生成方法、终端及后台服务器”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及通信领域,特别涉及一种账号的生成方法、终端及后台服务器。
背景技术
目前,越来越多的人使用平板电脑、手机、电脑等终端中应用进行购物、支付、或社交,这些应用程序使人们的生活变得更加便捷。
但是,如果用户需要在应用程序中备份资料,那么在用户第一次使用该应用程序时,均需要用户提供个人资料和密码进行注册,例如第三方支付、即时通讯等应用程序。当注册一个应用程序时,用户需要填写许多个人资料,如身份证号、邮箱地址等资料,然后根据这些个人资料和密码生成一个新的账号,这样生成账号的流程过于繁琐,当有大量的用户注册了一个应用程序时,导致大量的账号信息需要占用后台服务器过多的空间,进而后台服务器反应速度变慢,增加了设备间的交互成本。
发明内容
为了解决根据个人资料和密码生成账号的流程过于繁琐的问题,本发明实施例提供了一种账号的生成方法、终端及后台服务器。所述技术方案如下:
第一方面,提供了一种账号的生成方法,所述方法包括:
当首次使用终端的应用程序时,所述终端根据所述终端的硬件信息和所述应用程序的标识生成一终端应用标识符,所述终端应用标识符包括:所述终端的硬件信息及所述应用程序的标识;
所述终端将生成的所述终端应用标识符发送至后台服务器,使得所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储。
第二方面,提供了一种账号的生成方法,所述方法包括:
当首次使用终端的应用程序时,后台服务器接收所述终端发送的所述终端应用标识符,所述终端应用标识符为所述终端根据所述终端的硬件信息和所述应用程序的标识生成的,所述终端应用标识符包括:所述终端的硬件信息和所述应用程序的标识;
所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储。
第三方面,提供了一种终端,所述终端包括:
生成单元,用于在首次使用所述终端的应用程序时,根据所述终端的硬件信息和所述应用程序的标识生成一终端应用标识符,所述终端应用标识符包括:所述终端的硬件信息及所述应用程序的标识;
第一发送单元,用于将生成的所述终端应用标识符发送至后台服务器,使得所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储。
第四方面,提供了一种备份终端,所述备份终端包括:
生成单元,用于在首次使用所述备份终端的应用程序时,根据所述备份终端的硬件信息和所述应用程序的标识生成一备份终端应用标识符,所述备份终端应用标识符包括:所述备份终端的硬件信息及所述应用程序的标识;
第一发送单元,用于将生成的备份终端所述应用标识符发送至后台服务器,使得所述后台服务器将所述备份终端应用标识符作为所述应用程序的账号并进行存储;
存储单元,用于存储所述备份终端应用标识符;
所述第一发送单元,还用于在再次使用所述备份终端的所述应用程序时,发送所述备份终端应用标识符至所述后台服务器;
第一接收单元,用于接收所述后台服务器发送的反馈信息;
登陆单元,用于根据接收到的所述后台服务器发送的反馈信息登陆到所述应用程序;
第二发送单元,用于将获取用户信息的请求发送至所述后台服务器,所述获取用户信息的请求中包括:备份标识;
第二接收单元,用于接收所述后台服务器发送的所述用户信息;
同步单元,用于将接收到的所述用户信息同步到所述应用程序中;
所述备份标识为终端发送到所述后台服务器的;
所述用户信息为所述终端在运行所述应用程序时,所述终端保存在所述后台服务器中。
第五方面,提供了一种后台服务器,所述后台服务器包括:
第一接收单元,用于在首次使用终端的应用程序时,接收所述终端发送的终端应用标识符,所述终端应用标识符为所述终端根据所述终端的硬件信息和所述应用程序的标识生成的,所述终端应用标识符包括:所述终端的硬件信息和所述应用程序的标识;
存储单元,用于将所述终端应用标识符作为所述应用程序的账号并进行存储。
本发明实施例提供的技术方案带来的有益效果是:
当首次使用终端的应用程序时,通过终端直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本。
附图说明
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本发明一个实施例提供的账号的生成方法的方法流程图;
图2是本发明另一实施例提供的账号的生成方法的方法流程图;
图3是本发明另一实施例提供的账号的生成方法的方法流程图;
图4是本发明一个实施例提供的账号的生成方法的方法流程图;
图5是本发明另一实施例提供的账号的生成方法的方法流程图;
图6是本发明实施例提供的账号的生成方法的应用场景交互示意图;
图7是本发明一个实施例提供的用于执行账号的生成方法的终端的结构方框图;
图8是本发明另一实施例提供的用于执行账号的生成方法的终端的结构方框图;
图9是本发明一个实施例提供的用于执行账号的生成方法的备份终端的结构方框图;
图10发明另一实施例提供的用于执行账号的生成方法的备份终端的结构方框图;
图11是本发明一个实施例提供的用于执行账号的生成方法的后台服务器的结构方框图;
图12是本发明另一实施例提供的用于执行账号的生成方法的后台服务器的结构方框图;
图13是本发明一个实施例提供的终端的结构示意图;
图14是本发明一个实施例提供的备份终端的结构示意图;
图15是本发明一个实施例提供的后台服务器的结构示意图。
具体实施方式
为使本发明的目的、技术方案和优点更加清楚,下面将结合附图对本发明实施方式作进一步地详细描述。
请参考图1,其示出了本发明一个实施例提供的账号的生成方法的方法流程图,本实施例中该账号的生成方法应用于终端,该账号的生成方法,包括:
101、当首次使用终端的应用程序时,该终端根据该终端的硬件信息和该应用程序的标识生成一终端应用标识符;
本实施例中,终端应用标识符包括终端的硬件信息和应用程序的标识,终端可以为所有可以运行应用程序的设备,例如平板电脑、手机、智能电视、计算机等,终端的硬件信息可以为介质访问控制(MAC,Media Access Control)地址或者主板的序列号,若终端为手机,可以是手机的国际移动设备标志(IMEI,international mobile equipment identity),当然根据终端的种类不同,硬件信息也不相同,需要说明的是,该终端的硬件信息具有唯一性,一个终端对应唯一一个硬件信息,应用程序的标识可以是该应用程序的名称或者是 该应用程序的全局唯一标识符(GUID,Globally Unique Identifier),当然终端应用标识符除了包括终端的硬件信息和应用程序的标识之外,还可以包括其他代码、字符等。
102、终端将生成的终端应用标识符发送至后台服务器,使得后台服务器将终端应用标识符作为应用程序的账号并进行存储。
本实施例中,在步骤101之后,终端可以将生成的终端应用标识符发送到后台服务器中,使得后台服务器将终端应用标识符作为应用程序的账号并进行存储。
综上所述,本实施例提供的账号的生成方法,当用户首次使用终端的应用程序时,通过终端直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的账号并进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本。
请参考图2,其示出了本发明另一实施例提供的账号的生成方法的方法流程图。与上一实施例相比,本实施例进行了更为详细的描述。该账号的生成方法,包括:
201、当首次使用终端的应用程序时,该终端根据该终端的硬件信息和该应用程序的标识生成终端应用标识符;
本实施例中,终端可以保存生成的终端应用标识符,终端应用标识符包括终端的硬件信息和应用程序的标识,终端可以为所有可以运行应用程序的设备,例如平板电脑、手机、智能电视、计算机等,终端的硬件信息可以为MAC地址或者主板的序列号,若终端为手机,可以是手机的IMEI,当然根据终端的种类不同,硬件信息也不相同,需要说明的是,该终端的硬件信息具有唯一性,一个终端对应唯一一个硬件信息,应用程序的标识可以是该应用程序的名称或者是该应用程序的GUID,当然终端应用标识符除了包括终端的硬件信息和应用程序的标识之外,还可以包括其他代码、字符等,应用程序可以为即时通讯、网络零售或微博等软件。
本实施例以终端为手机,硬件信息为该终端的IMEI,应用程序为即时通讯为例进行说明,此时终端根据该终端的IMEI和该即时通讯的名称生成终端 应用标识符,其中该终端应用标识符中包括:该终端的IMEI和即时通讯的名称。
202、终端将生成的终端应用标识符发送至后台服务器,使得后台服务器将终端应用标识符作为应用程序的账号并进行存储;
本实施例中,在步骤201之后,终端可以将生成的终端应用标识符发送到后台服务器中,使得后台服务器将终端应用标识符作为应用程序的账号进行存储,在实际应用中,后台服务器可以有一个账号数据库,将接收到的终端应用标识符存储在账号数据库中。
203、终端将生成的该终端应用标识符进行存储;
204、当该再次使用该终端的应用程序时,该终端发送该终端应用标识符至该后台服务器;
205、终端根据从后台服务器接收到的反馈信息登录到应用程序;
本实施例中,当用户再次使用终端的应用程序时,终端直接发送该终端应用标识符到后台服务器,然后终端根据从后台服务器接收到的反馈信息登录到应用程序中,例如,当用户再次使用终端的即时通讯时,终端发送终端应用标识符至后台服务器,然后终端根据从后台服务器接收到的反馈信息登录到该即时通讯中,通过终端直接发送终端应用标识符到后台服务器,使用户在登陆到应用程序之前无需输入账号和密码,减少了用户与终端间的交互成本,节约了资源。
206、终端将需要保存的用户信息及终端应用标识符发送至后台服务器,使得后台服务器根据终端应用标识符存储用户信息;
本实施例中,终端可以将用户需要保存的用户信息及终端应用标识符发送至后台服务器,例如,用户在登陆到即时通讯时,会保存一些聊天记录和好友等用户信息,终端可以将终端应用标识符和聊天记录和好友等用户信息发送至后台服务器,使得后台服务器根据终端应用标识符存储聊天记录和好友等用户信息。
需要说明的是,用户使用不同的应用程序,需要保存的用户信息也不同,例如,若应用程序为电子书阅读的应用程序,那么用户信息可以为用户当前阅读的电子书的进度,用户收藏的电子书等信息,若应用程序为购物的应用程序,那么用户信息可以为订单、已购买的物品、收藏的店铺等信息。
207、当该终端的该应用程序重新安装时,将该终端应用标识符发送至该后台服务器;
208、该终端接收该后台服务器发送的该用户信息,并将接收到的该用户信息同步到该应用程序中。
本实施例中,当终端的应用程序重新安装时,将终端应用标识符发送至后台服务器,使得后台服务器根据终端应用标识符同步用户信息到终端,然后终端接收后台服务器发送的用户信息,并将接收到的所述用户信息同步到应用程序中,例如,若用户不小心将终端中即时通讯的应用程序删除或者卸载,并当将该删除或者卸载的即时通讯重新安装时,终端可以将该终端应用标识符发送至后台服务器,然后终端可以接收后台服务器发送的用户信息(如,聊天记录、好友),并将接收到的用户信息同步到应用程序中,这样用户信息就不会因为应用程序的卸载或者删除而丢失。
综上所述,本实施例提供的账号的生成方法,当用户首次使用终端的应用程序时,通过终端直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的账号进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;当用户再次使用终端的应用程序时,终端可以直接发送终端应用标识符至后台服务器以登陆到应用程序,这样用户不用在登陆时,因为忘记密码或账号进行多次的输入,不仅使用户登陆更加快捷,而且进一步地降低了设备间的交互成本;而且在应用程序重新安装时,终端可以根据终端应用标识符同步后台服务器存储的用户信息,使用户不会因为删除或者卸载应用程序而丢失用户信息。
请参考图3,其示出了本发明另一实施例提供的账号的生成方法的方法流程图,该账号的生成方法包括:
301、当首次使用终端的应用程序时,该终端根据该终端的硬件信息和该应用程序的标识生成终端应用标识符;
本实施例中,终端可以保存生成的终端应用标识符,终端应用标识符包括终端的硬件信息、应用程序的标识和备份标识,该备份标识为用户自己设 定的,可以为手机号码或者邮箱地址等。
步骤302至308与上述实施例中步骤202至208相同。
309、使用备份终端的该应用程序时,该备份终端根据备份终端应用标识符登陆到该应用程序;
本实施例中,备份终端可以保存生成的该备份终端应用标识符,该备份终端应用标识符为该备份终端根据该备份终端的硬件信息和该应用程序的标识生成的,该备份终端应用标识符包括该备份终端的硬件信息和应用程序的标识,在实际应用中,该备份终端可以为所有可以运行应用程序的设备,例如平板电脑、手机、智能电视、计算机等,该备份终端的硬件信息可以为MAC地址或者主板的序列号,若该备份终端为手机,可以是手机的IMEI,当然根据备份终端的种类不同,硬件信息也不相同,需要说明的是,该备份终端的硬件信息具有唯一性,一个备份终端对应唯一一个硬件信息,应用程序的标识可以是该应用程序的名称或者是该应用程序的GUID,当然备份终端应用标识符除了包括备份终端的硬件信息和应用程序的标识之外,还可以包括其他代码、字符等,应用程序可以为即时通讯、网络零售或微博等软件。
需要说明的是,备份终端如何根据生成的该备份终端应用标识符登陆到该应用程序与上述实施例中终端根据生成的该终端应用标识符登陆到该应用程序的方法相同,故此处不做赘述。
需要进一步说明的是,备份终端根据备份终端应用标识符登陆到的应用程序与在步骤305中终端登陆到的应用程序相同。
310、备份终端根据用户指令向该后台服务器发送该备份标识以请求从该后台服务器获取该终端保存在该后台服务器中的该用户信息;
本实施例中,在步骤309中备份终端登录到应用程序之后,备份终端根据该用户的指令向该后台服务器发送该备份标识以请求从该后台服务器获取该终端保存在该后台服务器中的该用户信息,在实际应用中,用户可以先输入备份标识,或者备份终端获取预设的备份标识并显示于界面以供确认,然后响应用户的指令向该后台服务器发送该备份标识,该用户的指令用于触发备份终端向该后台服务器发送该备份标识。
本实施例以备份终端为手机为例进行说明,设定步骤301中终端发送到后台服务器的终端应用标识符中包括该备份终端的手机号码,例如,用户A 先使用终端登录到即时通讯上,并且保存有用户信息,如聊天记录或者好友等用户信息,然后用户A改用备份终端同样登录到即时通讯,此时备份标识可以为备份终端的手机号码,然后该备份终端根据该用户的指令向该后台服务器发送该备份终端的手机号码(备份标识),以请求从该后台服务器中获取该终端保存在该后台服务器中的该用户信息。
311、备份终端从该后台服务器接收第一验证信息,并显示用于输入第二验证信息的验证入口;
312、当所述第二验证信息输入完毕后,该备份终端将输入的该第二验证信息发送至该后台服务器,使得该后台服务器将接收到的该第二验证信息与该第一验证信息进行匹配;
本实施例中,在步骤310之后,备份终端可以从该后台服务器接收第一验证信息,在实际应用中,此处第一验证信息的接收形式不做限定,若备份标识为该备份终端的手机号码,则备份终端可以通过短信接收到后台服务器发送的第一验证信息,若备份标识为邮箱地址,则用户可以使用备份终端登录到邮箱上接收该后台服务器发送的第一验证信息,第一验证信息或者第二验证信息的格式不做限定,可以为字符,也可以为数字等。
步骤310中已描述本实施例以备份终端为手机为例进行说明,设定步骤301中终端发送到后台服务器的终端应用标识符中包括该备份终端的手机号码,例如,备份终端可以通过短信接收到后台服务器发送的第一验证信息12345,此时用户A登录到即时通信的页面上会显示验证入口,然后用户A可以在利用备份终端在验证入口处输入第二验证信息,当用户A输入第二验证信息完毕后,备份终端将用户A输入的第二验证信息发送至该后台服务器,使得该后台服务器将接收到的第二验证信息与第一验证信息进行匹配,在实际应用中,如果用户A输入的第二验证信息为12345,则确定为匹配成功。
313、备份终端接收该后台服务器发送的该用户信息,并将接收到的该用户信息同步到该应用程序中。
本实施例中,若该后台服务器匹配成功,备份终端可以接收后台服务器发送的该用户信息,并将接收到的该用户信息同步到该应用程序中,例如,用户信息为即时通讯的聊天记录及好友,则备份终端可以将接收到的聊天记录及好友同步到当前运行的该即时通讯中,由于该用户信息是在运行该应用 程序时,该终端保存在该后台服务器中,这样,用户在使用备份终端登陆到该应用程序时,备份终端通过备份标识就可以同步该终端保存在该后台服务器中的用户信息。
本发明实施例中,由于备份终端在登陆到该应用程序时,可以获取到备份终端在后台服务器中保存的用户信息,若备份终端根据备份标识获取到了其他终端保存在该后台服务器中用户信息时,用户在使用该应用程序时,用户界面显示时,可以只显示备份终端根据备份标识获取到了其他终端保存在该后台服务器中用户信息,也可以同时显示备份终端根据备份标识获取到了其他终端保存在该后台服务器中用户信息和备份终端根据备份标识获取到了其他终端保存在该后台服务器中用户信息,此处不做限定。
综上所述,本实施例提供的账号的生成方法,在解决了根据个人资料和密码生成账号的流程过于繁琐的问题的基础上,而且备份终端可以通过备份标识同步终端保存在后台服务器的用户信息,从而使用户在从终端更换为备份终端并登陆同一应用程序时,备份终端可以同步终端存储在后台服务器的用户信息。
请参考图4,其示出了本发明一个实施例提供的账号的生成方法的方法流程图。本实施例中该账号的生成方法应用于后台服务器,该账号的生成方法包括:
401、当首次使用终端的应用程序时,后台服务器接收该终端发送的终端应用标识符;
本实施例中,当用户首次使用终端的应用程序时,后台服务器可以接收该终端发送的终端应用标识符,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该终端的硬件信息和该应用程序的标识,该硬件信息可以为MAC地址或者主板的序列号,若终端为手机,可以是手机的IMEI,当然根据终端的种类不同,硬件信息也不相同,应用程序的标识可以是该应用程序的名称或者是该应用程序的GUID,当然终端应用标识符除了包括终端的硬件信息和应用程序的标识之外,还可以包括其他代码、字符等。
需要说明的是,该终端的硬件信息具有唯一性,一个终端对应唯一一个硬件信息。
402、后台服务器将该终端应用标识符作为该应用程序的账号并进行存储。
本实施例中,在步骤401之后,后台服务器可以将该终端应用标识符作为该应用程序的账号进行存储,在实际应用中,后台服务器可以接收到多个终端应用标识符,后台服务器可以建立一个账号数据库,将接收到的终端应用标识符存储在账号数据库中。
综上所述,本实施例提供的账号的生成方法,当用户首次使用终端的应用程序时,后台服务器接收该终端发送的终端应用标识符,并对接收到的终端应用标识符进行存储,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该终端的硬件信息和该应用程序的标识,解决了根据个人资料和密码生成账号的流程过于繁琐的问题,进而简化了用户注册应用程序的流程,降低了设备间的交互成本。
请参考图5,其示出了本发明另一实施例提供的账号的生成方法的方法流程图。与上一实施例相比更为详细地进行描述。该账号的生成方法,包括:
501、当首次使用终端的应用程序时,后台服务器接收该终端发送的终端应用标识符;
本实施例中,当用户首次使用终端的应用程序时,后台服务器可以接收该终端发送的终端应用标识符,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,该硬件信息可以为MAC地址或者主板的序列号,若终端为手机,可以是手机的IMEI,当然根据终端的种类不同,硬件信息也不相同,该终端应用标识符还包括:备份标识,该备份标识可以为邮箱地址或手机号等,应用程序的标识可以是该应用程序的名称或者是该应用程序的GUID,当然终端应用标识符除了包括终端的硬件信息和应用程序的标识之外,还可以包括其他代码、字符等。
需要说明的是,该终端的硬件信息具有唯一性,一个终端对应唯一一个硬件信息。
本实施例中,用户使用终端的应用程序为即时通讯,该终端为手机为例进行说明,该终端的硬件信息为该终端的IMEI,该应用程序的名称为即时通讯的名称,生成的该终端应用标识符中包括:该终端的IMEI和即时通讯的名 称。
502、后台服务器将该终端应用标识符作为该应用程序的账号并进行存储;
本实施例中,在步骤401之后,后台服务器可以将该终端应用标识符作为该应用程序的账号进行存储,在实际应用中,后台服务器可以接收到多个终端应用标识符,后台服务器可以建立一个账号数据库,将接收到的终端应用标识符存储在账号数据库中。
503、当再次使用该应用程序时,该后台服务器接收该终端发送的该终端应用标识符;
504、后台服务器根据自身存储的终端应用标识符确认终端发送的该终端应用标识符是否正确,若正确,则执行步骤505,若不正确,则返回步骤503;
505、后台服务器发送反馈信息至该终端以使该终端登录到该应用程序;
本实施例中,当该用户再次使用该应用程序时,该后台服务器可以接收该终端发送的该终端应用标识符,然后该后台服务器根据自身存储的终端应用标识符确认终端发送的该终端应用标识符是否正确,若正确,则该后台服务器发送反馈信息至该终端以使该终端登录到该应用程序,若不正确,则后台服务器发送错误信息至该终端,例如,当该用户再次使用该终端的即时通讯时,该后台服务器可以接收该终端发送的该终端应用标识符,然后该后台服务器根据自身存储的终端应用标识符确认终端发送的该终端应用标识符是否正确,若正确,则该后台服务器发送反馈信息至该终端以使该终端登录到即时通讯申。
506、后台服务器接收该终端发送的需要保存的用户信息及该终端应用标识符;
507、后台服务器根据该终端应用标识符将该用户信息进行存储;
本实施例中,后台服务器可以接收该终端发送的该用户需要保存的用户信息及该终端应用标识符,例如,用户在登陆到即时通讯时,会保存聊天记录和好友等用户信息,后台服务器可以接收该终端发送的保存聊天记录和好友等用户信息及终端应用标识符,然后该后台服务器根据该终端应用标识符将该用户信息进行存储,在实际应用中,后台服务器会接收到多个终端应用标识符,将接收到的用户信息与终端应用标识符进行对应存储,例如,后台 服务器接收到终端应用标识符A和用户信息A,后台服务器根据接收到的终端应用标识符A在账号数据库查找终端应用标识符A,并将用户信息A与查找到的终端应用标识符A进行对应存储。
508、当该终端重新安装该应用程序时,后台服务器接收该终端发送的该终端应用标识符;
509、后台服务器根据该终端应用标识符查找该用户信息,并将该用户信息发送到该终端以使该终端同步到重新安装的所述应用程序中;
本实施例中,当该终端重新安装该应用程序时,该后台服务器接收该终端发送的该终端应用标识符,该后台服务器根据该终端应用标识符查找该用户信息,并将该用户信息发送到该终端以使该终端同步到重新安装的该应用程序中,例如,若用户不小心将终端中即时通讯的应用程序删除或者卸载,并当将该删除的即时通讯重新安装时,该后台服务器接收该终端发送的该终端应用标识符,然后该后台服务器根据接收到的该终端应用标识符查找聊天记录、好友等用户信息,并将查找到的聊天记录、好友等用户信息通过该终端同步到重新安装的该应用程序中。
510、当使用备份终端根据备份终端应用标识符登陆到该应用程序时,后台服务器接收该备份终端发送的获取该终端保存在该后台服务器中该用户信息的请求;
本实施例中,该备份终端应用标识符为所述备份终端根据所述备份终端的硬件信息和所述应用程序的标识,该获取该终端保存在该后台服务器中该用户信息的请求中包含该备份标识,该备份标识可以为手机号或者邮箱地址等,例如,用户A先使用终端登录到即时通讯上,并且保存有用户信息,例如聊天记录或者好友等用户信息,然后用户A改用备份终端同样登录到即时通讯,该后台服务器接收该备份终端发送的获取用户A使用终端保存在后台服务器中聊天记录或者好友等用户信息的请求,并获取请求中的备份标识(如,该备份终端的手机号码)。
511、该后台服务器判断接收到的该备份标识与自身存储的该终端应用标识符中该备份标识是否一致,若一致,则执行步骤512,若不一致,则表示获取失败;
本实施例中,在步骤510之后,该后台服务器判断接收到的该备份标识 与自身存储的该终端应用标识符中该备份标识是否一致,例如,备份标识符为该备份终端的手机号,则根据接收到的该备份终端的手机号与自身存储的该终端应用标识符中的该备份终端的手机号是否一致,若一致,则执行步骤512,若不一致,则表示获取失败。
512、后台服务器根据该备份标识向所述备份终端发送第一验证信息,使得该用户通过该备份终端输入第二验证信息;
513、后台服务器接收该备份终端发送的该第二验证信息,并将接收到的该第二验证信息与该第一验证信息进行匹配;
本实施例中,在步骤511的判断结果为一致时,后台服务器向该备份终端发送第一验证信息,在实际应用中,此处第一验证信息的接收形式不做限定,若备份标识为该备份终端的手机号码,后台服务器可以根据该手机号码发送第一验证信息,若为备份标识为邮箱地址,则后台服务器可以根据该邮箱地址发送第一验证信息,然后当用户输入第二验证信息完毕后,后台服务器可以接收到该备份终端发送的该第二验证信息,并将第一验证信息与第二验证信息进行匹配,若用户输入的第二验证信息与第一验证信息相同,则表示匹配成功。
514、后台服务器根据该终端应用标识符找出该用户信息,并将该用户信息同步到该备份终端中。
本实施例中,该后台服务器根据该终端应用标识符找出该用户信息,并将该用户信息同步到该备份终端中,该备份终端与该终端不为同一个设备,例如将查找到的即时通讯的聊天记录和好友同步到该备份终端中,这样当用户丢失终端或者更换设备登陆同一个应用程序时,后台服务器可以同步终端存储在后台服务器的用户信息到备份终端中。
综上所述,本实施例提供的账号的生成方法,当用户首次使用终端的应用程序时,后台服务器接收该终端发送的终端应用标识符,并将接收到的终端应用标识符作为该应用程序的账号进行存储,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,解决了根据个人资料和密码生成账号的流程过于繁琐的问题,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;当用户再次使用终端的应用程序时,后台服务器可以根据终 端发送终端应用标识符使终端登陆到应用程序,这样用户不用在登陆时,因为忘记密码或账号进行多次的输入,不仅使用户登陆更加快捷,而且进一步地降低了设备间的交互成本;而且在应用程序重新安装时,后台服务器可以根据接收到的终端发送的终端应用标识符将所存储的用户信息同步到终端中,使用户不会因为删除或者卸载应用程序而丢失用户信息;后台服务器通过接收备份终端发送的备份标识,并根据该备份标识将终端存储的用户信息同步到备份终端中,从而使用户不会因为删除或者卸载应用程序而丢失用户信息。
请参照图6,其示出了本发明再一实施例提供的账号的生成方法的方法流程图。本实施例为上述实施例中的终端、备份终端及后台服务器之间的实际应用场景的交互,该账号的生成方法,包括:
步骤601、终端在首次使用该终端的应用程序时,根据该终端的硬件信息和该应用程序的标识生成终端应用标识符;
步骤602、将该终端应用标识符发送到后台服务器,该终端应用标识符包括:该终端的硬件信息、该应用程序的标识和备份标识;
步骤603、后台服务器将该终端应用标识符作为该应用程序的账号并进行存储;
步骤604、发送已存储信息至终端;
步骤605、终端将该终端用户标识符进行存储;
步骤606、当再次使用该终端的该应用程序时,该终端发送该终端应用标识符至该后台服务器;
步骤607、该后台服务器根据自身存储的该终端应用标识符确认该终端发送的该终端应用标识符是否正确;
步骤608、若步骤607判断结果为正确,则该后台服务器发送反馈信息至该终端;
步骤609、该终端根据从该后台服务器接收到的反馈信息登录到该应用程序;
步骤610、该终端将需要保存的用户信息及该终端应用标识符发送至该后台服务器;
步骤611、该后台服务器根据该终端应用标识符将该用户信息进行存储;
步骤612、当该终端的该应用程序重新安装时,将该终端应用标识符发送至该后台服务器;
步骤613、该后台服务器接收该终端发送的该终端应用标识符,并根据该终端应用标识符查找该用户信息;
步骤614、该后台服务器将查找到的该用户信息发送到该终端;
步骤615、该终端接收该后台服务器发送的该用户信息,并将接收到的该用户信息同步到该应用程序中;
步骤616、当使用备份终端根据该备份终端应用标识符登录到该应用程序时,该备份终端将获取该终端的用户信息的请求发送至该后台服务器,其中该获取该终端的用户信息的请求中包含该备份标识;
步骤617、该后台服务器接收该备份终端发送的获取该终端的用户信息的请求,并判断接收到的该备份标识与自身存储的该终端应用标识符中该备份标识是否一致,若一致,则后台服务器根据该备份标识向该备份终端发送第一验证信息;
步骤618、备份终端从该后台服务器接收第一验证信息,并显示用于输入第二验证信息的验证入口,并当输入该第二验证信息完毕后,该备份终端将该输入的第二验证信息发送至该后台服务器;
步骤619、后台服务器接收所述备份终端发送的所述第二验证信息,并将接收到的所述第二验证信息与所述第一验证信息进行匹配,若匹配成功,则该后台服务器根据该终端应用标识符找出该终端的用户信息;
步骤620、该后台服务器发送找出的该终端的用户信息到备份终端;
步骤621、备份终端将从该后台服务器接收到的该用户信息同步到该应用程序中。
需要说明的是,步骤612-615与步骤616-621为并列的步骤。
以上为本发明的方法实施例,方法实施例中的部分或全部步骤可以通过执行存储在非瞬时性存储介质中的指令来实现。以下为本发明的装置实施例,在装置实施例中未详尽描述的细节,可以参考上述对应的方法实施例。
请参考图7,其示出了本发明一个实施例提供的用于执行账号的生成方法的终端的结构方框图。该终端,包括:生成单元701和第一发送单元702。
生成单元701,用于在首次使用该终端的应用程序时,根据终端的硬件信 息和该应用程序的标识生成终端应用标识符,该终端应用标识符包括:该终端的硬件信息及该应用程序的标识;
第一发送单元702,用于将该生成的终端应用标识符发送至后台服务器,使得该后台服务器将该终端应用标识符作为该应用程序的账号并进行存储。
综上所述,本实施例提供的用于执行账号的生成方法的终端,当用户首次使用终端的应用程序时,通过生成单元701直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并通过第一发送单元702发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本。
请参考图8,其示出了本发明另一实施例提供的用于执行账号的生成方法的终端的结构方框图。所述终端,包括:生成单元801、第一发送单元802、存储单元803、登陆单元804、第二发送单元805、接收单元806和同步单元807。
生成单元801,用于在首次使用该终端的应用程序时,根据该终端的硬件信息和该应用程序的标识生成终端应用标识符,该终端应用标识符包括:该终端的硬件信息、该应用程序的标识和备份标识;
第一发送单元802,用于将生成单元801生成的该终端应用标识符发送至后台服务器,使得该后台服务器将该终端应用标识符作为该应用程序的账号并进行存储;
存储单元803,用于存储该终端应用标识符;
第一发送单元802,还用于在再次使用该应用程序时,发送该终端应用标识符至该后台服务器;
登录单元804,用于根据从该后台服务器接收到的反馈信息登录到该应用程式;
第一发送单元802,还用于将需要保存的用户信息及该终端应用标识符发送至该后台服务器;
第二发送单元805,用于在该终端的该应用程序重新安装时,将该终端应用标识符发送至该后台服务器;
接收单元806,用于接收该后台服务器发送的该用户信息;
同步单元807,用于将接收到的该用户信息同步到该应用程序中。
综上所述,本实施例提供的用于执行账号的生成方法的终端,当用户首次使用终端的应用程序时,通过生成单元801直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并通过第一发送单元802发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;当用户再次使用终端的应用程序时,通过第一发送单元802可以直接发送终端应用标识符至后台服务器以登陆到应用程序,这样用户不用在登陆时,因为忘记密码或账号进行多次的输入,不仅使用户登陆更加快捷,而且进一步地降低了设备间的交互成本;而且在应用程序重新安装时,通过同步单元807可以根据终端应用标识符同步后台服务器存储的用户信息,使用户不会因为删除或者卸载应用程序而丢失用户信息。
请参考图9,其示出了本发明一实施例提供的用于执行账号的生成方法的备份终端的结构方框图,该备份终端,包括:生成单元901、第一发送单元902、存储单元903、第一接收单元904、登陆单元905、第二发送单元906、第二接收单元907和同步单元908;
生成单元901,用于在首次使用该备份终端的应用程序时,根据该备份终端的硬件信息和该应用程序的标识生成备份终端应用标识符,该备份终端应用标识符包括:该备份终端的硬件信息及该应用程序的标识;
第一发送单元902,用于将生成的该备份终端应用标识符发送至后台服务器,使得该后台服务器将该备份终端应用标识符作为该应用程序的账号并进行存储;
存储单元903,用于存储该备份终端应用标识符;
第一发送单元902,还用于在再次使用备份终端的应用程序时,发送该备份终端应用标识符至该后台服务器;
第一接收单元904,用于接收该后台服务器发送的反馈信息;
登陆单元905,用于根据接收到的该后台服务器发送的反馈信息登陆到该 应用程序;
第二发送单元906,用于将获取用户信息的请求发送至该后台服务器,该获取用户信息的请求中包括:备份标识;
第二接收单元907,用于接收该后台服务器发送的该用户信息;
同步单元908,用于将接收到的该用户信息同步到该应用程序中;
该备份标识为终端发送到该后台服务器的;
该用户信息为该终端在运行该应用程序时,该终端保存在该后台服务器中。
综上所述,本实施例提供的用于执行账号的生成方法的备份终端,当用户首次使用备份终端的应用程序时,通过生成单元901直接根据该备份终端的硬件信息和应用程序的标识生成一个备份终端应用标识符,并通过第一发送单元902发送给后台服务器以使后台服务器将生成的该备份终端应用标识符作为该应用程序的账号进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,备份终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;而且第二发送单元906、第二接收单元907和同步单元908可以发送备份标识到后台服务器以同步后台服务器的用户信息,从而使用户在更换设备登陆同一应用程序时,备份终端可以同步终端存储在后台服务器的用户信息。
请参考图10,其示出了本发明另一实施例提供的用于执行账号的生成方法的备份终端的结构方框图。该备份终端,包括:生成单元1001、第一发送单元1002、存储单元1003、第一接收单元1004、登陆单元1005、第二发送单元1006、第三接收单元1007、显示单元1008、第三发送单元1009、执行单元1010、第二接收单元1011和同步单元1012;
生成单元1001,用于在首次使用该备份终端的应用程序时,根据该备份终端的硬件信息和该应用程序的标识生成备份终端应用标识符,该备份终端应用标识符包括:该备份终端的硬件信息及该应用程序的标识;
第一发送单元1002,用于将生成的该备份终端应用标识符发送至后台服务器,使得该后台服务器将该备份终端应用标识符作为该应用程序的账号并进行存储;
存储单元1003,用于存储该备份终端应用标识符;
第一发送单元1002,还用于在再次使用备份终端的应用程序时,发送该备份终端应用标识符至该后台服务器;
第一接收单元1004,用于接收该后台服务器发送的反馈信息;
登陆单元1005,用于根据接收到的该后台服务器发送的反馈信息登陆到该应用程序;
第二发送单元1006,用于将获取用户信息的请求发送至该后台服务器,该获取用户信息的请求中包括:备份标识,该备份标识为终端发送到该后台服务器的;
第三接收单元1007,用于从该后台服务器接收第一验证信息;
显示单元1008,用于显示用于输入第二验证信息的验证入口;
第三发送单元1009,用于在输入该第二验证信息完毕后,将输入的该第二验证信息发送至该后台服务器,使得后台服务器将接收到的该第二验证信息与该第一验证信息进行匹配;
执行单元1010,用于在该后台服务器匹配成功,则告知该第二接收单元执行接收该后台服务器发送的该用户信息的操作;
第二接收单元1011,用于接收该后台服务器发送的该用户信息;
同步单元1012,用于将接收到的该用户信息同步到该应用程序中,该用户信息为该终端在运行该应用程序时,该终端保存在该后台服务器中。
本实施例提供的用于执行账号的生成方法的备份终端,当用户首次使用备份终端的应用程序时,通过生成单元1001直接根据该备份终端的硬件信息和应用程序的标识生成一个备份终端应用标识符,并通过第一发送单元1002发送给后台服务器以使后台服务器将生成的该备份终端应用标识符作为该应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,备份终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;而且第二发送单元1006、第三接收单元1007、显示单元1008、第三发送单元1009、执行单元1010、第二接收单元1011和同步单元1012可以通过向后台服务发送备份标识来同步终端保存在后台服务器的用户信息,从而使用户在从终端更换为备份终端并登陆同一应用程序时,备份终端可以同步终端存储在后台服务器的用户信息。
请参考图11,其示出了本发明一个实施例提供的账号的生成方法的后台服务器流程图。该后台服务器包括:第一接收单元1101和存储单元1102。
第一接收单元1101,用于在首次使用终端的应用程序时,接收该终端发送的终端应用标识符,该终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该终端的硬件信息和该应用程序的标识;
存储单元1102,用于将该终端应用标识符作为该应用程序的账号并进行存储。
综上所述,本实施例提供的用于执行账号的生成方法的后台服务器,当用户首次使用终端的应用程序时,第一接收单元1101接收该终端发送的终端应用标识符,然后存储单元1102将接收到的终端应用标识符进行存储,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,解决了根据个人资料和密码生成账号的流程过于繁琐的问题,进而简化了用户注册应用程序的流程,降低了设备间的交互成本。
请参考图12,其示出了本发明另一实施例提供的账号的生成方法的后台服务器流程图。该后台服务器包括:第一接收单元1201和存储单元1202、确认单元1203、第一发送单元1204、第二接收单元1205、第一查找同步单元1206、第三接收单元1207、判断单元1208、第二发送单元1209、第四接收单元1210、匹配单元1211、执行单元1212和第二查找同步单元1213。
第一接收单元1201,用于在首次使用终端的应用程序时,接收该终端发送的终端应用标识符,该终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,可选地,该终端应用标识符还包括:备份标识;
存储单元1202,用于将第一接收单元1201接收到的该终端应用标识符作为该应用程序的账号并进行存储;
第一接收单元1201,还用于在再次使用该应用程序时,接收该终端发送的该终端应用标识符;
确认单元1203,用于根据该存储单元1202存储的该终端应用标识符确认该终端发送的该终端应用标识符是否正确;
第一发送单元1204,用于确认单元1203确认为正确时,发送反馈信息至该终端;
第一接收单元1201,还用于接收该终端发送的需要保存的用户信息及该终端应用标识符;
存储单元1202,还用于根据该终端应用标识符将该用户信息进行存储;
第二接收单元1205,在该终端的该应用程序重新安装时,接收该终端发送的该终端应用标识符;
第一查找同步单元1206,用于根据该终端应用标识符查找该用户信息,并将该用户信息发送到该终端以使该终端同步到重新安装的该应用程序中;
第三接收单元1207,用于在使用备份终端根据备份终端应用标识符登录到该应用程序时,接收该备份终端发送的获取该用户信息的请求,其中该获取该用户信息的请求中包含该备份标识,所述备份终端应用标识符为所述备份终端根据所述备份终端的硬件信息和所述应用程序的标识;
判断单元1208,用于判断接收到的该备份标识与该存储单元1202存储的该终端应用标识符中该备份标识是否一致;
第二发送单元1209,用于在该判断单元1208判断为一致时,根据该备份标识向该备份终端发送第一验证信息,使得该用户通过该备份终端输入第二验证信息;
第四接收单元1210,用于接收该备份终端发送的该第二验证信息;
匹配单元1211,用于将接收到的该第二验证信息与该第一验证信息进行匹配;
执行单元1212,用于在匹配成功时告知该第二查找同步单元1213执行根据该终端应用标识符找出该用户信息,并将该用户信息同步到该备份终端中的操作;
第二查找同步单元1213,用于根据该终端应用标识符找出该用户信息,并将该用户信息同步到该备份终端中。
需要说明的是,本发明实施例中的备份终端与终端不为同一个。
综上所述,本实施例提供的用于执行账号的生成方法的后台服务器,当用户首次使用终端的应用程序时,第一接收单元1201接收该终端发送的终端应用标识符,并存储单元1202将接收到的终端应用标识符作为该应用程序的 账号进行存储,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,解决了根据个人资料和密码生成账号的流程过于繁琐的问题,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;当用户再次使用终端的应用程序时,通过第一接收单元1201、确认单元1203及发送单元1204根据终端发送终端应用标识符使终端登陆到应用程序,这样用户不用在登陆时,因为忘记密码或账号进行多次的输入,不仅使用户登陆更加快捷,而且进一步地降低了设备间的交互成本;而且在应用程序重新安装时,通过第二接收单元1205和第一查找同步单元1213可以根据接收到的终端发送的终端应用标识符将所存储的用户信息同步到终端中,使用户不会因为删除或者卸载应用程序而丢失用户信息;通过第三接收单元1207、判断单元1208和第二查找同步单元1213接收备份终端发送的备份标识,并根据该备份标识将终端存储的用户信息同步到备份终端中,从而使用户不会因为删除或者卸载应用程序而丢失用户信息。
需要说明的是:上述实施例提供的用于执行账号的生成方法的终端在生成账号时,仅以上述各功能模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能模块完成,即将设备的内部结构划分成不同的功能模块,以完成以上描述的全部或者部分功能。另外,上述实施例提供的用于执行账号的生成方法的终端、备份终端及后台服务器与账号的生成方法实施例属于同一构思,其具体实现过程详见方法实施例,这里不再赘述。
请参考图13,其示出了本发明实施例所涉及的终端的结构示意图,该终端可以用于实施上述实施例中提供的账号的生成方法。该终端,包括:处理器1301、发射器1302、存储器1303和接收器1304;
处理器1301,用于在首次使用该终端的应用程序时,根据该终端的硬件信息和该应用程序的标识生成终端应用标识符,该终端应用标识符包括:该硬件信息及该应用程序的标识;可选地,该终端应用标识符还包括备份标识;
发射器1302,用于将生成的该终端应用标识符发送至后台服务器,使得该后台服务器将该终端应用标识符作为该应用程序的账号并进行存储;
存储器1303,用于存储该终端应用标识符;
发射器1302,还用于在再次使用该应用程序时,发送该终端应用标识符至该后台服务器;
处理器1301,还用于根据从该后台服务器接收到的反馈信息登录到该应用程式;
发射器1302,还用于将需要保存的用户信息及该终端应用标识符发送至该后台服务器,然后在该终端的该应用程序重新安装时,将该终端应用标识符发送至该后台服务器;
接收器1304,用于接收该后台服务器发送的该用户信息;
处理器1301,用于将接收到的该用户信息同步到该应用程序中。
综上所述,本实施例提供的用于执行账号的生成方法的终端,当用户首次使用终端的应用程序时,通过处理器1301直接根据该终端的硬件信息和应用程序的标识生成一个终端应用标识符,并通过发射器1302发送给后台服务器以使后台服务器将生成的该终端应用标识符作为该应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;当用户再次使用终端的应用程序时,通过发射器1302可以直接发送终端应用标识符至后台服务器以登陆到应用程序,这样用户不用在登陆时,因为忘记密码或账号进行多次的输入,不仅使用户登陆更加快捷,而且进一步地降低了设备间的交互成本;而且在应用程序重新安装时,通过处理器1301可以根据终端应用标识符同步后台服务器存储的用户信息,使用户不会因为删除或者卸载应用程序而丢失用户信息。
请参考图14,其示出了本发明实施例所涉及的备份终端的结构示意图,该备份终端可以用于实施上述实施例中提供的账号的生成方法。该备份终端,包括:处理器1401、发射器1402、接收器1403、存储器1404和显示单元1405;
处理器1401,用于在首次使用该备份终端的应用程序时,根据该备份终端的硬件信息和该应用程序的标识生成备份终端应用标识符,该备份终端应用标识符包括:该备份终端的硬件信息及该应用程序的标识;
发射器1402,用于将该备份终端应用标识符发送至后台服务器,使得该后台服务器将该备份终端应用标识符作为该应用程序的账号并进行存储;
存储器1404,用于存储该备份终端应用标识符;
发射器1402,还用于在再次使用备份终端的应用程序时,发送该备份终端应用标识符至该后台服务器;
接收器1403,用于接收该后台服务器发送的反馈信息;
处理器1401,还用于根据接收到的该后台服务器发送的反馈信息登陆到该应用程序;
发射器1402,还用于将获取用户信息的请求发送至所述后台服务器,所述获取用户信息的请求中包括:备份标识,该备份标识为终端发送到该后台服务器的;
接收器1403,还用于从所述后台服务器接收第一验证信息;
显示单元1405,用于显示用于输入第二验证信息的验证入口;
发射器1402,还用于在所述第二验证信息输入完毕后,将所述输入的第二验证信息发送至所述后台服务器,使得后台服务器将接收到的所述第二验证信息与所述第一验证信息进行匹配;
处理器1401,还用于在所述后台服务器匹配成功,则告知接收器1403执行接收所述后台服务器发送的所述用户信息的操作;
接收器1403,还用于接收所述后台服务器发送的所述用户信息;
处理器1401,还用于将接收到的所述用户信息同步到所述应用程序中,该用户信息为该终端保存在该后台服务器中。
本实施例提供的用于执行账号的生成方法的备份终端,当用户首次使用备份终端的应用程序时,通过处理器1401直接根据该备份终端的硬件信息和应用程序的标识生成一个备份终端应用标识符,并通过发射器1402发送给后台服务器以使后台服务器将生成的该应用标识符作为该备份终端应用程序的标识进行存储,解决了根据个人资料和密码生成账号的流程过于繁琐的问题;达到了用户无需填写任何内容,备份终端可以自动生成账号,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;而且发射器1402可以通过向后台服务发送备份标识来同步终端保存在后台服务器的用户信息,从而使用户在从终端更换为备份终端并登陆同一应用程序时,备份终端可以同步终端存储在后台服务器的用户信息。
请参考图15,其示出了本发明实施例所涉及的后台服务器的结构示意图,该后台服务器可以用于实施上述实施例中提供的账号的生成方法。该后台服 务器,包括:输入输出单元1501、存储器1502、处理器1503;
输入输出单元1501,用于在首次使用终端的应用程序时,接收该终端发送的终端应用标识符,该终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,该终端应用标识符还包括:备份标识;
存储器1502,用于将该终端应用标识符作为该应用程序的账号并进行存储。
输入输出单元1501,还用于在再次使用该应用程序时,接收该终端发送的该终端应用标识符;
处理器1503,用于根据该存储器1502存储的该终端应用标识符确认该终端发送的该终端应用标识符是否正确;
输入输出单元1501,用于处理器1503确认为正确时,发送反馈信息至该终端。
输入输出单元1501,还用于接收该终端发送的该用户需要保存的用户信息及该终端应用标识符;
存储器1502,还用于根据该终端应用标识符将该用户信息进行存储;
输入输出单元1501,用于在该终端的该应用程序重新安装时,接收该终端发送的该终端应用标识符;
处理器1503,用于根据该终端应用标识符查找该用户信息,并将该用户信息发送到该终端以使该终端同步到重新安装的所述应用程序中。
输入输出单元1501,在使用备份终端根据所述备份终端应用标识符登陆到该应用程序时,接收该备份终端发送的获取该用户信息的请求,其中该获取该用户信息的请求中包含该备份标识,所述备份终端应用标识符为所述备份终端根据所述备份终端的硬件信息和所述应用程序的标识生成的;
处理器1503,用于判断接收到的该备份标识与存储器1502存储的该终端应用标识符中该备份标识是否一致;
若一致,则输入输出单元1501,还用于根据该备份标识向所述备份终端发送第一验证信息,使得通过该备份终端输入第二验证信息;
输入输出单元1501,还用于接收该备份终端发送的该第二验证信息;
处理器1503,还用于将接收到的该第二验证信息与该第一验证信息进行 匹配,在匹配成功时,根据该终端应用标识符找出该用户信息,并将该用户信息同步到该备份终端中。
综上所述,本实施例提供的用于执行账号的生成方法的后台服务器,当用户首次使用终端的应用程序时,输入输出单元1501接收该终端发送的终端应用标识符,并存储器1502将接收到的终端应用标识符作为该应用程序的账号进行存储,其中终端应用标识符为该终端根据该终端的硬件信息和该应用程序的标识生成的,该终端应用标识符包括:该硬件信息和该应用程序的标识,解决了根据个人资料和密码生成账号的流程过于繁琐的问题,进而简化了用户注册应用程序的流程,降低了设备间的交互成本;当用户再次使用终端的应用程序时,通过输入输出单元1501和处理器1503根据终端发送终端应用标识符使终端登陆到应用程序,这样用户不用在登陆时,因为忘记密码或账号进行多次的输入,不仅使用户登陆更加快捷,而且进一步地降低了设备间的交互成本;而且在应用程序重新安装时,通过输入输出单元1501和处理器1503可以根据接收到的终端发送的终端应用标识符将所存储的用户信息同步到终端中,使用户不会因为删除或者卸载应用程序而丢失用户信息;通过输入输出单元1501和处理器1503接收备份终端发送的备份标识,并根据该备份标识将终端存储的用户信息同步到备份终端中,从而使用户不会因为删除或者卸载应用程序而丢失用户信息。
上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。
本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完成,也可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中,上述提到的存储介质可以是只读存储器,磁盘或光盘等。
以上所述仅为本发明的较佳实施例,并不用以限制本发明,凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。

Claims (24)

  1. 一种账号的生成方法,其特征在于,所述方法包括:
    当首次使用终端的应用程序时,所述终端根据所述终端的硬件信息和所述应用程序的标识生成一终端应用标识符,所述终端应用标识符包括:所述终端的硬件信息及所述应用程序的标识;
    所述终端将生成的所述终端应用标识符发送至后台服务器,使得所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储。
  2. 根据权利要求1所述的方法,其特征在于,所述终端将所述终端应用标识符发送至后台服务器之后,包括:
    所述终端将所述终端应用标识符进行存储;
    当再次使用所述终端的所述应用程序时,所述终端发送所述终端应用标识符至所述后台服务器;
    所述终端根据从所述后台服务器接收到的反馈信息登录到所述应用程序。
  3. 根据权利要求2所述的方法,其特征在于,所述终端根据从所述后台服务器接收到的反馈信息登录到所述应用程式之后,还包括:
    所述终端将需要保存的用户信息及所述终端应用标识符发送至所述后台服务器,使得后台服务器根据所述终端应用标识符存储所述用户信息;
    当所述终端的所述应用程序重新安装时,将所述终端应用标识符发送至所述后台服务器;
    所述终端接收所述后台服务器发送的所述用户信息,并将接收到的所述用户信息同步到所述应用程序中。
  4. 根据权利要求1至3中任一项所述的方法,其特征在于,所述终端应用标识符还包括:备份标识。
  5. 根据权利要求4所述的方法,其特征在于,所述方法还包括:
    使用备份终端的所述应用程序时,所述备份终端根据备份终端应用标识符登陆到所述应用程序,所述备份终端应用标识符为所述备份终端根据所述备份终端的硬件信息和所述应用程序的标识生成的;
    所述备份终端根据用户指令向所述后台服务器发送所述备份标识以请求 从所述后台服务器获取所述终端保存在所述后台服务器中的所述用户信息;
    所述备份终端接收所述后台服务器发送的所述用户信息,并将接收到的所述用户信息同步到所述应用程序中。
  6. 根据权利要求5所述的方法,其特征在于,所述备份终端根据所述用户指令向所述后台服务器发送所述备份标识之后的步骤还包括:
    所述备份终端从所述后台服务器接收第一验证信息,并显示用于输入第二验证信息的验证入口;
    当所述第二验证信息输入完毕后,所述备份终端将输入的所述第二验证信息发送至所述后台服务器,使得后台服务器将接收到的所述第二验证信息与所述第一验证信息进行匹配;
    若所述后台服务器匹配成功,则所述备份终端执行接收所述后台服务器发送的所述用户信息,并将接收到的所述用户信息同步到所述应用程序中的操作。
  7. 一种账号的生成方法,其特征在于,所述方法包括:
    当首次使用终端的应用程序时,后台服务器接收所述终端发送的一终端应用标识符,所述终端应用标识符为所述终端根据所述终端的硬件信息和所述应用程序的标识生成的,所述终端应用标识符包括:所述终端的硬件信息和所述应用程序的标识;
    所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储。
  8. 根据权利要求7所述的方法,其特征在于,所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储之后,还包括:
    当再次使用所述应用程序时,所述后台服务器接收所述终端发送的所述终端应用标识符;
    所述后台服务器根据自身存储的所述终端应用标识符确认所述终端发送的所述终端应用标识符是否正确;
    若正确,则所述后台服务器发送反馈信息至所述终端以使所述终端登录到所述应用程序。
  9. 根据权利要求8所述的方法,其特征在于,所述后台服务器发送反馈信息以使所述终端登录到所述应用程序之后,还包括:
    所述后台服务器接收所述终端发送的需要保存的用户信息及所述终端应用标识符;
    所述后台服务器根据所述终端应用标识符将所述用户信息进行存储;
    当所述终端重新安装所述应用程序时,所述后台服务器接收所述终端发送的所述终端应用标识符;
    所述后台服务器根据所述终端应用标识符查找所述用户信息,并将所述用户信息发送到所述终端以使所述终端同步到重新安装的所述应用程序中。
  10. 根据权利要求7至9中任一项所述的方法,其特征在于,所述终端应用标识符还包括:备份标识。
  11. 根据权利要求10所述的方法,其特征在于,所述方法还包括:
    当使用备份终端根据备份终端应用标识符登录到所述应用程序时,所述后台服务器接收所述备份终端发送的获取所述用户信息的请求,其中所述获取所述终端保存在所述后台服务器中所述用户信息的请求中包含所述备份标识,所述备份终端应用标识符为所述备份终端根据所述备份终端的硬件信息和所述应用程序的标识生成的;
    所述后台服务器判断接收到的所述备份标识与自身存储的所述终端应用标识符中所述备份标识是否一致;
    若一致,则所述后台服务器根据所述终端应用标识符找出所述用户信息,并将所述用户信息同步到所述备份终端中。
  12. 根据权利要求11所述的方法,其特征在于,所述后台服务器根据所述终端应用标识符找出所述用户信息,并将所述用户信息同步到所述备份终端中之前的步骤还包括:
    所述后台服务器根据所述备份标识向所述备份终端发送第一验证信息;通过所述备份终端输入第二验证信息;所述后台服务器接收所述备份终端发送的所述第二验证信息,并将接收到的所述第二验证信息与所述第一验证信息进行匹配;
    若匹配成功,则所述后台服务器执行根据所述终端应用标识符找出所述用户信息,并将所述用户信息同步到所述备份终端中的操作。
  13. 一种终端,其特征在于,所述终端包括:
    生成单元,用于在首次使用所述终端的应用程序时,根据所述终端的硬 件信息和所述应用程序的标识生成一终端应用标识符,所述终端应用标识符包括:所述终端的硬件信息及所述应用程序的标识;
    第一发送单元,用于将生成的所述终端应用标识符发送至后台服务器,使得所述后台服务器将所述终端应用标识符作为所述应用程序的账号并进行存储。
  14. 根据权利要求13所述的终端,其特征在于,所述终端还包括:
    存储单元,用于存储所述终端应用标识符;
    所述第一发送单元,还用于在再次使用所述应用程序时,发送所述终端应用标识符至所述后台服务器;
    所述终端,还包括:
    登录单元,用于根据从所述后台服务器接收到的反馈信息登录到所述应用程式。
  15. 根据权利要求14所述的终端,其特征在于,所述第一发送单元,还用于将需要保存的用户信息及所述终端应用标识符发送至所述后台服务器;
    所述终端还包括:
    第二发送单元,用于在所述终端的所述应用程序重新安装时,将所述终端应用标识符发送至所述后台服务器;
    接收单元,用于接收所述后台服务器发送的所述用户信息;
    同步单元,用于将接收到的所述用户信息同步到所述应用程序中。
  16. 根据权利要求13至15中任一项所述的终端,其特征在于,所述终端应用标识符还包括:备份标识。
  17. 一种备份终端,其特征在于,所述备份终端包括:
    生成单元,用于在首次使用所述备份终端的应用程序时,根据所述备份终端的硬件信息和所述应用程序的标识生成一备份终端应用标识符,所述备份终端应用标识符包括:所述备份终端的硬件信息及所述应用程序的标识;
    第一发送单元,用于将生成的所述备份终端应用标识符发送至后台服务器,使得所述后台服务器将所述备份终端应用标识符作为所述应用程序的账号并进行存储;
    存储单元,用于存储所述备份终端应用标识符;
    所述第一发送单元,还用于在再次使用所述备份终端的所述应用程序时, 发送所述备份终端应用标识符至所述后台服务器;
    第一接收单元,用于接收所述后台服务器发送的反馈信息;
    登陆单元,用于根据接收到的所述后台服务器发送的反馈信息登陆到所述应用程序;
    第二发送单元,用于将获取用户信息的请求发送至所述后台服务器,所述获取用户信息的请求中包括:备份标识;
    第二接收单元,用于接收所述后台服务器发送的所述用户信息;
    同步单元,用于将接收到的所述用户信息同步到所述应用程序中;
    所述备份标识为终端发送到所述后台服务器的;
    所述用户信息为所述终端在运行所述应用程序时,所述终端保存在所述后台服务器中。
  18. 根据权利要求17所述的备份终端,所述备份终端还包括:
    第三接收单元,用于从所述后台服务器接收第一验证信息;
    显示单元,用于显示用于输入第二验证信息的验证入口;
    第三发送单元,用于在所述第二验证信息输入完毕后,将所输入的第二验证信息发送至所述后台服务器,使得所述后台服务器将接收到的所述第二验证信息与所述第一验证信息进行匹配;
    执行单元,用于在所述后台服务器匹配成功,则告知所述第二接收单元执行接收所述后台服务器发送的所述用户信息的操作。
  19. 一种后台服务器,其特征在于,所述后台服务器,包括:
    第一接收单元,用于在首次使用终端的应用程序时,接收所述终端发送的终端应用标识符,所述终端应用标识符为所述终端根据所述终端的硬件信息和所述应用程序的标识生成的,所述终端应用标识符包括:所述终端的硬件信息和所述应用程序的标识;
    存储单元,用于将所述终端应用标识符作为所述应用程序的账号并进行存储。
  20. 根据权利要求19所述的后台服务器,其特征在于,
    所述第一接收单元,还用于在所述再次使用所述应用程序时,接收所述终端发送的所述终端应用标识符;
    所述后台服务器,还包括:
    确认单元,用于根据所述存储单元存储的所述终端应用标识符确认所述终端发送的所述终端应用标识符是否正确;
    第一发送单元,用于所述确认单元确认为正确时,发送反馈信息至所述终端。
  21. 根据权利要求20所述的后台服务器,其特征在于,
    所述第一接收单元,还用于接收所述终端发送的需要保存的用户信息及所述终端应用标识符;
    所述存储单元,还用于根据所述终端应用标识符将所述用户信息进行存储;
    所述后台服务器,还包括:
    第二接收单元,在所述终端的所述应用程序重新安装时,接收所述终端发送的所述终端应用标识符;
    第一查找同步单元,用于根据所述终端应用标识符查找所述用户信息,并将所述用户信息发送到所述终端以使所述终端同步到重新安装的所述应用程序中。
  22. 根据权利要求19至21中任一项所述的后台服务器,其特征在于,所述终端应用标识符还包括:备份标识。
  23. 根据权利要求22所述的后台服务器,其特征在于,所述后台服务器,还包括:
    第三接收单元,在使用备份终端根据备份终端应用标识符登陆到所述应用程序时,接收所述备份终端发送的获取所述用户信息的请求,其中所述获取所述用户信息的请求中包含所述备份标识,所述备份终端应用标识符为所述备份终端根据所述备份终端的硬件信息和所述应用程序的标识生成的;
    判断单元,用于判断接收到的所述备份标识与所述存储单元存储的所述终端应用标识符中所述备份标识是否一致;
    第二查找同步单元,用于在所述判断单元判断为一致时,根据所述终端应用标识符找出所述用户信息,并将所述用户信息同步到所述备份终端中。
  24. 根据权利要求23所述的后台服务器,其特征在于,所述后台服务器,还包括:
    第二发送单元,用于根据所述备份标识向所述备份终端发送第一验证信 息,使得通过所述备份终端输入第二验证信息;
    第四接收单元,用于接收所述备份终端发送的所述第二验证信息;
    匹配单元,用于将接收到的所述第二验证信息与所述第一验证信息进行匹配;
    执行单元,用于在匹配成功时告知所述第二查找同步单元执行根据所述终端应用标识符找出所述用户信息,并将所述用户信息同步到所述备份终端中的操作。
PCT/CN2014/095818 2013-12-31 2014-12-31 一种账号的生成方法、终端及后台服务器 WO2015101320A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310753840.0A CN104601436B (zh) 2013-12-31 2013-12-31 一种账号的生成方法、终端及后台服务器
CN201310753840.0 2013-12-31

Publications (1)

Publication Number Publication Date
WO2015101320A1 true WO2015101320A1 (zh) 2015-07-09

Family

ID=53126957

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/095818 WO2015101320A1 (zh) 2013-12-31 2014-12-31 一种账号的生成方法、终端及后台服务器

Country Status (2)

Country Link
CN (1) CN104601436B (zh)
WO (1) WO2015101320A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559993A (zh) * 2020-12-24 2021-03-26 RealMe重庆移动通信有限公司 身份认证方法、装置、系统及电子设备
CN112583799A (zh) * 2020-12-03 2021-03-30 深圳市镜玩科技有限公司 注册账号的处理方法、相关装置、设备及介质

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105376257B (zh) * 2015-12-09 2019-02-19 广东美的暖通设备有限公司 智能家居应用程序的登录方法、智能家居系统和云服务器
CN106909811B (zh) * 2015-12-23 2020-07-03 腾讯科技(深圳)有限公司 用户标识处理的方法和装置
CN106022013B (zh) * 2016-05-03 2019-01-04 北京小米移动软件有限公司 解除应用程序授权的方法及装置
CN106371948B (zh) * 2016-10-12 2019-05-17 Oppo广东移动通信有限公司 一种数据备份方法及终端设备
CN106375983B (zh) * 2016-11-01 2019-11-15 武汉斗鱼网络科技有限公司 一种标识符生成方法和装置
CN106934548A (zh) * 2017-03-13 2017-07-07 携程旅游信息技术(上海)有限公司 企业级账号的自动化创建方法和创建系统
CN109302370B (zh) * 2017-07-24 2021-11-02 上海牛卡网络科技有限公司 一种客户端验证方法、终端和服务器
CN108768956A (zh) * 2018-05-04 2018-11-06 北京信安世纪科技股份有限公司 一种应用程序登录方法及装置
CN108833413B (zh) * 2018-06-20 2020-12-08 掌阅科技股份有限公司 游客用户的账号管理方法、服务器、电子设备及存储介质
CN112364312A (zh) * 2020-10-27 2021-02-12 连尚(新昌)网络科技有限公司 应用的登录方法、电子设备及计算机可读存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102510369A (zh) * 2011-08-23 2012-06-20 潘燕辉 无注册用户系统用户id信息记录方法
CN102769663A (zh) * 2012-06-12 2012-11-07 北京奇虎科技有限公司 一种传递信息的服务器及方法、信息传递系统
CN103024090A (zh) * 2011-09-20 2013-04-03 阿里巴巴集团控股有限公司 一种识别用户终端的方法和系统
US20130187850A1 (en) * 2012-03-09 2013-07-25 Egan Schulz Mobile device display content based on shaking the device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101860864A (zh) * 2009-04-08 2010-10-13 北京闻言科技有限公司 一种自动为手机客户端用户注册账户的方法
CN103188668B (zh) * 2011-12-27 2017-02-08 方正国际软件(北京)有限公司 一种移动终端应用的安全保护方法及系统
CN103118022B (zh) * 2013-01-28 2015-07-29 上海巨人网络科技有限公司 一种无密码异端登陆验证方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102510369A (zh) * 2011-08-23 2012-06-20 潘燕辉 无注册用户系统用户id信息记录方法
CN103024090A (zh) * 2011-09-20 2013-04-03 阿里巴巴集团控股有限公司 一种识别用户终端的方法和系统
US20130187850A1 (en) * 2012-03-09 2013-07-25 Egan Schulz Mobile device display content based on shaking the device
CN102769663A (zh) * 2012-06-12 2012-11-07 北京奇虎科技有限公司 一种传递信息的服务器及方法、信息传递系统

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112583799A (zh) * 2020-12-03 2021-03-30 深圳市镜玩科技有限公司 注册账号的处理方法、相关装置、设备及介质
CN112583799B (zh) * 2020-12-03 2022-07-01 深圳市镜玩科技有限公司 注册账号的处理方法、相关装置、设备及介质
CN112559993A (zh) * 2020-12-24 2021-03-26 RealMe重庆移动通信有限公司 身份认证方法、装置、系统及电子设备
CN112559993B (zh) * 2020-12-24 2024-02-02 RealMe重庆移动通信有限公司 身份认证方法、装置、系统及电子设备

Also Published As

Publication number Publication date
CN104601436B (zh) 2016-11-16
CN104601436A (zh) 2015-05-06

Similar Documents

Publication Publication Date Title
WO2015101320A1 (zh) 一种账号的生成方法、终端及后台服务器
CN106874389B (zh) 数据的迁移方法和装置
WO2018219178A1 (zh) 数据同步方法、装置、服务器及存储介质
US11887176B2 (en) Method for registering customized device, server, and terminal
WO2018068631A1 (zh) 账户登录方法、设备和服务器
US8544072B1 (en) Single sign-on service
US10397147B2 (en) Method, apparatus and device for exchanging name card
US9432358B2 (en) System and method of authenticating user account login request messages
US8838679B2 (en) Providing state service for online application users
US11425571B2 (en) Device configuration method, apparatus and system
US20150026330A1 (en) Generating unique identifiers for mobile devices
US10999721B2 (en) Communication identifier binding processing method and terminal
CN108469972B (zh) 支持web页面中显示多窗口的方法和装置
US11762979B2 (en) Management of login information affected by a data breach
US9471896B2 (en) Memo synchronization system, mobile system, and method for synchronizing memo data
WO2017198210A1 (zh) 表情发送方法、计算机设备和计算机可读存储介质
WO2019019670A1 (zh) 应用访问方法、装置、计算机设备和存储介质
CN112347192A (zh) 数据同步方法、装置、平台以及可读介质
CN109391658B (zh) 一种账号数据同步方法及其设备、存储介质、终端
CN116244682A (zh) 数据库的访问方法、装置、设备以及存储介质
US11757976B2 (en) Unified application management for heterogeneous application delivery
WO2017143931A1 (zh) 智能卡识别的方法及识别数据的处理方法、装置、设备
CN110134530B (zh) 一种会话内容的处理方法及装置
CN103067365A (zh) 一种用于虚拟桌面接入的机顶盒、客户端、系统及方法
CN115906118A (zh) 一种多数据源认证方法、装置、电子设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14877545

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15.11.16)

122 Ep: pct application non-entry in european phase

Ref document number: 14877545

Country of ref document: EP

Kind code of ref document: A1