CN116366474A - Cross-platform data interaction method, device and medium - Google Patents

Cross-platform data interaction method, device and medium Download PDF

Info

Publication number
CN116366474A
CN116366474A CN202310244064.5A CN202310244064A CN116366474A CN 116366474 A CN116366474 A CN 116366474A CN 202310244064 A CN202310244064 A CN 202310244064A CN 116366474 A CN116366474 A CN 116366474A
Authority
CN
China
Prior art keywords
data
layer
service
original data
bottom layer
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
CN202310244064.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.)
Shenzhen Ganzhen Intelligent Co ltd
Original Assignee
Shenzhen Ganzhen Intelligent 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 Shenzhen Ganzhen Intelligent Co ltd filed Critical Shenzhen Ganzhen Intelligent Co ltd
Priority to CN202310244064.5A priority Critical patent/CN116366474A/en
Publication of CN116366474A publication Critical patent/CN116366474A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • H04L41/5051Service on demand, e.g. definition and deployment of services in real time
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The invention provides a method, a device and a medium for cross-platform data interaction, which are applied to a system comprising a bottom layer and a router layer, wherein the method comprises the following steps: monitoring an interface of a registered broadcasting function preset on a bottom layer; when the interface is monitored to acquire the broadcast original data, forwarding the original data to a router layer through a bottom layer; and processing the original data through the Flutter layer to obtain a service instruction, and sending the service instruction from the Flutter layer to a service layer corresponding to the service instruction, so that the service layer realizes corresponding service functions according to the service instruction. The invention only receives and forwards the original data through the bottom layer, and the router layer processes the original data, so that the method is not only suitable for various interfaces, but also realizes the data interaction of various platforms; and the development and maintenance of the bottom code are reduced, and the occurrence rate of data interaction errors is reduced.

Description

Cross-platform data interaction method, device and medium
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a method, a device and a medium for cross-platform data interaction.
Background
The intelligent terminal uses a plurality of platforms such as Android and IOS, and at present, third-party manufacturers need to follow interfaces and development languages provided by respective platforms when developing under different platforms, so that the interfaces need to be analyzed at the bottom layers such as Android and IOS and sent to a Flutter layer, and related service functions are realized by the Flutter layer.
However, in the prior art, due to the expansion of the service of the product and the increase of the user demand, more and more interface calls are involved, and at this time, the Flutter layer, the Android layer and the IOS layer are required to modify the code at the same time, so that the opening and closing principle of code realization is seriously violated, and the development of new function demands and the maintenance of the code are greatly reduced.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a method, a device and a medium for cross-platform data interaction, which only receive and forward original data through a bottom layer, and the Fluter layer processes the original data, so that the method is not only suitable for various interfaces, but also realizes data interaction of various platforms; and the development and maintenance of the bottom code are reduced, and the occurrence rate of data interaction errors is reduced.
The method is realized by the following technical scheme:
a method for cross-platform data interaction is applied to a system comprising a bottom layer and a router layer, and comprises the following steps:
monitoring an interface of a registered broadcasting function preset on the bottom layer;
when the interface is monitored to acquire the broadcast original data, the original data is forwarded to the router layer through the bottom layer,
and processing the original data through the router layer to obtain a service instruction, and sending the service instruction from the router layer to a service layer corresponding to the service instruction, so that the service layer realizes corresponding service functions according to the service instruction.
In a specific embodiment, the processing, by the router layer, the raw data includes:
for each piece of original data, executing an operation of acquiring a data identifier on the original data through the router layer;
if the data identifier is acquired, determining that the original data is identifiable data;
analyzing the identifiable data to obtain a data entity, and generating a corresponding service instruction according to the data entity.
In a specific embodiment, different data entities are preset with corresponding event information types, the event information types are preset with corresponding event buses, and different event buses correspond to different event information types;
the step of sending the service instruction comprises the following steps:
acquiring the corresponding event information type according to the data entity obtained through analysis, and acquiring the corresponding event bus according to the event information type;
and sending the service instruction generated based on the data entity to a corresponding service layer through the event bus.
In a specific embodiment, a data channel is arranged between the router layer and the bottom layer;
the method further comprises the steps of:
calling an interface of the bottom layer through the data channel to generate a data calling instruction;
and sending the data calling instruction to third-party equipment so that the receiving end of the bottom layer can acquire the original data corresponding to the third-party equipment.
In a specific embodiment, the identifiable data is parsed by an Xml parsing framework.
A device for cross-platform data interaction is applied to a system comprising a bottom layer and a router layer, and comprises:
the monitoring module is used for monitoring interfaces of the registered broadcasting functions preset on the bottom layer;
the forwarding module is used for forwarding the original data to the router layer through the bottom layer when the interface is monitored to acquire the broadcast original data;
and the processing module is used for processing the original data through the Fluter layer to obtain a service instruction, and sending the service instruction to a service layer corresponding to the service instruction from the Fluter layer so that the service layer realizes corresponding service functions according to the service instruction.
In a specific embodiment, the processing module includes:
the acquisition module is used for executing the operation of acquiring the data identifier on the original data through the router layer aiming at each piece of original data;
the data determining module is used for determining that the original data is identifiable data if the data identifier is acquired;
and the analysis module is used for analyzing the identifiable data to obtain a data entity and generating a corresponding service instruction according to the data entity.
In a specific embodiment, different data entities are preset with corresponding event information types, the event information types are preset with corresponding event buses, and different event buses correspond to different event information types;
the processing module further includes:
the type determining module is used for acquiring the corresponding event information type according to the data entity obtained through analysis and acquiring the corresponding event bus according to the event information type;
and the service instruction sending module is used for sending the service instruction generated based on the data entity to a corresponding service layer through the event bus.
In a specific embodiment, the method further comprises:
the calling module is used for calling the interface of the bottom layer through a data channel between the router layer and the bottom layer so as to generate a data calling instruction;
and the original data acquisition module is used for sending the data calling instruction to third-party equipment so as to enable the receiving end of the bottom layer to acquire the original data corresponding to the third-party equipment.
A computer readable storage medium having stored thereon a computer program which when executed performs the steps of a method of cross-platform data interaction as described above.
The invention has at least the following beneficial effects:
the invention provides a method, a device and a medium for cross-platform data interaction, which are applied to a system comprising a bottom layer and a router layer, wherein the method comprises the following steps: monitoring an interface of a registered broadcasting function preset on a bottom layer; when the interface is monitored to acquire the broadcast original data, forwarding the original data to a router layer through a bottom layer; and processing the original data through the Flutter layer to obtain a service instruction, and sending the service instruction from the Flutter layer to a service layer corresponding to the service instruction, so that the service layer realizes corresponding service functions according to the service instruction. The invention only receives and forwards the original data through the bottom layer, and the router layer processes the original data, so that the method is not only suitable for various interfaces, but also realizes the data interaction of various platforms; and the development and maintenance of the bottom code are reduced, and the occurrence rate of data interaction errors is reduced.
Further, the processing of the raw data by the router layer includes: if the data identification is acquired, determining the original data as identifiable data; and analyzing the identifiable data to obtain a data entity, and generating a corresponding service instruction according to the data entity. The method has the advantages that the original data are identified through the Flutter layer and then analyzed, so that the data size to be analyzed is simplified, and the data processing speed is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method of cross-platform data interaction of embodiment 1;
FIG. 2 is a schematic diagram of a method for cross-platform data interaction according to embodiment 1;
fig. 3 is a schematic diagram of an apparatus for cross-platform data interaction in embodiment 1.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention provides a method, a device and a medium for cross-platform data interaction, which are applied to a system comprising a bottom layer and a router layer, wherein the method comprises the following steps: monitoring an interface of a registered broadcasting function preset on a bottom layer; when the interface is monitored to acquire the broadcast original data, forwarding the original data to a router layer through a bottom layer; and processing the original data through the Flutter layer to obtain a service instruction, and sending the service instruction from the Flutter layer to a service layer corresponding to the service instruction, so that the service layer realizes corresponding service functions according to the service instruction. The device comprises: the monitoring module is used for monitoring interfaces of registered broadcasting functions preset on the bottom layer; the forwarding module is used for forwarding the original data to the router layer through the bottom layer when the interface is monitored to acquire the broadcast original data; and the processing module is used for processing the original data through the Fluter layer to obtain a service instruction, and sending the service instruction from the Fluter layer to a service layer corresponding to the service instruction so that the service layer realizes corresponding service functions according to the service instruction. The medium has stored thereon a computer program which when executed performs the steps of a method of cross-platform data interaction.
Compared with the prior art, the method only receives and forwards the original data through the bottom layer, and the router layer processes the original data, so that the method is not only suitable for various interfaces, but also realizes data interaction of various platforms; and the development and maintenance of the bottom code are reduced, and the occurrence rate of data interaction errors is reduced.
Example 1
As shown in FIG. 1, the invention provides a method for cross-platform data interaction, which is applied to a system comprising a bottom layer and a router layer, and comprises the following steps:
s1, monitoring an interface of a registered broadcasting function preset on a bottom layer.
And S2, when the interface is monitored to acquire the broadcast original data, forwarding the original data to a router layer through a bottom layer.
And S3, processing the original data through the router layer to obtain a service instruction, and sending the service instruction from the router layer to a service layer corresponding to the service instruction so that the service layer realizes corresponding service functions according to the service instruction.
Compared with the prior art, the method only receives and forwards the original data through the bottom layer, and the Fluter layer processes the original data, so that the method is not only suitable for various interfaces, but also realizes data interaction of various platforms; and the development and maintenance of the bottom code are reduced, and the occurrence rate of data interaction errors is reduced.
1-2, the step S1 of monitoring the interface of the preset registered broadcasting function on the bottom layer comprises the following steps: a broadcasting type Camerareceiver is preset, so that the bottom layer of the Camerareceiver has an interface with registered broadcasting functions.
S2, when the interface is monitored to acquire the broadcast original data, before the original data is forwarded to the router layer through the bottom layer, the method comprises the following steps: an EventChannel class is preset, so that the original data of the bottom layer can be forwarded to the Flutter through the EventChannel.
1-2, S3, processing the original data through the Fluter layer, comprises:
and S31, for each piece of original data, executing an operation of acquiring the data identification on the original data through a router layer.
And S32, if the data identification is acquired, determining the original data as identifiable data.
And S33, analyzing the identifiable data to obtain a data entity, and generating a corresponding service instruction according to the data entity.
Specifically, S31 "performing, by the Flutter layer, an operation of acquiring data identification on the original data" includes: the original data has one or more, and there may or may not be a data identifier in the original data. And executing an operation of acquiring data identification on the one or more original data through a router layer aiming at the one or more original data, wherein the data is expressed as # characters.
S32 "if the data identifier is acquired, determining that the original data is identifiable data" includes: judging whether the data of the original data is preceded by a # character, and if the # character is existed, determining the data as identifiable data. If there is no # character, no subsequent processing is performed.
S33 'analyzing the identifiable data to obtain a data entity, and generating a corresponding business instruction according to the data entity' comprises the following steps: and analyzing the identifiable data with the # character to obtain a data entity, and generating a corresponding service instruction according to the data entity.
Wherein the identifiable data is parsed by an Xml parsing framework. And calling the Xmldocument.parameter in the router layer to obtain a data entity, and generating a corresponding service instruction according to the data entity. The original data is identified through the Xml analysis framework and then analyzed, so that the data size to be analyzed is simplified, and the data processing speed is improved.
1-2, different data entities are preset with corresponding event information types, the event information types are preset with corresponding event buses, and different event buses correspond to different event information types;
the step of sending the business instruction comprises the following steps: and acquiring a corresponding event information type according to the data entity obtained by analysis, and acquiring a corresponding event bus according to the event information type. And sending the service instruction generated based on the data entity to the corresponding service layer through the event bus. By arranging a plurality of event information types and event buses corresponding to the plurality of time information types, classification of the data entities is realized, so that business instructions corresponding to the data entities are sent through different event buses, and the data conveying efficiency is improved.
Specifically, the event information types include a cameracdeviceevent (vendor device event bus type) corresponding to a vendor device event bus and a BroadcastEvent (universal event bus type) corresponding to a universal event bus type.
In one embodiment, the corresponding vendor device event bus type is obtained according to the parsed data entity, and the corresponding vendor device event bus is obtained according to the vendor device event bus type. And sending the business instruction generated based on the data entity to the corresponding business layer through the manufacturer equipment event bus. If the vendor device event bus types are provided with a plurality of vendor device event bus types, each vendor device event bus type corresponds to one vendor device event bus, and different vendor device event bus types correspond to different vendor device event buses.
In another embodiment, the corresponding generic event bus type is obtained according to the parsed data entity, and the corresponding generic event bus is obtained according to the generic event bus type. And sending the business instruction generated based on the data entity to the corresponding business layer through the universal event bus.
A data channel is arranged between the router layer and the bottom layer; the method for cross-platform data interaction further comprises the following steps: calling an interface of the bottom layer through a data channel to generate a data calling instruction; and sending the data calling instruction to the third party equipment so that the receiving end of the bottom layer can acquire the original data of the corresponding third party equipment.
Specifically, a data channel between the Flutter layer and the bottom layer is com.nes.host/broadcast, and an interface of the bottom layer is called through the data channel, so that a data call instruction is generated in the Flutter layer; and sending the data calling instruction to the third party device so that the receiving end of the bottom layer can acquire the original data of the corresponding third party device.
Wherein the bottom layer comprises Android, IOS and the like. The third party equipment comprises mobile phones, tablets and the like.
Example 2
The embodiment provides a device for cross-platform data interaction based on the method for cross-platform data interaction provided in embodiment 1, which is applied to a system including a bottom layer and a router layer, and includes:
the monitoring module 1 is used for monitoring interfaces of registered broadcasting functions preset on the bottom layer;
the forwarding module 2 is used for forwarding the original data to the router layer through the bottom layer when the interface is monitored to acquire the broadcast original data;
and the processing module 3 is used for processing the original data through the router layer to obtain a service instruction, and sending the service instruction from the router layer to a service layer corresponding to the service instruction so that the service layer realizes corresponding service functions according to the service instruction.
Compared with the prior art, the method is suitable for various interfaces and realizes the data interaction of various platforms by matching the monitoring module 1, the forwarding module 2 and the processing module 3, and only receiving and forwarding the original data are carried out at the bottom layer, and then the original data are processed by the Flutter layer; and the development and maintenance of the bottom code are reduced, and the occurrence rate of data interaction errors is reduced.
Wherein the processing module 3 comprises:
the acquisition module is used for executing the operation of acquiring the data identifier on the original data through the router layer aiming at each original data;
the data determining module is used for determining that the original data is identifiable data if the data identifier is acquired;
and the analysis module is used for analyzing the identifiable data to obtain a data entity and generating a corresponding service instruction according to the data entity.
Different data entities are preset with corresponding event information types, the event information types are preset with corresponding event buses, and different event buses correspond to different event information types.
Wherein the processing module 3 further comprises:
the type determining module is used for acquiring a corresponding event information type according to the data entity obtained through analysis and acquiring a corresponding event bus according to the event information type;
and the service instruction sending module is used for sending the service instruction generated based on the data entity to the corresponding service layer through the event bus.
The device for cross-platform data interaction further comprises:
the calling module is used for calling the interface of the bottom layer through a data channel between the router layer and the bottom layer so as to generate a data calling instruction;
the original data acquisition module is used for sending the data calling instruction to the third party device so that the receiving end of the bottom layer acquires the original data of the corresponding third party device.
Example 3
The present embodiment proposes a computer readable storage medium on which a computer program is stored, based on the method for cross-platform data interaction proposed in embodiment 1, the steps of the method for cross-platform data interaction being implemented when the computer program is executed.
It will be appreciated by those of ordinary skill in the art that the modules or steps of the invention described above may be implemented in a general purpose computing device, they may be centralized on a single computing device, or distributed over a network of computing devices, or they may alternatively be implemented in program code executable by a computer device, such that they are stored in a memory device and executed by the computing device, or they may be separately fabricated as individual integrated circuit modules, or multiple modules or steps within them may be fabricated as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.
The foregoing disclosure is merely illustrative of some embodiments of the invention, and the invention is not limited thereto, as modifications may be made by those skilled in the art without departing from the scope of the invention.

Claims (10)

1. A method for cross-platform data interaction, which is applied to a system comprising a bottom layer and a router layer, the method comprising:
monitoring an interface of a registered broadcasting function preset on the bottom layer;
when the interface is monitored to acquire the broadcast original data, forwarding the original data to the router layer through the bottom layer;
and processing the original data through the router layer to obtain a service instruction, and sending the service instruction from the router layer to a service layer corresponding to the service instruction, so that the service layer realizes corresponding service functions according to the service instruction.
2. The method of cross-platform data interaction of claim 1, wherein the processing of the raw data by the Flutter layer comprises:
for each piece of original data, executing an operation of acquiring a data identifier on the original data through the router layer;
if the data identifier is acquired, determining that the original data is identifiable data;
analyzing the identifiable data to obtain a data entity, and generating a corresponding service instruction according to the data entity.
3. The method of cross-platform data interaction according to claim 2, wherein different data entities are preset with corresponding event information types, the event information types are preset with corresponding event buses, and different event buses correspond to different event information types;
the step of sending the service instruction comprises the following steps:
acquiring the corresponding event information type according to the data entity obtained through analysis, and acquiring the corresponding event bus according to the event information type;
and sending the service instruction generated based on the data entity to a corresponding service layer through the event bus.
4. The method of cross-platform data interaction according to claim 1, wherein a data channel is provided between the router layer and the bottom layer;
the method further comprises the steps of:
calling an interface of the bottom layer through the data channel to generate a data calling instruction;
and sending the data calling instruction to third-party equipment so that the receiving end of the bottom layer can acquire the original data corresponding to the third-party equipment.
5. The method of cross-platform data interaction of claim 2, wherein the identifiable data is parsed by an Xml parsing framework.
6. The device for cross-platform data interaction is characterized by being applied to a system comprising a bottom layer and a router layer, and comprising:
the monitoring module is used for monitoring interfaces of the registered broadcasting functions preset on the bottom layer;
the forwarding module is used for forwarding the original data to the router layer through the bottom layer when the interface is monitored to acquire the broadcast original data;
and the processing module is used for processing the original data through the Fluter layer to obtain a service instruction, and sending the service instruction to a service layer corresponding to the service instruction from the Fluter layer so that the service layer realizes corresponding service functions according to the service instruction.
7. The apparatus of cross-platform data interaction of claim 6, wherein the processing module comprises:
the acquisition module is used for executing the operation of acquiring the data identifier on the original data through the router layer aiming at each piece of original data;
the data determining module is used for determining that the original data is identifiable data if the data identifier is acquired;
and the analysis module is used for analyzing the identifiable data to obtain a data entity and generating a corresponding service instruction according to the data entity.
8. The device for cross-platform data interaction according to claim 7, wherein different data entities are preset with corresponding event information types, the event information types are preset with corresponding event buses, and different event buses correspond to different event information types;
the processing module further includes:
the type determining module is used for acquiring the corresponding event information type according to the data entity obtained through analysis and acquiring the corresponding event bus according to the event information type;
and the service instruction sending module is used for sending the service instruction generated based on the data entity to a corresponding service layer through the event bus.
9. The apparatus for cross-platform data interaction of claim 6, further comprising:
the calling module is used for calling the interface of the bottom layer through a data channel between the router layer and the bottom layer so as to generate a data calling instruction;
and the original data acquisition module is used for sending the data calling instruction to third-party equipment so as to enable the receiving end of the bottom layer to acquire the original data corresponding to the third-party equipment.
10. A computer readable storage medium, characterized in that it has stored thereon a computer program which, when executed, implements the steps of the method of cross-platform data interaction according to any of claims 1 to 5.
CN202310244064.5A 2023-03-06 2023-03-06 Cross-platform data interaction method, device and medium Pending CN116366474A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310244064.5A CN116366474A (en) 2023-03-06 2023-03-06 Cross-platform data interaction method, device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310244064.5A CN116366474A (en) 2023-03-06 2023-03-06 Cross-platform data interaction method, device and medium

Publications (1)

Publication Number Publication Date
CN116366474A true CN116366474A (en) 2023-06-30

Family

ID=86940928

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310244064.5A Pending CN116366474A (en) 2023-03-06 2023-03-06 Cross-platform data interaction method, device and medium

Country Status (1)

Country Link
CN (1) CN116366474A (en)

Similar Documents

Publication Publication Date Title
CN111818136B (en) Data processing method, device, electronic equipment and computer readable medium
CN110704518B (en) Business data processing method and device based on Flink engine
US20130152069A1 (en) Method, apparatus and system for initiating terminal operation
CN111858113B (en) Application program repairing method and device, service system and storage medium
CN113159145A (en) Characteristic engineering arrangement method and device
CN104022922A (en) Mobile terminal, heartbeat forwarding server and heartbeat information transmitting method and system
CN113806037A (en) Service calling method and device, storage medium and electronic equipment
CN109861998B (en) Plug-in type dynamic analysis system and method based on Beidou short message protocol
CN110727581A (en) Collapse positioning method and electronic equipment
CN112035344A (en) Multi-scenario test method, device, equipment and computer readable storage medium
CN111865665A (en) Network equipment fault self-healing method and device
CN114676205A (en) Event information processing method and device
CN109787789B (en) Compatibility management method, device and equipment for software upgrading and storage medium
CN111315026B (en) Channel selection method, device, gateway and computer readable storage medium
CN113407823A (en) IOS message pushing method and system
CN116366474A (en) Cross-platform data interaction method, device and medium
CN115037653B (en) Service flow monitoring method, device, electronic equipment and storage medium
CN105988882B (en) A kind of application software fault repairing method and terminal device
CN107729184B (en) System component service self-healing method
CN105681208B (en) Message centralized processing method and system of intelligent router
CN114217932A (en) Third-party docking exception handling method and system
CN111258940B (en) Configuration method, business auditing system, business auditing equipment and storage medium
CN114518917A (en) Algorithm module scheduling method, algorithm module scheduling device and readable storage medium
CN112948195A (en) Interface testing method and device, electronic equipment and storage medium
CN107678928B (en) Application program processing method and server

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