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

Method and device for realizing flow control Download PDF

Info

Publication number
CN111695840B
CN111695840B CN201910180320.2A CN201910180320A CN111695840B CN 111695840 B CN111695840 B CN 111695840B CN 201910180320 A CN201910180320 A CN 201910180320A CN 111695840 B CN111695840 B CN 111695840B
Authority
CN
China
Prior art keywords
scene
interface message
entry parameter
configuration
entry
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.)
Active
Application number
CN201910180320.2A
Other languages
Chinese (zh)
Other versions
CN111695840A (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 Zhenshi 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 Zhenshi Information Technology Co Ltd filed Critical Beijing Jingdong Zhenshi Information Technology 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

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 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 map in the scene map list, the field value of the entry parameter of the scene map corresponds to the scene configuration one by one; acquiring a field value of an entry parameter in the interface message according to a field absolute path of the entry parameter in the interface message; and determining scene configuration corresponding to the interface message from the scene mapping list according to the acquired 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. The method can change the mapping relation between the entry parameter and the scene configuration of the flow control through simple operation, and the mapping relation and the scene configuration can be arbitrarily expanded, 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 implementing flow control, a configuration file or database configuration is used to combine individual small function modules 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 sequential or branched mode according to actual needs; and reading configuration information and entry parameters through a flow scheduling module, and performing scheduling execution on 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, an association relationship with other fields, and the like 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 further the user can input or check corresponding parameters on the page according to requirements. And saving the parameter data input or checked by the user to a database to generate a set of entry parameters for mapping scene configuration. In the process of realizing flow control, firstly, analyzing the interface message to obtain a field value of the parameter, and matching scene configuration according to the field value.
Because relevant information of the service components in the database is required to be displayed through the page and the message is analyzed to obtain the parameter value, 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 are required to be modified, and the system is required to be technically modified, so that the cost is high and the period is long. And, there is a requirement for the data format of the interface message.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a method and apparatus for implementing flow control, which can change, by simple operation, the mapping relationship between the entry parameter and the scene configuration of the flow control, 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, there is provided a method for implementing flow control.
The method for realizing flow control in the embodiment of the invention 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 map in the scene map list, the field value of the entry parameter of the scene map corresponds to the scene configuration one by one; acquiring a field value of an entry parameter in the interface message according to a field absolute path of the entry parameter in the interface message; and determining scene configuration corresponding to the interface message from the scene mapping list according to the acquired 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 step of obtaining the interface message 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 the field value of the entry parameter in the interface packet according to the field absolute path of the entry parameter in the interface packet, the method further includes: determining an entry parameter in the interface message in a 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, further including: and storing the interface message and the corresponding scene configuration thereof in a memory in a key value form.
Optionally, the step of determining the scene configuration corresponding to the interface packet from the scene mapping list according to the acquired field value of the entry parameter in the interface packet includes: determining the priority of the entry parameter in the interface message; and according to the priority, sequentially matching the acquired field values of the entry parameters in the interface message with the field values of the entry parameters in the scene mapping list to determine the scene configuration corresponding to the interface message.
Optionally, before obtaining the field value of the entry parameter in the interface packet according to the field absolute path of the entry parameter in the interface packet, the method further includes:
acquiring a field absolute path of an entry parameter in the interface message from a database; the absolute paths of the fields of the entry parameters are stored in a database in a configured manner.
In order 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 flow control in the embodiment of the invention comprises the following components:
the data acquisition module is used for acquiring interface messages 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 value of the entry parameter of the scene map corresponds to the scene configuration one by one;
the field value acquisition module is used for acquiring the field value of the entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message;
and the matching module is used for determining the scene configuration corresponding to the interface message from the scene mapping list according to the acquired 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 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.
Optionally, the device 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 packet exists in a memory; and storing the interface message and the corresponding scene configuration thereof in a memory in a key value form.
Optionally, the matching module is further configured to determine a priority of an entry parameter in the interface packet; and according to the priority, sequentially matching the acquired field values of the entry parameters in the interface message with the field values of the entry parameters in the scene mapping list to determine the scene configuration corresponding to the interface message.
Optionally, the device for implementing flow control in the embodiment of the present invention further includes a path acquisition module, configured to acquire, from a database, a field absolute path of an entry parameter in the interface packet; the absolute paths of the fields of the entry parameters are 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 equipment of the embodiment of the invention comprises: one or more processors; and a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement the method of implementing flow control of any of the above.
To achieve the above object, according to still another aspect of the embodiments of the present invention, there is provided a computer-readable medium having stored thereon a computer program, characterized in that the program, when executed by a processor, implements the method of implementing flow control of any one of the above.
One embodiment of the above invention has the following advantages or benefits: after the interface message is obtained, the field value of the entry parameter in the interface message is directly obtained according to the field absolute path of the entry parameter in the interface message. And, the scene mapping relation between the parameter and the scene configuration, and the scene configuration and the scene mapping can be arbitrarily expanded through simple page operation. The page operation, the absolute path of the interface message segment, the entry 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 entry parameters and the scene configuration (corresponding to different flows) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical change is not needed, the cost is low, the period is short, and the user experience is good.
Further effects of the above-described non-conventional alternatives are 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 the 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 the 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 the 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 the 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 the main flow of a method for implementing flow control according to a fifth embodiment of the present invention;
FIG. 6 is a schematic diagram of a method of implementing flow control according to a sixth embodiment of the invention;
FIG. 7 is a schematic diagram of the main modules of an apparatus for implementing flow control according to an embodiment of the invention;
FIG. 8 is an exemplary system architecture diagram in which embodiments of the present invention may be applied;
fig. 9 is a schematic diagram of a computer system suitable for use in implementing an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, in which various details of the embodiments of the present invention are included to facilitate understanding, and are to be considered 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 terms appearing in the following examples are explained as follows:
configuration items: the configuration item corresponds to a service component ID or a service logic branch condition in the system;
configuration item parameters: the configuration item parameter is an optional enumerated value for the configuration item. For example, the "ascending rule" and the "descending rule" of the quality guarantee period sequence 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, and comprises a plurality of configuration items and configuration item parameters, and is suitable for each business scene;
scene mapping: the scene mapping is the association relation between the system entry parameter and the scene configuration;
inlet parameters: entry parameters are maintained by the technician into the database, including field names, field absolute paths, priorities, field types, operational rules. One-to-one correspondence with the messages of the service interface.
Fig. 1 is a schematic diagram of main flow of a method for implementing flow control according to a first embodiment of the present invention, 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 obtaining 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 value of the entry parameter of the scene map corresponds one-to-one to the scene configuration.
Step S102: and acquiring the field value of the entry parameter in the interface message according to the field absolute path of the entry 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 is required to be synchronously changed, and the program logic is not required to be modified.
Step S103: and determining 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, 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 acquired, the field value of the entry parameter in the interface message is acquired directly according to the field absolute path of the entry parameter in the interface message. And, the scene mapping relation between the parameter and the scene configuration, and the scene configuration and the scene mapping can be arbitrarily expanded through simple page operation. The page operation, the field absolute path of the interface message, the entry 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 entry parameters and the scene configuration (corresponding to different flows) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical change is not needed, the cost is low, the period is short, and the user experience is good.
Fig. 2 is a schematic diagram of main flow of a method for implementing flow control according to a second embodiment of the present invention, 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 (portal) may agree on a packet attribute, for example, a scene type, that is, an interface request and an interface message sent through the interface will correspond to the scene type corresponding to the interface. The scene type is a classification of business scenes, for example, the package of goods of a delivery order is taken as a scene type, and can be specifically classified into B2B order package, B2C order package, order package of a back-order 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 attribute comprises at least a scene type and a configuration item type. The configured parameters are grouped according to grouping attributes (scene types), and then the parameters can be loaded according to the grouping attributes to which the interface message belongs when the scene mapping list is loaded, so that most irrelevant scene mappings can be eliminated, and the operation times of scene configuration in the subsequent matching interface message and 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 into the database by a technician and comprises a field name, a field absolute path, a priority, a field type and an operation rule. Each entry of the system needs to agree on a different scene type, one scene type comprising a set of fields. The user may specify, through a page operation, that one or more entry parameter field values map to a set of scene configurations, such as: in a business scenario with a scenario type of "locate", a set of parameters (which constitute the entry parameters) may be specified: the facility 6, distribution center 6, warehouse 208, owner a or B, and may reference the entry parameter to a "last in first out inside out positioning" scenario configuration.
In an embodiment of the present invention, the entry parameter field is exemplified by the following table:
scene type Parameter name Priority level Parameter value
Positioning Organization number 10 6
Positioning Distribution center 11 6
Positioning House number 12 208
Positioning Cargo owner number 20 EBU10000065
Step S204: and acquiring the field value of the entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message.
Step S205: and determining 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, 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 obtained field value of the entry parameter in the interface message is the process of scene mapping calculation. In particular, in this process, the entry parameter fields may be sequentially matched from large to small according to the priority of the entry parameter fields. Ordering by priority of each field from top to bottom can ensure that the scene map containing the highest priority field is matched with priority, and when the highest priorities are the same, the scene map containing the next highest priority field is matched with priority. Wherein the type of field includes date, value, character, etc. The operation rules comprise common relation operation rules of equal, greater than, less than and the like.
The scene configuration is a set of configuration parameters 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 specific business scenes. The configuration items and configuration item parameters are maintained by the technician into a database, grouped by the scene type and configuration item type to which they belong. The configuration items and the configuration item parameters are related to a scene type and a configuration item type, the scene type is 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 function of the configuration item types is to group the configuration items with similar functions, so that the configuration items are conveniently displayed in different areas on the page.
Each configuration item corresponds to a service component ID in the system or a service logic branch condition, so after a configuration scene is determined, the sequence of components to be executed can be determined according to the configuration scene, and further, the flow control is realized. Each configuration item will have a configuration item name and description, "description" will describe the business logic of the component, and the user need only select which configuration item to use based on the business logic. In the embodiment of the invention, the scene configuration comprises the following table of configuration items:
the configuration item parameter is an optional enumerated value for the configuration item. For example, "ascending rule" and "descending rule" of the shelf life order are used as configuration item parameters. In the embodiment of the invention, the configuration item parameters are exemplified in the following table:
when the user newly adds the scene configuration, optional 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 service requirements. In the combining process, the user is required to configure according to the current business rule to be processed. Some basic scene configurations can be added by technicians according to general industry business rules in the initial program version; in the use process of the user, if new business rules or flows exist, the existing configuration can be used as a template for modification and addition. The user can build the scene configuration, which can be used as the template for building the scene configuration later.
In the process that a user designates one or more entry parameter field values to be mapped to a set of scene configuration through page operation, the user knows the data displayed by the dimension of service data through pages, and needs to know the mapping relation between the service data and the scenes, but does not need to care about the technical interface message fields. For example, if the user wants to use "scenario configuration 1" for "owner a" in the positioning scenario, the user data owner number is needed on the page; the fields are ordered in the order of page display, from high to low, according to their priority in the mapping calculation.
FIG. 3 is a schematic diagram of the 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 in the third embodiment of the present invention mainly includes:
step S301: and obtaining an interface message and a scene mapping list.
Step S302: and determining that the entry parameter in the interface message exists in the memory. Traversing the scene mapping list, and if the entry parameter of the interface message exists in the memory, explaining that a current scene configuration in the scene mapping list corresponds to the interface message. If not, continuing to traverse 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 entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message.
Step S304: and determining 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, 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 thereof in a memory in a key value form. Specifically, after mapping calculation is performed on the field, writing the result into the memory in a map form, wherein the key of the map is the path of the field in the message, the value is the field value in the message, and if the field does not exist, the value is null; when the subsequent scene mapping calculation is performed, the field value is preferentially fetched from the memory for matching, and if the value is null, the scene mapping calculation is directly skipped.
FIG. 4 is a schematic diagram of the main flow of a method for implementing flow control according to a fourth embodiment of the present invention; as shown in fig. 4, the method for implementing flow control in the fourth embodiment of the present invention mainly includes:
step S401: and obtaining an interface message and a scene mapping list.
Step S402: and determining the priority of the entry parameter in the interface message. The priority of each field may be ranked from top to bottom, and it may be guaranteed that the scene map containing the highest priority field is matched with the highest priority, and when the highest priorities are the same, the scene map containing the next highest priority field is matched with the highest priority. For example, there are two scene maps:
Scene map 1: a house number 208 (priority 12), a pallet owner a or B (priority 20),
scene map 2: cargo owner a or B (priority 20).
According to the ordering rule, the priority of the 'owner' field of the two scene mappings is highest, whether the owner field value is equal to the owner field value in the message or not should be judged first, and if so, the 'warehouse number' field is continuously matched. If the "storehouse number" of the scene map 1 is equal to the message field, the scene map 1 is successfully matched, and if not, the scene map 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 to determine the scene configuration corresponding to the interface message.
Step S404: and determining 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, 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 acquired, the field value of the entry parameter in the interface message is acquired directly according to the field absolute path of the entry parameter in the interface message. And, the scene mapping relation between the parameter and the scene configuration, and the scene configuration and the scene mapping can be arbitrarily expanded through simple page operation. The page operation, the absolute path of the interface message segment, the entry 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 entry parameters and the scene configuration (corresponding to different flows) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical change is not needed, the cost is low, the period is short, and the user experience is good.
FIG. 5 is a schematic diagram of the 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 in the fifth embodiment of the present invention mainly includes:
step S501: the loading scene map is started.
Step S502: the scene maps are grouped by scene type.
Step S503: the scene map is ordered according to the priority of each field of the scene configuration in the scene map. Ordering the priorities of each field from top to bottom ensures that the scene map containing the highest priority field is matched with the scene map containing the next highest priority field when the highest priorities are the same
Step S504: loaded into the cache. When the system is started, the configured scene mapping is queried from the database, the scene mapping is grouped according to scene types, the priority of each field is ordered from high to low, the scene mapping is loaded into a cache, and the cache is updated regularly.
Step S505: an interface request for a current interface is received.
Step S506: and obtaining an interface message.
Step S507: and searching the scene map from the cache according to the scene type of the current interface, and forming a scene map list by the searched scene map.
Step S508: traversing the scene map list. The following matching calculation is performed on each scene map in the list in turn, and the currently matching scene map may be denoted as the current scene map.
Step S509: traversing the fields of the entry parameters of the scene configuration in the current scene map. The currently matching parameter may be noted as the current parameter.
Step S510: and judging whether the current parameter exists in the memory. If so, proceed to step S511; otherwise, go to step S508 to continue matching the next scene map of the current scene map. If the current parameter exists in the memory, the current parameter is judged as the judging parameter, otherwise, the subsequent matching cannot be performed (the parameter value may not be obtained, etc.).
Step S511: and acquiring parameter values according to the field absolute paths of the current parameters of the scene configuration in the current scene map in sequence according to the priorities of the fields.
Step S512: and judging whether the current parameters exist in the interface message. If so, step S513 is performed to continue matching the parameter value of the current parameter; otherwise, go to step S508 to continue matching the next scene map of the current scene map.
Step S513: determining an operation rule of field configuration 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 for this field match are configured by the technician and typically include common relational operation rules equal to, greater than, less than, etc. If so, go to step S514; otherwise, go to step S508 to continue matching the next scene map of the current scene map.
Step S514: and judging whether all the fields are successfully matched. If yes, go to step S515; otherwise, step S509 is performed to continue matching 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 certain scene map are successfully matched with the field values of the entry parameters of the interface message, the scene configuration information corresponding to the scene map is sent to the flow engine, and the business processing is executed, so that the flow control of the business corresponding to the interface message can be realized. The flow engine searches the component according to the component ID in the matched scene configuration and calls the component to process the service. If all scene mappings fail to match or the current scene type does not configure a scene mapping, the service can be processed according to the default scene configuration.
Based on the embodiment of the invention, the interface message field can be expanded. For the situation that more interface fields need to be added for controlling the system flow, if the newly added fields do not participate in business logic processing, only the information such as field names, field absolute paths, priorities, field types, operation rules and the like of the newly added fields need to be inserted into a database by technicians, and then a user can configure the mapping relation of the fields through the newly added scene mapping page.
And, business component expansion can be performed quickly. If a service component is newly added to the system, the user can add the component to a certain scene configuration through page operation only by inserting information such as an ID, a name, a scene type, a configuration item type and the like of the service component into a database by a technician, and the service component can be multiplexed in other scene configurations.
Taking inventory positioning service scene of inventory management system as an example, initially, a default set of general service processing rules is configured, which is applicable to all positioning service processing. The newly built storehouse A1 is required to be positioned according to a rule of 'last-to-first-out', a user adds a group of scene configuration and a scene map through page operation, and the appointed storehouse A1 can be quickly realized by executing positioning service processing according to the new scene configuration. In order to improve the production efficiency of the free-selling goods, the free-selling goods are required to be positioned according to the rules of 'priority free-selling goods area' and 'last-to-first-out', but the original entrance message has no free-selling goods identification field, and the field needs to be added for scene configuration identification; the field configuration is directly added to the database and the page configuration is performed with reference to the previous operation, and the system processing logic is not modified. In order to increase the ex-warehouse quantity of the 3C type order, the 3C type order is required to be positioned according to the rule of 'allowing the shortage', but the original system has no processing logic for allowing the shortage, a service component is required to be redeveloped, after development is completed, configuration item information of the component is added in a database, and page configuration can be realized by referring to the previous operation; the component can be multiplexed in other scenario 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 the parameter value of each field. As shown in fig. 6, the acquired scene map list includes scene map 1 (the same scene map configuration 1 in the drawing), and the entry parameter of the scene map 1 is the same as the acquired interface message. And through matching calculation, whether the parameter value of the scene mapping is the same as the parameter value of the interface message can be sequentially judged according to the operation rule and the priority of the field. After all the parameters are successfully matched with the fields, the scene configuration corresponding to the received interface message can be determined as follows:
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 acquired, the field value of the entry parameter in the interface message is acquired directly according to the field absolute path of the entry parameter in the interface message. And, the scene mapping relation between the parameter and the scene configuration, and the scene configuration and the scene mapping can be arbitrarily expanded through simple page operation. The page operation, the absolute path of the interface message segment, the entry 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 entry parameters and the scene configuration (corresponding to different flows) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical change is not needed, the cost is low, the period is short, and the user experience is good.
Fig. 7 is a schematic diagram of main modules 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 acquisition module 701, a field value acquisition module 702, and a matching module 707.
The data acquisition module 701 is configured to acquire 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 value of the entry parameter of the scene map corresponds one-to-one to the scene configuration. The data acquisition module is also used for: receiving an interface request and acquiring an interface message corresponding to the interface request; determining grouping attribute of 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 the interface packet according to a field absolute 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 acquired interface packet, a scene configuration corresponding to the interface packet from the scene mapping list, so that a flow sequence to be executed is determined according to the scene configuration. The matching module is also used for determining the priority of the entry parameter 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 to determine the scene configuration corresponding to the interface message.
The device for realizing flow control of the embodiment of the invention further comprises a result storage module, wherein the result storage module is used for determining that the entry parameter in the interface message exists in the memory before the field value of the entry parameter in the interface message is acquired according to the field absolute path of the entry parameter in the interface message. 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 used for storing the interface message and the scene configuration corresponding to the interface message in the memory in the form of a key value.
The device for realizing flow control of the embodiment of the invention further comprises a path acquisition module, wherein the path acquisition module is used for acquiring the field absolute path of the entry parameter in the interface message from the database before acquiring the field value of the entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message; the absolute paths of the fields of the entry parameters are stored in a database in a configured manner.
According to the embodiment of the invention, after the interface message is acquired, the field value of the entry parameter in the interface message is acquired directly according to the field absolute path of the entry parameter in the interface message. And, the scene mapping relation between the parameter and the scene configuration, and the scene configuration and the scene mapping can be arbitrarily expanded through simple page operation. The page operation, the absolute path of the interface message segment, the entry 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 entry parameters and the scene configuration (corresponding to different flows) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical change is 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, a system architecture 800 may include terminal devices 801, 802, 803, a network 804, and a server 805. The network 804 serves as a medium for providing communication links between the terminal devices 801, 802, 803 and the server 805. The network 804 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
A user may interact with the server 805 through the network 804 using the terminal devices 801, 802, 803 to receive or send messages or the like. Various communication client applications such as shopping class applications, web browser applications, search class applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only) may be installed on the terminal devices 801, 802, 803.
The terminal devices 801, 802, 803 may be a variety of electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop and desktop computers, and the like.
The server 805 may be a server providing various services, such as a background management server (by way of example only) that provides support for shopping-type websites browsed by users using the terminal devices 801, 802, 803. The background management server can analyze and other data of the received 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 in the embodiment of the present invention is generally executed by the server 805, and accordingly, the device 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, there is illustrated a schematic diagram of a computer system 900 suitable for use in implementing an embodiment of the present invention. The terminal device shown in fig. 9 is only an example, and should not impose any limitation on the functions and the scope of use of the embodiment of the present invention.
As shown in fig. 9, the computer system 900 includes a Central Processing Unit (CPU) 901, which can execute various appropriate actions and processes according to 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 through a bus 904. An input/output (I/O) interface 905 is also connected to the bus 904.
The following components are connected to the I/O interface 905: an input section 906 including a keyboard, a mouse, and the like; an output portion 907 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and a speaker; a storage portion 908 including a hard disk or 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 needed. A removable medium 911 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed as needed on the drive 910 so that a computer program read out therefrom is installed into the storage section 908 as needed.
In particular, according to embodiments of the present disclosure, the processes described above with reference to 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 shown in the flow chart. In such an embodiment, the computer program may be downloaded and installed from the network via the communication portion 909 and/or installed from the removable medium 911. The above-described functions defined in the system of the present invention are performed when the computer program is executed by a Central Processing Unit (CPU) 901.
The computer readable medium shown in the present invention may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any 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 context of this document, 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, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. 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 flowcharts 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 involved in the embodiments of the present invention may be implemented in software or in hardware. The described modules may also be provided in a processor, for example, 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 limit the modules themselves in some cases, and for example, the data acquisition module may also be described as a "module that acquires interface messages and a scene map 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 present alone without being fitted into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to include: 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 value of the entry parameter of the scene map corresponds to the scene configuration one by one; acquiring a field value of an entry parameter in the interface message according to a field absolute path of the entry parameter in the interface message; and determining 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, 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 acquired, the field value of the entry parameter in the interface message is acquired directly according to the field absolute path of the entry parameter in the interface message. And, the scene mapping relation between the parameter and the scene configuration, and the scene configuration and the scene mapping can be arbitrarily expanded through simple page operation. The page operation, the absolute path of the interface message segment, the entry 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 entry parameters and the scene configuration (corresponding to different flows) through simple page operation so as to meet the rule requirements of different service scenes. In addition, technical change is not needed, the cost is low, the period is short, and the user experience is good.
The above embodiments do not limit the scope of the present invention. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives can occur depending upon design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the scope of the present invention.

Claims (10)

1. A method for implementing flow control, comprising:
obtaining an interface message and a scene mapping list, including: 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; loading a scene mapping list according to the grouping attribute; 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 value of the entry parameter of the scene map corresponds to the scene configuration one by one;
acquiring a field value of an entry parameter in the interface message according to a field absolute path of the entry parameter in the interface message;
And determining scene configuration corresponding to the interface message from the scene mapping list according to the acquired 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.
2. The method of claim 1, further comprising, prior to obtaining the field value of the entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message: determining an entry parameter in the interface message in a 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, further including: and storing the interface message and the corresponding scene configuration thereof in a memory in a key value form.
3. The method according to claim 1, wherein the step of determining the scene configuration corresponding to the interface message from the scene mapping list according to the acquired field value of the entry parameter in the interface message includes:
determining the priority of the entry parameter in the interface message;
and according to the priority, sequentially matching the acquired field values of the entry parameters in the interface message with the field values of the entry parameters in the scene mapping list to determine the scene configuration corresponding to the interface message.
4. The method of claim 1, further comprising, prior to obtaining the field value of the entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message:
acquiring a field absolute path of an entry parameter in the interface message from a database; the absolute paths of the fields of the entry parameters are stored in a database in a configured manner.
5. An apparatus for implementing flow control, comprising:
the data acquisition module is used for acquiring interface messages 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 value of the entry parameter of the scene map corresponds to the scene configuration one by one;
the field value acquisition module is used for acquiring the field value of the entry parameter in the interface message according to the field absolute path of the entry parameter in the interface message;
the matching module is used for determining scene configuration corresponding to the interface message from the scene mapping list according to the field value of the acquired entry parameter in the interface message, so that the sequence of the flow to be executed is determined according to 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 a scene mapping list according to the grouping attribute.
6. The apparatus of claim 5, further comprising a result storage module configured to determine an entry parameter in the interface message exists in a memory; and storing the interface message and the corresponding scene configuration thereof in a memory in a key value form.
7. The apparatus of claim 5, wherein the matching module is further configured to determine a priority of an entry parameter in the interface message; and according to the priority, sequentially matching the acquired field values of the entry parameters in the interface message with the field values of the entry parameters in the scene mapping list to determine the scene configuration corresponding to the interface message.
8. The apparatus of claim 5, further comprising a path acquisition module configured to acquire a field absolute path of an entry parameter in the interface packet from a database; the absolute paths of the fields of the entry parameters are stored in a database in a configured manner.
9. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs,
when executed by the one or more processors, causes the one or more processors to implement the method of any of claims 1-4.
10. A computer readable medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the method according to any of claims 1-4.
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 CN111695840A (en) 2020-09-22
CN111695840B true 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)

Families Citing this family (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
CN113938530B (en) * 2021-09-09 2023-06-23 中国联合网络通信集团有限公司 Data transmission method and device
CN113793657B (en) * 2021-11-17 2022-03-25 浙江太美医疗科技股份有限公司 Clinical trial data mapping method, device, computer equipment and storage 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

Citations (9)

* 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
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8175892B2 (en) * 2009-05-26 2012-05-08 Agile Planet Inc. System and method for radiation therapy imaging and treatment workflow scheduling and optimization

Patent Citations (9)

* 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
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
Multi-Reality Interfaces - Remote Monitoring and Maintenance in modular Factory Environments;panelJochen Gruen 等;《IFAC Proceedings Volumes》;第987-992页 *
面向天地一体化信息网络的卫星链路仿真研究;刘渊 等;《通信学报》;第56-67页 *

Also Published As

Publication number Publication date
CN111695840A (en) 2020-09-22

Similar Documents

Publication Publication Date Title
CN111695840B (en) Method and device for realizing flow control
CN106980955B (en) Method and apparatus for outputting information
WO2019100637A1 (en) Method and apparatus for outputting storage position information
CN110348771B (en) Method and device for order grouping of orders
CN109388654A (en) A kind of method and apparatus for inquiring tables of data
CN110689268B (en) Method and device for extracting indexes
CN110069579A (en) Fence method of partition and device
CN112835904A (en) Data processing method and data processing device
CN109684624A (en) A kind of method and apparatus in automatic identification Order Address road area
CN111401684A (en) Task processing method and device
CN112860744A (en) Business process processing method and device
CN113760488A (en) Method, device, equipment and computer readable medium for scheduling task
CN111461583A (en) Inventory counting method and device
CN110858332A (en) Order production method and device
CN109299223B (en) Method and device for inquiring instruction
CN113393288A (en) Order processing information generation method, device, equipment and computer readable medium
CN113742321A (en) Data updating method and device
CN112651536A (en) Method and device for determining delivery address
CN111199437A (en) Data processing method and device
CN110889656B (en) Warehouse rule configuration method and device
CN112667627B (en) Data processing method and device
CN112668949B (en) Method and device for picking goods
CN110928758B (en) Method and device for generating test cases
CN113112285B (en) Data analysis method and device
CN112783956B (en) Information 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