CN110134530B - Session content processing method and device - Google Patents

Session content processing method and device Download PDF

Info

Publication number
CN110134530B
CN110134530B CN201910349612.4A CN201910349612A CN110134530B CN 110134530 B CN110134530 B CN 110134530B CN 201910349612 A CN201910349612 A CN 201910349612A CN 110134530 B CN110134530 B CN 110134530B
Authority
CN
China
Prior art keywords
application system
target content
application
uuid
temporary
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910349612.4A
Other languages
Chinese (zh)
Other versions
CN110134530A (en
Inventor
崔豪杰
赵山
刘根
徐照财
田甜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SuningCom Co ltd
Original Assignee
SuningCom Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SuningCom Co ltd filed Critical SuningCom Co ltd
Priority to CN201910349612.4A priority Critical patent/CN110134530B/en
Publication of CN110134530A publication Critical patent/CN110134530A/en
Application granted granted Critical
Publication of CN110134530B publication Critical patent/CN110134530B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols

Abstract

The embodiment of the invention discloses a processing method and device of session content, relates to the technical field of computer application, and can quickly convert the session content into application content. The method comprises the following steps: when the user terminal detects that the current operation of the user is matched with a preset operation rule, determining target content; after the target content is sent to a server, receiving an application address and a temporary UUID returned by the server; accessing an application system pointed by the application address; and the user terminal displays the target content in a second interactive interface. The server-side system receives the target content sent by the user terminal and then generates a temporary UUID; determining an application system associated with the target content, and returning an application address and a temporary UUID of the application system to the user terminal; and when the login request of the application system is received and the authorization is judged to be successful, an authorization result is returned to the application system, and the target content is returned to the application system. The invention is suitable for rapidly converting application contents.

Description

Method and device for processing session content
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method and an apparatus for processing session content.
Background
During the process of using instant messaging products to carry out conversation, users often encounter the situation that some conversation contents need to be created as applications such as reminders/tasks.
Generally, when such a scenario is encountered, if a user wants to quickly create effective information into other application contents in time in the session process of an instant messaging product, the conventional means is to open a browser, input an application system website, input an account to log in an application program, copy a session record and then copy the session record into the application to create the session record, the whole process usually needs at least 4 steps to be completed, and the operation is complicated.
Especially, when the terminal is used on a mobile terminal, because the operating systems of a plurality of terminals have a control behavior of killing a background, the user is often required to repeatedly start the application program and enter a login interface of the application program for login, so that the power consumption of the terminal and the read-write times of the flash memory are increased, and the time and energy consumption of the user is also increased.
Disclosure of Invention
Embodiments of the present invention provide a method and an apparatus for processing session content, which can quickly convert the session content into application content.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
when the user terminal detects that the current operation of a user is matched with a preset operation rule, determining target content, wherein the target content is displayed on a first interactive interface; after the target content is sent to a server, receiving an application address and a temporary UUID (Universal Unique Identifier) returned by the server; accessing an application system pointed by the application address, wherein an access request for accessing the application system carries the temporary UUID, and the application system is used for querying the target content from the server according to the temporary UUID after finishing login authorization of a user terminal; the user terminal displays the target content in a second interactive interface, wherein the application system is used for adding the target content to a specified position in the second interactive interface.
After receiving target content sent by a user terminal, a server-side system generates a temporary UUID, wherein the target content is displayed on a first interactive interface; determining an application system associated with the target content, and returning an application address and a temporary UUID of the application system to the user terminal; when a login request of the application system is received and the authorization is judged to be successful, an authorization result is returned to the application system; and after receiving the query request of the application system, querying the target content according to the temporary UUID, and returning the target content to the application system, wherein the query request comprises the temporary UUID.
According to the method and the device for processing the session content, provided by the embodiment of the invention, the third-party application can be automatically opened and login authentication can be completed by utilizing the convenient and quick preset operation action, and the selected session content is automatically pasted into the application system, so that the user operation is reduced, and better user experience is brought to the user. Especially, the function of quickly converting the session content into the application content in the instant messaging product is realized. The work efficiency of the user for quickly creating the application is improved. The method avoids the complex operation that in the prior art, a user wants to create the application of the session content in the instant messaging product in time, needs to copy the content and then open other applications for creation.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of a system architecture according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a method according to an embodiment of the present invention;
FIGS. 3a, 3b, and 3c are schematic diagrams of an embodiment of the present invention;
FIGS. 4a and 4b are schematic diagrams of another embodiment of the present invention;
FIG. 5 is a schematic diagram of another embodiment of the present invention;
FIG. 6 is a schematic flow chart of another method provided by the embodiments of the present invention;
fig. 7 and 8 are schematic diagrams of an interaction process of an embodiment according to the present invention;
fig. 9 is a schematic structural diagram of a device of a user terminal according to an embodiment of the present invention.
Fig. 10 is a schematic structural diagram of a device of a server-side system according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments. Reference will now be made in detail to the embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to the same or similar elements or elements having the same or similar functions throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention. As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or coupled. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items. It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
The method flow in this embodiment may be specifically executed in a system as shown in fig. 1, where the method flow includes: the system comprises a server-side system, an application system and a user terminal, wherein the server-side system can also be called as a server-side and is used for operating a session system, a session client of the session system is operated on the user terminal, and a first interactive interface can be displayed after the client of the session system is started. Generally, a client of a session system can be understood as a chat and session program on a currently common user terminal, such as an APP with an online session function on a smart phone, a session program running on a personal computer, and the like.
The application system is usually a third-party system, and in practical application, the application system is also composed of an application client running on the user terminal and a third-party server serving as a background of the application system, for example, the application client may be a browser program running on the user terminal, or other application programs, APPs, micro-applications, and the like with a content reading and writing function; the third-party server may be a background server or a background server cluster maintained by an operator, and is configured to provide various online functions for the application client running on the user terminal.
The user terminal may be implemented as a single Device, or integrated into various media data playing devices, such as a smart phone, a Tablet Personal Computer (Tablet Personal Computer), a Laptop Computer (Laptop Computer), a Personal Digital Assistant (PDA), or a Wearable Device (Wearable Device). The user terminal can communicate with the service end system through the mobile wireless network.
Specifically, install the display element on the user terminal, for example touch-sensitive screen, miniature display etc. the application program of user terminal locking operation, for example chat APP's interface now can show on the display element to in APP's interface, can show a plurality of show layers, different show layers can show different grade type respectively, and different source data.
The server system and the third-party server in the application system disclosed in this embodiment may be specifically a blade, a workstation, a super computer, or other devices, or a server cluster system for data processing that is composed of a plurality of servers.
It should be noted that, in practical applications, the server-side system may be connected to a database, where the database is mainly used for: the virtual article management system is used for storing user information such as a login account, a device number and a payment account related to the login account of the user terminal, storing information about virtual articles such as a generation rule and a release rule of the virtual articles, and storing business data and information about business activities such as an account of an owner of the business activities.
An embodiment of the present invention provides a method for processing session content, which may be specifically implemented on a user terminal shown in fig. 1, and the method is specifically shown in fig. 2, and includes:
s101, when the current operation of the user is detected to be matched with a preset operation rule, determining target content.
The target content is displayed on a first interactive interface, which may be an interface displayed by a client running on a user terminal, such as: the user terminal runs a session client of the session system, and the first interactive interface is a session interface, a dialog box and the like displayed by the session client.
The preset operation rule refers to a preset operation mode, and when the current operation of the user accords with the preset operation mode, the target content is determined according to the operation of the user. The target content can be understood as information content in the first interactive interface determined according to the operation of the user. For example:
the preset operation mode is a single machine or double-click right key, and after the user single machine or double-click right key, the information such as characters and pictures framed and selected by the user in the first interactive interface is extracted as target content, or the information such as characters and pictures at the current cursor position is extracted as target content. It should be noted that the preset operation rule may be set according to a specific application scenario, and is not limited in this embodiment.
And S102, after the target content is sent to the server, receiving an application address and a temporary UUID (Universal Unique Identifier) returned by the server.
S103, accessing the application system pointed by the application address.
The access request for accessing the application system carries the temporary UUID, and the application system is used for inquiring the target content from the server according to the temporary UUID after finishing login authorization of the user terminal. Specifically, the application client running on the user terminal may be implemented in a micro application form in a session client (i.e., a client displaying the first interactive interface), for example: as shown in fig. 3a, a user subscribes/adds to a "calendar" micro-application at the session client. The background server of the application system to which the application address points configures a right-key application, for example, as shown in fig. 3b, configures a micro application, configures the micro application to be integrated in a right-key menu, inputs a display name of the application in the menu, and inputs an application URL (i.e., an application address), thereby enabling a specific function module of the micro application to point to the background server.
In general, S103 may be triggered when a specific client program running on the user terminal accesses an application (e.g., an application system pointed to by an application address). S104, the user terminal displays the target content in a second interactive interface.
Wherein the application system is used for adding the target content to a specified position in the second interactive interface. For example: as shown in fig. 3c, the second interactive interface may be an interactive interface presented by the micro-application as shown in fig. 3 a.
In this embodiment, a third-party application can be automatically opened and login authentication can be completed by using preset operation actions such as long-time pressing of a right mouse button/a mobile phone terminal, and the selected session content can be automatically pasted into an application system, so that user operation is reduced, and better user experience is brought to a user. Especially, the function of quickly converting the session content into the application content in the instant communication product is realized. The work efficiency of the user for quickly creating the application is improved. The method avoids the complex operation that in the prior art, a user wants to create the application of the session content in the instant messaging product in time, needs to copy the content and then open other applications for creation.
In this embodiment, detecting whether the current operation of the user matches the preset operation rule includes:
and detecting whether the user triggers the shortcut key. Alternatively, it is detected whether the user selects a preset item in the right-click menu. Namely, the preset operation rule comprises that the shortcut key is triggered or the right-click menu is called. For example: as shown in fig. 4a, selecting right click mouse of the session content to be created, calling out a level menu; thereafter, as shown in fig. 4b, an option in the primary menu is selected, thereby calling out the secondary menu in which the application to be created is selected.
Further, after the target content is displayed in the second interactive interface by the user terminal, the target content is updated according to the input operation of the user. For example: as shown in fig. 5, in the calendar application, the target content is automatically displayed in a designated position, for example, the background server of the calendar application fills the text content framed by the user into the "content" area in the second interactive interface, and then the user confirms whether the application content is modified.
An embodiment of the present invention provides a method for processing session content, which may be specifically implemented on a service end system shown in fig. 1, and the method is specifically shown in fig. 6, and includes:
s201, after receiving the target content sent by the user terminal, generating a temporary UUID.
Wherein the target content is displayed on the first interactive interface.
S202, determining an application system associated with the target content, and returning an application address and a temporary UUID of the application system to the user terminal.
S203, when the login request of the application system is received and the authorization is judged to be successful, an authorization result is returned to the application system.
S204, after receiving the query request of the application system, querying the target content according to the temporary UUID, and returning the target content to the application system.
Wherein the query request includes the temporary UUID.
Specifically, the method further comprises the following steps: and after receiving a login request of the application system, judging whether the application system is authorized successfully based on an OAUTH2.0 protocol, and if so, finishing legal login of the application system. Specifically, the third-party system in this embodiment may use an OAUTH2.0 protocol to complete login authorization on the server-side system. The service end system returns an OAUTH2.0 authorization result to finish the legal login from the session program to the third party system.
Further, as shown in fig. 7, the method further includes: and after receiving an information opening request sent by the application system, sending an opened user set and a key to the application system. And after receiving a login request of the application system, detecting whether the key is correct. And if so, judging that the authorization of the application system is successful, and sending a token to the application system.
And after receiving the query request of the application system, the server-side system verifies the token. And after the token is successfully checked, inquiring the target content according to the temporary UUID.
For example, as shown in fig. 8, a three-party interaction process of a server system (or referred to as a server), a user terminal (specifically executed by a client running on the user terminal), and an application system (or referred to as a third-party system) substantially includes:
step 1: the client side arrives at the server side when storing the target content and generates a temporary UUID;
step 2: the server returns an application address and carries a temporary UUID;
and step 3: the client carries a temporary UUID to access a third-party system;
and 4, step 4: the third party system uses OAUTH2.0 protocol to complete login authorization;
and 5: the server returns an OAUTH2.0 authorization result to finish legal login from the session program to the third-party system;
and 6: the third-party system uses the temporary UUID to inquire the target content from the server;
and 7: and after the server side checks that the temporary UUID passes, returning to the target content, and displaying the target content on a browser page by a third-party system.
Wherein, the temporary UUID can be understood as: randomuuid () is used to generate a globally unique identifier which is guaranteed to be unique to all machines in the same air, the validity period of the value can be set to 5 minutes, and the expiration period is automatically deleted.
OAuth, an open standard, allows a user to have a third-party application access private resources (e.g., photos, videos, contact lists) that the user stores on a website without providing the third-party application with a username and password. The standard is used in the patent, so that the automatic skip and login from the server-side system to the third-party system can be allowed, the process of inputting a website and an account is omitted, and convenience is provided for subsequent processes. After the user opens the client, the client requests the user to give authorization. For example: the process of authorization broadly includes:
the user agrees to give the client authorization (or the client automatically agrees).
The client applies for a token from the authentication server using the authorization obtained in the previous step.
After the authentication server authenticates the client, the client confirms that the client is correct and agrees to issue the token.
And the client applies for acquiring the resource from the resource server by using the token.
And the resource server confirms that the token is correct and agrees to open the resources to the client.
Micro-applications, can be understood as: and the service end system provides an application for solving the cooperative office use of enterprise users.
The open user code can be pre-distributed to a third-party system by the service end system to identify the identity of the third-party system.
The open user key can be pre-distributed to a third-party system by the server-side system and used in authentication.
And the access token is used for identifying the user access identity and is formed by combining and encrypting an open user code, an open user key and a time stamp. Encryption (JAVA for example):
org.apache.commons.codec.digest.DigestUtils.md5Hex(code+secret+timestamp)
the target content query interface can be understood as: the open HTTP interface provided by the server-side system authenticates through the access token, guarantees the legality of the access user, meanwhile carries the temporary UUID, the temporary UUID is generated when the user temporarily stores the target content in the server-side system, the server-side system inquires the target content of the user according to the UUID in the interface, and the key is used once and is invalidated, so that the stolen content is prevented.
The process of third-party system access comprises the following steps: the third-party system firstly completes OAuth authentication access work, then applies for micro-application and provides a target URL address of the third-party system, then a service end system splices the complete URL of OAuth authentication, and configures the complete URL into micro-application details, and simultaneously provides an open user code and an open user key of the third-party system.
In the embodiment, a user selects one or more chat records in a conversation window, right-click mouse selects a creation button, and after selecting an application to be created, the user automatically turns to an application content creation page to complete a related creation action. Due to the adoption of the simpler long-time pressing operation of the right mouse button/the mobile phone end, other application pages do not need to be opened additionally. Important information can be timely and effectively picked and recorded in a conversation with huge information amount. And the trust application realizes automatic login through a standard oauth process, and avoids the operation of additionally starting and logging in the third-party application by the user. Furthermore, the applications can be increased/decreased through background configuration, and flexible configuration of third-party applications is realized.
In this embodiment, a third-party application can be automatically opened and login authentication can be completed by using preset operation actions such as long-time pressing of a right mouse button/a mobile phone terminal, and the selected session content can be automatically pasted into an application system, so that user operation is reduced, and better user experience is brought to a user. Especially, the function of quickly converting the session content into the application content in the instant communication product is realized. The work efficiency of the user for quickly creating the application is improved. The method avoids the complex operation that in the prior art, a user wants to create the application of the session content in the instant messaging product in time, needs to copy the content and then open other applications for creation.
An embodiment of the present invention further provides a user terminal, as shown in fig. 9, including:
the operation module is used for determining target content after detecting that the current operation of the user is matched with a preset operation rule, wherein the target content is displayed on a first interactive interface;
a background interaction module, configured to send the target content to a server, and receive an application address and a temporary UUID (universal Unique Identifier) returned by the server;
the application access module is used for accessing an application system pointed by the application address, wherein an access request for accessing the application system carries the temporary UUID, and the application system is used for inquiring the target content from the server according to the temporary UUID after finishing login authorization of a user terminal;
and the display module is used for displaying the target content in a second interactive interface, wherein the application system is used for adding the target content to a specified position in the second interactive interface.
The operation module is specifically used for detecting whether a user triggers a shortcut key; or whether the user selects a preset item in the right-click menu.
The operation module is further configured to update the target content according to an input operation of a user after the target content is displayed in the second interactive interface by the user terminal.
In the embodiment, a user selects one or more chat records in a conversation window, right-click mouse selects a creation button, and after selecting an application to be created, the user automatically turns to an application content creation page to complete a related creation action. Due to the adoption of the simpler long-time pressing operation of the right mouse button/the mobile phone end, other application pages do not need to be opened additionally. Important information can be timely and effectively picked and recorded in a conversation with huge information amount. And the trust application realizes automatic login through a standard oauth process, and avoids the operation of additionally starting and logging in the third-party application by the user. Furthermore, the applications can be increased/decreased through background configuration, and flexible configuration of third-party applications is achieved.
An embodiment of the present invention further provides a server-side system, as shown in fig. 10, including:
the system comprises a preprocessing module, a first interaction interface and a second interaction interface, wherein the preprocessing module is used for receiving target content sent by a user terminal and then generating a temporary UUID, and the target content is displayed on the first interaction interface;
the processing module is used for determining an application system associated with the target content and returning an application address and a temporary UUID of the application system to the user terminal;
the authentication module is used for returning an authorization result to the application system after receiving the login request of the application system and judging that the authorization is successful;
and the query module is used for querying the target content according to the temporary UUID after receiving a query request of the application system, and returning the target content to the application system, wherein the query request comprises the temporary UUID.
The authentication module is further configured to send an open user set and a key to the application system after receiving an information opening request sent by the application system; after receiving a login request of the application system, detecting whether the secret key is correct or not; and if so, judging that the authorization of the application system is successful, and sending a token to the application system.
The query module is further used for verifying the token after receiving the query request of the application system; and after the token is successfully checked, inquiring the target content according to the temporary UUID.
In the embodiment, a user selects one or more chat records in a conversation window, right-click mouse selects a creation button, and after selecting an application to be created, the user automatically turns to an application content creation page to complete a related creation action. Due to the adoption of the simpler long-time pressing operation of the right mouse button/the mobile phone end, other application pages do not need to be opened additionally. Important information can be timely and effectively picked and recorded in a conversation with huge information amount. And the trust application realizes automatic login through a standard oauth process, and avoids the operation of additionally starting and logging in the third-party application by the user. Furthermore, the applications can be increased/decreased through background configuration, and flexible configuration of third-party applications is achieved.
In this embodiment, a third-party application can be automatically opened and login authentication can be completed by using preset operation actions such as long-time pressing of a right mouse button/a mobile phone terminal, and the selected session content can be automatically pasted into an application system, so that user operation is reduced, and better user experience is brought to a user. Especially, the function of quickly converting the session content into the application content in the instant communication product is realized. The work efficiency of the user for quickly creating the application is improved. The method avoids the complex operation that in the prior art, a user wants to create the application of the session content in the instant messaging product in time, needs to copy the content and then open other applications for creation.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the apparatus embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the description of the method embodiments for relevant points. The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention should be subject to the protection scope of the claims.

Claims (12)

1. A method for processing session content, comprising:
when the current operation of the user is detected to be matched with a preset operation rule, determining target content, wherein the target content is displayed on a first interactive interface;
after the target content is sent to a server, receiving an application address and a temporary UUID returned by the server;
accessing an application system pointed by the application address, wherein an access request for accessing the application system carries the temporary UUID, and the application system is used for querying the target content from the server according to the temporary UUID after finishing login authorization of a user terminal;
the user terminal displays the target content in a second interactive interface, wherein the application system is used for adding the target content to a specified position in the second interactive interface.
2. The method of claim 1, wherein detecting whether the current operation of the user matches the preset operation rule comprises:
detecting whether a user triggers a shortcut key;
or whether the user selects a preset item in the right-click menu.
3. The method of claim 1, further comprising:
and after the target content is displayed in the second interactive interface by the user terminal, updating the target content according to the input operation of the user.
4. A method for processing session content, comprising:
after receiving target content sent by a user terminal, generating a temporary UUID, wherein the target content is displayed on a first interactive interface;
determining an application system associated with the target content, and returning an application address and a temporary UUID of the application system to the user terminal; the application system is used for adding the target content to a specified position in a second interactive interface;
when a login request of the application system is received and the authorization is judged to be successful, an authorization result is returned to the application system;
and after receiving the query request of the application system, querying the target content according to the temporary UUID, and returning the target content to the application system, wherein the query request comprises the temporary UUID.
5. The method of claim 4, further comprising:
and after receiving a login request of the application system, judging whether the application system is authorized successfully based on an OAUTH2.0 protocol, and if so, finishing legal login of the application system.
6. The method of claim 4 or 5, further comprising:
after receiving an information opening request sent by the application system, sending an opened user set and a key to the application system;
after receiving a login request of the application system, detecting whether the secret key is correct or not;
and if so, judging that the authorization of the application system is successful, and sending a token to the application system.
7. The method of claim 6, further comprising:
after receiving the query request of the application system, verifying the token;
and after the token is successfully checked, inquiring the target content according to the temporary UUID.
8. A user terminal, comprising:
the operation module is used for determining target content after detecting that the current operation of the user is matched with a preset operation rule, wherein the target content is displayed on a first interactive interface;
the background interaction module is used for receiving the application address and the temporary UUID returned by the server after the target content is sent to the server;
the application access module is used for accessing an application system pointed by the application address, wherein an access request for accessing the application system carries the temporary UUID, and the application system is used for inquiring the target content from the server according to the temporary UUID after finishing login authorization of a user terminal;
and the display module is used for displaying the target content in a second interactive interface, wherein the application system is used for adding the target content to a specified position in the second interactive interface.
9. The user terminal according to claim 8, wherein the operation module is specifically configured to detect whether a user triggers a shortcut key; or detecting whether the user selects a preset item in the right-click menu;
the operation module is further used for updating the target content according to the input operation of the user after the target content is displayed in the second interactive interface by the user terminal.
10. A server-side system, comprising:
the system comprises a preprocessing module, a first interaction interface and a second interaction interface, wherein the preprocessing module is used for receiving target content sent by a user terminal and then generating a temporary UUID, and the target content is displayed on the first interaction interface;
the processing module is used for determining an application system associated with the target content and returning an application address and a temporary UUID of the application system to the user terminal; the application system is used for adding the target content to a specified position in a second interactive interface;
the authentication module is used for returning an authorization result to the application system after receiving the login request of the application system and judging that the authorization is successful;
and the query module is used for querying the target content according to the temporary UUID after receiving a query request of the application system, and returning the target content to the application system, wherein the query request comprises the temporary UUID.
11. The server-side system of claim 10, wherein the authentication module is further configured to authenticate the server-side system
After receiving an information opening request sent by the application system, sending an opened user set and a key to the application system; after receiving a login request of the application system, detecting whether the secret key is correct or not; and if so, judging that the authorization of the application system is successful, and sending a token to the application system.
12. The server-side system according to claim 10 or 11, wherein the query module is further configured to verify a token after accepting the query request from the application system; and after the token is successfully checked, inquiring the target content according to the temporary UUID.
CN201910349612.4A 2019-04-28 2019-04-28 Session content processing method and device Active CN110134530B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910349612.4A CN110134530B (en) 2019-04-28 2019-04-28 Session content processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910349612.4A CN110134530B (en) 2019-04-28 2019-04-28 Session content processing method and device

Publications (2)

Publication Number Publication Date
CN110134530A CN110134530A (en) 2019-08-16
CN110134530B true CN110134530B (en) 2022-11-11

Family

ID=67575455

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910349612.4A Active CN110134530B (en) 2019-04-28 2019-04-28 Session content processing method and device

Country Status (1)

Country Link
CN (1) CN110134530B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111464533A (en) * 2020-03-31 2020-07-28 山东浪潮通软信息科技有限公司 System and method for accessing problem interface

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103347002B (en) * 2013-06-13 2016-10-26 百度在线网络技术(北京)有限公司 Socialization's login method, system and device
CN103269349A (en) * 2013-06-13 2013-08-28 百度在线网络技术(北京)有限公司 Social log-in method, system and device
CN107171930A (en) * 2017-04-20 2017-09-15 北京三快在线科技有限公司 Information displaying method and device in a kind of instant messaging application, electronic equipment
CN109492378A (en) * 2018-11-26 2019-03-19 平安科技(深圳)有限公司 A kind of auth method based on EIC equipment identification code, server and medium

Also Published As

Publication number Publication date
CN110134530A (en) 2019-08-16

Similar Documents

Publication Publication Date Title
US11252203B2 (en) Method for processing message in group session, storage medium, and computer device
US20220247637A1 (en) Methods, apparatuses, and computer program products for facilitating synchronization of setting configurations
US9692747B2 (en) Authenticating linked accounts
EP3618394A1 (en) Data sharing method, client, server, computing device, and storage medium
EP2765529B1 (en) A method of authenticating a user of a peripheral apparatus, a peripheral apparatus, and a system for authenticating a user of a peripheral apparatus
US20080216153A1 (en) Systems and methods for facilitating authentication of network devices
CN108829528B (en) Content sharing method and device, and message processing method and device
US11444908B2 (en) Hero cards that display contextual information and actions for backend systems
CN107294908B (en) Account information processing method, device and system in instant messaging application
CN111741011B (en) Verification method, verification device and storage medium
US20080214215A1 (en) Systems and methods for facilitating information control of a device by proxy
US10944752B2 (en) Transfer of secure external sharing link
US11257042B2 (en) Workflow service email integration
US20210176234A1 (en) Cooperative communication validation
US9787624B2 (en) Taking actions on notifications using an incomplete data set from a message
CN104683410A (en) Resource sharing method and device
CN112073289A (en) Instant messaging control method and device
CN110134530B (en) Session content processing method and device
CN112131535A (en) Integrated small program authorization method for multi-deployment environment
CN115242779B (en) File transmission method and system based on applet and electronic equipment
CN110661789B (en) Address resetting method, device, equipment and computer readable storage medium
CN115543646A (en) Contact processing method and device, computer equipment and storage medium
CN116931778A (en) Information processing method, device, equipment, medium and program product
CN117453636A (en) File processing method and device, electronic equipment and storage medium
CN116418821A (en) Schedule synchronization method, schedule synchronization device, computer equipment and storage medium

Legal Events

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