CN116089334A - Data processing method, device, electronic equipment and storage medium - Google Patents

Data processing method, device, electronic equipment and storage medium Download PDF

Info

Publication number
CN116089334A
CN116089334A CN202310076389.7A CN202310076389A CN116089334A CN 116089334 A CN116089334 A CN 116089334A CN 202310076389 A CN202310076389 A CN 202310076389A CN 116089334 A CN116089334 A CN 116089334A
Authority
CN
China
Prior art keywords
interface
target
service
information
input
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.)
Pending
Application number
CN202310076389.7A
Other languages
Chinese (zh)
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.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202310076389.7A priority Critical patent/CN116089334A/en
Publication of CN116089334A publication Critical patent/CN116089334A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/40Bus structure

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Computer And Data Communications (AREA)

Abstract

The disclosure relates to a data processing method, a device, an electronic device and a storage medium, wherein the method comprises the following steps: responding to the triggering operation corresponding to the target message account, and sending a session request to a server; under the condition that interface configuration information is received, displaying menu information corresponding to at least one preset interface in a session window based on the interface configuration information; sending a service request to a server under the condition that an input message aiming at a target interface is received; and displaying the service processing result based on the session window. According to the technical scheme provided by the embodiment of the disclosure, the target service is accessed in the target message account, the user can obtain the corresponding service processing result by inputting the message in the session window, and service calling can be performed without configuring a special front-end development page by a front-end developer, so that the service calling efficiency is effectively improved, and the development cost of an application program is reduced.

Description

Data processing method, device, electronic equipment and storage medium
Technical Field
The disclosure relates to the field of computer technology, and in particular, to a data processing method, a data processing device, electronic equipment and a storage medium.
Background
With the development of computer technology, various application programs have more and more functions, the technical architecture is more complex, and a large number of service interfaces exist.
In the related art, some developed functions are integrated into a server background, and often, front-end developers are required to cooperate to develop related pages. Without front-end developer performing front-end configuration, it is necessary to manually invoke the service interfaces involved in these functions. For example, logging in to the container cloud instance corresponding to the functions, and then manually typing in related instructions, so as to call related interfaces to return results.
In the related art, the efficiency of calling the service interface in the application program is low, and the labor cost is high.
Disclosure of Invention
The disclosure provides a data processing method, a data processing device, electronic equipment and a storage medium, so as to at least solve the problems of low efficiency and high labor cost of calling a service interface in an application program in the related art. The technical scheme of the present disclosure is as follows:
according to a first aspect of embodiments of the present disclosure, there is provided a data processing method, the method comprising:
responding to a triggering operation corresponding to a target message account, sending a session request to a server, wherein the session request is used for requesting the server to send interface configuration information corresponding to a target service, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
Displaying menu information corresponding to the at least one preset interface in a session window based on the interface configuration information under the condition that the interface configuration information is received, wherein the menu information is used for identifying the at least one preset interface;
under the condition that an input message aiming at a target interface is received, sending a service request to the server, wherein the service request is used for indicating the server to call the target interface and returning a service processing result corresponding to the input message, and the target interface is any one of the at least one preset interface;
and displaying the service processing result based on the session window.
In some possible designs, the menu information includes interface code information corresponding to each of the at least one preset interface, and the method further includes:
receiving input interface coding information based on the session window;
determining the target interface based on the input interface coding information;
and displaying input prompt information corresponding to the target interface in the session window, wherein the input prompt information is used for prompting the input of the input message.
In some possible designs, the determining the target interface based on the input interface encoding information includes:
Inquiring an interface corresponding to the input interface coding information;
and under the condition that the inquired interface does not correspond to the sub-interface, determining the inquired interface as the target interface.
In some possible designs, after the querying the interface corresponding to the input interface coding information, the method further includes:
displaying sub-interface menu information corresponding to the queried interface based on the session window under the condition that the queried interface corresponds to a sub-interface, wherein the sub-interface menu information comprises at least one sub-interface corresponding to the queried interface and sub-interface coding information corresponding to each sub-interface;
receiving input sub-interface coding information based on the session window;
and determining the sub-interface corresponding to the input sub-interface coding information as the target interface.
According to a second aspect of embodiments of the present disclosure, there is provided a data processing method, the method comprising:
responding to a session request corresponding to the target message account, and sending interface configuration information corresponding to the target service to the terminal; the session request is a request sent by the terminal in response to a trigger operation corresponding to the target message account, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
Receiving a service request sent by the terminal; the service request comprises an input message aiming at a target interface, wherein the target interface is any one of the at least one preset interface, the input message is received by the terminal after a session window displays menu information corresponding to the at least one preset interface, and the menu information is displayed based on the interface configuration information;
calling the target interface to generate a service processing result corresponding to the input message;
and sending the service processing result to the terminal, wherein the service processing result is used for being displayed in the session window.
In some possible designs, the method further comprises:
receiving a virtual robot access request corresponding to the target message account, wherein the virtual robot access request comprises the interface configuration information;
and saving the interface configuration information in a configuration center.
In some possible designs, the sending, in response to a session request corresponding to a target message account, interface configuration information corresponding to the target message account to a terminal includes:
responding to the session request, and acquiring the interface configuration information from the configuration center;
And sending the interface configuration information to the terminal.
In some possible designs, the service request further includes interface coding information corresponding to the target interface and a method identifier corresponding to the target interface, the input message includes input parameter information corresponding to the target interface, and the calling the target interface generates a service processing result corresponding to the input message, including:
determining interface service corresponding to the target interface based on the interface coding information;
and sending the input parameter information to the interface service to instruct the interface service to perform data processing corresponding to the method identifier on the input parameter information, so as to obtain the service processing result.
According to a third aspect of embodiments of the present disclosure, there is provided a data processing apparatus, the apparatus comprising:
a session request triggering module configured to perform a triggering operation corresponding to a target message account, and send a session request to a server, where the session request is used to request the server to send interface configuration information corresponding to a target service, where the interface configuration information is used to indicate at least one preset interface provided by the target service, and the target service is an application service accessing the target message account;
A menu information display module configured to perform displaying menu information corresponding to the at least one preset interface in a session window based on the interface configuration information, the menu information being used to identify the at least one preset interface, in case the interface configuration information is received;
a service request module configured to execute sending a service request to the server when receiving an input message for a target interface, where the service request is used to instruct the server to call the target interface and return a service processing result corresponding to the input message, and the target interface is any one of the at least one preset interface;
and a processing result display module configured to display the service processing result based on the session window.
In some possible designs, the menu information further includes interface code information corresponding to each of the at least one preset interface, and the apparatus further includes:
an encoded information receiving module configured to perform receiving input interface encoded information based on the session window;
a target interface determination module configured to perform determining the target interface based on the input interface encoding information;
The prompt information display module is configured to display input prompt information corresponding to the target interface in the session window, wherein the input prompt information is used for prompting the input of the input message.
In some possible designs, the target interface determination module includes:
the interface inquiry unit is configured to perform inquiry of an interface corresponding to the input interface coding information;
and an interface determining unit configured to perform determining the queried interface as the target interface in a case that the queried interface does not correspond to a sub-interface.
In some possible designs, the menu information display module is further configured to execute displaying, based on the session window, sub-interface menu information corresponding to the queried interface, where the queried interface corresponds to a sub-interface, the sub-interface menu information including at least one sub-interface corresponding to the queried interface and sub-interface coding information corresponding to each of the at least one sub-interface;
the coded information receiving module is further configured to execute receiving input sub-interface coded information based on the session window;
the interface determining unit is further configured to perform determining a sub-interface corresponding to the input sub-interface encoding information as the target interface.
According to a fourth aspect of embodiments of the present disclosure, there is provided a data processing apparatus, the apparatus comprising:
the configuration information sending module is configured to respond to the session request corresponding to the target message account and send interface configuration information corresponding to the target service to the terminal; the session request is a request sent by the terminal in response to a trigger operation corresponding to the target message account, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
a service request receiving module configured to perform receiving a service request sent by the terminal; the service request comprises an input message aiming at a target interface, wherein the target interface is any one of the at least one preset interface, the input message is received by the terminal after a session window displays menu information corresponding to the at least one preset interface, and the menu information is displayed based on the interface configuration information;
the processing result generation module is configured to execute the call of the target interface to generate a service processing result corresponding to the input message;
And the processing result sending module is configured to send the service processing result to the terminal, and the service processing result is used for being displayed in the session window.
In some possible designs, the apparatus further comprises:
an access request receiving module configured to execute receiving a virtual robot access request corresponding to the target message account, where the virtual robot access request includes the interface configuration information;
and the configuration information storage module is configured to store the interface configuration information in a configuration center.
In some possible designs, the configuration information sending module includes:
a configuration information acquisition unit configured to perform acquisition of the interface configuration information from the configuration center in response to the session request;
and a configuration information transmitting unit configured to perform transmission of the interface configuration information to the terminal.
In some possible designs, the service request further includes interface coding information corresponding to the target interface and a method identifier corresponding to the target interface, the input message includes input parameter information corresponding to the target interface, and the processing result generating module includes:
An interface service determining unit configured to perform determination of a target service corresponding to the target interface based on the interface encoding information;
and the processing result acquisition unit is configured to send the input parameter information to the interface service so as to instruct the interface service to perform data processing corresponding to the method identifier on the input parameter information, thereby obtaining the service processing result.
According to a fifth aspect of embodiments of the present disclosure, there is provided an electronic device, comprising: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the data processing method according to any of the first aspects above.
According to a sixth aspect of embodiments of the present disclosure, there is provided an electronic device, comprising: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement the data processing method of any of the second aspects above.
According to a seventh aspect of embodiments of the present disclosure, there is provided a computer readable storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the data processing method of any one of the first aspects of embodiments of the present disclosure.
According to an eighth aspect of embodiments of the present disclosure, there is provided a computer readable storage medium, which when executed by a processor of an electronic device, causes the electronic device to perform the data processing method of any one of the second aspects of embodiments of the present disclosure.
According to a ninth aspect of embodiments of the present disclosure, there is provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform the data processing method of any one of the first aspects of embodiments of the present disclosure.
According to a tenth aspect of the embodiments of the present disclosure, there is provided a computer program product comprising instructions which, when run on a computer, cause the computer to perform the data processing method of any of the second aspects of the embodiments of the present disclosure.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
the terminal can obtain interface configuration information corresponding to the target service by accessing the target service in the target message account in a mode of sending a session request, so that menu information corresponding to at least one preset interface provided by the target service is displayed in a session window according to the interface configuration information; under the condition that the session window receives the input information aiming at the target interface, the server can be requested to call the target interface and receive the corresponding service processing result, and then the service processing result is displayed on the session window, so that service call can be carried out without configuring a special front-end development page by a front-end developer, the service call efficiency is effectively improved, and the development cost of an application program is reduced.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
FIG. 1 is a schematic diagram of an application environment shown in accordance with an exemplary embodiment;
FIG. 2 is a flowchart illustrating a method of data processing according to an exemplary embodiment;
FIG. 3 is a flow chart II illustrating a method of data processing according to an exemplary embodiment;
FIG. 4 illustrates a session window diagram for a session with an access virtual robot;
FIG. 5 illustrates a schematic diagram of a technical architecture for interface service invocation based on a virtual robot;
FIG. 6 is a block diagram of a data processing apparatus shown in accordance with one illustrative embodiment;
FIG. 7 is a block diagram two of a data processing apparatus according to an example embodiment;
FIG. 8 is a block diagram of an electronic device for data processing, according to an example embodiment.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
It should be noted that, the user information (including, but not limited to, user equipment information, user personal information, etc.) and the data (including, but not limited to, data for presentation, analyzed data, etc.) related to the present disclosure are information and data authorized by the user or sufficiently authorized by each party.
Referring to fig. 1, fig. 1 is a schematic diagram illustrating an application environment, which may include a terminal 100 and a server 200, as shown in fig. 1, according to an exemplary embodiment.
The terminal 100 may be used to provide a message service to any user. Specifically, the terminal 100 may include, but is not limited to, a smart phone, a desktop computer, a tablet computer, a notebook computer, a smart speaker, a digital assistant, an augmented reality (augmented reality, AR)/Virtual Reality (VR) device, a smart wearable device, or other type of electronic device, or may be software running on the electronic device, such as an application program, etc. Alternatively, the operating system running on the electronic device may include, but is not limited to, an android system, an IOS system, linux, windows, and the like.
In an alternative embodiment, the server 200 may provide background services for the terminal 100. Specifically, the server 200 may be an independent physical server, or may be a server cluster or a distributed system formed by a plurality of physical servers, or may be a cloud server that provides cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communication, middleware services, domain name services, security services, CDNs (Content Delivery Network, content delivery networks), and basic cloud computing services such as big data and artificial intelligence platforms.
In addition, it should be noted that, fig. 1 is only an application environment provided by the present disclosure, and in practical application, other application environments may also be included, for example, may include more terminals.
In the embodiment of the present disclosure, the terminal 100 and the server 200 may be directly or indirectly connected through a wired or wireless communication manner, which is not limited herein.
FIG. 2 is a flowchart illustrating a method of data processing according to an exemplary embodiment. Optionally, the data processing method is used in an electronic device. As shown in fig. 2, the method may include the following steps.
In step 201, the terminal responds to the triggering operation corresponding to the target message account and sends a session request to the server.
Optionally, the target message account is a service account that provides a preset message service to the user in the target application. Optionally, the target application is a collaborative office software. Optionally, the user of the collaboration office software includes, but is not limited to, an application development user, a joint debugging user. The joint debugging test user may be an operation and maintenance person who needs to perform the application joint debugging or testing.
Optionally, the triggering operation may be an operation initiated for an interactable element, such as an icon or a control, corresponding to the target message account. Such as clicking, touching, etc. Specifically, the terminal may display an application page of the target application, where the application page includes an interactable element corresponding to the target message account, and the joint debugging test user may execute a corresponding trigger operation on the interactable element, and after detecting the trigger operation, the terminal may determine that a session event to be captured occurs. Alternatively, the application page including the interactable element may be a page edited based on Markdown (a lightweight markup language).
Optionally, the session request refers to a request for the virtual robot accessed in the target message account to provide the target service. Optionally, the session request includes information of the session event, for example, including the target message account and the first user account performing the triggering operation. The first user account may be a user account corresponding to the joint debugging test user.
Optionally, the target service is an application service accessing the target message account. The target service may be a background service provided for implementing a target function in the target application. In particular, the target service may be a third party application service that accesses the target application, such as other application services accessed in the chat service of the collaborative office software described above.
Optionally, the session request is used for requesting the server to send interface configuration information corresponding to the target service. Optionally, the interface configuration information is configuration information extracted from a virtual robot access request sent by the second user account. The second user account may be a user account corresponding to the application program development user.
Optionally, the interface configuration information is used to indicate at least one preset interface provided by the target service. Optionally, the interface configuration information includes at least one preset interface and attribute information corresponding to the at least one preset interface, for example, an interface code, an interface identifier, a service identifier where the interface is located, and the like. Optionally, the preset interface is an application program interface written by the application program development user. Optionally, the at least one preset interface is used for realizing a target function in the target application.
Specifically, the at least one preset interface is an interface in the target service, which needs to perform joint debugging test.
Correspondingly, the server receives the session request.
Step 202, the server responds to the session request corresponding to the target message account and sends interface configuration information corresponding to the target message account to the terminal.
Optionally, the session request is a request sent by the terminal in response to a trigger operation corresponding to the target message account.
Optionally, the interface configuration information is used for rendering menu information corresponding to the virtual robot, and the virtual robot is an interface service robot accessing to the target message account through the configuration interface configuration information.
Optionally, the menu information is used for displaying in a session window corresponding to the target message account. Optionally, the menu information is used to identify at least one preset interface.
Optionally, the preset interface is an interface not written to the application development background. If the preset interface is not written to the application development background, the joint debugging test user cannot perform the interface joint debugging test in the front-end page (graphical interface) corresponding to the application development background. Only after the preset interface is written to the application development background by the front-end developer, the joint debugging test user can perform joint debugging test on the preset interface in the front-end page corresponding to the application development background, but more front-end development labor cost and time are required in this case.
In the technical scheme provided by the embodiment of the application program development user configures the preset interface written by the application program development user into the interface configuration information, namely the target message account can be used as a carrier to automatically access the virtual robot, so that the service use user is provided with a use inlet of the preset interface by means of the interaction characteristic of the target message account and the visual session interface, the front-end developer is not required to write the preset interface to the application program development background, and the labor cost and the test cost of application program development are effectively reduced. On the other hand, under the condition that the preset interface is not written to the application program development background, the service user does not need to log in to a related container cloud instance to manually key in an interface calling instruction to call the interface, and only needs to see the preset interface in a session window corresponding to the target message account and finish interface service calling through interactive operation, so that the interface service calling efficiency is greatly improved.
In an exemplary embodiment, as shown in fig. 3, step 202 further includes steps (207 to 208) of the server obtaining the interface configuration information, and fig. 3 is a flowchart two of a data processing method according to an exemplary embodiment.
Step 207, the server receives a virtual robot access request corresponding to the target message account.
Optionally, the virtual robot access request includes the interface configuration information described above. Optionally, the virtual robot access request is sent by a second user account (such as an account of a developing user editing a preset interface, or an account of an operation and maintenance user of a target message account (i.e. an account for developing the target service)), and is used for indicating to access the virtual robot in the target message account.
Optionally, the target message account is a public service account provided by a business department to which the second user account belongs in the collaboration office software.
Optionally, the interface configuration information includes a target message account number, token (token) information, interface coding information (interface coding) corresponding to a preset interface to be exposed externally, a method identifier corresponding to the preset interface, and service information (such as a service name) where the preset interface is located. Wherein each method identity maps a unique code.
Optionally, the interface configuration information further includes an account white list and an account black list. The account white list refers to an account list allowed to use the at least one preset interface, and the account black list refers to an account list forbidden to use the at least one preset interface.
In step 208, the server stores the interface configuration information in the configuration center.
The configuration center is a data center for storing various configuration information, and the interface configuration information is one of configuration information to be stored.
Optionally, the server stores the interface configuration information to the configuration center according to a preset template, namely, a virtual robot configuration template. The configuration center stores the data configured in the interface configuration information.
Accordingly, the step 220 specifically includes the following steps:
and responding to the session request, acquiring interface configuration information from the configuration center, and sending the interface configuration information to the terminal.
The session request includes a target message account, the server uses the target message account as search information, queries interface configuration information corresponding to the virtual robot accessed in the target message account in the configuration center, and can pull the interface configuration information and send the interface configuration information to the terminal after the interface configuration information is queried.
After receiving the virtual robot access request and extracting the interface configuration information from the virtual robot access request, the server can store the interface configuration information into a special configuration center, so that the configuration information can be prevented from being lost, and the server is convenient to call. Meanwhile, at the application side, after the server detects the session request, the interface configuration information is pulled from the configuration center and sent, so that the configuration information sending efficiency and the use efficiency are effectively improved.
Step 203, the terminal displays menu information corresponding to at least one preset interface in the session window based on the interface configuration information under the condition that the interface configuration information is received.
Optionally, the virtual robot is an interface service robot that accesses the target message account through configuration interface configuration information.
Optionally, the session window is a session window corresponding to the target message account, and is used for providing chat session with the target message account.
Optionally, the menu information is used to identify at least one preset interface. Optionally, the menu information is automatically rendered based on the interface configuration information, and the menu information includes at least one preset interface. Specifically, the menu information may be a message replied by the target message account, where the message includes attribute information corresponding to the at least one preset interface.
Optionally, the menu information is a session menu sent by a virtual robot control accessing the target message account, where the session menu includes option information corresponding to each of the at least one preset interface.
After presenting the menu information, the terminal receives the relevant input message based on the session window. An interaction event, such as a session event, between the first user account and the target message account is generated from the input message.
In step 204, the terminal sends a service request to the server upon receiving the input message for the target interface.
Optionally, the service request is used for indicating the server to call a target interface and return a service processing result corresponding to the input message, and the target interface is any one of at least one preset interface.
Optionally, the service request includes information related to the session event, such as an input message, a target message account, a first user account for sending the input message, and corresponding token information. The input message may include interface information of the target interface to be called, such as interface code, method identifier, input parameter data, etc. corresponding to the target interface.
Specifically, the terminal sends the service request to a corresponding stream processing platform of the server, such as Kafka (a high throughput distributed publish-subscribe message system), and the service request is sent to a corresponding message queue in the stream processing platform.
Correspondingly, the server receives a service request corresponding to the target interface. Wherein the target interface is any one of at least one preset interface, the input message is received by the terminal after the session window displays menu information corresponding to the at least one preset interface, and the menu information is displayed based on interface configuration information
Optionally, the server receives the service request sent by each user account through the stream processing platform, and the service request enters a message queue to wait for processing. Specifically, the message subscription object may obtain the service request from the message queue, thereby performing subsequent steps.
In an exemplary embodiment, as shown in fig. 3, the following steps (209-211) are further included after the step 203.
Step 209, the terminal receives the input interface coding information based on the session window.
Optionally, the menu information includes at least one interface code corresponding to each preset interface, and the user can select an interface by sending the corresponding interface code. The terminal can receive the interface codes input by the user based on the session window, thereby selecting the corresponding interface.
Step 210, the terminal determines the target interface based on the input interface coding information.
Specifically, the interface corresponding to the input interface coding information is queried. I.e. at least one preset interface is queried for an interface corresponding to the entered interface code.
And under the condition that the inquired interface does not correspond to the sub-interface, determining the inquired interface as a target interface.
And displaying the sub-interface menu information corresponding to the queried interface based on the session window under the condition that the queried interface corresponds to the sub-interface. The sub-interface menu information comprises at least one sub-interface corresponding to the queried interface and sub-interface coding information corresponding to each of the at least one sub-interface. Optionally, the sub-interface menu information is a session menu sent by the virtual robot, that is, a sub-interface selection menu corresponding to the queried interface, where the sub-interface selection menu includes option information, such as sub-interface code and sub-interface identifier, corresponding to each of the queried at least one sub-interface.
Receiving input sub-interface coding information based on the session window, and determining a sub-interface corresponding to the input sub-interface coding information as a target interface. Optionally, under the condition that the session window receives the input sub-interface code, continuing to judge whether the sub-interface is provided with the sub-interface, thereby executing corresponding operation. If there is a sub-interface, the next menu is sent continuously, and if there is no sub-interface, the sub-interface is determined as the target interface.
According to the technical scheme provided by the embodiment of the application, the query call of the multi-level interface can be realized by judging whether the selected interface has the sub-interface, so that the flexibility of the interface service call is improved.
Step 211, the terminal displays the input prompt information corresponding to the target interface in the session window.
Optionally, the input prompt information is used for prompting the input of the input message.
Optionally, the input prompt information includes an input parameter index corresponding to the target interface. The user can input the input parameter data matched with the target interface according to the output parameter index.
Specifically, the input prompt information may be a greeting for the user to input the data corresponding to the input parameter index. The input message entered by the user may be stored in a Redis (Remote Dictionary Server, remote dictionary service) cache and the operating instructions recorded.
In one possible implementation manner, the terminal sends a configuration information acquisition request corresponding to the target interface to the configuration center, so as to instruct the configuration center to send calling configuration information corresponding to the target interface to the terminal. The call configuration information is used for indicating a call rule corresponding to the target interface. The call configuration information may include an input parameter index corresponding to the target interface.
According to the technical scheme, the interface code is input in the session window, so that the selection of the target interface can be realized, and the corresponding prompt information is sent to prompt the user to input the input information, so that the efficiency of calling the interface service is greatly improved.
In step 205, the server invokes the target interface to generate a service processing result corresponding to the input message.
In an exemplary embodiment, the service request further includes interface coding information corresponding to the target interface and a method identifier corresponding to the target interface, and the input message includes input parameter information corresponding to the target interface; correspondingly, the server can determine the interface service corresponding to the target interface based on the interface coding information, and send the input parameter information to the interface service to instruct the interface service to perform data processing corresponding to the method identifier on the input parameter information, so as to obtain a service processing result. The interface service generates the service processing result and transmits the service processing result to the server.
After receiving the service request, the server can determine the interface service to which the target interface belongs according to the interface code in the service request. Optionally, the interface in the target application is registered in the application service to which the interface belongs, and the application service is registered in a service registration center (kess) corresponding to the server.
And after the interface service is determined, a target interface under the interface service can be called, a corresponding target method is called according to the corresponding square identifier of the interface code, meanwhile, input parameter data in the input parameter information is injected, the input parameter data is subjected to corresponding data processing through the target method, interface calling is completed, and accordingly a corresponding return value result is generated and returned. Optionally, the service processing result includes a return value result.
Optionally, the server may further determine whether the first user account is allowed to use the target interface according to the configuration information. And if the first user account is in the permission list corresponding to the target interface or is not in the forbidden permission list corresponding to the target interface, calling the target interface.
If the first user account is in the forbidden authority list corresponding to the target interface or is not in the allowed authority list corresponding to the target interface, the feedback interface forbids the prompt information.
And 206, the server sends the service processing result to the terminal.
The service processing result is used for displaying in a session window. After the server obtains the service processing result, a message service interface corresponding to the target application can be called according to the first user account and the target message account, so that the service processing result is forwarded to the first user account through the virtual robot accessed in the target message account.
Step 207, the terminal displays the service processing result based on the session window.
After the target application in the terminal detects the service processing result, the service processing result can be sent out from the session window in the form of a session message, so that the service processing result is displayed in the session window.
In one example, as shown in FIG. 4, a session window diagram illustrating a session with an access virtual robot is shown. The session window 40 includes a first-level menu 42 sent by an application message number 41 corresponding to a target service party in the target application, and after the target user 43 sends the code "#5", the application message number 41 sends a submenu 44 corresponding to an interface coded "# 5". After the target user 43 transmits the code "#54", the application message number 41 transmits the hint information 45 corresponding to the sub-interface encoded "# 54".
In one example, as shown in fig. 5, a schematic diagram of a technical architecture for interface service invocation based on a virtual robot is exemplarily shown. Under the technical architecture, a service party needing to be accessed to the virtual robot applies for a corresponding service message number, so that message number configuration such as message number Identification (ID), token (Token) information and the like needing to be accessed to the virtual robot, a permission list, a method identification corresponding to an interface needing to be exposed, an interface code and a service name to which the method belongs are imported into a configuration center. Wherein each method identity maps a unique code.
The server prepares in advance a customer menu configuration template, i.e. the options, method codes and key value pairs (keys are codes, values are method identifications, etc.) of each call interface seen by the user, and also stores them in the configuration center.
When a user performs a session, for example, the user clicks a mode of entering the session by a message number robot, entering the session by a user single chat, entering the session by a user group chat @ robot, and the like, a session event is captured, and a server pulls corresponding configuration information to a configuration center according to the identification of the message number to send a menu to the user.
The user clicks an interface option to be triggered in the menu, the message number enables the user to input greetings of calling parameters corresponding to the option according to the configuration of the configuration center, meanwhile, the current input of the user to the Redis cache is stored, and the current operation of the user is recorded.
The user inputs parameter data according to the greetings, the session detection service detects the user input and judges that the user inputs the calling method parameters according to the last operation recorded by Redis.
The training detection transaction is responsible for detecting interactive operation events of users and message numbers, capturing message numbers, token information, method codes corresponding to interface method names to be called, input method parameter data and the like corresponding to each interactive event, and sending the data to a message queue Kafka.
The consumer group subscribes to the information in the information queue, acquires the corresponding parameter data, and configures the service name of the center pull service and the corresponding method and other information according to the acquired codes.
And (3) sending the acquired service name to a service registration center to acquire a corresponding service, calling the service, calling a corresponding method according to the method name, and simultaneously injecting parameter data input by a user to finish the calling of the interface.
And sending the result value returned by the interface, the parameters of the target user and the message number to the service of the cooperative office application, and forwarding the result value to the corresponding target user through the message number by calling the interface for sending the message provided by the service of the cooperative office application to finish interface service call, such as joint debugging test of the interface service.
The technical architecture skillfully utilizes a message number mechanism to build a simple interface background, can configure menu styles according to a lightweight language format, does not need front-end input manpower development, can integrate interface services to be integrated on a message number, and reduces manpower input. And the interfaces or methods which need to be accessed or exposed can be rapidly integrated on the message number in a configuration mode, so that the development workload of the subsequent new access interfaces is reduced. Meanwhile, the interface service user can test the interface without manually writing instructions in a complicated mode, and the interface service user can quickly touch the interface through the message number virtual robot. In addition, a permission list is introduced in the configuration, and the exposed functional interfaces can be distributed to the front end, the test, the product personnel and the like through the configuration of the permission list, so that the communication cost is reduced, and the collaborative office efficiency is improved. The whole interface calling process is an automatic mode, routes the user's request to a specific interface and completes the call of the service and returns the final result to the user, completing the customer service session.
In summary, according to the technical solution provided in the embodiments of the present disclosure, by accessing the target service in the target message account, the terminal may obtain the interface configuration information corresponding to the target service by sending the session request, so that menu information corresponding to at least one preset interface provided by the target service is displayed in the session window according to the interface configuration information; under the condition that the session window receives the input information aiming at the target interface, the server can be requested to call the target interface and receive the corresponding service processing result, and then the service processing result is displayed on the session window, so that service call can be carried out without configuring a special front-end development page by a front-end developer, the service call efficiency is effectively improved, and the development cost of an application program is reduced.
FIG. 6 is a block diagram of a data processing apparatus according to an example embodiment. Referring to fig. 6, the apparatus 600 includes:
a session request triggering module 610, configured to perform a triggering operation corresponding to a target message account, and send a session request to a server, where the session request is used to request the server to send interface configuration information corresponding to a target service, where the interface configuration information is used to indicate at least one preset interface provided by the target service, and the target service is an application service accessing the target message account;
a menu information display module 620 configured to perform displaying menu information corresponding to the at least one preset interface in a session window based on the interface configuration information, in case of receiving the interface configuration information, the menu information being used to identify the at least one preset interface;
a service request module 630, configured to perform sending, when receiving an input message for a target interface, a service request to the server, where the service request is used to instruct the server to call the target interface and return a service processing result corresponding to the input message, and the target interface is any one of the at least one preset interface;
And a processing result display module 640 configured to perform display of the service processing result based on the session window.
In some possible designs, the menu information further includes interface code information corresponding to each of the at least one preset interface, and the apparatus further includes:
an encoded information receiving module configured to perform receiving input interface encoded information based on the session window;
a target interface determination module configured to perform determining the target interface based on the input interface encoding information;
the prompt information display module is configured to display input prompt information corresponding to the target interface in the session window, wherein the input prompt information is used for prompting the input of the input message.
In some possible designs, the target interface determination module includes:
the interface inquiry unit is configured to perform inquiry of an interface corresponding to the input interface coding information;
and an interface determining unit configured to perform determining the queried interface as the target interface in a case that the queried interface does not correspond to a sub-interface.
In some possible designs, the menu information display module is further configured to execute displaying, based on the session window, sub-interface menu information corresponding to the queried interface, where the queried interface corresponds to a sub-interface, the sub-interface menu information including at least one sub-interface corresponding to the queried interface and sub-interface coding information corresponding to each of the at least one sub-interface;
The coded information receiving module is further configured to execute receiving input sub-interface coded information based on the session window;
the interface determining unit is further configured to perform determining a sub-interface corresponding to the input sub-interface encoding information as the target interface.
In summary, according to the technical solution provided in the embodiments of the present disclosure, by accessing the target service in the target message account, the terminal may obtain the interface configuration information corresponding to the target service by sending the session request, so that menu information corresponding to at least one preset interface provided by the target service is displayed in the session window according to the interface configuration information; under the condition that the session window receives the input information aiming at the target interface, the server can be requested to call the target interface and receive the corresponding service processing result, and then the service processing result is displayed on the session window, so that service call can be carried out without configuring a special front-end development page by a front-end developer, the service call efficiency is effectively improved, and the development cost of an application program is reduced.
FIG. 7 is a block diagram two of a data processing apparatus according to an example embodiment. Referring to fig. 7, the apparatus 700 includes:
A configuration information transmitting module 710 configured to perform transmission of interface configuration information corresponding to a target service to a terminal in response to a session request corresponding to a target message account; the session request is a request sent by the terminal in response to a trigger operation corresponding to the target message account, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
a service request receiving module 720 configured to perform receiving a service request sent by the terminal; the service request comprises an input message aiming at a target interface, wherein the target interface is any one of the at least one preset interface, the input message is received by the terminal after a session window displays menu information corresponding to the at least one preset interface, and the menu information is displayed based on the interface configuration information;
a processing result generating module 730 configured to execute calling the target interface to generate a service processing result corresponding to the input message;
and a processing result sending module 740 configured to send the service processing result to the terminal, where the service processing result is used for displaying in the session window.
In some possible designs, the apparatus further comprises:
an access request receiving module configured to execute receiving a virtual robot access request corresponding to the target message account, where the virtual robot access request includes the interface configuration information;
and the configuration information storage module is configured to store the interface configuration information in a configuration center.
In some possible designs, the configuration information sending module includes:
a configuration information acquisition unit configured to perform acquisition of the interface configuration information from the configuration center in response to the session request;
and a configuration information transmitting unit configured to perform transmission of the interface configuration information to the terminal.
In some possible designs, the service request further includes interface coding information corresponding to the target interface and a method identifier corresponding to the target interface, the input message includes input parameter information corresponding to the target interface, and the processing result generating module includes:
an interface service determining unit configured to perform determination of a target service corresponding to the target interface based on the interface encoding information;
and the processing result acquisition unit is configured to send the input parameter information to the interface service so as to instruct the interface service to perform data processing corresponding to the method identifier on the input parameter information, thereby obtaining the service processing result.
In summary, according to the technical solution provided in the embodiments of the present disclosure, by accessing the target service in the target message account, the terminal may obtain the interface configuration information corresponding to the target service by sending the session request, so that menu information corresponding to at least one preset interface provided by the target service is displayed in the session window according to the interface configuration information; under the condition that the session window receives the input information aiming at the target interface, the server can be requested to call the target interface and receive the corresponding service processing result, and then the service processing result is displayed on the session window, so that service call can be carried out without configuring a special front-end development page by a front-end developer, the service call efficiency is effectively improved, and the development cost of an application program is reduced.
It should be noted that, in the apparatus provided in the foregoing embodiment, when implementing the functions thereof, only the division of the foregoing functional modules is used as an example, in practical application, the foregoing functional allocation may be implemented by different functional modules, that is, the internal structure of the device is divided into different functional modules, so as to implement all or part of the functions described above. In addition, the apparatus and the method embodiments provided in the foregoing embodiments belong to the same concept, and specific implementation processes of the apparatus and the method embodiments are detailed in the method embodiments and are not repeated herein.
Fig. 8 is a block diagram illustrating an electronic device for data processing, which may be a terminal or a server, according to an exemplary embodiment, and an internal structure diagram thereof may be as shown in fig. 8. The electronic device includes a processor, a memory, a network interface, a display screen, and an input device connected by a system bus. Wherein the processor of the electronic device is configured to provide computing and control capabilities. The memory of the electronic device includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The network interface of the electronic device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements the data processing method on the terminal side or the server side. The display screen of the electronic equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the electronic equipment can be a touch layer covered on the display screen, can also be keys, a track ball or a touch pad arranged on the shell of the electronic equipment, and can also be an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the structure shown in fig. 8 is merely a block diagram of a portion of the structure associated with the disclosed aspects and is not limiting of the electronic device to which the disclosed aspects apply, and that a particular electronic device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In an exemplary embodiment, there is also provided an electronic device including: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement a data processing method at the terminal side as in the embodiments of the present disclosure.
In an exemplary embodiment, there is also provided an electronic device including: a processor; a memory for storing the processor-executable instructions; wherein the processor is configured to execute the instructions to implement a server-side data processing method as in the embodiments of the present disclosure.
In an exemplary embodiment, a computer-readable storage medium is also provided, which when executed by a processor of an electronic device, enables the electronic device to perform the data processing method at the terminal side in the embodiments of the present disclosure.
In an exemplary embodiment, a computer readable storage medium is also provided, which when executed by a processor of an electronic device, enables the electronic device to perform the data processing method of the server side in the embodiments of the present disclosure.
In an exemplary embodiment, a computer program product comprising instructions which, when run on a computer, cause the computer to perform the data processing method of the terminal side in the embodiments of the present disclosure is also provided.
In an exemplary embodiment, a computer program product containing instructions is also provided, which when run on a computer, causes the computer to perform the server-side data processing method in the embodiments of the present disclosure.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (12)

1. A method of data processing, the method comprising:
responding to a triggering operation corresponding to a target message account, sending a session request to a server, wherein the session request is used for requesting the server to send interface configuration information corresponding to a target service, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
Displaying menu information corresponding to the at least one preset interface in a session window based on the interface configuration information under the condition that the interface configuration information is received, wherein the menu information is used for identifying the at least one preset interface;
under the condition that an input message aiming at a target interface is received, sending a service request to the server, wherein the service request is used for indicating the server to call the target interface and returning a service processing result corresponding to the input message, and the target interface is any one of the at least one preset interface;
and displaying the service processing result based on the session window.
2. The method of claim 1, wherein the menu information includes interface code information corresponding to each of the at least one preset interface, the method further comprising:
receiving input interface coding information based on the session window;
determining the target interface based on the input interface coding information;
and displaying input prompt information corresponding to the target interface in the session window, wherein the input prompt information is used for prompting the input of the input message.
3. The method of claim 2, wherein the determining the target interface based on the input interface encoding information comprises:
Inquiring an interface corresponding to the input interface coding information;
and under the condition that the inquired interface does not correspond to the sub-interface, determining the inquired interface as the target interface.
4. A method according to claim 3, wherein after said querying the interface corresponding to the input interface encoding information, further comprising:
displaying sub-interface menu information corresponding to the queried interface based on the session window under the condition that the queried interface corresponds to a sub-interface, wherein the sub-interface menu information comprises at least one sub-interface corresponding to the queried interface and sub-interface coding information corresponding to each sub-interface;
receiving input sub-interface coding information based on the session window;
and determining the sub-interface corresponding to the input sub-interface coding information as the target interface.
5. A method of data processing, the method comprising:
responding to a session request corresponding to the target message account, and sending interface configuration information corresponding to the target service to the terminal; the session request is a request sent by the terminal in response to a trigger operation corresponding to the target message account, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
Receiving a service request sent by the terminal; the service request comprises an input message aiming at a target interface, wherein the target interface is any one of the at least one preset interface, the input message is received by the terminal after a session window displays menu information corresponding to the at least one preset interface, and the menu information is displayed based on the interface configuration information;
calling the target interface to generate a service processing result corresponding to the input message;
and sending the service processing result to the terminal, wherein the service processing result is used for being displayed in the session window.
6. The method of claim 5, wherein the method further comprises:
receiving a virtual robot access request corresponding to the target message account, wherein the virtual robot access request comprises the interface configuration information;
and saving the interface configuration information in a configuration center.
7. The method according to claim 6, wherein the sending, in response to the session request corresponding to the target message account, interface configuration information corresponding to the target service to the terminal includes:
responding to the session request, and acquiring the interface configuration information from the configuration center;
And sending the interface configuration information to the terminal.
8. The method of claim 5, wherein the service request further includes interface coding information corresponding to the target interface and a method identifier corresponding to the target interface, the input message includes input parameter information corresponding to the target interface, and the calling the target interface to generate a service processing result corresponding to the input message includes:
determining interface service corresponding to the target interface based on the interface coding information;
and sending the input parameter information to the interface service to instruct the interface service to perform data processing corresponding to the method identifier on the input parameter information, so as to obtain the service processing result.
9. A data processing apparatus, the apparatus comprising:
a session request triggering module configured to perform a triggering operation corresponding to a target message account, and send a session request to a server, where the session request is used to request the server to send interface configuration information corresponding to a target service, where the interface configuration information is used to indicate at least one preset interface provided by the target service, and the target service is an application service accessing the target message account;
A menu information display module configured to perform displaying menu information corresponding to the at least one preset interface in a session window based on the interface configuration information, the menu information being used to identify the at least one preset interface, in case the interface configuration information is received;
a service request module configured to execute sending a service request to the server when receiving an input message for a target interface, where the service request is used to instruct the server to call the target interface and return a service processing result corresponding to the input message, and the target interface is any one of the at least one preset interface;
and a processing result display module configured to display the service processing result based on the session window.
10. A data processing apparatus, the apparatus comprising:
the configuration information sending module is configured to respond to the session request corresponding to the target message account and send interface configuration information corresponding to the target service to the terminal; the session request is a request sent by the terminal in response to a trigger operation corresponding to the target message account, the interface configuration information is used for indicating at least one preset interface provided by the target service, and the target service is an application service accessed to the target message account;
A service request receiving module configured to perform receiving a service request sent by the terminal; the service request comprises an input message aiming at a target interface, wherein the target interface is any one of the at least one preset interface, the input message is received by the terminal after a session window displays menu information corresponding to the at least one preset interface, and the menu information is displayed based on the interface configuration information;
the processing result generation module is configured to execute the call of the target interface to generate a service processing result corresponding to the input message;
and the processing result sending module is configured to send the service processing result to the terminal, and the service processing result is used for being displayed in the session window.
11. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the data processing method of any one of claims 1 to 4 or the data processing method of any one of claims 5 to 8.
12. A computer readable storage medium, characterized in that instructions in the storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the data processing method of any one of claims 1 to 4 or the data processing method of any one of claims 5 to 8.
CN202310076389.7A 2023-01-17 2023-01-17 Data processing method, device, electronic equipment and storage medium Pending CN116089334A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310076389.7A CN116089334A (en) 2023-01-17 2023-01-17 Data processing method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310076389.7A CN116089334A (en) 2023-01-17 2023-01-17 Data processing method, device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116089334A true CN116089334A (en) 2023-05-09

Family

ID=86202227

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310076389.7A Pending CN116089334A (en) 2023-01-17 2023-01-17 Data processing method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116089334A (en)

Similar Documents

Publication Publication Date Title
EP3623942B1 (en) Message processing method and apparatus, storage medium, and computer device
WO2018108059A1 (en) Method and device for processing template data, requesting for template data and presenting template data
CN106569790B (en) Card template generation method, service providing method, information providing method and device
CN109684873B (en) Data access control method and device, computer equipment and storage medium
US9262550B2 (en) Processing semi-structured data
CN113742601A (en) Content sharing method and device, computer equipment and storage medium
CN111309991A (en) Query statement generation method and device and data query method and system
CN113918149A (en) Interface development method and device, computer equipment and storage medium
CN113791750A (en) Virtual content display method and device and computer readable storage medium
CN107735785A (en) Automated information retrieval
CN105512208B (en) Information publishing method, device and system
CN111933133A (en) Intelligent customer service response method and device, electronic equipment and storage medium
CN116089334A (en) Data processing method, device, electronic equipment and storage medium
CN113722589B (en) Information generation method, device, server and storage medium
CN113656719B (en) Data rendering method, system, electronic device and storage medium
CN107463568B (en) Method and device for acquiring historical access data
CN113900764A (en) Page data acquisition method, page data display method and device
CN113886696A (en) Data pushing method, label processing method, device, system and computer equipment
CN114629955A (en) Identity authentication method, identity authentication equipment and computer readable storage medium
CN111275563A (en) WeChat action-based generation method and system of interpersonal relationship and storage medium
CN113449503A (en) Session type information management method, device, equipment and storage medium thereof
CN117271482B (en) Historical data migration method and device, electronic equipment and storage medium
CN112433821B (en) Method and device for building business model, electronic equipment and medium
CN115495562A (en) Dialogue processing method, dialogue processing device, electronic equipment and storage medium
CN118093288A (en) Terminal test method, device, equipment, storage medium and program product

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