CN111695840A - Method and device for realizing flow control - Google Patents

Method and device for realizing flow control Download PDF

Info

Publication number
CN111695840A
CN111695840A CN201910180320.2A CN201910180320A CN111695840A CN 111695840 A CN111695840 A CN 111695840A CN 201910180320 A CN201910180320 A CN 201910180320A CN 111695840 A CN111695840 A CN 111695840A
Authority
CN
China
Prior art keywords
scene
interface message
interface
parameter
configuration
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
CN201910180320.2A
Other languages
Chinese (zh)
Other versions
CN111695840B (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.)
Beijing Jingbangda Trade Co Ltd
Beijing Jingdong Zhenshi Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201910180320.2A priority Critical patent/CN111695840B/en
Publication of CN111695840A publication Critical patent/CN111695840A/en
Application granted granted Critical
Publication of CN111695840B publication Critical patent/CN111695840B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/087Inventory or stock management, e.g. order filling, procurement or balancing against orders
    • 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/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention discloses a method and a device for realizing flow control, and relates to the technical field of computers. One embodiment of the method comprises: acquiring an interface message and a scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene mapping in the scene mapping list, the field value of the entry parameter of the scene mapping corresponds to the scene configuration one by one; acquiring a field value of an entry parameter in the interface message according to an absolute field path of the entry parameter in the interface message; and according to the obtained field value of the entry parameter in the interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so as to determine the sequence of the flow to be executed according to the scene configuration. The method can change the mapping relation between the entry parameters and the scene configuration of the process control through simple operation, and the mapping relation and the scene configuration can be expanded at will, and the cost is low.

Description

Method and device for realizing flow control
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for implementing flow control.
Background
For realizing flow control, configuration files or database configuration are used, and all independent small function modules are combined together to complete a complete function. The specific process generally comprises the following steps: defining basic logic components of an application program through a configuration file or a database, and combining a plurality of logic components into a required flow in a sequence or branch form according to actual needs; and reading the configuration information and the entry parameters through the flow scheduling module, and scheduling and executing each logic component.
In the prior art, a technician inserts information such as an ID, a name, a scene type, a configuration item type, an input box type of a page display, and an association relationship with other fields of the service component into a database. Then, the information is displayed through some input boxes, radio boxes, check boxes and the like on the page, and then the user can input or check corresponding parameters on the page according to requirements. And storing the parameter data input or selected by the user in a database to generate a set of entry parameters for mapping the scene configuration. In the process of implementing flow control, the field value of the parameter is obtained by analyzing the interface message, and the scene configuration is matched according to the field value.
Because the relevant information of the service components in the database needs to be displayed through the page and the message is analyzed to obtain the parameter values, when the service components are newly added or the entry parameters are expanded, the codes of the page file and the codes analyzed by the entry parameters need to be modified, the system needs to be technically changed, the cost is high, and the period is long. Moreover, there is a requirement for the data format of the interface message.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for implementing flow control, which can change a mapping relationship between an entry parameter and a scene configuration of flow control through simple operations, and the mapping relationship and the scene configuration can be arbitrarily expanded, and the cost is low.
To achieve the above object, according to an aspect of an embodiment of the present invention, a method for implementing flow control is provided.
The method for realizing the process control comprises the following steps: acquiring an interface message and a scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene mapping in the scene mapping list, the field value of the entry parameter of the scene mapping corresponds to the scene configuration one by one; acquiring a field value of an entry parameter in the interface message according to an absolute field path of the entry parameter in the interface message; and according to the obtained field value of the entry parameter in the interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so as to determine the sequence of the flow to be executed according to the scene configuration.
Optionally, the step of obtaining the interface packet and the scene mapping list includes: receiving an interface request and acquiring an interface message corresponding to the interface request; determining the grouping attribute of the interface message; the grouping attribute at least comprises a scene type and a configuration item type; and loading a scene mapping list according to the grouping attribute.
Optionally, before obtaining a field value of an entry parameter in the interface message according to an absolute path of the field of the entry parameter in the interface message, the method further includes: determining that an entry parameter in the interface message exists in a memory;
after determining the scene configuration corresponding to the interface message from the scene mapping list according to the field value of the entry parameter in the interface message, the method further includes: and storing the interface message and the corresponding scene configuration in a memory in a key value mode.
Optionally, the step of determining, according to the obtained field value of the entry parameter in the interface packet, a scene configuration corresponding to the interface packet from the scene mapping list includes: determining the priority of the entry parameter in the interface message; and matching the obtained field value of the entry parameter in the interface message with the field value of the entry parameter in the scene mapping list in sequence according to the priority so as to determine the scene configuration corresponding to the interface message.
Optionally, before obtaining a field value of an entry parameter in the interface message according to an absolute path of the field of the entry parameter in the interface message, the method further includes:
acquiring a field absolute path of an entry parameter in the interface message from a database; the field absolute path of the entry parameter is stored in a database in a configured manner.
To achieve the above object, according to another aspect of the embodiments of the present invention, there is provided an apparatus for implementing flow control.
The device for realizing the flow control of the embodiment of the invention comprises:
the data acquisition module is used for acquiring the interface message and the scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene mapping in the scene mapping list, the field value of the entry parameter of the scene mapping corresponds to the scene configuration one by one;
a field value obtaining module, configured to obtain a field value of an entry parameter in the interface packet according to an absolute field path of the entry parameter in the interface packet;
and the matching module is used for determining scene configuration corresponding to the interface message from the scene mapping list according to the obtained field value of the entry parameter in the interface message, so that the sequence of the flow to be executed is determined according to the scene configuration.
Optionally, the data obtaining module is further configured to: receiving an interface request and acquiring an interface message corresponding to the interface request; determining the grouping attribute of the interface message; the grouping attribute at least comprises a scene type and a configuration item type; and loading a scene mapping list according to the grouping attribute.
Optionally, the apparatus for implementing flow control in the embodiment of the present invention further includes a result storage module, configured to determine that an entry parameter in the interface message exists in a memory; and storing the interface message and the corresponding scene configuration in a memory in a key value mode.
Optionally, the matching module is further configured to determine a priority of an entry parameter in the interface packet; and matching the obtained field value of the entry parameter in the interface message with the field value of the entry parameter in the scene mapping list in sequence according to the priority so as to determine the scene configuration corresponding to the interface message.
Optionally, the apparatus for implementing flow control in the embodiment of the present invention further includes a path obtaining module, configured to obtain, from a database, a field absolute path of an entry parameter in the interface packet; the field absolute path of the entry parameter is stored in a database in a configured manner.
To achieve the above object, according to still another aspect of an embodiment of the present invention, there is provided an electronic apparatus.
The electronic device of the embodiment of the invention comprises: one or more processors; a storage device, configured to store one or more programs, which when executed by the one or more processors, cause the one or more processors to implement any one of the above methods for implementing flow control.
To achieve the above object, according to still another aspect of embodiments of the present invention, there is provided a computer-readable medium on which a computer program is stored, wherein the program is configured to implement any one of the above methods for implementing flow control when executed by a processor.
One embodiment of the above invention has the following advantages or benefits: after the interface message is obtained, the field value of the inlet parameter in the interface message is directly obtained according to the absolute field path of the inlet parameter in the interface message. And the scene mapping relation between the parameters and the scene configuration can be changed through simple page operation, and the scene configuration and the scene mapping can be arbitrarily expanded. The page operation, the absolute path of the interface message field, the entrance parameter and the scene configuration conversion are combined to realize the configurable and expandable system processing flow. The user can change the mapping relation between the entrance parameters and the scene configuration (corresponding to different processes) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical changes are not needed, the cost is low, the period is short, and the user experience is good.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a schematic diagram of a main flow of a method for implementing flow control according to a first embodiment of the present invention;
FIG. 2 is a schematic diagram of a main flow of a method for implementing flow control according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a main flow of a method for implementing flow control according to a third embodiment of the present invention;
fig. 4 is a schematic diagram of a main flow of a method for implementing flow control according to a fourth embodiment of the present invention;
fig. 5 is a schematic diagram of a main flow of a method for implementing flow control according to a fifth embodiment of the present invention;
FIG. 6 is a diagram illustrating a method for implementing flow control according to a sixth embodiment of the present invention;
FIG. 7 is a schematic diagram of the main blocks of an apparatus implementing flow control according to an embodiment of the present invention;
FIG. 8 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 9 is a schematic structural diagram of a computer system suitable for implementing a terminal device or a server according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
The following is explained for the nouns appearing in the following examples:
configuration items are as follows: configuring service component ID or service logic branch condition in the system corresponding to the item;
configuration item parameters: the configuration item parameter is an optional enumerated value of the configuration item. For example, the "ascending rule" and the "descending rule" of the quality guarantee period are used as configuration item parameters;
scene configuration: the scene configuration is a group of configuration parameters used for controlling the system business processing flow, comprises a plurality of configuration items and configuration item parameters, and is suitable for each business scene;
scene mapping: scene mapping is an incidence relation between system entry parameters and scene configuration;
entrance parameters: entry parameters are maintained by technicians into the database, including field names, absolute path of the fields, priority, field type, and operation rules. And the messages of the service interface correspond one to one.
Fig. 1 is a schematic diagram of a main flow of a method for implementing flow control according to a first embodiment of the present invention, and as shown in fig. 1, the method for implementing flow control according to the first embodiment of the present invention mainly includes:
step S101: and acquiring an interface message and a scene mapping list. The interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene map in the scene map list, the field values of the entry parameters of the scene map are in one-to-one correspondence with the scene configuration.
Step S102: and acquiring the field value of the inlet parameter in the interface message according to the absolute field path of the inlet parameter in the interface message. The value is directly taken from the message according to the field absolute path, and the field absolute path is stored in the database in a configuration mode, so that the influence of the change of the message structure on the scene mapping operation logic can be avoided, and when the message structure is changed, only the configuration data needs to be synchronously changed without modifying the program logic.
Step S103: and according to the field value of the inlet parameter in the acquired interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so that the sequence of the flow to be executed is determined according to the scene configuration.
According to the embodiment of the invention, after the interface message is obtained, the field value of the inlet parameter in the interface message is directly obtained according to the absolute path of the field of the inlet parameter in the interface message. And the scene mapping relation between the parameters and the scene configuration can be changed through simple page operation, and the scene configuration and the scene mapping can be arbitrarily expanded. The page operation, the field absolute path of the interface message, the entrance parameter and the scene configuration conversion are combined to realize the configurable and expandable system processing flow. The user can change the mapping relation between the entrance parameters and the scene configuration (corresponding to different processes) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical changes are not needed, the cost is low, the period is short, and the user experience is good.
Fig. 2 is a schematic diagram of a main flow of a method for implementing flow control according to a second embodiment of the present invention, and as shown in fig. 2, the method for implementing flow control according to the second embodiment of the present invention mainly includes:
step S201: receiving an interface request, and acquiring an interface message corresponding to the interface request. In the embodiment of the present invention, an interface (entry) may agree on a packet attribute, for example, a scene type, that is, an interface request and an interface packet sent through the interface may correspond to the scene type corresponding to the interface. The scene type is a classification of the service scene, for example, the warehouse-out order commodity package is taken as a scene type, and the scene type can be specifically classified into B2B order package, B2C order package, back supply order package, and the like. And the scene type corresponding to each interface corresponds to a group of parameter fields.
Step S202: and determining the grouping attribute of the interface message. Wherein the grouping attributes at least comprise a scene type and a configuration item type. The configured parameters are grouped according to grouping attributes (scene types), and then loading can be carried out according to the grouping attributes of the interface messages when the scene mapping list is loaded, so that most irrelevant scene mappings can be eliminated, and the operation times of subsequently matching the interface messages and the scene configurations in the scene mapping list are greatly reduced.
Step S203: and loading the scene mapping list according to the grouping attribute. The scene map is a mapping relationship between the entry parameters and the scene configuration. The entry parameter field is maintained in the database by a technician and comprises a field name, a field absolute path, a priority, a field type and an operation rule. Each portal of the system needs to agree on a different scene type, one scene type comprising a set of fields. The user may specify, through page operations, that one or more of the entry parameter field values map to a set of scene configurations, for example: in a service scenario with a scenario type of "location", a set of parameters (which constitute the entry parameters) may be specified: organization 6, distribution center 6, warehouse 208, owner a or B, and may set the entry parameters to a "last-in-first-out-of-line" scenario configuration.
In an embodiment of the present invention, the entry parameter fields are represented by, for example, the following table:
type of scene Parameter name Priority level Value of parameter
Positioning Organization number 10 6
Positioning Distribution center 11 6
Positioning Storehouse number 12 208
Positioning Goods owner number 20 EBU10000065
Step S204: and acquiring the field value of the inlet parameter in the interface message according to the absolute field path of the inlet parameter in the interface message.
Step S205: and according to the field value of the inlet parameter in the acquired interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so that the sequence of the flow to be executed is determined according to the scene configuration. The process of determining the scene configuration corresponding to the interface message from the scene mapping list according to the field value of the entry parameter in the acquired interface message is a process of calculating the scene mapping. Specifically, in this process, matching may be performed in order from large to small according to the priority of the entry parameter field. The scene mapping containing the field with the highest priority is preferentially matched, and the scene mapping containing the field with the next highest priority is preferentially matched when the highest priority is the same. Wherein the type of the field includes date, value, character, etc. The operation rules comprise common relation operation rules of equal to, larger than, smaller than and the like.
The scene configuration is a set of configuration parameters used for controlling the system business processing flow, and the scene configuration comprises a plurality of configuration items and configuration item parameters and is suitable for a specific business scene. The configuration items and configuration item parameters are maintained by technicians in a database and grouped according to the type of the scene to which the configuration items belong and the type of the configuration items. The configuration items and the configuration item parameters are associated to scene types and configuration item types, the scene types are the highest-level classification, one scene type can have a plurality of configuration item types, one configuration item type can have a plurality of configuration items, and one configuration item can have a plurality of configuration item parameters; the configuration item type is used for grouping configuration items with similar functions, and is convenient to display in different areas on a page.
Each configuration item corresponds to a service component ID or a service logic branch condition in the system, so that after a configuration scene is determined, the sequence of components to be executed can be determined according to the configuration scene, and further flow control is realized. Each configuration item has a configuration item name and description, and the description describes the service logic of the component, and the user only needs to select which configuration item to use according to the service logic. In summary of the embodiments of the present invention, the scenario configuration includes the following configuration item examples:
Figure BDA0001991095680000091
the configuration item parameter is an optional enumerated value of the configuration item. For example, the "ascending rule" and the "descending rule" with the quality guarantee period being ordered are used as the configuration item parameters. In an embodiment of the invention, the configuration parameter is represented by, for example, the following table:
Figure BDA0001991095680000101
when a user adds new scene configuration, the selectable configuration items and configuration item parameters can be loaded according to the selected scene type through page operation. The configuration items and the configuration item parameters can be arbitrarily combined according to the service requirements. In the process of combination, the user is required to configure according to the current business rule to be processed. Some basic scenario configurations can be added by technicians in the original program version according to common industry business rules; during the use process of the user, if a new business rule or flow exists, the new business rule or flow can be modified and added by using the existing configuration as a template. The user has created the completed scene configuration, and can also be used as a template for creating the scene configuration later.
In the process that a user specifies one or more entry parameter field values to map to a group of scene configurations through page operations, the user knows data displayed from the dimensions of service data through a page, and needs to know the mapping relation between the service data and the scene, but does not need to care about technical interface message fields. For example, if a user wants to use "scenario configuration 1" in a positioning scenario, the user data owner number is needed on the page; the fields are sorted in the order of page display, from high to low in their priority in the mapping calculation.
Fig. 3 is a schematic diagram of a main flow of a method for implementing flow control according to a third embodiment of the present invention; as shown in fig. 3, the method for implementing flow control according to the third embodiment of the present invention mainly includes:
step S301: and acquiring an interface message and a scene mapping list.
Step S302: and determining that the entry parameters in the interface message exist in the memory. And traversing the scene mapping list, and if the entry parameter of the interface message exists in the memory, indicating that the current certain scene configuration in the scene mapping list corresponds to the interface message. If not, continuously traversing the scene mapping list, and judging whether the next scene configuration corresponds to the interface message.
Step S303: and acquiring the field value of the inlet parameter in the interface message according to the absolute field path of the inlet parameter in the interface message.
Step S304: and according to the field value of the inlet parameter in the acquired interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so that the sequence of the flow to be executed is determined according to the scene configuration.
Step S305: and storing the interface message and the corresponding scene configuration in a memory in a key value mode. Specifically, after mapping calculation is performed on the fields, the result is written into the memory in a map form, the key of the map is the path of the fields in the message, the value is the field value in the message, and if the fields do not exist, the value is null; and during subsequent scene mapping calculation, preferentially taking a field value from the memory for matching, and if the value is null, directly skipping the scene mapping calculation.
Fig. 4 is a schematic diagram of a main flow of a method for implementing flow control according to a fourth embodiment of the present invention; as shown in fig. 4, a method for implementing flow control according to the fourth embodiment of the present invention mainly includes:
step S401: and acquiring an interface message and a scene mapping list.
Step S402: and determining the priority of the inlet parameters in the interface message. The fields may be sorted from top to bottom in priority, which may ensure that the scene map containing the highest priority field is preferentially matched to, and the scene map containing the next highest priority field is preferentially matched to when the highest priority is the same. For example, there are two scene maps:
scene mapping 1: the library number 208 (priority 12), the owner a or B (priority 20),
scene mapping 2: owner a or B (priority 20).
According to the sorting rule, the priority of the 'owner' field mapped by the two scenes is highest, whether the owner field value is equal to the owner field value in the message or not is judged firstly, and if the owner field value is equal to the owner field value in the message, the 'storehouse number' field is continuously matched. If the library number of the scene mapping 1 is equal to the message field, the scene mapping 1 is successfully matched, and if the scene mapping 1 is not equal to the message field, the scene mapping 2 is successfully matched.
Step S403: and according to the priority, sequentially matching the field values of the entry parameters in the acquired interface message with the field values of the entry parameters in the scene mapping list so as to determine the scene configuration corresponding to the interface message.
Step S404: and according to the field value of the inlet parameter in the acquired interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so that the sequence of the flow to be executed is determined according to the scene configuration.
According to the embodiment of the invention, after the interface message is obtained, the field value of the inlet parameter in the interface message is directly obtained according to the absolute path of the field of the inlet parameter in the interface message. And the scene mapping relation between the parameters and the scene configuration can be changed through simple page operation, and the scene configuration and the scene mapping can be arbitrarily expanded. The page operation, the absolute path of the interface message field, the entrance parameter and the scene configuration conversion are combined to realize the configurable and expandable system processing flow. The user can change the mapping relation between the entrance parameters and the scene configuration (corresponding to different processes) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical changes are not needed, the cost is low, the period is short, and the user experience is good.
Fig. 5 is a schematic diagram of a main flow of a method for implementing flow control according to a fifth embodiment of the present invention; as shown in fig. 5, the method for implementing flow control according to the fifth embodiment of the present invention mainly includes:
step S501: and starting loading scene mapping.
Step S502: and grouping the scene mappings according to scene types.
Step S503: the scene maps are ordered according to the priority of each field of the scene configuration in the scene map. The scene mapping containing the field with the highest priority is preferentially matched, and the scene mapping containing the field with the next highest priority is preferentially matched when the highest priority is the same
Step S504: and loading to a cache. When the system is started, the configured scene mapping is inquired from the database, grouped according to the scene type, sorted from top to bottom according to the priority of each field, loaded to the cache, and the cache is updated regularly.
Step S505: an interface request for a current interface is received.
Step S506: and acquiring an interface message.
Step S507: and searching the scene mapping from the cache according to the scene type of the current interface, and forming a scene mapping list by the searched scene mapping.
Step S508: the scene map list is traversed. And performing the following matching calculation on each scene mapping in the list in turn, wherein the currently matched scene mapping can be recorded as the current scene mapping.
Step S509: and traversing fields of entry parameters of scene configuration in the current scene mapping. The currently matched parameters may be recorded as current parameters.
Step S510: and judging whether the current parameter exists in the memory. If so, go to step S511; otherwise, step S508 is performed to continue matching the next scene mapping of the current scene mapping. If the current parameter exists in the memory, the current parameter is a judgeable parameter, otherwise, the subsequent matching cannot be carried out (the parameter value and the like may not be obtained).
Step S511: and according to the priority of the fields, sequentially obtaining parameter values according to the field absolute path of the current parameters configured in the scene in the current scene mapping.
Step S512: and judging whether the current parameters exist in the interface message or not. If yes, go to step S513 to continue to match the parameter value of the current parameter; otherwise, step S508 is performed to continue matching the next scene mapping of the current scene mapping.
Step S513: and determining an operation rule configured for the field of the current parameter, and judging whether the field value of the current parameter is matched with the field value of the message according to the operation rule. The transportation rules matched with the field are configured by technicians, and generally comprise common relational operation rules of equal to, greater than, less than and the like. If so, go to step S514; otherwise, step S508 is performed to continue matching the next scene mapping of the current scene mapping.
Step S514: and judging whether all the fields are successfully matched. If so, go to step S515; otherwise, step S509 is performed to continue to match the next parameter of the current parameters.
Step S515: and returning a message of successful matching and a matching result. If all field values of a scene mapping are successfully matched with the entry parameter field values of the interface message, sending scene configuration information corresponding to the scene mapping to a process engine, executing service processing, and then realizing the process control of the service corresponding to the interface message. And the flow engine searches the component according to the component ID in the matched scene configuration and calls the component to perform service processing. If all scene mappings fail to match, or the current scene type does not configure the scene mappings, the service can be processed according to default scene configuration.
Based on the embodiment of the invention, the interface message field can be expanded. For the situation that more interface fields are required to be added for controlling the system flow, if the newly added fields do not participate in the service logic processing, the technical personnel only need to insert the field names, the field absolute paths, the priorities, the field types, the operation rules and other information of the newly added fields into the database, and then the user can configure the mapping relationship of the fields through the newly added scene mapping page.
And, business component extensions can be performed quickly. If a service component is newly added to the system, the technician only needs to insert information of the ID, name, scene type, configuration item type and the like of the service component into the database, the user can add the component to a certain scene configuration through page operation, and the service component can be reused in other scene configurations.
Taking the inventory location service scenario of the warehousing management system as an example, initially, a set of default general service processing rules is configured, and the rules are applicable to all location service processing. The newly-built storeroom A1 requires positioning processing according to the rule of 'later-due first-out', and then a user adds a group of scene configuration and a scene mapping through page operation, and the specified storeroom A1 executes positioning service processing according to the new scene configuration, so that the positioning processing can be quickly realized. In order to improve the production efficiency of good-selling commodities, the good-selling commodities are required to be positioned according to rules of 'a first good-selling region' and 'a later-due first-out', but no good-selling identification field exists in an original entry message, and the field needs to be added for scene configuration identification; the field configuration is directly added in the database, and the page configuration is carried out by referring to the operation of the previous step, so that the system processing logic does not need to be modified. In order to increase the ex-warehouse volume of the 3C type order, the 3C type order is required to be positioned and processed according to the rule of 'allowance shortage volume', but the original system does not have the processing logic of allowance shortage volume, a service component needs to be developed again, after the development is finished, the configuration item information of the component is added in a database, and the page configuration is carried out by referring to the operation of the previous step; the component can be reused in other scene configurations without repeated development.
Fig. 6 is a schematic diagram of a method for implementing flow control according to a sixth embodiment of the present invention. In the embodiment of the present invention, for example, the received interface message data is:
field 1: value 1
Field 2: value2
Field 3: value3
Field 4: value4
The interface message includes 4 parameters, where value is a parameter value of each field. As shown in fig. 6, the obtained scene mapping list includes a scene mapping 1 (same as the scene mapping configuration 1 in the figure), and the entry parameter of the scene mapping 1 is the same as the obtained interface packet. Through matching calculation, whether the parameter value of the scene mapping is the same as the parameter value of the interface message or not can be sequentially judged according to the operation rule and the priority of the field. After all the parameters are successfully matched in the fields, it can be determined that the scene configuration corresponding to the received interface message is:
configuration item 2; param2 (execution sequence 1)
Configuration item 1: param1 (execution sequence 2)
Configuration item 3: param3 (execution sequence 3)
According to the embodiment of the invention, after the interface message is obtained, the field value of the inlet parameter in the interface message is directly obtained according to the absolute path of the field of the inlet parameter in the interface message. And the scene mapping relation between the parameters and the scene configuration can be changed through simple page operation, and the scene configuration and the scene mapping can be arbitrarily expanded. The page operation, the absolute path of the interface message field, the entrance parameter and the scene configuration conversion are combined to realize the configurable and expandable system processing flow. The user can change the mapping relation between the entrance parameters and the scene configuration (corresponding to different processes) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical changes are not needed, the cost is low, the period is short, and the user experience is good.
Fig. 7 is a schematic diagram of main blocks of an apparatus for implementing flow control according to an embodiment of the present invention, and as shown in fig. 7, an apparatus 700 for implementing flow control according to an embodiment of the present invention includes a data obtaining module 701, a field value obtaining module 702, and a matching module 707.
The data obtaining module 701 is configured to obtain an interface packet and a scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene map in the scene map list, the field values of the entry parameters of the scene map are in one-to-one correspondence with the scene configuration. The data acquisition module is further configured to: receiving an interface request and acquiring an interface message corresponding to the interface request; determining the grouping attribute of the interface message; the grouping attribute at least comprises a scene type and a configuration item type; and loading the scene mapping list according to the grouping attribute.
The field value obtaining module 702 is configured to obtain a field value of an entry parameter in an interface packet according to an absolute field path of the entry parameter in the interface packet.
The matching module 703 is configured to determine, according to the field value of the entry parameter in the obtained interface message, a scene configuration corresponding to the interface message from the scene mapping list, so that the sequence of the to-be-executed process is determined according to the scene configuration. The matching module is also used for determining the priority of the inlet parameters in the interface message; and according to the priority, sequentially matching the field values of the entry parameters in the acquired interface message with the field values of the entry parameters in the scene mapping list so as to determine the scene configuration corresponding to the interface message.
The apparatus for implementing flow control according to the embodiment of the present invention further includes a result storage module, where before the field value of the entry parameter in the interface message is obtained according to the field absolute path of the entry parameter in the interface message, the result storage module is configured to determine that the entry parameter in the interface message exists in the memory. And after determining the scene configuration corresponding to the interface message from the scene mapping list according to the field value of the entry parameter in the interface message, the result storage module is further configured to store the interface message and the scene configuration corresponding to the interface message in a key value form in the memory.
The device for realizing the process control in the embodiment of the invention also comprises a path acquisition module, wherein before the field value of the inlet parameter in the interface message is acquired according to the field absolute path of the inlet parameter in the interface message, the path acquisition module is used for acquiring the field absolute path of the inlet parameter in the interface message from the database; the field absolute path of the entry parameter is stored in the database in a configured manner.
According to the embodiment of the invention, after the interface message is obtained, the field value of the inlet parameter in the interface message is directly obtained according to the absolute path of the field of the inlet parameter in the interface message. And the scene mapping relation between the parameters and the scene configuration can be changed through simple page operation, and the scene configuration and the scene mapping can be arbitrarily expanded. The page operation, the absolute path of the interface message field, the entrance parameter and the scene configuration conversion are combined to realize the configurable and expandable system processing flow. The user can change the mapping relation between the entrance parameters and the scene configuration (corresponding to different processes) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical changes are not needed, the cost is low, the period is short, and the user experience is good.
Fig. 8 illustrates an exemplary system architecture 800 of a method of implementing flow control or an apparatus implementing flow control to which embodiments of the invention may be applied.
As shown in fig. 8, the system architecture 800 may include terminal devices 801, 802, 803, a network 804, and a server 805. The network 804 serves to provide a medium for communication links between the terminal devices 801, 802, 803 and the server 805. Network 804 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use the terminal devices 801, 802, 803 to interact with a server 805 over a network 804 to receive or send messages or the like. The terminal devices 801, 802, 803 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 801, 802, 803 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 805 may be a server that provides various services, such as a back-office management server (for example only) that supports shopping-like websites browsed by users using the terminal devices 801, 802, 803. The background management server can analyze and process the received data such as the product information inquiry request and feed back the processing result to the terminal equipment.
It should be noted that the method for implementing flow control provided by the embodiment of the present invention is generally executed by the server 805, and accordingly, the apparatus for implementing flow control is generally disposed in the server 805.
It should be understood that the number of terminal devices, networks, and servers in fig. 8 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 9, shown is a block diagram of a computer system 900 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 9 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 9, the computer system 900 includes a Central Processing Unit (CPU)901 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)902 or a program loaded from a storage section 908 into a Random Access Memory (RAM) 903. In the RAM 903, various programs and data necessary for the operation of the system 900 are also stored. The CPU 901, ROM 902, and RAM 903 are connected to each other via a bus 904. An input/output (I/O) interface 905 is also connected to bus 904.
The following components are connected to the I/O interface 905: an input portion 906 including a keyboard, a mouse, and the like; an output section 907 including components such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 908 including a hard disk and the like; and a communication section 909 including a network interface card such as a LAN card, a modem, or the like. The communication section 909 performs communication processing via a network such as the internet. The drive 910 is also connected to the I/O interface 905 as necessary. A removable medium 911 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 910 as necessary, so that a computer program read out therefrom is mounted into the storage section 908 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 909, and/or installed from the removable medium 911. The above-described functions defined in the system of the present invention are executed when the computer program is executed by a Central Processing Unit (CPU) 901.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes an acquisition data acquisition module, a field value acquisition module, and a matching module. The names of these modules do not form a limitation on the modules themselves in some cases, for example, the data acquisition module may also be described as a "module that acquires an interface packet and a scene mapping list".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: acquiring an interface message and a scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene mapping in the scene mapping list, the field value of the entry parameter of the scene mapping corresponds to the scene configuration one by one; acquiring a field value of an entry parameter in an interface message according to an absolute field path of the entry parameter in the interface message; and according to the field value of the inlet parameter in the acquired interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so that the sequence of the flow to be executed is determined according to the scene configuration.
According to the embodiment of the invention, after the interface message is obtained, the field value of the inlet parameter in the interface message is directly obtained according to the absolute path of the field of the inlet parameter in the interface message. And the scene mapping relation between the parameters and the scene configuration can be changed through simple page operation, and the scene configuration and the scene mapping can be arbitrarily expanded. The page operation, the absolute path of the interface message field, the entrance parameter and the scene configuration conversion are combined to realize the configurable and expandable system processing flow. The user can change the mapping relation between the entrance parameters and the scene configuration (corresponding to different processes) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical changes are not needed, the cost is low, the period is short, and the user experience is good.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. A method for implementing process control, comprising:
acquiring an interface message and a scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene mapping in the scene mapping list, the field value of the entry parameter of the scene mapping corresponds to the scene configuration one by one;
acquiring a field value of an entry parameter in the interface message according to an absolute field path of the entry parameter in the interface message;
and according to the obtained field value of the entry parameter in the interface message, determining scene configuration corresponding to the interface message from the scene mapping list, so as to determine the sequence of the flow to be executed according to the scene configuration.
2. The method of claim 1, wherein the step of obtaining the interface packet and the scene mapping list comprises:
receiving an interface request and acquiring an interface message corresponding to the interface request;
determining the grouping attribute of the interface message; the grouping attribute at least comprises a scene type and a configuration item type;
and loading a scene mapping list according to the grouping attribute.
3. The method according to claim 1, wherein before obtaining a field value of an ingress parameter in the interface packet according to an absolute path of the field of the ingress parameter in the interface packet, the method further comprises: determining that an entry parameter in the interface message exists in a memory;
after determining the scene configuration corresponding to the interface message from the scene mapping list according to the field value of the entry parameter in the interface message, the method further includes: and storing the interface message and the corresponding scene configuration in a memory in a key value mode.
4. The method according to claim 1, wherein the step of determining, from the scene mapping list, the scene configuration corresponding to the interface packet according to the field value of the entry parameter in the interface packet, includes:
determining the priority of the entry parameter in the interface message;
and matching the obtained field value of the entry parameter in the interface message with the field value of the entry parameter in the scene mapping list in sequence according to the priority so as to determine the scene configuration corresponding to the interface message.
5. The method according to claim 1, wherein before obtaining a field value of an ingress parameter in the interface packet according to an absolute path of the field of the ingress parameter in the interface packet, the method further comprises:
acquiring a field absolute path of an entry parameter in the interface message from a database; the field absolute path of the entry parameter is stored in a database in a configured manner.
6. An apparatus for implementing process control, comprising:
the data acquisition module is used for acquiring the interface message and the scene mapping list; the interface message at least comprises an entry parameter for calling the corresponding scene configuration; for each scene mapping in the scene mapping list, the field value of the entry parameter of the scene mapping corresponds to the scene configuration one by one;
a field value obtaining module, configured to obtain a field value of an entry parameter in the interface packet according to an absolute field path of the entry parameter in the interface packet;
and the matching module is used for determining scene configuration corresponding to the interface message from the scene mapping list according to the obtained field value of the entry parameter in the interface message, so that the sequence of the flow to be executed is determined according to the scene configuration.
7. The apparatus of claim 6, wherein the data acquisition module is further configured to: receiving an interface request and acquiring an interface message corresponding to the interface request; determining the grouping attribute of the interface message; the grouping attribute at least comprises a scene type and a configuration item type; and loading a scene mapping list according to the grouping attribute.
8. The apparatus of claim 6, further comprising a result storage module, configured to determine that an entry parameter in the interface message exists in a memory; and storing the interface message and the corresponding scene configuration in a memory in a key value mode.
9. The apparatus according to claim 6, wherein the matching module is further configured to determine a priority of an entry parameter in the interface packet; and matching the obtained field value of the entry parameter in the interface message with the field value of the entry parameter in the scene mapping list in sequence according to the priority so as to determine the scene configuration corresponding to the interface message.
10. The apparatus according to claim 6, further comprising a path obtaining module, configured to obtain, from a database, a field absolute path of an entry parameter in the interface packet; the field absolute path of the entry parameter is stored in a database in a configured manner.
11. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-5.
12. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-5.
CN201910180320.2A 2019-03-11 2019-03-11 Method and device for realizing flow control Active CN111695840B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910180320.2A CN111695840B (en) 2019-03-11 2019-03-11 Method and device for realizing flow control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910180320.2A CN111695840B (en) 2019-03-11 2019-03-11 Method and device for realizing flow control

Publications (2)

Publication Number Publication Date
CN111695840A true CN111695840A (en) 2020-09-22
CN111695840B CN111695840B (en) 2023-11-07

Family

ID=72474638

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910180320.2A Active CN111695840B (en) 2019-03-11 2019-03-11 Method and device for realizing flow control

Country Status (1)

Country Link
CN (1) CN111695840B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948306A (en) * 2021-03-30 2021-06-11 中国建设银行股份有限公司 Method and device for expanding system interface
CN113793657A (en) * 2021-11-17 2021-12-14 浙江太美医疗科技股份有限公司 Clinical trial data mapping method, device, computer equipment and storage medium
CN113938530A (en) * 2021-09-09 2022-01-14 中国联合网络通信集团有限公司 Data transmission method and device
CN114528044A (en) * 2022-02-17 2022-05-24 深圳乐信软件技术有限公司 Interface calling method, device, equipment and medium
CN115103034A (en) * 2022-06-27 2022-09-23 京东科技信息技术有限公司 Message protocol conversion method and device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101325514A (en) * 2008-07-21 2008-12-17 中兴通讯股份有限公司 Communication network management adapter frame with configurable flow and implementing method
US20100303205A1 (en) * 2009-05-26 2010-12-02 Agile Planet Inc System and Method for Radiation Therapy Imaging and Treatment Workflow Scheduling and Optimization
CN102143035A (en) * 2010-06-04 2011-08-03 华为技术有限公司 Data traffic processing method, network device and network system
CN104932875A (en) * 2014-01-31 2015-09-23 欧姆龙株式会社 Image processing device, managing system, and managing method
CN105303325A (en) * 2015-11-10 2016-02-03 中国建设银行股份有限公司 Process control method based on transaction scene recognition and system thereof
CN107423037A (en) * 2016-03-09 2017-12-01 阿里巴巴集团控股有限公司 Application programming interfaces localization method and equipment
CN107656874A (en) * 2017-11-07 2018-02-02 中国银行股份有限公司 A kind of interface test method, device, simulation baffle plate and system
CN107733894A (en) * 2017-10-19 2018-02-23 携程旅游网络技术(上海)有限公司 Comparison method, system, equipment and the storage medium of logic interfacing message
CN108763076A (en) * 2018-05-22 2018-11-06 深圳乐信软件技术有限公司 A kind of Software Automatic Testing Method, device, equipment and medium
CN108833298A (en) * 2018-05-29 2018-11-16 中国建设银行股份有限公司 Packet sending method, device and storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101325514A (en) * 2008-07-21 2008-12-17 中兴通讯股份有限公司 Communication network management adapter frame with configurable flow and implementing method
US20100303205A1 (en) * 2009-05-26 2010-12-02 Agile Planet Inc System and Method for Radiation Therapy Imaging and Treatment Workflow Scheduling and Optimization
CN102143035A (en) * 2010-06-04 2011-08-03 华为技术有限公司 Data traffic processing method, network device and network system
CN104932875A (en) * 2014-01-31 2015-09-23 欧姆龙株式会社 Image processing device, managing system, and managing method
CN105303325A (en) * 2015-11-10 2016-02-03 中国建设银行股份有限公司 Process control method based on transaction scene recognition and system thereof
CN107423037A (en) * 2016-03-09 2017-12-01 阿里巴巴集团控股有限公司 Application programming interfaces localization method and equipment
CN107733894A (en) * 2017-10-19 2018-02-23 携程旅游网络技术(上海)有限公司 Comparison method, system, equipment and the storage medium of logic interfacing message
CN107656874A (en) * 2017-11-07 2018-02-02 中国银行股份有限公司 A kind of interface test method, device, simulation baffle plate and system
CN108763076A (en) * 2018-05-22 2018-11-06 深圳乐信软件技术有限公司 A kind of Software Automatic Testing Method, device, equipment and medium
CN108833298A (en) * 2018-05-29 2018-11-16 中国建设银行股份有限公司 Packet sending method, device and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PANELJOCHEN GRUEN 等: "Multi-Reality Interfaces - Remote Monitoring and Maintenance in modular Factory Environments", 《IFAC PROCEEDINGS VOLUMES》, pages 987 - 992 *
刘渊 等: "面向天地一体化信息网络的卫星链路仿真研究", 《通信学报》, pages 56 - 67 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948306A (en) * 2021-03-30 2021-06-11 中国建设银行股份有限公司 Method and device for expanding system interface
CN113938530A (en) * 2021-09-09 2022-01-14 中国联合网络通信集团有限公司 Data transmission method and device
CN113938530B (en) * 2021-09-09 2023-06-23 中国联合网络通信集团有限公司 Data transmission method and device
CN113793657A (en) * 2021-11-17 2021-12-14 浙江太美医疗科技股份有限公司 Clinical trial data mapping method, device, computer equipment and storage medium
CN114528044A (en) * 2022-02-17 2022-05-24 深圳乐信软件技术有限公司 Interface calling method, device, equipment and medium
CN114528044B (en) * 2022-02-17 2024-02-23 深圳乐信软件技术有限公司 Interface calling method, device, equipment and medium
CN115103034A (en) * 2022-06-27 2022-09-23 京东科技信息技术有限公司 Message protocol conversion method and device

Also Published As

Publication number Publication date
CN111695840B (en) 2023-11-07

Similar Documents

Publication Publication Date Title
CN111695840B (en) Method and device for realizing flow control
CN106980955B (en) Method and apparatus for outputting information
US20210211471A1 (en) Highly scalable four-dimensional web-rendering geospatial data system for simulated worlds
CN107302597B (en) Message file pushing method and device
CN110348771B (en) Method and device for order grouping of orders
CN110826831A (en) Method and device for restocking a picking zone of a warehouse
CN109388654A (en) A kind of method and apparatus for inquiring tables of data
CN112884405A (en) Inquiry system and scheduling method thereof
CN110648089A (en) Method and device for determining delivery timeliness of articles
CN110689268A (en) Method and device for extracting indexes
CN111401684A (en) Task processing method and device
CN113780915A (en) Service docking method and device
CN108959294A (en) A kind of method and apparatus accessing search engine
CN114757157B (en) Method, apparatus, device and medium for generating an aircraft kit
CN111258988A (en) Asset management method, device, electronic device, and medium
CN112818026A (en) Data integration method and device
CN111461583A (en) Inventory counting method and device
CN110807095A (en) Article matching method and device
CN113742321A (en) Data updating method and device
CN113706064A (en) Order processing method and device
CN111199437A (en) Data processing method and device
CN110956430A (en) Department door recommendation method and device
CN111695749A (en) Method and device for generating grouping tasks
CN109634827A (en) Method and apparatus for generating information
CN112667627B (en) Data processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
TA01 Transfer of patent application right

Effective date of registration: 20210226

Address after: 6 / F, 76 Zhichun Road, Haidian District, Beijing 100086

Applicant after: Beijing Jingdong Zhenshi Information Technology Co.,Ltd.

Address before: 101, 1st floor, building 2, yard 20, Suzhou street, Haidian District, Beijing 100080

Applicant before: Beijing Jingbangda Trading Co.,Ltd.

Effective date of registration: 20210226

Address after: 101, 1st floor, building 2, yard 20, Suzhou street, Haidian District, Beijing 100080

Applicant after: Beijing Jingbangda Trading Co.,Ltd.

Address before: 100086 8th Floor, 76 Zhichun Road, Haidian District, Beijing

Applicant before: BEIJING JINGDONG SHANGKE INFORMATION TECHNOLOGY Co.,Ltd.

Applicant before: BEIJING JINGDONG CENTURY TRADING Co.,Ltd.

TA01 Transfer of patent application right
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant