CN113672487A - Message tracking method, device and system and computer readable storage medium - Google Patents

Message tracking method, device and system and computer readable storage medium Download PDF

Info

Publication number
CN113672487A
CN113672487A CN202110975102.5A CN202110975102A CN113672487A CN 113672487 A CN113672487 A CN 113672487A CN 202110975102 A CN202110975102 A CN 202110975102A CN 113672487 A CN113672487 A CN 113672487A
Authority
CN
China
Prior art keywords
component
unique identifier
information
tracking
service
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
CN202110975102.5A
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.)
Jinan Inspur Data Technology Co Ltd
Original Assignee
Jinan Inspur Data 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 Jinan Inspur Data Technology Co Ltd filed Critical Jinan Inspur Data Technology Co Ltd
Priority to CN202110975102.5A priority Critical patent/CN113672487A/en
Publication of CN113672487A publication Critical patent/CN113672487A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • 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/546Message passing systems or structures, e.g. queues

Abstract

The invention discloses a message tracking method, a device, a system and a computer readable storage medium, wherein the method comprises the following steps: receiving a unique identifier; tracking the service information carrying the unique identifier according to the unique identifier; and in the tracking process, displaying the component information of the component to which the service information arrives. The service information carrying the unique identifier can be tracked through the received unique identifier, the component information of the component can be obtained every time the service information is tracked to reach one component in the tracking process, and the component information is displayed, so that a worker can timely know the transmission progress of the service information.

Description

Message tracking method, device and system and computer readable storage medium
Technical Field
The present invention relates to the field of cloud computing technologies, and in particular, to a method, an apparatus, a system, and a computer-readable storage medium for message tracking.
Background
With the development of cloud computing technology and container technology, OpenStack services are deployed by using k8s to provide cloud services more conveniently and quickly. Virtualization is one of indispensable key technologies for constructing a cloud computing infrastructure, and is mainly realized by abstracting and simulating more virtual machines on one set of computer resources, wherein each virtual machine can be used as an independent terminal to be added into a cloud distributed system. The containerization technology has led to the dominance of the cloud computing business process, promotes the popularization and landing of hot door technologies such as micro-service architecture, and the like, wherein k8s is a layout management tool of a portable container generated for container service, a plurality of k8s service components mainly comprise kube-api, kube-scheduler, kube-proxy and the like, and the k8s mainly uses Noaport type services, load balancers and Ingress for externally exposing the services; and the components of openstack providing services externally include nova-api, nova-scheduler, nova-conductor, nova-computer, circumferentially-api, circumferentially-volume and the like. The current cloud service involves many components and the interaction between the components is quite frequent, for example, the conventional virtual machine creation process involves ingeres, nova-api, nova-scheduler, nova-conductor, circle-volume, circle-api, nova-computer, nova-libvirt and other components, and also includes the interaction of message queues and databases. At present, after a server receives a service request in the prior art, a processing result of the service request can only be monitored through the server, a process of message transmission cannot be tracked, and a component with a problem cannot be found out in time when the service request fails to be executed, so that operation and maintenance efficiency of a system is influenced.
In view of the above, how to provide a message tracking method, device, system and computer readable storage medium for solving the above technical problems becomes a technical problem to be solved by those skilled in the art.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, a system, and a computer-readable storage medium for tracking a message, which can track service information during a use process, and are beneficial to find out a component having a problem in time when a service request fails to be executed, so as to improve operation and maintenance efficiency of the system.
To solve the foregoing technical problem, an embodiment of the present invention provides a message tracking method, including:
receiving a unique identifier;
tracking the service information carrying the unique identifier according to the unique identifier;
and in the tracking process, displaying the component information of the component to which the service information arrives.
Optionally, before the receiving the unique identifier, the method further includes:
after a service request issued by a cloud platform is detected, generating a unique identifier corresponding to the service request;
and issuing the unique identifier and the service request to a bottom layer as a whole.
Optionally, the method further includes:
determining each component associated with the service request according to the type of the service request;
in the tracking process, when the service information reaches the last component, monitoring the log information of the last component;
and when the last component is determined to finish executing according to the log information, displaying an execution success prompt message.
Optionally, the method further includes:
displaying the component icons corresponding to the components respectively;
and in the tracking process, lighting up a component icon of a component to which the business information arrives.
Optionally, the method further includes:
detecting log information of the component;
judging whether the component has error report when executing the service information according to the log information; and if so, displaying the execution result information of the service information which fails to be executed in the component.
Optionally, further comprising;
and after determining that the service information is executed in the component completely according to the log information, whether the next component is reached within a preset time length or not is judged, and if not, a prompt message that the service information is lost is sent.
Optionally, the process of issuing the unique identifier and the service request as a whole to the bottom layer is as follows:
issuing the unique identifier and the service request to a bottom layer as a whole, and generating and storing information flow in the issuing process by taking a block as a unit to form a block chain;
the process of tracking the service information carrying the unique identifier according to the unique identifier is as follows:
and tracking the service information carrying the unique identifier according to the unique identifier and the block chain.
An embodiment of the present invention further provides a message tracking apparatus, including:
the receiving module is used for receiving the unique identifier;
the tracking module is used for tracking the service information carrying the unique identifier according to the unique identifier;
and the display module is used for displaying the component information of the component to which the service information arrives in the tracking process.
An embodiment of the present invention further provides a message tracking system, including:
a memory for storing a computer program;
a processor for implementing the steps of the message tracing method as described above when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the message tracing method are implemented as described above.
The embodiment of the invention provides a message tracking method, a device, a system and a computer readable storage medium, wherein the method comprises the following steps: receiving a unique identifier; tracking the service information carrying the unique identifier according to the unique identifier; and in the tracking process, displaying the component information of the component to which the service information arrives. Therefore, the service information carrying the unique identifier can be tracked through the received unique identifier, the component information of the component can be obtained when the service information reaches one component in the tracking process, and the component information is displayed, so that a worker can timely know the transmission progress of the service information.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and 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 to obtain other drawings without creative efforts.
Fig. 1 is a schematic flowchart of a message tracing method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a message tracing apparatus according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention provide a message tracking method, apparatus, system, and computer-readable storage medium, which can track service information during use, and are beneficial to find out a component having a problem in time when a service request fails to be executed, thereby improving operation and maintenance efficiency of the system.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a message tracking method according to an embodiment of the present invention. The method comprises the following steps:
s110: receiving a unique identifier;
specifically, the service information issued by the cloud platform may have a unique identifier uniquely corresponding to the service information, and in the process of tracking the service information, the unique identifier may be received, and specifically, the unique identifier input by the user may be received, for example, an inquiry tool may be set, and the user may input the unique identifier corresponding to the service information into the inquiry tool, so that the inquiry tool tracks the corresponding service information according to the unique identifier.
In practical application, the query tool may specifically be an xscan tool, the xscan tool supports seamless connection with the cloud platform, the query tool may be opened after a service request is issued, or a query tool page may be opened on the cloud platform, and a unique identifier may be input on the query page.
Further, before receiving the unique identifier, the method may further include:
after a service request issued by a cloud platform is detected, generating a unique identifier corresponding to the service request;
and issuing the unique identifier and the service request to a bottom layer as a whole.
It should be noted that, the user may issue an operation command (that is, a service request) through the cloud platform, and when it is detected that the cloud platform issues the service request, for example, a virtual machine is created or a certain virtual machine is turned on or off, and the like, an unique identifier uniquely corresponding to the service request is generated, and then the unique identifier and the service request are issued to the bottom layer as a whole. In addition, the unique identifier can be recorded and displayed, and specifically, the unique identifier and the corresponding service request can be displayed simultaneously, so that a user can input the unique identifier through a query tool to track the corresponding service request.
S120: tracking the service information carrying the unique identifier according to the unique identifier;
it should be noted that, after receiving the unique identifier, the service information carrying the unique identifier is tracked according to the unique identifier, and a specific user may also determine to select to query a current node or perform a visual tracking in the whole process through a query tool.
S130: and in the tracking process, displaying the component information of the component to which the service information arrives.
Specifically, in the tracking process, when the service information is tracked to reach one component at each time, the component information of the component is obtained, and the component information is displayed, so that a user and operation and maintenance personnel can check and know the current execution progress in time, and the component which goes wrong can be quickly positioned according to the execution progress when the execution fails. The component information may be a component name, etc.
Further, the method may further include:
determining each component associated with the service request according to the type of the service request;
in the tracking process, when the service information reaches the last component, monitoring the log information of the last component;
and when the last component is determined to finish executing according to the log information, displaying an execution success prompt message.
It should be noted that, in the embodiment of the present invention, after a service request issued by a cloud platform is detected, each component associated with the service request may also be determined according to a type of the service request, that is, the service request is issued to each component that a bottom layer needs to pass through, and in a process of tracking the service request, when the service request reaches a last component, log information of the component is monitored, and when it is monitored that execution of the last component is completed, prompt information that the service request is successfully executed is displayed, where the prompt information that the service request is successfully executed may be specifically displayed by using a query tool.
In addition, in practical application, the component icons of the components related to the service request can be displayed on the interface of the query tool, and the progress information can be displayed on the current component where the service request is located in a manner of lighting the corresponding component icon and the like, so that the progress of the service request can be seen more intuitively. Still further, the method may further comprise:
monitoring log information of the component;
judging whether the component has error report when executing the service information according to the log information; and if so, displaying the execution result information of the service information which is executed in the component in failure.
Specifically, in the process of tracking the service request, every time a component is reached, log information of the component is monitored so as to determine whether error reporting information exists in the process of executing the service request by the component, once the error reporting information exists, it is determined that the service request fails to be executed in the component, execution result information of the service information that fails to be executed in the component is displayed, specifically, component information of the current component and prompt information of the service request that fails to be executed can be displayed, and tracking of the service request is stopped.
It should be further noted that after each component associated with the service request is determined, in the process of tracking the service request, log information of the component is monitored, and after it is determined that the component is executed completely, the service information is transmitted to a next component, and specifically, whether the service information reaches the next component within a preset time length can be monitored, if the next component does not reach within the preset time length, the service request is lost, at this time, the tracking of the service request is ended, prompt information that the service request is lost is generated, the prompt information is displayed, and meanwhile, component information of the current component is displayed. For example, each component associated with the service request is Ingress and Nova-api, and the current service request reaches Ingress, after it is determined through log information of Ingress that the service request is executed in Ingress, it is monitored whether the service information reaches the next component Nova-api within a preset time, if the next component Nova-api is not reached within the preset time, the service request is lost, at this time, tracing of the service request is finished, prompt information of the lost service request is generated and displayed, and component information of the current component is displayed at the same time.
Further, the process of issuing the unique identifier and the service request to the bottom layer as a whole may specifically be:
the unique identification and the service request are issued to a bottom layer as a whole, and information flow in the issuing process is generated and stored by taking a block as a unit to form a block chain;
the process of tracking the service information carrying the unique identifier according to the unique identifier comprises the following steps:
and tracking the service information carrying the unique identifier according to the unique identifier and the block chain.
It should be noted that, in the embodiment of the present invention, the service request is tracked by using a block chain technology, and specifically, the information stream in the process of sending the unique identifier and the service request as a whole to the bottom layer may be generated and stored in units of blocks, and is connected into a chain data structure according to the time sequence of block generation to form a block chain. The unique identifier follows the message flow of the service request, so that the progress of the service request can be tracked through the unique identifier and the block chain, and the block chain is a full node in the cloud platform, so that the block information of the block chain can be queried directly through a local database. .
Specifically, when the message flow of the service request reaches the next component, the transfer record of the message flow is broadcast to the blockchain network, other nodes in the blockchain network receive the message transfer record, the information transfer record is verified and packaged by using the miner node in the message flow to rob the accounting right (if only one miner node exists, the mode of rob does not exist), if the accounting right is successfully rob, a new block is generated immediately and the generated block is sent to other nodes of the blockchain for verification, and the block is added into the blockchain main chain after the verification is successful, so that the blockchain is formed.
Therefore, the service information carrying the unique identifier can be tracked through the received unique identifier, the component information of the component can be obtained when the service information reaches one component in the tracking process, and the component information is displayed, so that a worker can timely know the transmission progress of the service information.
On the basis of the foregoing embodiments, an embodiment of the present invention further provides a message tracking apparatus, specifically referring to fig. 2, including:
a receiving module 21, configured to receive a unique identifier;
the tracking module 22 is used for tracking the service information carrying the unique identifier according to the unique identifier;
and the display module 23 is configured to display the component information of the component to which the service information arrives in the tracking process.
Further, the apparatus may further include:
the detection module is used for generating a unique identifier corresponding to a service request after the service request issued by the cloud platform is detected;
and the issuing module is used for issuing the unique identifier and the service request to the bottom layer as a whole.
It should be noted that the message tracing apparatus in the embodiment of the present invention has the same beneficial effects as the message tracing method provided in the above embodiment, and for the specific description of the message tracing method in the embodiment of the present invention, please refer to the above embodiment, which is not described herein again.
On the basis of the above embodiments, an embodiment of the present invention further provides a message tracking system, including:
a memory for storing a computer program;
a processor for implementing the steps of the message tracing method as described above when executing a computer program.
For example, the processor in the embodiment of the present invention may be specifically configured to implement receiving a unique identifier; tracking the service information carrying the unique identifier according to the unique identifier; and in the tracking process, displaying the component information of the component to which the service information arrives.
On the basis of the foregoing embodiments, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the message tracing method as described above.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A message tracing method, comprising:
receiving a unique identifier;
tracking the service information carrying the unique identifier according to the unique identifier;
and in the tracking process, displaying the component information of the component to which the service information arrives.
2. The message tracing method of claim 1, prior to said receiving a unique identifier, further comprising:
after a service request issued by a cloud platform is detected, generating a unique identifier corresponding to the service request;
and issuing the unique identifier and the service request to a bottom layer as a whole.
3. The message tracing method of claim 2, further comprising:
determining each component associated with the service request according to the type of the service request;
in the tracking process, when the service information reaches the last component, monitoring the log information of the last component;
and when the last component is determined to finish executing according to the log information, displaying an execution success prompt message.
4. The message tracing method of claim 3, further comprising:
displaying the component icons corresponding to the components respectively;
and in the tracking process, lighting up a component icon of a component to which the business information arrives.
5. The message tracing method of claim 3, further comprising:
detecting log information of the component;
judging whether the component has error report when executing the service information according to the log information; and if so, displaying the execution result information of the service information which fails to be executed in the component.
6. The message tracing method of claim 5, further comprising;
and after determining that the service information is executed in the component completely according to the log information, whether the next component is reached within a preset time length or not is judged, and if not, a prompt message that the service information is lost is sent.
7. The message tracing method according to claim 2, wherein said issuing said unique identifier and said service request as a whole to a bottom layer comprises:
issuing the unique identifier and the service request to a bottom layer as a whole, and generating and storing information flow in the issuing process by taking a block as a unit to form a block chain;
the process of tracking the service information carrying the unique identifier according to the unique identifier is as follows:
and tracking the service information carrying the unique identifier according to the unique identifier and the block chain.
8. A message tracing apparatus, comprising:
the receiving module is used for receiving the unique identifier;
the tracking module is used for tracking the service information carrying the unique identifier according to the unique identifier;
and the display module is used for displaying the component information of the component to which the service information arrives in the tracking process.
9. A message tracing system, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the message tracing method as claimed in any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the message tracing method according to any one of claims 1 to 7.
CN202110975102.5A 2021-08-24 2021-08-24 Message tracking method, device and system and computer readable storage medium Pending CN113672487A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110975102.5A CN113672487A (en) 2021-08-24 2021-08-24 Message tracking method, device and system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110975102.5A CN113672487A (en) 2021-08-24 2021-08-24 Message tracking method, device and system and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN113672487A true CN113672487A (en) 2021-11-19

Family

ID=78545627

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110975102.5A Pending CN113672487A (en) 2021-08-24 2021-08-24 Message tracking method, device and system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113672487A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115550305A (en) * 2022-09-28 2022-12-30 深圳市凯迪仕智能科技股份有限公司 Equipment control method and related device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110457190A (en) * 2019-07-09 2019-11-15 优估(上海)信息科技有限公司 A kind of full link monitoring method, apparatus and system based on block chain
CN111324629A (en) * 2020-02-19 2020-06-23 望海康信(北京)科技股份公司 Business data processing method and device, electronic equipment and computer storage medium
CN111427736A (en) * 2019-01-09 2020-07-17 北京嘀嘀无限科技发展有限公司 Log monitoring method, device, equipment and computer readable storage medium
CN112463562A (en) * 2020-11-25 2021-03-09 政采云有限公司 Method, device and equipment for realizing full-service tracking and readable storage medium
CN113094398A (en) * 2021-04-20 2021-07-09 深圳力维智联技术有限公司 Data link tracking method based on block chain technology

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111427736A (en) * 2019-01-09 2020-07-17 北京嘀嘀无限科技发展有限公司 Log monitoring method, device, equipment and computer readable storage medium
CN110457190A (en) * 2019-07-09 2019-11-15 优估(上海)信息科技有限公司 A kind of full link monitoring method, apparatus and system based on block chain
CN111324629A (en) * 2020-02-19 2020-06-23 望海康信(北京)科技股份公司 Business data processing method and device, electronic equipment and computer storage medium
CN112463562A (en) * 2020-11-25 2021-03-09 政采云有限公司 Method, device and equipment for realizing full-service tracking and readable storage medium
CN113094398A (en) * 2021-04-20 2021-07-09 深圳力维智联技术有限公司 Data link tracking method based on block chain technology

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115550305A (en) * 2022-09-28 2022-12-30 深圳市凯迪仕智能科技股份有限公司 Equipment control method and related device
CN115550305B (en) * 2022-09-28 2024-03-01 深圳市凯迪仕智能科技股份有限公司 Equipment control method and related device

Similar Documents

Publication Publication Date Title
EP3668009B1 (en) Network service lifecycle management method and device
CN109150572B (en) Method, device and computer readable storage medium for realizing alarm association
CN110311831B (en) Container cloud-based system resource monitoring method and related equipment
JP2002108728A (en) Method for inserting fault information and provider facility
CN110928772A (en) Test method and device
CN111654453B (en) Form data offline caching method and device, terminal and storage medium
US10282120B2 (en) Method, apparatus and system for inserting disk
CN110088744A (en) A kind of database maintenance method and its system
CN109325068B (en) Data exchange method and device
CN112685175A (en) Method and device for constructing service topological graph and computer readable storage medium
CN113672487A (en) Message tracking method, device and system and computer readable storage medium
CN115221156A (en) Database cluster capacity expansion method and device, computer equipment and storage medium
CN112463549A (en) Auditing method, device and equipment of cloud platform and computer readable storage medium
CN116974874A (en) Database testing method and device, electronic equipment and readable storage medium
CN107766232B (en) Plug-in management method and device
CN115629951A (en) Task full-link tracking method, first node, link system and medium
CN111221847B (en) Monitoring data storage method, device and computer readable storage medium
CN110875832A (en) Abnormal service monitoring method, device and system and computer readable storage medium
CN114265737A (en) System migration integrity detection method and device and electronic equipment
CN113076112A (en) Database deployment method and device and electronic equipment
CN107506231A (en) A kind of method and system of VDI data protections
CN111522748A (en) Automatic test case generation method and device, server and storage medium
CN110287265B (en) Login request processing method and device, server and readable storage medium
US20240160763A1 (en) Configuration method, data integration method, apparatus, device, and storage medium of data integration strategy
CN117891680A (en) Service information management method, system, 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