CN111339047A - Data interaction method, device and system - Google Patents

Data interaction method, device and system Download PDF

Info

Publication number
CN111339047A
CN111339047A CN202010128853.9A CN202010128853A CN111339047A CN 111339047 A CN111339047 A CN 111339047A CN 202010128853 A CN202010128853 A CN 202010128853A CN 111339047 A CN111339047 A CN 111339047A
Authority
CN
China
Prior art keywords
data
external equipment
external device
target
file
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
CN202010128853.9A
Other languages
Chinese (zh)
Other versions
CN111339047B (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.)
Jiangsu Suning Logistics Co ltd
Original Assignee
Jiangsu Suning Logistics 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 Jiangsu Suning Logistics Co ltd filed Critical Jiangsu Suning Logistics Co ltd
Priority to CN202010128853.9A priority Critical patent/CN111339047B/en
Publication of CN111339047A publication Critical patent/CN111339047A/en
Application granted granted Critical
Publication of CN111339047B publication Critical patent/CN111339047B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a data interaction method, a data interaction device and a data interaction system. The method comprises the following steps: matching the corresponding external equipment identification for the received service data according to the preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation; generating a data file from the service data according to a file generation rule corresponding to the external equipment identifier, and sending the data file to a cloud storage server for storage; receiving a storage address of the data file returned by the cloud storage server and storing the storage address in association with an external device identifier corresponding to the file generation rule; and searching a target storage address corresponding to the target external device identification carried in the request according to the received data acquisition request and sending the target storage address to the target external device, so that the target external device can acquire a target data file from the cloud storage server according to the target storage address. The invention reduces the data interaction cost.

Description

Data interaction method, device and system
Technical Field
The present invention relates to the field of data processing, and in particular, to a data interaction method, apparatus and system.
Background
In the operation of the logistics distribution center, the distribution operation system needs to be connected with different types of automatic operation external devices, the different types of external devices are usually manufactured by different manufacturers, some devices support Http data transmission, some devices support Socket long connection data transmission, and some devices need to transmit data through a private rpc protocol. In order to dock different types of external devices, the distributed operating system needs to be updated and upgraded, and different types of data interfaces are researched and developed to meet the data docking requirements of different external devices. However, the updating and upgrading of the distribution operation system requires high research and development investment, and the maintenance cost is high, and in addition, because the data transmission speeds under different transmission protocols are usually inconsistent, the communication efficiency between the distribution operation system and different external devices is low, and further the overall operation efficiency of the logistics distribution center is affected.
The problem also frequently occurs in other similar data interaction fields for carrying out system docking on a plurality of external devices, and therefore, how to reduce the cost of data interaction and improve the interaction efficiency are problems which need to be solved urgently.
Disclosure of Invention
The present invention provides a data interaction method, device and system to solve the above technical problems.
In order to solve the technical problems, the invention adopts the following technical scheme:
a first aspect provides a data interaction method, the method comprising:
matching the corresponding external equipment identification for the received service data according to the preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation;
generating a data file from the service data according to a file generation rule corresponding to the external equipment identifier, and sending the data file to a cloud storage server for storage;
receiving a storage address of the data file returned by the cloud storage server and storing the storage address in association with an external device identifier corresponding to the file generation rule;
and searching a target storage address corresponding to the target external device identification carried in the request according to the received data acquisition request and sending the target storage address to the target external device, so that the target external device can acquire a target data file from the cloud storage server according to the target storage address.
Preferably, the data obtaining request is transmitted by the target external device through an http protocol.
Preferably, the method further comprises:
generating configuration information of each external device in advance; the configuration information comprises the external equipment identification and a file generation rule corresponding to the external equipment;
and setting rule matching information for each external device, and establishing corresponding relations between the rule matching information and the external device identification, and between the external device identification and the file generation rule.
Preferably, the first and second liquid crystal materials are,
the external equipment is logistics distribution automation equipment, and the service data is logistics distribution data;
the external equipment identification is defined by the position of the external equipment and the external equipment code;
the rule matching information comprises logistics distribution configuration information corresponding to the external equipment identification.
Preferably, the first and second liquid crystal materials are,
the logistics distribution configuration information comprises logistics line information; the business data comprises information of package transportation paths scanned during the operation of the receiving and sending parts;
the matching of the corresponding external device identifier for the received service data according to the preset rule matching information comprises:
and matching the package transportation path information scanned during the operation of the receiving and dispatching part with preset logistics line information, and determining the external equipment identification corresponding to the matched logistics line information.
The second aspect further provides a data interaction device, comprising:
the external device matching unit is used for matching the corresponding external device identification for the received service data according to the preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation;
the data file generating unit is used for generating a data file from the service data according to a file generating rule corresponding to the external equipment identifier and sending the data file to a cloud storage server for storage;
the storage address receiving unit is used for receiving the storage address of the data file returned by the cloud storage server and storing the storage address in association with the external equipment identifier corresponding to the file generation rule;
and the target storage address sending unit is used for searching a target storage address corresponding to the target external device identifier carried in the request according to the received data acquisition request and sending the target storage address to the target external device, so that the target external device can acquire a target data file from the cloud storage server according to the target storage address.
Preferably, the apparatus further comprises:
the configuration information generating unit is used for generating configuration information of each external device in advance; the configuration information comprises the external equipment identification and a file generation rule corresponding to the external equipment;
and the rule matching information generating unit is used for setting rule matching information for each external device and establishing the corresponding relation between the rule matching information and the external device identification as well as between the external device identification and the file generating rule.
Preferably, the first and second liquid crystal materials are,
the external equipment is logistics distribution automation equipment, and the service data is logistics distribution data;
the external equipment identification is defined by the position of the external equipment and the external equipment code;
the rule matching information comprises logistics distribution configuration information corresponding to the external equipment identification.
Preferably, the first and second liquid crystal materials are,
the logistics distribution configuration information comprises logistics line information; the business data comprises information of package transportation paths scanned during the operation of the receiving and sending parts;
the external device matching unit is specifically used for:
and matching the package transportation path information scanned during the operation of the receiving and dispatching part with preset logistics line information, and determining the external equipment identification corresponding to the matched logistics line information.
The third aspect also provides a computer system comprising:
one or more processors; and
a memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform the method as described above.
According to the method and the device, corresponding data files are generated according to different business data and uploaded to the cloud for storage, the storage address at the cloud is obtained, when a data acquisition request of the external device is received, the storage address is only required to be sent to the external device, and the external device goes to the cloud according to the address to acquire the data files. Because data files do not need to be transmitted between the external equipment and the external equipment, different interfaces do not need to be developed corresponding to different types of external equipment, http can be uniformly adopted to communicate with the external equipment, and the cost is reduced. In addition, the data file is transmitted through the cloud, and only the data file needs to be transmitted with external equipment to the storage address with the size of the kb level, so that the transmission speed is greatly improved.
Drawings
FIG. 1 is a flow chart of the method of the present invention;
FIG. 2 is a schematic diagram of assignment automation equipment attribute information and file generation rule settings;
FIG. 3 is a schematic diagram of a business data rule matching information setting;
FIG. 4 is a block diagram of the apparatus of the present invention;
FIG. 5 is a diagram of the computer system architecture of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict.
The invention is further described with reference to the following drawings and specific examples, which are not intended to be limiting.
The invention aims to provide a scheme for data interaction with external equipment, which aims to avoid developing different interfaces aiming at different types of external equipment, generate a data file according to a preset rule by service data and transmit the data file to a cloud end, store a file storage address returned by the cloud end, and further transmit the storage address to the external equipment, so that the external equipment obtains the data file from the cloud end according to the storage address. The development cost of different interfaces is avoided.
Example 1
As shown in fig. 1, a flow chart of a data interaction method provided by the present invention includes:
referring to fig. 1, a data interaction method for a distribution automation device according to an embodiment of the present invention includes the following steps:
s11, matching the received service data with the corresponding external equipment identification according to the preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation.
Different service data correspond to different external devices, and different external devices have different requirements on the acquired data file.
Therefore, rule matching information can be preset, external equipment corresponding to the service data is determined, and a file generation rule corresponding to the external equipment is further determined.
Specifically, configuration information of each external device can be generated in advance; the configuration information comprises the external equipment identification and a file generation rule corresponding to the external equipment.
And setting rule matching information for each external device, and establishing corresponding relations between the rule matching information and the external device identification, and between the external device identification and the file generation rule.
And S12, generating a data file from the service data according to the file generation rule corresponding to the external equipment identifier, and sending the data file to a cloud storage server for storage.
The data file at this time is the data file meeting the requirements of the corresponding external device.
S13, receiving the storage address of the data file returned by the cloud storage server and storing the storage address in association with the external equipment identifier corresponding to the file generation rule.
The storage address is a URL address.
S14, searching a target storage address corresponding to the target external device identification carried in the request according to the received data acquisition request and sending the target storage address to the target external device, so that the target external device can acquire a target data file from the cloud storage server according to the target storage address.
When a data acquisition request of the external equipment is received, only the storage address of the corresponding data file needs to be returned to the external equipment. The external device can further obtain the data file from the cloud storage server according to the storage address.
The interaction with the external equipment, such as the data acquisition request and the storage address, can be transmitted through the http protocol, so that development of different interfaces is avoided, the cost is reduced, the amount of transmitted information data is small, and the speed is high.
In a logistics distribution scene, the external equipment can be logistics distribution automation equipment, and the service data is logistics distribution data; the external equipment identification is defined by the position of the external equipment and the external equipment code. The rule matching information comprises logistics distribution configuration information corresponding to the external equipment identification.
The logistics allocation configuration information may specifically include logistics line information; the service data may specifically include package transportation path information scanned during the operation of the receiving and sending component;
the matching of the corresponding external device identifier for the received service data according to the preset rule matching information comprises:
and matching the package transportation path information scanned during the operation of the receiving and dispatching part with preset logistics line information, and determining the external equipment identification corresponding to the matched logistics line information.
The present invention will be described in more detail below with a logistics allocation scenario as an example:
the invention relates to a distribution operation system, distribution automation operation equipment, namely external equipment and a cloud storage server in a logistics distribution scene.
The distribution operation system is used for acquiring business data of the logistics distribution process, such as information of transportation paths of packages and the like. The distribution automation operation equipment requests the service data from the distribution operation system to perform relevant operations. These distributed automation devices are distributed in different locations for performing different functions. Therefore, they may obtain different service data from the distribution system, and the form requirements of different distribution automation operation devices on the service data are different. If compression is needed, some do not.
Therefore, service data corresponding to the automatic operation equipment and a corresponding data file generation rule need to be set in advance. The allocation operation system can judge which allocation automatic operation equipment corresponds to the allocation operation system according to the service data and generate the data file according to which rule.
The corresponding relation between the automatic allocation operation equipment and the service data can be established based on matching between key fields of the service data which can be processed by the equipment and the service data.
For example, the job scope of a distribution automation operation device is packages from A to B. Then, according to the acquired path information of the service data, whether the service data is matched with the automatic allocating operation equipment can be determined.
The configuration of the assignment automation operation device attributes and the file generation rules and the setting of the rule configuration information are shown in fig. 2-3, respectively. And selecting the corresponding option for setting by the user through the interactive interface.
Table 1 below shows the information structure design of the allocation automation operation device attribute and the configuration of the file generation rule, so as to generate an interactive interface according to the structure design for showing to the user.
Figure BDA0002395243430000091
TABLE 1
Table 2 below shows the structural design of the rule configuration information to generate the interactive interface display accordingly.
Field(s) Type (B) Description of the invention
ID varchar(32) Running water number
SITE varchar(10) Location of a site
TASK_TYPE varchar(100) Task type
IS_PACKAGE varchar(2) Whether to package files
IS_SEND varchar(2) Whether to issue WCS
CREATE_PEOPLE varchar(32) Creator
CREATE_DATE timestamp Date of creation
UPDATE_PEOPLE varchar(32) Reviewer
UPDATE_DATE timestamp Date of treatment
IS_CREATE varchar(2) Whether originating bin data is generated: 0 or 1 is
TABLE 2
The preset information is read into the cache of the allocation operation system, and the received service data is operated according to the preset information, so that a corresponding data file is generated, and the corresponding relation between the data file and the allocation automatic operation equipment identifier is established. In the invention, the identification of the automatic operation distribution equipment can be uniquely limited according to the position of the automatic operation distribution equipment and the equipment code.
And then the data file is uploaded to the cloud, the cloud allocates an address for the data file and returns the address to the allocation operating system, and the allocation operating system can establish a corresponding relation between the address and the equipment identifier according to the address.
The automatic distribution operation equipment interacts with a distribution operation system through an Http protocol, and when data is acquired, an address can be acquired and a data file can be acquired from the cloud according to the address.
An example of the structure design of the generated data file is as follows table 3.
Figure BDA0002395243430000101
TABLE 3
The data interaction method of the distribution automation equipment, provided by the embodiment of the invention, unifies the data calling modes of the automation equipment under different types and different data transmission protocols into an Http protocol transmission mode, solves the problem that the distribution operation system of the distribution center in the prior art cannot be compatible with the automation equipment under different communication protocols, and simultaneously improves the data transmission efficiency.
Example 2
Embodiment 2 also provides a data interaction apparatus, as shown in fig. 4, the apparatus includes:
the external device matching unit 41 is configured to match the received service data with a corresponding external device identifier according to preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation;
the data file generating unit 42 is configured to generate a data file from the service data according to a file generating rule corresponding to the external device identifier, and send the data file to a cloud storage server for storage;
a storage address receiving unit 43, configured to receive a storage address of the data file returned by the cloud storage server and store the storage address in association with an external device identifier corresponding to the file generation rule;
and the target storage address sending unit 44 is configured to search a target storage address corresponding to a target external device identifier carried in the request according to the received data acquisition request, and send the target storage address to the target external device, so that the target external device acquires a target data file from the cloud storage server according to the target storage address.
Preferably, the apparatus further comprises:
the configuration information generating unit is used for generating configuration information of each external device in advance; the configuration information comprises the external equipment identification and a file generation rule corresponding to the external equipment;
and the rule matching information generating unit is used for setting rule matching information for each external device and establishing the corresponding relation between the rule matching information and the external device identification as well as between the external device identification and the file generating rule.
Preferably, the first and second liquid crystal materials are,
the external equipment is logistics distribution automation equipment, and the service data is logistics distribution data;
the external equipment identification is limited by the position of the external equipment and the external equipment code;
the rule matching information comprises logistics distribution configuration information corresponding to the external equipment identification.
Preferably, the first and second liquid crystal materials are,
the logistics distribution configuration information comprises logistics line information; the business data comprises information of package transportation paths scanned during the operation of the receiving and sending parts;
the external device matching unit is specifically used for:
and matching the package transportation path information scanned during the operation of the receiving and dispatching part with preset logistics line information, and determining the external equipment identification corresponding to the matched logistics line information.
Example 3
Embodiment 3 also provides a computer system comprising:
one or more processors; and
a memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform the method as described above.
Fig. 5 illustrates an architecture of a computer system, which may include, in particular, a processor 1510, a video display adapter 1511, a disk drive 1512, an input/output interface 1513, a network interface 1514, and a memory 1520. The processor 1510, video display adapter 1511, disk drive 1512, input/output interface 1513, network interface 1514, and memory 1520 may be communicatively coupled via a communication bus 1530.
The processor 1510 may be implemented by a general-purpose CPU (Central processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more integrated circuits, and is configured to execute related programs to implement the present disclosure.
The Memory 1520 may be implemented in the form of a ROM (Read Only Memory), a RAM (random access Memory), a static storage device, a dynamic storage device, or the like. The memory 1520 may store an operating system 1521 for controlling the operation of the computer system 1500, a Basic Input Output System (BIOS) for controlling low-level operations of the computer system 1500. In addition, a web browser 1523, a data storage management system 1524, an icon font processing system 1525, and the like can also be stored. The icon font processing system 1525 may be an application program that implements the operations of the foregoing steps in this embodiment of the application. In summary, when the technical solution provided by the present application is implemented by software or firmware, the relevant program codes are stored in the memory 1520 and called for execution by the processor 1510.
The input/output interface 1513 is used for connecting an input/output module to realize information input and output. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The network interface 1514 is used to connect a communication module (not shown) to enable the device to communicatively interact with other devices. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
The bus 1530 includes a path to transfer information between the various components of the device, such as the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, and the memory 1520.
In addition, the computer system 1500 may also obtain information of specific extraction conditions from the virtual resource object extraction condition information database 1541 for performing condition judgment, and the like.
It should be noted that although the above devices only show the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, the memory 1520, the bus 1530, etc., in a specific implementation, the devices may also include other components necessary for proper operation. Furthermore, it will be understood by those skilled in the art that the apparatus described above may also include only the components necessary to implement the solution of the present application, and not necessarily all of the components shown in the figures.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, or the like, and includes several instructions for enabling a computer device (which may be a personal computer, a cloud server, or a network device) to execute the method according to the embodiments or some parts of the embodiments of the present application.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the system or system embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points. The above-described system and system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The method, the apparatus and the system provided by the present application are introduced in detail, and a specific example is applied in the present application to explain the principle and the implementation of the present application, and the description of the above embodiment is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, the specific embodiments and the application range may be changed. In view of the above, the description should not be taken as limiting the application.

Claims (10)

1. A method of data interaction, the method comprising:
matching the corresponding external equipment identification for the received service data according to the preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation;
generating a data file from the service data according to a file generation rule corresponding to the external equipment identifier, and sending the data file to a cloud storage server for storage;
receiving a storage address of the data file returned by the cloud storage server and storing the storage address in association with an external device identifier corresponding to the file generation rule;
and searching a target storage address corresponding to the target external device identification carried in the request according to the received data acquisition request and sending the target storage address to the target external device, so that the target external device can acquire a target data file from the cloud storage server according to the target storage address.
2. The data interaction method of claim 1, wherein the data acquisition request is transmitted by the target external device through an http protocol.
3. The data interaction method of claim 1, wherein the method further comprises:
generating configuration information of each external device in advance; the configuration information comprises the external equipment identification and a file generation rule corresponding to the external equipment;
and setting rule matching information for each external device, and establishing corresponding relations between the rule matching information and the external device identification, and between the external device identification and the file generation rule.
4. The data interaction method of claim 1,
the external equipment is logistics distribution automation equipment, and the service data is logistics distribution data;
the external equipment identification is defined by the position of the external equipment and the external equipment code;
the rule matching information comprises logistics distribution configuration information corresponding to the external equipment identification.
5. The data interaction method of claim 4,
the logistics distribution configuration information comprises logistics line information; the business data comprises information of package transportation paths scanned during the operation of the receiving and sending parts;
the matching of the corresponding external device identifier for the received service data according to the preset rule matching information comprises:
and matching the package transportation path information scanned during the operation of the receiving and dispatching part with preset logistics line information, and determining the external equipment identification corresponding to the matched logistics line information.
6. A data interaction apparatus, the apparatus comprising:
the external device matching unit is used for matching the corresponding external device identification for the received service data according to the preset rule matching information; the external equipment identification and the file generation rule have a corresponding relation;
the data file generating unit is used for generating a data file from the service data according to a file generating rule corresponding to the external equipment identifier and sending the data file to a cloud storage server for storage;
the storage address receiving unit is used for receiving the storage address of the data file returned by the cloud storage server and storing the storage address in association with the external equipment identifier corresponding to the file generation rule;
and the target storage address sending unit is used for searching a target storage address corresponding to the target external device identifier carried in the request according to the received data acquisition request and sending the target storage address to the target external device, so that the target external device can acquire a target data file from the cloud storage server according to the target storage address.
7. The data interaction device of claim 6, wherein the device further comprises:
the configuration information generating unit is used for generating configuration information of each external device in advance; the configuration information comprises the external equipment identification and a file generation rule corresponding to the external equipment;
and the rule matching information generating unit is used for setting rule matching information for each external device and establishing the corresponding relation between the rule matching information and the external device identification as well as between the external device identification and the file generating rule.
8. The data interaction device of claim 6,
the external equipment is logistics distribution automation equipment, and the service data is logistics distribution data;
the external equipment identification is defined by the position of the external equipment and the external equipment code;
the rule matching information comprises logistics distribution configuration information corresponding to the external equipment identification.
9. The data interaction device of claim 8,
the logistics distribution configuration information comprises logistics line information; the business data comprises information of package transportation paths scanned during the operation of the receiving and sending parts;
the external device matching unit is specifically used for:
and matching the package transportation path information scanned during the operation of the receiving and dispatching part with preset logistics line information, and determining the external equipment identification corresponding to the matched logistics line information.
10. A computer system, comprising:
one or more processors; and
a memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform the method of any of claims 1-5.
CN202010128853.9A 2020-02-28 2020-02-28 Data interaction method, device and system Active CN111339047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010128853.9A CN111339047B (en) 2020-02-28 2020-02-28 Data interaction method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010128853.9A CN111339047B (en) 2020-02-28 2020-02-28 Data interaction method, device and system

Publications (2)

Publication Number Publication Date
CN111339047A true CN111339047A (en) 2020-06-26
CN111339047B CN111339047B (en) 2022-09-06

Family

ID=71184038

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010128853.9A Active CN111339047B (en) 2020-02-28 2020-02-28 Data interaction method, device and system

Country Status (1)

Country Link
CN (1) CN111339047B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181521A (en) * 2020-09-27 2021-01-05 中国建设银行股份有限公司 Parameter acquisition method, device, equipment and medium
CN112988770A (en) * 2021-02-08 2021-06-18 腾讯科技(深圳)有限公司 Method and device for updating serial number, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109120645A (en) * 2018-10-25 2019-01-01 北京大米未来科技有限公司 A kind of file uploading method, device, electronic equipment and medium
CN109634876A (en) * 2018-12-11 2019-04-16 广东省新代通信与网络创新研究院 File access method, device and computer readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109120645A (en) * 2018-10-25 2019-01-01 北京大米未来科技有限公司 A kind of file uploading method, device, electronic equipment and medium
CN109634876A (en) * 2018-12-11 2019-04-16 广东省新代通信与网络创新研究院 File access method, device and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112181521A (en) * 2020-09-27 2021-01-05 中国建设银行股份有限公司 Parameter acquisition method, device, equipment and medium
CN112988770A (en) * 2021-02-08 2021-06-18 腾讯科技(深圳)有限公司 Method and device for updating serial number, electronic equipment and storage medium
CN112988770B (en) * 2021-02-08 2024-03-26 腾讯科技(深圳)有限公司 Method, device, electronic equipment and storage medium for updating serial number

Also Published As

Publication number Publication date
CN111339047B (en) 2022-09-06

Similar Documents

Publication Publication Date Title
CN109218133B (en) Network speed testing system, method, device and computer readable storage medium
CN109189841B (en) Multi-data source access method and system
US8856365B2 (en) Computer-implemented method, computer system and computer readable medium
CN111125496B (en) Price query method, device and system
CN110968331B (en) Method and device for running application program
CN111339047B (en) Data interaction method, device and system
CN110706093A (en) Accounting processing method and device
CN111045833A (en) Interface calling method and device
CN110391938A (en) Method and apparatus for deployment services
CN111090666A (en) Data processing method, device and system and computer readable storage medium
CN110069265B (en) Service cluster upgrading method and device and storage medium
CN112506584A (en) Resource file loading method, device, equipment, storage medium and product
CN110928594A (en) Service development method and platform
CN102377793A (en) Flash interaction method and device based on mobile communication equipment terminal
CN111339560A (en) Data isolation method, device and system
CN111488286A (en) Method and device for independently developing Android module
CN111626802A (en) Method and apparatus for processing information
CN112632422A (en) Intelligent image cutting method and device, electronic equipment and storage medium
CN111324310A (en) Data reading method and device and computer system
CN111124907A (en) Mobile phone game testing method and device and server
CN110609728A (en) Page generation method and device and electronic equipment
CN114302250B (en) Resource processing method, device, system, equipment and storage medium
CN114172878B (en) Message processing method, device, equipment and storage medium
CN113111047B (en) Data processing method and device and electronic equipment
CN114285743B (en) Method, device, electronic equipment and storage medium for updating configuration information

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