CN111143094A - Information flow aggregation system and control method thereof - Google Patents

Information flow aggregation system and control method thereof Download PDF

Info

Publication number
CN111143094A
CN111143094A CN202010002472.6A CN202010002472A CN111143094A CN 111143094 A CN111143094 A CN 111143094A CN 202010002472 A CN202010002472 A CN 202010002472A CN 111143094 A CN111143094 A CN 111143094A
Authority
CN
China
Prior art keywords
data
information
information flow
api interface
app
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.)
Granted
Application number
CN202010002472.6A
Other languages
Chinese (zh)
Other versions
CN111143094B (en
Inventor
曾蕊
张万宝
佘中杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Zhuoyi Technology Co Ltd
Original Assignee
Shanghai Zhuoyi 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 Shanghai Zhuoyi Technology Co Ltd filed Critical Shanghai Zhuoyi Technology Co Ltd
Priority to CN202010002472.6A priority Critical patent/CN111143094B/en
Publication of CN111143094A publication Critical patent/CN111143094A/en
Application granted granted Critical
Publication of CN111143094B publication Critical patent/CN111143094B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides an information flow aggregation system and a control method thereof, wherein the system mainly comprises: and erecting an information flow transfer station between the APP terminal and each information flow API interface, wherein the information flow transfer station receives the request information of the APP terminal, requests for data from the corresponding information flow API interface after processing, and transmits the fed-back information data to the APP terminal after integrating the information data in a preset format. Therefore, the problem that the APP needs to be updated due to the change of the API interface is solved.

Description

Information flow aggregation system and control method thereof
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to an information flow aggregation system and a control method thereof.
Background
At present, many large-scale network companies provide information flow services for various APP (Application) developers by providing API (Application programming interface) so that the APPs can display diversified information and provide better information services for users.
Such as Baidu, today's headline, Tencent, etc., through the API interface that it provides, provide the information flow of the corresponding channel after various APP insert. In actual operation, as shown in fig. 1, for example, a news APP starts to use a news API interface in Tencent, but if it is desired to switch to access a hundred-degree news API interface or a news API interface in Tencent changes during use, the APP needs to be updated through an application package, so that the corresponding API interface can be reconnected again, otherwise, the current APP cannot acquire information any more.
Therefore, such prior art has several problems, if the volume of the application package for updating is large, the cost of upgrading is increased, for example, a single APP service provider needs to additionally increase the cost of the server, and the downloading service of the application package for updating also needs to occupy a large traffic bandwidth, if the traffic bandwidth of the server is insufficient, the time for the user to wait for downloading is prolonged, but the tolerance of the user is limited, which undoubtedly results in the loss of the customer source; while from the user's perspective, updating the APP means that the APP package needs to be downloaded using data traffic, which obviously has certain requirements on the data traffic that the user can tolerate, and also reduces the viscosity of the APP for the client and even discards it, which obviously is difficult to receive.
In terms of security, frequent provision of the application packages also increases the potential safety hazard, and if a client downloads the application packages from an unsafe download channel and uses the unsafe application packages for upgrading, obviously, more potential safety hazards are generated. Therefore, there is a need in the art for a technique that can solve the above-mentioned technical problems.
Disclosure of Invention
The invention mainly aims to provide an information flow aggregation system and a control method thereof, so as to solve the problem that an APP needs to be updated due to the change of an API (application programming interface).
In order to achieve the above object, according to an aspect of the present invention, there is provided an information flow aggregation system including: and erecting an information flow transfer station between the APP terminal and each information flow API interface, wherein the information flow transfer station receives the request information of the APP terminal, requests for data from the corresponding information flow API interface after processing, and transmits the fed-back information data to the APP terminal after integrating the information data in a preset format.
In a possible preferred embodiment, the request information includes: API interface data and information acquisition data, wherein the information flow transfer station locates the corresponding information flow API interface according to the API interface data and sends the information acquisition data to the information flow API interface.
In a possible preferred embodiment, the information flow transfer station includes: the interface background uses the API interface data to position the corresponding information flow API interface and transmits the information acquisition data so as to acquire the feedback information data.
In a possible preferred embodiment, the interface background stores an API interface database, and when the configuration of each information flow API interface is changed, the API interface database is updated in the interface background so that the interface background performs corresponding conversion on the API interface data.
In a possible preferred embodiment, the operation background stores a data conversion library, and when the configuration of each information flow API interface is changed, the operation background updates the data conversion library so that the operation background performs corresponding conversion on the information retrieval data.
In a possible preferred embodiment, the operation background stores a data template, and the information data is processed by the operation background according to the data template to form an integration in a preset format.
In a possible preferred embodiment, the request information further includes: and the operation background analyzes the APP configuration data to select an adaptive data template to process the information data so as to form integration in a preset format.
In a possible preferred embodiment, the step of integrating the preset format comprises: the operation background analysis information data comprises the following steps: information elements including icons, patterns, characters and videos, and analyzing the APP configuration data to select a proper data template according to the APP configuration data, and performing the following on each information element according to the corresponding data template: at least one of scaling, splitting, arranging, combining, composing, and data converting processes to form an integration.
In a possible preferred embodiment, the APP configuration data includes: and executing at least one of hardware parameters, system parameters and display parameters of the equipment at the APP end.
In a possible preferred embodiment, the APP and the information stream transfer station process the request information and the integrated information data in a protocol encryption and compression manner, and then send the processed request information and the integrated information data to each other.
In order to achieve the above object, according to another aspect of the present invention, there is also provided an information flow aggregation system control method, including:
the information flow transfer station receives request information transmitted by the APP terminal, and after analysis, API interface data, information acquisition data and APP configuration data are obtained;
the information flow transfer station converts API interface data and information acquisition data to position a corresponding information flow API interface and transmits the converted information acquisition data;
and the information flow transfer station acquires the information data fed back by the information flow API interface so as to configure the data according to the APP and transmit the data to the APP end after the integration of the preset format.
The information flow polymerization system and the control method thereof provided by the invention solve the problem that the APP needs to be updated due to the change of the API, thereby reducing the server cost required by a single APP service provider and the bandwidth cost of downloading service flow, simultaneously ensuring that an APP user does not need to frequently upgrade programs for the change of the API, reducing the expenditure of data flow cost, more importantly, reducing the time and times of downloading and updating, and simultaneously greatly improving the use experience of the APP while reducing the potential safety hazard.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
FIG. 1 is a prior art reference diagram;
FIG. 2 is a schematic structural diagram of an embodiment of an information flow aggregation system according to the present invention;
FIG. 3 is a diagram of two to four structural references of an information flow aggregation system according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of an integrated display case of the information flow aggregation system according to the present invention;
fig. 5 is a flowchart of the steps of the information flow aggregation system control method according to the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make those skilled in the art better understand the technical solution of the present invention, the technical solution 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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, shall fall within the scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions.
(A)
Referring to fig. 2, in order to solve the problem that the APP needs to be updated due to the change of the API interface, the present invention provides an information flow aggregation system, which in a preferred embodiment mainly includes: and erecting an information flow transfer station between the APP terminal and each information flow API interface, wherein the information flow transfer station receives the request information of the APP terminal, requests for data from the corresponding information flow API interface after processing, and transmits the fed-back information data to the APP terminal after integrating the information data in a preset format.
Specifically, the request information includes: the information retrieval method comprises API interface data and information retrieval data, wherein the API interface data are API interface data of an information flow channel to be acquired by the APP terminal, and the information retrieval data are the range of related information flow data which can be provided by the information flow API interface to be acquired. Therefore, the information flow transfer station can accurately position the corresponding information flow API interface according to the API interface data so as to send information asking data to the information flow transfer station.
In the specific processing process, the information flow transfer station firstly analyzes the request information to obtain API interface data and information acquisition data, and then the information flow transfer station uses the API interface data to position the corresponding information flow API interface and transmits the information acquisition data to obtain the feedback information data.
It is worth mentioning that, in order to enable the APP side of each version to be able to connect to each information flow API interface in the current state to obtain information data, an API interface database is further stored in the information flow transfer station, so that when configuration of each information flow API interface is changed, the information flow transfer station can perform a corresponding conversion function on the API interface data by updating the API interface database at the information flow transfer station, thereby solving the problem that the APP side needs to be updated, so that each type of APP side can be converted into currently available API interface data whenever relevant information is recorded in the API interface database regardless of whether the APP side is updated or the version is different, and thereby the information flow API interface can be accurately located.
Therefore, after the request information transmitted by the APP terminal is converted by the information flow transfer station, the information data fed back by the corresponding information flow API interface can be smoothly acquired, however, at this moment, the information data can not be directly used by the APP terminal, because the APP terminals of different versions can not be directly suitable for the information data of a new version, when the information data is subjected to such a situation, the information data must be integrated and converted to be transmitted to the APP terminal.
Wherein the integrating step mainly comprises: the information flow transfer station analysis information data comprises: information elements including icons, patterns, characters and videos, and the information elements comprise: and at least one of scaling, splitting, arranging, combining, typesetting and data conversion processing is carried out to form integration, so that the integrated information data can be recognized and displayed properly by the APP equipment. Thereby solving the problem that the APP needs to be updated due to the change of the API interface,
(II)
Referring to fig. 2, in order to solve the problem that the APP needs to be updated due to the change of the API interface, the present invention further provides an information flow aggregation system, which in an embodiment mainly includes: and erecting an information flow transfer station between the APP terminal and each information flow API interface, wherein the information flow transfer station receives the request information of the APP terminal, requests for data from the corresponding information flow API interface after processing, and transmits the fed-back information data to the APP terminal after integrating the information data in a preset format.
Specifically, the request information includes: the information retrieval method comprises API interface data and information retrieval data, wherein the API interface data are API interface data of an information flow channel to be acquired by the APP terminal, and the information retrieval data are the range of related information flow data which can be provided by the information flow API interface to be acquired. Therefore, the information flow transfer station can accurately position the corresponding information flow API interface according to the API interface data so as to send information asking data to the information flow transfer station.
In order to better cooperate with the APP end to process the request information thereof, the information flow transfer station includes: the system comprises an operation background and an interface background, wherein the operation background can be configured with various management configurations and manage the whole information transfer process, and the interface background is used for connecting an APP terminal and each information flow API interface to perform data interaction.
In the specific processing process, the operation background firstly analyzes the request information to obtain API interface data and information acquisition data, and the interface background uses the API interface data to position the corresponding information flow API interface and transmits the information acquisition data to obtain feedback information data.
It is worth mentioning that, in order to enable the APP end of each version to be able to connect to each information flow API interface in the current state to obtain information data, an API interface database is further stored in the interface background, so that when configuration of each information flow API interface is changed, the API interface database is updated in the interface background, and the interface background can perform corresponding conversion function on API interface data, thereby solving the problem that the APP end needs to be updated, so that each type of APP end can be converted into currently available API interface data no matter whether updated or different versions are available, as long as relevant information is recorded in the API interface database, and thereby the information flow API interface can be accurately located.
On the other hand, because different types or versions of APP terminals may have different data formats and the like for the information retrieval data transmitted by the APP terminals, and to enable the information retrieval data to be received by the information flow API interface where it may be located, wherein the operation background is stored with a data conversion database, wherein the data conversion database can convert the data format of the information retrieval data sent by the APP terminals of different types or versions, when the configuration of each information flow API interface is changed, if the conversion in the aspect of data format is updated, the data conversion library is updated in the operation background, therefore, the problem that the APP end needs to be updated can be solved, and the data conversion format of each type of APP end can be converted into the data format which can be received by the corresponding information flow API interface as long as the data conversion format is recorded in the data conversion library no matter whether the APP end is updated or the versions of the APP ends are different.
Therefore, after the request information transmitted by the APP terminal is converted by the information flow transfer station, the information data fed back by the corresponding information flow API interface can be smoothly acquired, however, at this moment, the information data can not be directly used by the APP terminal, because the APP terminals of different versions can not be directly suitable for the information data of a new version, when the information data is subjected to such a situation, the information data must be integrated and converted to be transmitted to the APP terminal.
Wherein the integrating step mainly comprises: the operation background analysis information data comprises the following steps: information elements including icons, patterns, characters and videos, and the information elements comprise: and at least one of scaling, splitting, arranging, combining, typesetting and data conversion processing is carried out to form integration, so that the integrated information data can be recognized and displayed properly by the APP equipment.
(III)
Referring to fig. 3 to 4, in order to solve the problem that the APP needs to be updated due to the change of the API interface, the present invention provides an information flow aggregation system, which mainly includes, in a preferred embodiment: and erecting an information flow transfer station between the APP terminal and each information flow API interface, wherein the information flow transfer station receives the request information of the APP terminal, requests for data from the corresponding information flow API interface after processing, and transmits the fed-back information data to the APP terminal after integrating the information data in a preset format.
Specifically, the request information includes: the information retrieval method comprises API interface data and information retrieval data, wherein the API interface data are API interface data of an information flow channel to be acquired by the APP terminal, and the information retrieval data are the range of related information flow data which can be provided by the information flow API interface to be acquired. Therefore, the information flow transfer station can accurately position the corresponding information flow API interface according to the API interface data so as to send information asking data to the information flow transfer station.
In order to better cooperate with the APP end to process the request information thereof, the information flow transfer station includes: the system comprises an operation background and an interface background, wherein the operation background can be configured with various management configurations and manage the whole information transfer process, and the interface background is used for connecting an APP terminal and each information flow API interface to perform data interaction.
In the specific processing process, the operation background firstly analyzes the request information to obtain API interface data and information acquisition data, and the interface background uses the API interface data to position the corresponding information flow API interface and transmits the information acquisition data to obtain feedback information data.
It is worth mentioning that, in order to enable the APP end of each version to be able to connect to each information flow API interface in the current state to obtain information data, an API interface database is further stored in the interface background, so that when configuration of each information flow API interface is changed, the API interface database is updated in the interface background, and the interface background can perform corresponding conversion function on API interface data, thereby solving the problem that the APP end needs to be updated, so that each type of APP end can be converted into currently available API interface data no matter whether updated or different versions are available, as long as relevant information is recorded in the API interface database, and thereby the information flow API interface can be accurately located.
On the other hand, because different types or versions of APP terminals may have different data formats and the like for the information retrieval data transmitted by the APP terminals, and to enable the information retrieval data to be received by the information flow API interface where it may be located, wherein the operation background is stored with a data conversion database, wherein the data conversion database can convert the data format of the information retrieval data sent by the APP terminals of different types or versions, when the configuration of each information flow API interface is changed, if the conversion in the aspect of data format is updated, the data conversion library is updated in the operation background, therefore, the problem that the APP end needs to be updated can be solved, and the data conversion format of each type of APP end can be converted into the data format which can be received by the corresponding information flow API interface as long as the data conversion format is recorded in the data conversion library no matter whether the APP end is updated or the versions of the APP ends are different.
Therefore, after the request information transmitted by the APP terminal is converted by the information flow transfer station, the information data fed back by the corresponding information flow API interface can be smoothly acquired, however, at this moment, the information data may not be directly used by the APP terminal, because the APP terminals of different versions may not be directly suitable for the information data of a new version, when the information data is encountered, the information data must be converted to be transmitted to the APP terminal.
In order to solve this problem, in a preferred embodiment of the present invention, the request information sent by the APP end further includes: APP configuration data, wherein the APP configuration data comprises: at least one or more of hardware parameters, system parameters and display parameters of the equipment executing the APP terminal, so that the data configuration is realized through the APP terminal, the data format which can be adapted by the equipment terminal can be known by the operation background, and the operation background can solve the problems that whether the data can be read or not, or even if the data can be read, the code mess is possible or the typesetting is disordered when the display is performed.
Therefore, in an optimal implementation mode, correspondingly, a data template is stored in the operation background, the APP configuration data is analyzed by the operation background according to the data template, and then the adapted data template is selected to process the information data, for example, the current operation background can judge which operating system the APP end is adapted to can know the data format through system parameters, judge the operational capability and the framework of the device through hardware parameters, and judge the range of displayable regions, colors, resolution and the like through display parameters, so that the preset corresponding data template can be quickly screened out for adaptation after the judgment, and after the APP configuration data is adapted to a corresponding data template, the information data can be integrated.
Wherein the integrating step mainly comprises: the operation background analysis information data comprises the following steps: information elements including icons, patterns, characters and videos, and analyzing the APP configuration data to select a proper data template according to the APP configuration data, and performing the following on each information element according to the corresponding data template: and at least one of scaling, splitting, arranging, combining, typesetting and data conversion processing is carried out to form integration, so that the integrated information data can be recognized and displayed properly by the APP equipment.
As shown in fig. 4, 3 cases of displaying information data integrated by data templates on the APP end device are shown, however, it should be understood by those skilled in the art that the 3 examples given in this embodiment do not limit the scope of the data templates of the present invention, but only serve to illustrate the inventive concept, and therefore, any other equivalent data template schemes performed under the inventive concept are within the disclosure scope of the embodiments of the present invention. Among them, for example: when the information elements have icons, zooming and arranging the icons; when the image and text exist, the image and text are zoomed and typeset by the mode of the upper image context or the lower image context of a single image, when a plurality of images exist, the images can be zoomed and arranged so as to be reasonably typeset in the range capable of being displayed by the APP terminal equipment to form the upper image context or the lower image context, and the adjusted information elements can be subjected to data conversion according to the readable data of the APP terminal, so that the integration of the preset format can be formed, and after the information elements are transmitted to the APP terminal through the information flow transfer station, the APP terminal can be ensured to display the requested information data. Thereby solving the problem that the APP needs to be updated due to the change of the API interface,
(IV)
Referring to fig. 3 to 4, in order to solve the problem that the APP needs to be updated due to the change of the API interface, another aspect of the present invention provides an information flow aggregation system, which in a preferred embodiment mainly includes: and erecting an information flow transfer station between the APP terminal and each information flow API interface, wherein the information flow transfer station receives the encrypted and compressed request information of the APP terminal, processes the request information to ask for data from the corresponding information flow API interface instead, and transmits the fed-back information data to the APP terminal after integrating the information data in a preset format.
Specifically, the APP and the information flow relay station process the request information and the integrated information data in an encryption compression manner of a protocol, and then send the processed request information and the integrated information data to the other side, so that both sides of the data can receive more data for encryption authentication, thereby improving the security of information transmission.
Wherein the request information includes: the information retrieval method comprises API interface data and information retrieval data, wherein the API interface data are API interface data of an information flow channel to be acquired by the APP terminal, and the information retrieval data are the range of related information flow data which can be provided by the information flow API interface to be acquired. Therefore, the information flow transfer station can accurately position the corresponding information flow API interface according to the API interface data so as to send information asking data to the information flow transfer station.
In order to better cooperate with the APP end to process the request information thereof, the information flow transfer station includes: the system comprises an operation background and an interface background, wherein the operation background can be configured with various management configurations, manage the whole information transfer process, encrypt and compress integrated information data according to a protocol, and the interface background is used for connecting an APP terminal and API interfaces of various information flows to perform data interaction.
In the specific processing process, the operation background firstly analyzes the request information to obtain API interface data and information acquisition data, and the interface background uses the API interface data to position the corresponding information flow API interface and transmits the information acquisition data to obtain feedback information data.
It is worth mentioning that, in order to enable the APP end of each version to be able to connect to each information flow API interface in the current state to obtain information data, an API interface database is further stored in the interface background, so that when configuration of each information flow API interface is changed, the API interface database is updated in the interface background, and the interface background can perform corresponding conversion function on API interface data, thereby solving the problem that the APP end needs to be updated, so that each type of APP end can be converted into currently available API interface data no matter whether updated or different versions are available, as long as relevant information is recorded in the API interface database, and thereby the information flow API interface can be accurately located.
On the other hand, because different types or versions of APP terminals may have different data formats and the like for the information retrieval data transmitted by the APP terminals, and to enable the information retrieval data to be received by the information flow API interface where it may be located, wherein the operation background is stored with a data conversion database, wherein the data conversion database can convert the data format of the information retrieval data sent by the APP terminals of different types or versions, when the configuration of each information flow API interface is changed, if the conversion in the aspect of data format is updated, the data conversion library is updated in the operation background, therefore, the problem that the APP end needs to be updated can be solved, and the data conversion format of each type of APP end can be converted into the data format which can be received by the corresponding information flow API interface as long as the data conversion format is recorded in the data conversion library no matter whether the APP end is updated or the versions of the APP ends are different.
Therefore, after the request information transmitted by the APP terminal is converted by the information flow transfer station, the information data fed back by the corresponding information flow API interface can be smoothly acquired, however, at this moment, the information data may not be directly used by the APP terminal, because the APP terminals of different versions may not be directly suitable for the information data of a new version, when the information data is encountered, the information data must be converted to be transmitted to the APP terminal.
In order to solve this problem, in a preferred embodiment of the present invention, the request information sent by the APP end further includes: APP configuration data, wherein the APP configuration data comprises: at least one or more of hardware parameters, system parameters and display parameters of the equipment executing the APP terminal, so that the data configuration is realized through the APP terminal, the data format which can be adapted by the equipment terminal can be known by the operation background, and the operation background can solve the problems that whether the data can be read or not, or even if the data can be read, the code mess is possible or the typesetting is disordered when the display is performed.
Therefore, in an optimal implementation mode, correspondingly, a data template is stored in the operation background, the APP configuration data is analyzed by the operation background according to the data template, and then the adapted data template is selected to process the information data, for example, the current operation background can judge which operating system the APP end is adapted to can know the data format through system parameters, judge the operational capability and the framework of the device through hardware parameters, and judge the range of displayable regions, colors, resolution and the like through display parameters, so that the preset corresponding data template can be quickly screened out for adaptation after the judgment, and after the APP configuration data is adapted to a corresponding data template, the information data can be integrated.
Wherein the integrating step mainly comprises: the operation background analysis information data comprises the following steps: information elements including icons, patterns, characters and videos, and analyzing the APP configuration data to select a proper data template according to the APP configuration data, and performing the following on each information element according to the corresponding data template: at least one of the processes of scaling/zooming, splitting, arranging, combining, typesetting and data conversion processing is carried out to form integration, and the integration is encrypted and compressed through a protocol, so that the integrated information data can be identified and decrypted by the equipment at the APP end and then read to be displayed properly.
As shown in fig. 4, 3 cases of displaying information data integrated by data templates on the APP end device are shown, however, it should be understood by those skilled in the art that the 3 examples given in this embodiment do not limit the scope of the data templates of the present invention, but only serve to illustrate the inventive concept, and therefore, any other equivalent data template schemes performed under the inventive concept are within the disclosure scope of the embodiments of the present invention. Among them, for example: when the information elements have icons, zooming and arranging the icons; when the image and text exist, the image and text are zoomed and typeset by the mode of the upper image context or the lower image context of a single image, when a plurality of images exist, the images can be zoomed and arranged, so that the reasonable typesetting can be realized in the range which can be displayed by the APP terminal equipment, the upper image context or the lower image context form is formed, the adjusted information elements can perform data conversion according to the readable data of the APP terminal, the integration of the preset format can be formed, the information elements are encrypted and compressed by a protocol, and the information elements can be ensured to display the requested information data by the APP terminal after being transmitted to the APP terminal through the information flow transfer station. Thereby solving the problem that the APP needs to be updated due to the change of the API interface,
(V)
Referring to fig. 5, according to another aspect of the present invention, there is further provided a control method for controlling the information flow aggregation system in the above preferred embodiment, including the steps of: the information flow transfer station receives request information transmitted by the APP terminal, and after analysis, API interface data, information acquisition data and APP configuration data are obtained; the information flow transfer station converts API interface data and information acquisition data to position a corresponding information flow API interface and transmits the converted information acquisition data; and the information flow transfer station acquires the information data fed back by the information flow API interface so as to configure the data according to the APP and transmit the data to the APP end after the integration of the preset format. Therefore, the problem that the APP needs to be updated due to the change of the API interface is solved.
In a preferred embodiment, the integrating step of the preset format mainly includes: the information flow transfer station analysis information data comprises: information elements including icons, patterns, characters and videos, and the information elements comprise: and at least one of scaling, splitting, arranging, combining, typesetting and data conversion processing is carried out to form integration, so that the integrated information data can be recognized and displayed properly by the APP equipment.
In summary, the information flow aggregation system and the control method thereof provided by the invention solve the problem that the APP needs to be updated due to the change of the API interface, and can flexibly switch the API interface of the information source, thereby reducing the cost of the server which needs additional expenditure of a single APP service provider and the cost of downloading service traffic bandwidth, and simultaneously enabling the APP user not to frequently upgrade the program for the change of the API interface, reducing the expenditure of data traffic cost, and more importantly, reducing the time and the number of downloading and updating, so that the use experience of the APP is dramatically improved while the potential safety hazard is reduced.
The preferred embodiments of the invention disclosed above are intended to be illustrative only. The preferred embodiments are not intended to be exhaustive or to limit the invention to the precise embodiments disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and the practical application, to thereby enable others skilled in the art to best utilize the invention. The invention is limited only by the claims and the full scope and equivalents thereof, and any modification, equivalent replacement, or improvement made within the spirit and principle of the invention should be included in the protection scope of the invention.
It will be appreciated by those skilled in the art that, in addition to implementing the system, apparatus and various modules thereof provided by the present invention in the form of pure computer readable program code, the same procedures may be implemented entirely by logically programming method steps such that the system, apparatus and various modules thereof provided by the present invention are implemented in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Therefore, the system, the device and the modules thereof provided by the present invention can be considered as a hardware component, and the modules included in the system, the device and the modules thereof for implementing various programs can also be considered as structures in the hardware component; modules for performing various functions may also be considered to be both software programs for performing the methods and structures within hardware components.
In addition, all or part of the steps of the method according to the above embodiments may be implemented by a program instructing related hardware, where the program is stored in a storage medium and includes several instructions to enable a single chip, a chip, or a processor (processor) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
In addition, any combination of various different implementation manners of the embodiments of the present invention is also possible, and the embodiments of the present invention should be considered as disclosed in the embodiments of the present invention as long as the combination does not depart from the spirit of the embodiments of the present invention.

Claims (10)

1. An information flow aggregation system, comprising: the information flow transfer station is erected between the APP end and each information flow API interface, wherein the information flow transfer station receives request information of the APP end, requests for data from the corresponding information flow API interface after processing, and sends the fed-back information data to the APP end after integration of a preset format.
2. The information flow aggregation system of claim 1, wherein the request information comprises: API interface data and information acquisition data, wherein the information flow transfer station positions the corresponding information flow API interface according to the API interface data and sends the information acquisition data to the information flow API interface.
3. The information flow aggregation system of claim 2, wherein the information flow transfer station comprises: the system comprises an operation background and an interface background, wherein the operation background acquires API interface data and information acquisition data after analyzing the request information, and the interface background uses the API interface data to position the corresponding information flow API interface and transmits the information acquisition data so as to acquire feedback information data.
4. The information flow aggregation system according to claim 3, wherein the interface background stores an API interface database, and when configuration of each information flow API interface is changed, the API interface database is updated in the interface background so that the interface background performs corresponding conversion on API interface data.
5. The information flow aggregation system according to claim 3, wherein the operation background stores a data conversion library, and when configuration of each information flow API interface is changed, the data conversion library is updated in the operation background so that the operation background can perform corresponding conversion on information request data.
6. The information flow aggregation system according to claim 3, wherein a data template is stored in the operation background, and the information data is processed by the operation background according to the data template to form an integration in a preset format.
7. The information flow aggregation system of claim 6, wherein the request information further comprises: APP configuration data, wherein the APP configuration data comprises: and executing at least one of hardware parameters, system parameters and display parameters of the equipment at the APP end, and analyzing the APP configuration data by the operation background to select an adaptive data template to process the information data so as to form integration in a preset format.
8. The information flow aggregation system of claim 7, wherein the integrating of the preset format comprises: the operation background analysis information data comprises the following steps: information elements including icons, patterns, characters and videos, and analyzing the APP configuration data to select a suitable data template according to the APP configuration data, and performing the following on each information element according to the corresponding data template: at least one of scaling, splitting, arranging, combining, composing, and data converting processes to form an integration.
9. The information flow aggregation system according to claim 1, wherein the APP side and the information flow relay station process the request information and the integrated information data in an encryption and compression manner of a protocol, and then send the processed request information and the integrated information data to each other.
10. A control method for an information flow aggregation system comprises the following steps:
the information flow transfer station receives request information transmitted by the APP terminal, and after analysis, API interface data, information acquisition data and APP configuration data are obtained;
the information flow transfer station converts API interface data and information acquisition data to position a corresponding information flow API interface and transmits the converted information acquisition data;
and the information flow transfer station acquires the information data fed back by the information flow API interface so as to configure the data according to the APP and transmit the data to the APP end after the integration of the preset format.
CN202010002472.6A 2020-01-02 2020-01-02 Information flow aggregation system and control method thereof Active CN111143094B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010002472.6A CN111143094B (en) 2020-01-02 2020-01-02 Information flow aggregation system and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010002472.6A CN111143094B (en) 2020-01-02 2020-01-02 Information flow aggregation system and control method thereof

Publications (2)

Publication Number Publication Date
CN111143094A true CN111143094A (en) 2020-05-12
CN111143094B CN111143094B (en) 2023-05-16

Family

ID=70523369

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010002472.6A Active CN111143094B (en) 2020-01-02 2020-01-02 Information flow aggregation system and control method thereof

Country Status (1)

Country Link
CN (1) CN111143094B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117555957A (en) * 2024-01-12 2024-02-13 中电数据产业有限公司 Automatic adaptation and conversion method and system for API message format

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030229716A1 (en) * 2002-06-08 2003-12-11 David Holland System and method for transferring financial information
CN102054025A (en) * 2010-12-01 2011-05-11 北京中交通信科技有限公司 Traffic information resource integration processing method and system
WO2017101727A1 (en) * 2015-12-18 2017-06-22 阿里巴巴集团控股有限公司 Method and system for calling application programming interface
CN110148019A (en) * 2019-05-09 2019-08-20 北京百度网讯科技有限公司 Information flow runs template establishment method and information flow operation template creates system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030229716A1 (en) * 2002-06-08 2003-12-11 David Holland System and method for transferring financial information
CN102054025A (en) * 2010-12-01 2011-05-11 北京中交通信科技有限公司 Traffic information resource integration processing method and system
WO2017101727A1 (en) * 2015-12-18 2017-06-22 阿里巴巴集团控股有限公司 Method and system for calling application programming interface
CN110148019A (en) * 2019-05-09 2019-08-20 北京百度网讯科技有限公司 Information flow runs template establishment method and information flow operation template creates system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
张恩;: "异构数据库间的数据交换研究" *
张磊;邓良;查睿;祝愿;: "基于天地图API的地质灾害管理信息系统研究与应用" *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117555957A (en) * 2024-01-12 2024-02-13 中电数据产业有限公司 Automatic adaptation and conversion method and system for API message format

Also Published As

Publication number Publication date
CN111143094B (en) 2023-05-16

Similar Documents

Publication Publication Date Title
EP3100245B1 (en) Selection and display of adaptive rate streams in video security system
EP2056195B1 (en) Implementation method for updating the terminals in batches
CN1871824B (en) Method and apparatus for translating resource names in a wireless environment
US9912823B2 (en) Server storing authentication information in association with device information in storage
CN101568104A (en) System and method for handshaking between wireless devices and servers
US10225254B2 (en) Server transmitting device information assigned to service identification information
DE60026506T2 (en) MOBILE COMMUNICATION TERMINAL
US20240036774A1 (en) Printing method and apparatus, and electronic device
CN109639749B (en) Cloud desktop access method, device, equipment and storage medium
CN101571793A (en) Method and device for printing page information and control
CN111143094A (en) Information flow aggregation system and control method thereof
CN106909826B (en) Password substitution device and system
EP1640857A2 (en) Method for defining the operations of a client while using a web service
CN114286167A (en) Cross-device interaction method and device, electronic device and storage medium
US20210105307A1 (en) Communication system, data sharing method, and recording medium
CN108279855B (en) Method for reading and writing storage device
CN102135872A (en) Method and device for image configuration in login area
CN111131442A (en) Webpage data monitoring method, terminal equipment and readable storage medium
CN107566860B (en) Video EPG acquisition and playing method, cloud platform server, television and system
KR100692658B1 (en) Mobile communication terminal, gateway and method for providing wireless internet service
EP2451135A1 (en) Method and system for provisioning applications on SIM cards of a mobile terminal device
EP3119067B1 (en) Client-server system for network services and applications for mobile telecommunications terminals
CN112000378A (en) VR equipment management method and system
CN114416251A (en) Cloud desktop management method and computer storage medium
CN105306233B (en) Terminal management method and system, server and terminal

Legal Events

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