CN111815401A - Method and device for ordering flow control - Google Patents

Method and device for ordering flow control Download PDF

Info

Publication number
CN111815401A
CN111815401A CN202010546948.2A CN202010546948A CN111815401A CN 111815401 A CN111815401 A CN 111815401A CN 202010546948 A CN202010546948 A CN 202010546948A CN 111815401 A CN111815401 A CN 111815401A
Authority
CN
China
Prior art keywords
order
version
flow
state
order flow
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
CN202010546948.2A
Other languages
Chinese (zh)
Other versions
CN111815401B (en
Inventor
张亚博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Yueyi Network Information Technology Co Ltd
Original Assignee
Shanghai Yueyi Network 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 Shanghai Yueyi Network Information Technology Co Ltd filed Critical Shanghai Yueyi Network Information Technology Co Ltd
Priority to CN202010546948.2A priority Critical patent/CN111815401B/en
Publication of CN111815401A publication Critical patent/CN111815401A/en
Application granted granted Critical
Publication of CN111815401B publication Critical patent/CN111815401B/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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Software Systems (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Computer Security & Cryptography (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

The method comprises the steps of obtaining a current order flow version in a development state defined by a flow; switching the development state to a release state through release to obtain a current order flow version in the release state; performing white list test on the current order flow version and binding order placing operation to the current order flow version to obtain the current order flow version in an online state; and switching the release state to an online state based on the acquired online operation of the user so that the user applies the current order flow version in the online state. Therefore, the problem of user experience interruption in the order flow switching process is solved, the cost of a development mechanism, manual switching, a verification script and the like for order flow change is reduced, abnormal orders caused by the influence of existing orders due to the flow change are avoided, order data are prevented from being directly operated, and the order flow operation is completely completed.

Description

Method and device for ordering flow control
Technical Field
The present application relates to the field of computers, and in particular, to a method and an apparatus for ordering flow control.
Background
After the order flow runs for a period of time, if the order flow is changed or an abnormal order exists, the following means are often adopted: the existing order flow is stopped when the order flow is changed, and then the order flow is switched to a new order flow; some changes of the order flow are directly modified and then directly put on line; the order flow is changed to use the condition as a mode of first switching a part of the switch to switch online in batches; and the abnormal order processing adopts a backdoor interface or a special operation background to directly operate an order error part. However, the above approach has the following disadvantages: when the process is changed, the existing order process is stopped, so that the service interruption is caused to cause unsustainability, and the user experience is influenced; when the process is changed, the direct modification risk of the order process is high, and particularly, an abnormal order is easily caused under the condition that a large number of online orders exist; the process change adopts a switch mode to switch, a switch is required to be additionally developed, then operators are manually matched to switch categories and categories, after the switching is finished, verification is required one by one or task batch inspection is required to be written, and the additional cost is higher; after an abnormal order appears, the data is directly operated, so that the risk of subsequent order circulation abnormality exists; the abnormal order direct operation order error part can generate operation control order flow and data except order circulation logic, violates a single responsibility principle, and improves the maintenance cost of the subsequent order flow, such as separately maintaining cache, message notification and the like; the direct operation order data violates the order contract principle and belongs to unsafe operation.
Disclosure of Invention
An object of the present application is to provide a method and an apparatus for controlling order flow, which solve the problems in the prior art that user experience is interrupted during order flow switching, development mechanism, manual switching, and verification script for order flow change are costly, and that an existing order is affected by a flow change, thereby generating an abnormal order.
According to an aspect of the present application, there is provided a method of order flow control, the method including:
acquiring a current order flow version in a development state defined by a flow;
switching the development state to a release state through release to obtain a current order flow version in the release state;
performing white list test on the current order flow version and binding order placing operation to the current order flow version to obtain the current order flow version in an online state;
and switching the release state to an online state based on the acquired online operation of the user so that the user applies the current order flow version in the online state.
Further, switching the development state to a release state through release to obtain a current order flow version in the release state, including:
and performing quality test and gray level test on the current order flow version, and switching the development state to a release state through release when the quality test and the gray level test both pass to obtain the current order flow version in the release state.
Further, performing quality test and gray scale test on the current order flow version, including:
adjusting the flow and data processing logic of the current order flow version until the preset test quality standard is met;
determining a white list based on the created user set and the mapping of the current order flow version meeting the preset test quality standard;
when the state machine receives an order placing request, judging whether a user has a customized order process version in the white list;
if yes, entering a flow of the appointed order flow version, if not, entering a default online order flow version, and completing the gray level test after entering the flow.
Further, the method comprises:
and if a new order process version is added in the order system, carrying out process offline on the current order process version, and then carrying out online on the new order process version in the release state.
Further, the method comprises:
and completing the switching between different order process versions in the order system through order version switching.
Further, the method comprises:
if an abnormal order exists, positioning an order flow version to which the abnormal order belongs to determine the abnormal order flow version;
entering the order flow version subjected to the quality test and the gray level test into a release state to obtain a replacement order version;
and switching the abnormal order flow version to the replacement order version through order version switching.
Further, completing the switching between different order flow versions in the order system by order version switching, including:
pausing an order flow in the order system, and checking the current order version, order state and order data of the first target order when the order flow is paused to obtain a checking result;
calculating an order version and order data corresponding to the second target order according to the verification result;
and updating the first target order according to the order version and the order data corresponding to the second target order, and recovering the order flow after updating.
Further, the method comprises:
recording an order flow version in the order system in each order data;
and controlling the selection of the order flow version for circulation according to the recorded order data.
According to still another aspect of the present application, there is also provided an apparatus for ordering flow control, the apparatus including:
the acquiring device is used for acquiring the current order flow version defined by the flow in the development state;
the release device is used for switching the development state to a release state through release to obtain a current order flow version in the release state;
the binding device is used for carrying out white list test on the current order flow version and binding the order placing operation to the current order flow version to obtain the current order flow version in an online state;
and the switching device is used for switching the release state to an online state based on the acquired online operation of the user so as to enable the user to apply the current order flow version in the online state.
According to still another aspect of the present application, there is also provided an apparatus for order flow control, the apparatus including:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method as previously described.
According to yet another aspect of the present application, there is also provided a computer readable medium having computer readable instructions stored thereon, the computer readable instructions being executable by a processor to implement the method as described above.
Compared with the prior art, the method and the system have the advantages that the current order flow version in the development state defined by the flow is obtained; switching the development state to a release state through release to obtain a current order flow version in the release state; performing white list test on the current order flow version and binding order placing operation to the current order flow version to obtain the current order flow version in an online state; and switching the release state to an online state based on the acquired online operation of the user so that the user applies the current order flow version in the online state. Therefore, the problem of user experience interruption in the order flow switching process is solved, the cost of a development mechanism, manual switching, a verification script and the like for order flow change is reduced, abnormal orders caused by the influence of existing orders due to the flow change are avoided, order data are prevented from being directly operated, and the order flow operation is completely completed.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 illustrates a method flow diagram for order flow control provided in accordance with an aspect of the subject application;
FIG. 2 is a block diagram illustrating the framework of order flow control in one embodiment of the present application;
fig. 3 is a schematic structural diagram of an order flow control apparatus according to still another aspect of the present application.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present application is described in further detail below with reference to the attached figures.
In a typical configuration of the present application, the terminal, the device serving the network, and the trusted party each include one or more processors (e.g., Central Processing Units (CPUs)), input/output interfaces, network interfaces, and memory.
The Memory may include volatile Memory in a computer readable medium, Random Access Memory (RAM), and/or nonvolatile Memory such as Read Only Memory (ROM) or flash Memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, Phase-Change RAM (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), flash Memory or other Memory technology, Compact Disc Read-Only Memory (CD-ROM), Digital Versatile Disc (DVD) or other optical storage, magnetic cassette tape, magnetic tape storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transmyedia), such as modulated data signals and carrier waves.
Fig. 1 is a schematic flow chart illustrating a method for order flow control according to an aspect of the present application, where the method includes: step S11 to step S14,
in step S11, a current order flow version in the development state defined by the flow is acquired; here, an order flow version (V1.0) to be tested defined by a developer through a flow is acquired, and the order flow version to be tested is in a development state as a current order flow version (V1.0), the development state is a flow in a development and acceptance stage of the developer and a tester, a flow version number is generated in the development stage, and the development state is used for flow definition and allows a flow to be changed.
In step S12, the development state is switched to a release state through release, and a current order flow version in the release state is obtained; here, the current order flow version V1.0 is released, the current order flow version V1.0 is switched from the development state to the release state, and the flow of the current order flow version V1.0 in the release state cannot be changed, such as modifying the order flow and the data processing logic.
Next, in step S13, performing white list test on the current order flow version and binding the order placing operation to the current order flow version to obtain the current order flow version in the online state; here, the order can be placed in a white list mode for further test acceptance of the current order process version in the release state, and the order placing operation can be directly bound to the version V1.0 according to the actual scene requirement, so that the gray scale of the order process is realized or the personalized requirement is met; for example, the existing process is the recovery order 1 version, the new process supports the home-on self-service and is defined as the recovery order home-on self-service and self-service 2 version, and the version is specified through a white list, so that a user can enter different processes.
Subsequently, in step S14, the release status is switched to the online status based on the acquired user' S online operation, so that the user applies the current order flow version in the online status. Here, the V1.0 version in the release state is switched to the online state through the process online operation, the order placing operation of the user is acquired, and the v.10 version in the online state is used when the user places an order. It should be noted that the online process is a version of a process in which a user orders an operation to use a current online state by default, and only one online process is available at the same time.
In an embodiment of the present application, in step S12, a quality test and a grayscale test are performed on the current order flow version, and when both the quality test and the grayscale test pass, the development state is switched to a release state through release, so as to obtain the current order flow version in the release state. Here, a quality test and a gray test are performed on a current order flow version (for example, V1.0 version) defined by the flow, where the quality test is to perform acceptance of a test case and a system regression test, and the gray test is to allow a part of users or testers to use the flow first to perform a process of trying a new flow. After the V1.0 test in the development state passes, the release state can be switched to the release state through release to obtain the V1.0 version in the release state, and the order flow and the data processing logic of the V1.0 cannot be modified in the release state.
Specifically, when performing a quality test and a gray level test on the current order flow version, the flow and data processing logic of the current order flow version may be adjusted until a preset test quality standard is met; determining a white list based on the created user set and the mapping of the current order flow version meeting the preset test quality standard; when the state machine receives an order placing request, judging whether a user has a customized order process version in the white list; if yes, entering a flow of the appointed order flow version, if not, entering a default online order flow version, and completing the gray level test after entering the flow. When the process is in a development state, the process and the data logic can be adjusted until the test quality standard is met; the order placing and the order version switching can be carried out in a white list mode to carry out the gray level test, wherein the implementation process is as follows: and creating a mapping of a user set and a process version as a white list, judging whether the user has a customized process version in the white list after the state machine receives a placing request, if so, entering a process of an appointed version, and if not, entering a default online process version.
In an embodiment of the present application, if a new order flow version is added to the order system, the current order flow version is offline, and then a new order flow version in a release state is online. Here, if a new order flow version (for example, V1.1 version) is added to the order system according to the requirement and the order system enters the release state through the test, the V1.0 version needs to be offline when the V1.1 flow of the release state is online, and then the V1.1 version is online. Therefore, the version is converted, the version circulation according to the order record is not continued, and the new version flow is enabled to take effect.
According to the embodiment, switching between different order flow versions in the order system can be completed through order version switching. Here, the order flow version in the order system can perform order version switching. Specifically, when switching is performed, an order flow in the order system is paused, and the current order version, the order state and the order data of the first target order during pause are verified to obtain a verification result; calculating an order version and order data corresponding to the second target order according to the verification result; and updating the first target order according to the order version and the order data corresponding to the second target order, and recovering the order flow after updating. If the current process version is the version of the first target order, the second target order is the order to be replaced with the new version of the first target order, the order process version can be switched, and the switching action is realized by checking the current process version and the order state of the order, and re-specifying the new version, the new order state and the order data of the order after switching, so that the method can be used for processing abnormal orders, order rectification of laws, safety and other enforcement measures, and the like. The specific implementation process of the switching action is as follows: pausing the order, checking the current version and data of the order, calculating the new version and data of the order, updating the version and data of the order, and recovering the order.
In view of the above embodiments, the method includes: if an abnormal order exists, positioning an order flow version to which the abnormal order belongs to determine the abnormal order flow version; entering the order flow version subjected to the quality test and the gray level test into a release state to obtain a replacement order version; and switching the abnormal order flow version to the replacement order version through order version switching. Here, when an abnormal order exists, a new order flow version is issued to solve, for example, a V1.2 version flow is issued, the V1.2 version is tested successfully and enters an issuing state, the abnormal order 104 is found, the V1.0 version of 104 is switched to the V1.2 version by switching the order version, and the order enters order flow conversion defined by the V1.2 flow, so that the abnormal order problem is solved in the framework of order flow conversion. The abnormal order 104 is discovered through, for example, system alarm, customer complaint, etc., and after the abnormal order is discovered, the version of the abnormal order is judged first, and then it is determined which flow is to be switched to for processing; the version for processing the abnormal order is created according to actual needs, for example, a fault of a dependent logistics system causes that 100 orders have no delivery order number, and a process for replacing the order version is created, and the problem is solved by performing data repair through a scheme given by a service (for example, an excel is led).
In an embodiment of the present application, the method includes: recording an order flow version in the order system in each order data; and controlling the selection of the order flow version for circulation according to the recorded order data. Here, an order flow version is recorded in each piece of order data, and is used for controlling which version flow is adopted to perform order flow, wherein the order flow is executed according to the order flow defined by each version, and the versions are different, that is, the flows are different, for example, the existing flow is a recovery order 1 version, and a new flow supports the home-on self-picking definition to be a recovery order home-on self-picking 2 version; the version is specified through the white list, so that the user can enter different processes.
In a specific embodiment of the present application, as shown in fig. 2, a developer determines an order flow V1.0 to be tested through a V1.0 flow definition, and the flow of the order flow V1.0 to be tested in a development state is variable; and releasing the developed state after the flow V1.0 gray level test passes, entering a release state, switching the V1.0 version of the release state to an online state through flow online operation, and using the V1.0 version by a user to place an order. When the V1.1 version is increased according to the requirement, determining an order flow V1.1 to be tested through V1.1 flow definition, releasing after the gray level test of the flow V1.1 in the development state passes, entering a release state, performing flow offline on the V1.0 version when the V1.1 flow in the release state is online, and then online on the V1.1 version; when an abnormal order exists, the V1.2 version is released, the 1.0 version of the abnormal order is searched, the 1.0 version is switched to the 1.2 version, and the order enters order flow conversion defined in the V1.2 flow. According to the method, a version mechanism is added to the order flow, the order system has a plurality of order versions, once each order version issues the order flow transfer path and the data operation is unchangeable, the flow version of the order can be switched to a new flow version through order version switching, and the matching verification of the order flow, the order state and the order data is switched and supported. The method can directly multiplex the packages of the cache, the message, the log, the role, the state check and the like provided by the original order state flow, meet the requirement of a single responsibility principle and reduce the maintenance cost, and the order data is completely finished under the operation of the order flow, thereby uniformly conforming to the design of authority check of the operation log, the role and the like.
Furthermore, an embodiment of the present application further provides a computer readable medium, on which computer readable instructions are stored, where the computer readable instructions are executable by a processor to implement the foregoing method for order flow control.
In correspondence with the method described above, the present application also provides a terminal, which includes modules or units capable of executing the method steps described in fig. 1 or fig. 2 or various embodiments, and these modules or units can be implemented by hardware, software or a combination of hardware and software, and the present application is not limited thereto. For example, in an embodiment of the present application, there is also provided an apparatus for order flow control, including:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method as previously described.
For example, the computer readable instructions, when executed, cause the one or more processors to:
acquiring a current order flow version in a development state defined by a flow;
switching the development state to a release state through release to obtain a current order flow version in the release state;
performing white list test on the current order flow version and binding order placing operation to the current order flow version to obtain the current order flow version in an online state;
and switching the release state to an online state based on the acquired online operation of the user so that the user applies the current order flow version in the online state.
Fig. 3 is a schematic structural diagram of an apparatus for order flow control according to another aspect of the present application, where the apparatus includes: the system comprises an acquisition device 11, a release device 12, a binding device 13 and a switching device 14, wherein the acquisition device 11 is used for acquiring a current order flow version in a development state defined by a flow; the release device 12 is configured to switch the development state to a release state through release, so as to obtain a current order flow version in the release state; the binding device 13 is configured to perform a white list test on the current order flow version and bind the order placing operation to the current order flow version to obtain a current order flow version in an online state; the switching device 14 is configured to switch the release status to an online status based on the acquired online operation of the user, so that the user applies the current order flow version in the online status.
It should be noted that the content executed by the obtaining device 11, the issuing device 12, the binding device 13 and the switching device 14 is the same as or corresponding to the content in the above steps S11, S12, S13 and S14, and for brevity, the description is omitted here.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In one embodiment, the software programs of the present application may be executed by a processor to implement the steps or functions described above. Likewise, the software programs (including associated data structures) of the present application may be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Additionally, some of the steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
In addition, some of the present application may be implemented as a computer program product, such as computer program instructions, which when executed by a computer, may invoke or provide methods and/or techniques in accordance with the present application through the operation of the computer. Program instructions which invoke the methods of the present application may be stored on a fixed or removable recording medium and/or transmitted via a data stream on a broadcast or other signal-bearing medium and/or stored within a working memory of a computer device operating in accordance with the program instructions. An embodiment according to the present application comprises an apparatus comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the apparatus to perform a method and/or a solution according to the aforementioned embodiments of the present application.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (11)

1. A method of order flow control, the method comprising:
acquiring a current order flow version in a development state defined by a flow;
switching the development state to a release state through release to obtain a current order flow version in the release state;
performing white list test on the current order flow version and binding order placing operation to the current order flow version to obtain the current order flow version in an online state;
and switching the release state to an online state based on the acquired online operation of the user so that the user applies the current order flow version in the online state.
2. The method of claim 1, wherein switching the development state to a release state through release to obtain a current order flow version in the release state comprises:
and performing quality test and gray level test on the current order flow version, and switching the development state to a release state through release when the quality test and the gray level test both pass to obtain the current order flow version in the release state.
3. The method of claim 2, wherein performing quality testing and gray scale testing on the current order flow version comprises:
adjusting the flow and data processing logic of the current order flow version until the preset test quality standard is met;
determining a white list based on the created user set and the mapping of the current order flow version meeting the preset test quality standard;
when the state machine receives an order placing request, judging whether a user has a customized order process version in the white list;
if yes, entering a flow of the appointed order flow version, if not, entering a default online order flow version, and completing the gray level test after entering the flow.
4. The method according to claim 1, characterized in that it comprises:
and if a new order process version is added in the order system, carrying out process offline on the current order process version, and then carrying out online on the new order process version in the release state.
5. The method of claim 4, wherein the method comprises:
and completing the switching between different order process versions in the order system through order version switching.
6. The method according to claim 1, characterized in that it comprises:
if an abnormal order exists, positioning an order flow version to which the abnormal order belongs to determine the abnormal order flow version;
entering the order flow version subjected to the quality test and the gray level test into a release state to obtain a replacement order version;
and switching the abnormal order flow version to the replacement order version through order version switching.
7. The method of claim 5, wherein switching between different order flow versions in the order system is accomplished by order version switching, comprising:
pausing an order flow in the order system, and checking the current order version, order state and order data of the first target order when the order flow is paused to obtain a checking result;
calculating an order version and order data corresponding to the second target order according to the verification result;
and updating the first target order according to the order version and the order data corresponding to the second target order, and recovering the order flow after updating.
8. The method of claim 4, wherein the method comprises:
recording an order flow version in the order system in each order data;
and controlling the selection of the order flow version for circulation according to the recorded order data.
9. An apparatus for order flow control, the apparatus comprising:
the acquiring device is used for acquiring the current order flow version defined by the flow in the development state;
the release device is used for switching the development state to a release state through release to obtain a current order flow version in the release state;
the binding device is used for carrying out white list test on the current order flow version and binding the order placing operation to the current order flow version to obtain the current order flow version in an online state;
and the switching device is used for switching the release state to an online state based on the acquired online operation of the user so as to enable the user to apply the current order flow version in the online state.
10. An apparatus for order flow control, the apparatus comprising:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method of any of claims 1 to 8.
11. A computer readable medium having computer readable instructions stored thereon which are executable by a processor to implement the method of any one of claims 1 to 8.
CN202010546948.2A 2020-06-16 2020-06-16 Order flow control method and equipment Active CN111815401B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010546948.2A CN111815401B (en) 2020-06-16 2020-06-16 Order flow control method and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010546948.2A CN111815401B (en) 2020-06-16 2020-06-16 Order flow control method and equipment

Publications (2)

Publication Number Publication Date
CN111815401A true CN111815401A (en) 2020-10-23
CN111815401B CN111815401B (en) 2024-02-13

Family

ID=72845097

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010546948.2A Active CN111815401B (en) 2020-06-16 2020-06-16 Order flow control method and equipment

Country Status (1)

Country Link
CN (1) CN111815401B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226485A (en) * 2013-05-21 2013-07-31 北京奇虎科技有限公司 Code publishing method, machine and system
WO2017071425A1 (en) * 2015-10-29 2017-05-04 腾讯科技(深圳)有限公司 Method and device for updating version
CN106959872A (en) * 2017-03-16 2017-07-18 微梦创科网络科技(中国)有限公司 Using loading method and device
CN107861871A (en) * 2017-11-02 2018-03-30 百度在线网络技术(北京)有限公司 A kind of gray scale dissemination method, device, server and storage medium
CN108768875A (en) * 2018-05-31 2018-11-06 康键信息技术(深圳)有限公司 Gray scale dissemination method, device and the computer readable storage medium of application
CN109857428A (en) * 2018-12-29 2019-06-07 大唐软件技术股份有限公司 Gray scale dissemination method for IOM system
CN110032393A (en) * 2019-04-18 2019-07-19 恒生电子股份有限公司 A kind of micro services dissemination method, device, equipment and medium
CN110262961A (en) * 2019-05-21 2019-09-20 深圳壹账通智能科技有限公司 Test method, device, storage medium and the terminal device of Workflow Management System
CN110286941A (en) * 2019-06-28 2019-09-27 江苏满运软件科技有限公司 Gray scale dissemination method, device, storage medium and electronic equipment
CN110543317A (en) * 2019-08-29 2019-12-06 上海艾融软件股份有限公司 transaction request processing method, device, gateway and storage medium
US20200133824A1 (en) * 2018-10-26 2020-04-30 Citrix Systems, Inc. Computing system with gui testing device and related methods

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226485A (en) * 2013-05-21 2013-07-31 北京奇虎科技有限公司 Code publishing method, machine and system
WO2017071425A1 (en) * 2015-10-29 2017-05-04 腾讯科技(深圳)有限公司 Method and device for updating version
CN106959872A (en) * 2017-03-16 2017-07-18 微梦创科网络科技(中国)有限公司 Using loading method and device
CN107861871A (en) * 2017-11-02 2018-03-30 百度在线网络技术(北京)有限公司 A kind of gray scale dissemination method, device, server and storage medium
CN108768875A (en) * 2018-05-31 2018-11-06 康键信息技术(深圳)有限公司 Gray scale dissemination method, device and the computer readable storage medium of application
US20200133824A1 (en) * 2018-10-26 2020-04-30 Citrix Systems, Inc. Computing system with gui testing device and related methods
CN109857428A (en) * 2018-12-29 2019-06-07 大唐软件技术股份有限公司 Gray scale dissemination method for IOM system
CN110032393A (en) * 2019-04-18 2019-07-19 恒生电子股份有限公司 A kind of micro services dissemination method, device, equipment and medium
CN110262961A (en) * 2019-05-21 2019-09-20 深圳壹账通智能科技有限公司 Test method, device, storage medium and the terminal device of Workflow Management System
CN110286941A (en) * 2019-06-28 2019-09-27 江苏满运软件科技有限公司 Gray scale dissemination method, device, storage medium and electronic equipment
CN110543317A (en) * 2019-08-29 2019-12-06 上海艾融软件股份有限公司 transaction request processing method, device, gateway and storage medium

Also Published As

Publication number Publication date
CN111815401B (en) 2024-02-13

Similar Documents

Publication Publication Date Title
US9442821B2 (en) System and method to classify automated code inspection services defect output for defect analysis
CN109726099B (en) Application gray level publishing method, device and equipment
WO2019100576A1 (en) Automated test management method and apparatus, terminal device, and storage medium
CN108628748B (en) Automatic test management method and automatic test management system
CN110874315B (en) Test method, test device, electronic equipment and storage medium
CN110673993B (en) Fault injection method, platform and system
CN112488652A (en) Work order auditing method, system, terminal and storage medium
CN115048257A (en) System service function verification method and device, computer equipment and storage medium
CN113051180B (en) Method, device, equipment and storage medium for monitoring test task
US11341030B2 (en) Scriptless software test automation
CN112286790A (en) Full link test method, device, equipment and storage medium
CN116431522A (en) Automatic test method and system for low-code object storage gateway
CN111815401A (en) Method and device for ordering flow control
CN111143151B (en) Service monitoring method and device and electronic equipment
KR20120111618A (en) Apparatus and method for testing plc command
CN115048311A (en) Test environment monitoring method and device, electronic equipment and readable storage medium
CN115543234A (en) Log printing method and related device
CN116266328A (en) Account data checking method and device and electronic equipment
CN111736893B (en) Software package version verification method and related device
CN110879883B (en) Software defect repair authorization method and device, computer equipment and storage medium
CN113961864A (en) System inspection method and device, storage medium and electronic equipment
CN111209206B (en) Automatic test method and system for software products
CN110716855B (en) Processor instruction set testing method and device
CN116627830A (en) Financial business testing method and device, storage medium and electronic equipment
CN112286791A (en) Business system testing method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 1101-1103, No. 433, Songhu Road, Yangpu District, Shanghai

Applicant after: Shanghai wanwansheng Environmental Protection Technology Group Co.,Ltd.

Address before: Room 1101-1103, No. 433, Songhu Road, Yangpu District, Shanghai

Applicant before: SHANGHAI YUEYI NETWORK INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant