CN111506340B - Business rule information processing method, device and system - Google Patents

Business rule information processing method, device and system Download PDF

Info

Publication number
CN111506340B
CN111506340B CN201910099054.0A CN201910099054A CN111506340B CN 111506340 B CN111506340 B CN 111506340B CN 201910099054 A CN201910099054 A CN 201910099054A CN 111506340 B CN111506340 B CN 111506340B
Authority
CN
China
Prior art keywords
business rule
client
business
rule
target
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
CN201910099054.0A
Other languages
Chinese (zh)
Other versions
CN111506340A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910099054.0A priority Critical patent/CN111506340B/en
Publication of CN111506340A publication Critical patent/CN111506340A/en
Application granted granted Critical
Publication of CN111506340B publication Critical patent/CN111506340B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/067Enterprise or organisation modelling

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Computer Security & Cryptography (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the application discloses a business rule information processing method, a device and a system, wherein the system comprises the following steps: the server is used for providing a business rule database and providing reference mode information for referring to the business rules in the database for the first client; the first client is used for referring to a target business rule in a basic business processing logic of the first client by using the reference mode information, obtaining the target business rule from the server, storing the target business rule in a local terminal device where the first client is located, and completing the processing of the basic business logic by calling the target business rule in the process of processing the basic business logic. By the embodiment of the application, the decoupling of the variable business rules and the business system can be realized, and when the business rules change, the business codes of the first clients are prevented from being modified respectively, so that the system stability is improved.

Description

Business rule information processing method, device and system
Technical Field
The present invention relates to the field of business rule information processing technologies, and in particular, to a business rule information processing method, device, and system.
Background
In the online and offline combined business mode of "new retail", retailers can provide information of commodity objects through online application programs (apps), and users can browse, purchase and other actions through online apps. Meanwhile, retailers can also open off-line physical shops, and users can purchase commodity objects through the off-line physical shops. Meanwhile, the online order can be subjected to a series of processing such as shipment by an offline physical store and finally delivered to a receiving address designated by a user.
In the online physical shops, a plurality of terminal devices, such as a self-service settlement terminal, a POS sales terminal, and the like, are often used, and the functions of self-service ordering and the like to a great extent can be realized through the existence of the terminal devices. For example, after a user selects some commodities in a store of a certain entity, a specific self-service settlement terminal can be used for scanning codes on the commodities respectively to generate a specific payment order, and then payment is completed by scanning codes on a cash register through mobile terminal equipment such as a mobile phone and the like.
In the terminal in the physical store, some business logic is required to be operated frequently, and in one implementation manner, a server side can realize specific business processing logic, and one side of terminal equipment only needs to receive specific business processing results. However, in the mode of performing centralized execution on specific service logic, once the server fails, all terminal devices cannot work normally, and the disaster recovery performance of the system is poor. Therefore, in the prior art, a scheme of executing service logic in a distributed manner is provided, that is, specific service processing logic is respectively configured into various terminals of the physical store by specific operators, so that specific service processing logic can be executed by specific terminal equipment, one equipment in the network fails, and normal operation of other equipment is not affected, thereby improving disaster recovery performance of the system. However, in practical applications, some variable business logic, such as freight calculation strategies, commodity bar code decoding and verification, preferential promotion, etc., is often involved in terminals in a specific physical store, and this part of business logic executes different strategies according to activities, business scenes, etc. However, in the above-mentioned distributed execution scheme, because specific service logic is dispersed in service codes of various terminals, when the service logic is changed, a developer is required to intervene to modify system codes of all terminals, and test execution regression test is performed to ensure stability of the system, and operation/product confirmation is finally correct, and then each type of terminal system is updated. However, in the specific process of modifying the code and regression testing, the fault or the logic omission of a certain client may happen. In general, this approach is code invasive, and each modification of the operating strategy requires development intervention, increasing development costs, and not conducive to team collaboration.
Disclosure of Invention
The method, the device and the system for processing the business rule information can realize decoupling of the variable business rule and the business system, avoid respectively modifying business codes of each first client when the business rule changes, and improve system stability.
The application provides the following scheme:
a business rule information processing system, comprising:
the server side and at least one first client side; wherein,,
the server is used for providing a business rule database and providing reference mode information for referring to the business rules in the database for the first client;
the first client is configured to reference a target service rule in a basic service processing logic of the first client by using the reference mode information, obtain the target service rule from the server, store the target service rule in a local terminal device where the first client is located, and complete processing of the basic service logic by calling the target service rule in a process of processing the basic service logic.
A business rule information processing method comprises the following steps:
the service side provides a service rule database, and at least one service rule is stored in the database;
Providing a first client with reference mode information for referencing the business rules in the database, so that the first client references a target business rule in a basic business processing logic of the first client by using the reference mode information;
and when a request submitted by the first client for acquiring the target business rule is received, the target business rule is provided for the first client so that the first client can be stored locally at the terminal equipment, and the processing of the basic business logic is completed by calling the target business rule in the process of processing the basic business logic.
A business rule information processing method comprises the following steps:
the method comprises the steps that a first client refers to a target business rule in basic business processing logic of the first client by utilizing reference mode information provided by a server;
obtaining target business rule information from a server side, and storing the target business rule information in a terminal device;
and in the process of processing the basic service logic, the basic service logic is processed by calling the target service rule.
A business rule information processing method comprises the following steps:
the second client provides a first operation option for creating business rule information;
and after receiving a business rule creation instruction through the first operation option, submitting the business rule creation instruction to a server so that the server adds the created business rule information to a business rule database for providing for a first client, and calling the target business rule by utilizing the reference mode information provided by the server in the process of processing the associated basic business logic so as to realize the processing of the basic business logic.
A business rule information processing method comprises the following steps:
the service side provides a business rule database, and business rule information required by the first client side in the business processing process related to settlement is stored in the database;
providing the first client with reference mode information for referencing the business rules in the database, so that the first client references the target business rules in the basic business processing logic of the first client by using the reference mode information;
and when receiving a request submitted by the first client to acquire the target business rule, providing the target business rule for the first client so that the first client can be stored locally at the terminal equipment, and when carrying out business processing related to settlement, completing the processing of the business related to settlement by calling the target business rule.
A business rule information processing apparatus comprising:
the database providing unit is used for providing a business rule database, and at least one business rule is stored in the database;
a reference mode information providing unit, configured to provide, to a first client, reference mode information for referencing a service rule in the database, so that the first client uses the reference mode information to reference a target service rule in a basic service processing logic of the first client;
and the service rule providing unit is used for providing the target service rule for the first client when receiving the request submitted by the first client to acquire the target service rule, so that the first client can store locally at the terminal equipment, and the processing of the basic service logic is completed by calling the target service rule in the process of processing the basic service logic.
A business rule information processing apparatus comprising:
the rule referencing unit is used for referencing the target business rule in the basic business processing logic of the first client by utilizing the referencing mode information provided by the server;
The business rule information storage unit is used for obtaining target business rule information from the server side and storing the target business rule information locally in the terminal equipment;
and the business rule information calling unit is used for calling the target business rule in the process of processing the basic business logic so as to realize the processing of the basic business logic.
A business rule information processing apparatus comprising:
a first operation option providing unit for providing a first operation option for creating business rule information;
the creation request submitting unit is used for submitting the creation request to the server after receiving the business rule creation instruction through the first operation option, so that the server adds the created business rule information to a business rule database for providing for the first client, and in the process of processing the associated basic business logic, the reference mode information provided by the server is used for calling the target business rule to realize the processing of the basic business logic.
A computer system, comprising:
one or more processors; and
a memory associated with the one or more processors, the memory for storing program instructions that, when read for execution by the one or more processors, perform the operations of:
Providing a business rule database, wherein at least one business rule is stored in the database;
providing a first client with reference mode information for referencing the business rules in the database, so that the first client references a target business rule in a basic business processing logic of the first client by using the reference mode information;
and when a request submitted by the first client for acquiring the target business rule is received, the target business rule is provided for the first client so that the first client can be stored locally at the terminal equipment, and the processing of the basic business logic is completed by calling the target business rule in the process of processing the basic business logic.
According to a specific embodiment provided by the application, the application discloses the following technical effects:
according to the embodiment of the application, specific business rule information (such as changeable business rule information) can be stored in the server, and reference mode information for carrying out reference and other processing on the business rules is provided for the first client, so that the first client can store the specific business rules to the local of the terminal equipment, and the processing of specific business logic is completed through the calling of the specific business rules. Therefore, the decoupling of the variable business rules and the basic business processing logic in the business system can be realized, when the business rules are changed, the service end only needs to modify the business rules, and the modified rules can be pushed to the first clients of the specific business rules by the service end, so that the stability of the system is improved, and the business codes of the first clients are prevented from being modified respectively.
Moreover, the business rules can be executed at the distributed client, when the server of the rule center is down, the new addition and modification of the rules are only affected, the existing rules are not affected, the rules can be normally executed, the performance problem and the single-point fault problem caused by the centralized execution of the rules (a scheme that the specific rules are executed at the server and the first client only receives the execution result) are solved, the disaster tolerance capability of the system is improved, and the stability of the system is ensured to a certain extent.
In addition, through the mode of subscribing the business rule by the first client, the service end can push the business rule to the specific subscribing first client, and in the process, the business rule is irrelevant to the type of the specific client and the type of the terminal equipment to which the client belongs, so that cross-platform multi-client execution of the business rule can be realized, the rule execution efficiency is improved, and the multi-terminal rule consistency is ensured.
Finally, in an optional mode, a flexible service configuration interface can be provided for the service party to freely configure, so that the whole service system is prevented from being modified by tiny service logic change, and the research and development cost is saved.
Of course, not all of the above-described advantages need be achieved at the same time in practicing any one of the products of the present application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of a system provided by an embodiment of the present application;
FIG. 2 is a flow chart of a first method provided by an embodiment of the present application;
FIG. 3 is a flow chart of a second method provided by an embodiment of the present application;
FIG. 4 is a flow chart of a third method provided by an embodiment of the present application;
FIG. 5 is a flow chart of a fourth method provided by an embodiment of the present application;
FIG. 6 is a schematic diagram of a first apparatus provided in an embodiment of the present application;
FIG. 7 is a schematic diagram of a second apparatus provided in an embodiment of the present application;
FIG. 8 is a schematic diagram of a third apparatus provided in an embodiment of the present application;
fig. 9 is a schematic diagram of an electronic device provided in an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application are within the scope of the protection of the present application.
In this embodiment of the present application, as shown in fig. 1, a service end may be provided, where the service end may maintain a service rule database, and for service processing logic with characteristics of variability, a specific service rule may be created in the service rule database of the service end, and at the same time, the service end may also provide reference mode information that is specifically used to reference the service rule, so that the first client may reference the service rule configured by the service end in its own basic service processing logic. For example, an SDK package (software development kit) for invoking, subscribing, etc. a service rule may be specifically provided, so that, by adding a relevant processing code to a first client (specifically, a client running in a terminal device such as a POS, a self-service settlement device, a self-service vending machine, etc. in an entity store in a "new retail" service mode), the first client may obtain a specifically required service rule from a server by using such an SDK package, and may locally store the service rule in the terminal device where the first client is located, and when receiving a corresponding service logic processing request, may also invoke the target service rule by using the SDK, so as to implement a corresponding service logic processing.
That is, specific business rule information that is easy to change is not directly configured in the first client, but is first configured in the server, and is uniformly stored by the server, so the server may also be referred to as a "rule center". The first client can subscribe one or more business rules, and the server can push the business rules subscribed by the specific client to the local terminal equipment where the client is located, so that the local terminal equipment can call the business rules.
On this basis, if a certain business rule needs to be modified, for example, a new bar code needs to be added in the business rule of scanning the bar code of the commodity object, the content of the business rule can be directly modified at the server, and the ID and other identifications of the business rule cannot be changed before and after modification. After the modification of a certain business rule is completed, the server can determine which clients subscribe to the business rule according to the subscription relation between the clients and the specific business rule, and can push the modified business rule to the clients. Correspondingly, the client can monitor the information of the server and modify the content of a certain business rule stored locally after receiving the modification information about the business rule. In this way, in subsequent business processing logic, the modified business rules can be directly used for processing. Therefore, the centralized configuration and updating of the business rules at the server can be realized, and then the business rules are issued to the clients which subscribe each business rule by the server, so that the clients can update the specific business rules more timely, and the codes of each client are not required to be modified by a developer, so that the efficiency and the accuracy are improved.
The following describes the specific technical scheme provided in the embodiment of the present application in detail.
Example 1
First, this embodiment provides a business rule information processing system, as shown in fig. 1, which specifically may include:
a server 101 and at least one first client 102; wherein,,
the server 101 is configured to provide a service rule database, and provide, to the first client, reference mode information for referencing a service rule in the database;
the first client 102 is configured to reference, by using the reference manner information, a target service rule in a basic service processing logic of the first client, obtain the target service rule from the server, store the target service rule in a local terminal device where the first client is located, and complete processing of the basic service logic by calling the target service rule in a process of processing the basic service logic.
Wherein, the service rule database of the service end can store a plurality of specific service rules, and the specific service rules can be created by a service party and the like. In particular implementations, a particular business rule creator may have a plurality of business parties, e.g., on a particular business link in a particular "new retail" system, all of which may have a need to configure particular business rules, such as, in particular, a commodity party, a payment party, a warehouse party, etc. Therefore, in order to facilitate operations such as creating or modifying a specific business rule, as shown in fig. 1, a second client 102 may also be provided, where the second client is mainly oriented to a specific business party user, that is, a creator user of the business rule, and may specifically exist in a form of an independent application program, or a web page, or the like. Through the second client, a specific configuration interface may be provided, where a specific configuration interface may include an operation option for a user to add a new business rule, an operation option for viewing an already created business rule, an operation option for modifying a certain business rule, and so on. Therefore, the service is convenient to perform visual rule creation or modification and other operations in a configuration interface mode, and is convenient and fast compared with the implementation mode of editing codes.
In a specific implementation, since the configuration of the specific service rule is performed at the server, and the specific first client needs to call the service rule locally at the terminal device, in order to achieve the above purpose, the server may further provide the corresponding ID and other identifiers for the specific service rule, and provide an SDK package (software development kit) specifically used for performing processes such as calling, subscribing and the like on the service rule. Thus, if a certain service process is required in the first client of a certain specific terminal device and a specific service rule is required to be used, a registration mechanism may be introduced first, that is, a code implementation of subscribing to the service rule is added to a specific code of the first client. The SDK package provided by the server may include information such as an interface for subscribing to the service rule, so that the first client may call the subscribed interface, and may use an ID of a specific service rule as a parameter. Or, when a specific service rule is stored at the server, the specific service rule may be classified according to a specific service domain (a creator of the service rule may specify the service domain), and when a specific service rule is referred to by the first client, a plurality of service rules under the same service domain may need to be referred to respectively, so that a subscription interface may also be called with an identifier of the specific service domain or the like as a parameter, and so on. In this way, the server can provide the specific business rule information to the first client subscribed to the specific business rule, and correspondingly, the first client can store the business rule locally at the terminal device. In addition, in the service code of the first client, the logic such as calling the specific service rule can be realized through the SDK, so that in the specific service logic processing process, the client can call the specific service rule locally at the terminal equipment, and the corresponding service logic processing is realized.
Because the first client subscribes to a specific service rule through a registration manner, the server may also store specific subscription relationship information, that is, record which first clients subscribe to which service rules, for example, in a specific implementation manner, a specific storage form may be as shown in table 1:
TABLE 1
Figure BDA0001965211920000091
Figure BDA0001965211920000101
Regarding the correspondence between the service domain and the specific service rule, the server may also store, for example, as shown in table 2:
TABLE 2
Figure BDA0001965211920000102
For the service party, if a certain piece of service rule needs to be modified in a specific application process, a modification request can be directly initiated to the service end by a second client end or the like, and the service end modifies the content of the specific service rule, for example, adds a new rule content or modifies the original rule content, and the like. Specifically, for example, a certain service rule is information such as a decoding rule related to the barcode scanning of the commodity, and as the service is developed, the original decoding rule needs to be modified, and the modified information can be submitted to the server. Accordingly, since the service side records the corresponding relation between the first client side and the service rule, when a certain service rule is found to be modified, it can be determined in a table 1 manner that the first client side subscribes to the service rule, and then the modified service rule information is pushed to the first client side subscribing to the service rule. Or in specific implementation, a service domain to which the service rule belongs may also be determined, the modified service rule information may be pushed to the first client subscribed to the service domain, and so on. Correspondingly, the first client can monitor the message of the server, and after the specific message is monitored, the service rule information stored locally and correspondingly by the terminal equipment can be updated. In this way, because information such as Id of a specific business rule is not changed, the modified business rule can be directly located in the process of calling the business rule by taking the business rule Id as a parameter, and then specific business logic processing can be performed by utilizing the modified business rule.
Therefore, in the embodiment of the application, the variable business rule and the business system can be decoupled, so that when the business rule changes, the service rule is only required to be modified at the service end, and the modified rule can be pushed to the first client end subscribed to the specific business rule by the service end, thereby improving the stability of the system and avoiding modifying the business codes of the first client ends respectively.
Moreover, the business rules can be executed at the distributed client, when the server of the rule center is down, the new addition and modification of the rules are only affected, the existing rules are not affected, the rules can be normally executed, the performance problem and the single-point fault problem caused by the centralized execution of the rules (a scheme that the specific rules are executed at the server and the first client only receives the execution result) are solved, the disaster tolerance capability of the system is improved, and the stability of the system is ensured to a certain extent.
In addition, through the mode of subscribing the business rule by the first client, the service end can push the business rule to the specific subscribing first client, and in the process, the business rule is irrelevant to the type of the specific client and the type of the terminal equipment to which the client belongs, so that cross-platform multi-client execution of the business rule can be realized, the rule execution efficiency is improved, and the multi-terminal rule consistency is ensured.
Finally, in an optional mode, a flexible service configuration interface can be provided for the service party to freely configure, so that the whole service system is prevented from being modified by tiny service logic change, and the research and development cost is saved.
Example two
The second embodiment corresponds to the first embodiment, and from the perspective of the server, a business rule information processing method is provided, referring to fig. 2, and the method specifically may include:
s201: the service side provides a service rule database, and at least one service rule is stored in the database;
s202: providing a first client with reference mode information for referencing the business rules in the database, so that the first client references a target business rule in a basic business processing logic of the first client by using the reference mode information;
s202: and when a request submitted by the first client for acquiring the target business rule is received, the target business rule is provided for the first client so that the first client can be stored locally at the terminal equipment, and the processing of the basic business logic is completed by calling the target business rule in the process of processing the basic business logic.
In concrete implementation, the server side can also obtain and store the subscription relation between the first client side and the business rule identifier; in this way, after the target business rule is modified according to the received business rule modification request, modified target business rule information can be pushed to at least one first client subscribing to the target business rule, so that the first client can perform corresponding business logic processing by calling the modified target business rule.
The at least one first client comprises a client running in terminal equipment associated with at least one physical store; the physical store comprises a plurality of different types of terminal equipment; at this time, under the condition that different first clients in a plurality of different types of terminal equipment subscribe to the same target business rule, the modified target business rule information can be pushed to the different first clients in the plurality of different types of terminal equipment, so that cross-platform multi-client execution of the business rule is realized.
In addition, in specific implementation, the server may further allocate identification information to the service rule in the service rule database, so that the first client uses the service rule identification as a parameter to subscribe or invoke the service rule.
In particular, in order to facilitate the service party to initiate the request, a second client may also be provided for the service party, where in this case, a service rule may be created by receiving a request for creating a service rule from the second client and added to the service rule database.
Wherein, the business rule database can store the business rules in groups according to the different business domains to which the business rules belong; at this time, the request for creating the service rule also carries service domain identification information to which the created service rule belongs; in this way, in the business rule database, the created business rule may also be saved into the packet corresponding to the business domain identifier.
In this case, the first client may subscribe to a specific service domain, and correspondingly, the server may receive subscription request information submitted by the first client to the target service domain, and store a subscription relationship between the first client and the service domain; in this way, when the business rule in the subscribed business domain is modified, the modified business rule information can be pushed to the first client subscribed to the business domain.
In addition, the specified business rule can be modified by receiving a request of the second client for modifying the specified business rule, so that the modified business rule information is pushed to at least the first client subscribed to the business rule.
In a specific application scenario, the first client comprises a client running in a terminal device related to settlement in at least one physical store; at this time, the business rule includes a rule that the first client needs to use in the process of performing settlement business processing.
Specifically, the rules used in the settlement business processing process include: commodity object graphic code decoding rules, or preferential mode rules or electronic resource calculation rules. The business rules have the characteristics of variability and the like, so that decoupling with other non-variability business logic can be realized by the mode in the embodiment of the application.
Example III
The third embodiment also corresponds to the first embodiment, and from the perspective of the first client, a business rule information processing method is provided, and referring to fig. 3, the method specifically may include:
s301: the method comprises the steps that a first client refers to a target business rule in basic business processing logic of the first client by utilizing reference mode information provided by a server;
s302: obtaining target business rule information from a server side, and storing the target business rule information in a terminal device;
S303: and in the process of processing the basic service logic, the basic service logic is processed by calling the target service rule.
In specific implementation, the first client may subscribe the target business rule information to the server, so that when the target business rule is modified, the server pushes the modified target business rule information to the first client.
In addition, the target service domain can be subscribed to the server side, so that when the service rule under the target service domain is modified, the server side pushes the modified target service rule information to the first client side.
Example IV
The fourth embodiment also corresponds to the first embodiment, and from the perspective of the second client, a business rule information processing method is provided, and referring to fig. 4, the method specifically may include:
s401: the second client provides a first operation option for creating business rule information;
s402: and after receiving a business rule creation instruction through the first operation option, submitting the business rule creation instruction to a server so that the server adds the created business rule information to a business rule database for providing for a first client, and calling the target business rule by utilizing the reference mode information provided by the server in the process of processing the associated basic business logic so as to realize the processing of the basic business logic.
In particular, the second client may further provide a second operation option for modifying the specified business rule; and submitting the modified information of the specified business rule to a server after receiving the modified information of the specified business rule through the second operation option, so that the server pushes the modified business rule information to at least one first client subscribing the specified business rule, and the first client performs corresponding business logic processing by calling the modified target business rule.
Example IV
The fourth embodiment provides a business rule information processing method from the perspective of a service end for a specific application scenario, and referring to fig. 5, the method specifically may include:
s501: the service side provides a business rule database, and business rule information required by the first client side in the business processing process related to settlement is stored in the database;
s502: the first client is used for referring to the reference mode information of the business rules in the database so that the first client can refer to the target business rules in the basic business processing logic of the first client by utilizing the reference mode information;
S503: and when receiving a request submitted by the first client to acquire the target business rule, providing the target business rule for the first client so that the first client can be stored locally at the terminal equipment, and when carrying out business processing related to settlement, completing the processing of the business related to settlement by calling the target business rule.
Wherein, the rules used in the settlement business processing process comprise: commodity object graphic code decoding rules; the basic business logic of the first client is used for identifying and settling commodity objects selected by a user; at this time, the server may add a new graphic code decoding rule to the specified service rule according to receiving a modification request for the specified service rule; and pushing the new graphic code decoding rule to at least one first client subscribing the specified business rule, so that the first client decodes the graphic code of the commodity object by referring to the new graphic code decoding rule in the process of scanning and settling the specified commodity object to obtain corresponding commodity object identification information.
Or, the rules used in the settlement business processing process include: a commodity object preferential mode rule; the basic business logic of the first client is used for calculating the required electronic resource information in the process of carrying out settlement processing on commodity objects; at this time, the preferential mode rule in the appointed business rule can be modified according to the received modification request for the appointed business rule; and pushing the modified preferential mode rule information to at least one first client subscribing the appointed business rule, so that the first client judges the information of the appointed commodity object set by referring to the preferential mode rule in the process of settling the appointed commodity object set to determine whether preferential conditions are met or not, and determining the electronic resource information required to be paid according to a judging result.
Corresponding to the first embodiment, the embodiment of the present application further provides a business rule information processing apparatus, referring to fig. 6, where the apparatus specifically may include:
a database providing unit 601, configured to provide a business rule database, where at least one business rule is stored in the database;
A reference manner information providing unit 602, configured to provide, to a first client, reference manner information for referencing a service rule in the database, so that the first client uses the reference manner information to reference a target service rule SDK in a basic service processing logic of the first client;
and the service rule providing unit 603 is configured to provide, when receiving a request submitted by the first client to obtain a target service rule, the target service rule to the first client, so that the first client is locally stored in a terminal device where the first client is located, and in a process of processing a basic service logic, the processing of the basic service logic is completed by calling the target service rule.
In particular, the apparatus may further include:
the subscription relation obtaining unit is used for obtaining and storing the subscription relation between the first client and the business rule identifier;
the business rule modification unit is used for modifying the target business rule according to the received business rule modification request;
and the business rule pushing unit is used for pushing the modified target business rule information to at least one first client subscribing the target business rule so that the first client can carry out corresponding business logic processing by calling the modified target business rule.
The at least one first client comprises a client running in terminal equipment associated with at least one physical store; the physical store comprises a plurality of different types of terminal equipment;
at this time, the service rule pushing unit may specifically be configured to: under the condition that different first clients in a plurality of different types of terminal equipment subscribe to the same target business rule, the modified target business rule information can be pushed to the different first clients in the plurality of different types of terminal equipment, so that cross-platform multi-client execution of the business rule is realized.
In addition, in specific implementation, the apparatus may further include:
the identifier allocation unit is used for allocating identifier information for the business rules in the business rule database so that the first client uses the business rule identifier as a parameter to subscribe or call the business rules.
In particular, in order to facilitate the service party to initiate the request, the apparatus may further provide a second client for the service party, where the method may further include:
and the creation request receiving unit is used for creating the business rule by receiving a request of the second client for creating the business rule and adding the business rule into the business rule database.
Wherein, the business rule database can store the business rules in groups according to the different business domains to which the business rules belong; at this time, the request for creating the service rule also carries service domain identification information to which the created service rule belongs; in this way, the creation request receiving unit may specifically be configured to: in the service rule database, the created service rule may also be stored in a packet corresponding to the service domain identifier.
In this case, the first client may subscribe to a specific service domain, and accordingly, the apparatus may further include:
a service domain subscription request receiving unit, configured to receive subscription request information submitted by a first client for a target service domain, and store a subscription relationship between the first client and the service domain; in this way, when the business rule in the subscribed business domain is modified, the modified business rule information can be pushed to the first client subscribed to the business domain.
In addition, the apparatus may further include:
and the modification request receiving unit is used for modifying the appointed business rule by receiving a request of modifying the appointed business rule of the second client so as to push the modified business rule information to at least a first client subscribed to the business rule.
In a specific application scenario, the first client comprises a client running in a terminal device related to settlement in at least one physical store; at this time, the business rule includes a rule that the first client needs to use in the process of performing settlement business processing.
Specifically, the rules used in the settlement business processing process include: commodity object graphic code decoding rules, or preferential mode rules or electronic resource calculation rules. The business rules have the characteristics of variability and the like, so that decoupling with other non-variability business logic can be realized by the mode in the embodiment of the application.
Corresponding to the embodiment, the embodiment of the application also provides a business rule information processing device, referring to fig. 7, the device may include:
a rule referencing unit 701, configured to reference a target service rule in the basic service processing logic of the first client by using reference mode information provided by the server;
a business rule information storage unit 702, configured to obtain target business rule information from a server, and store the target business rule information locally in a terminal device;
And the business rule information calling unit 703 is configured to implement processing of the basic business logic by calling the target business rule in the process of processing the basic business logic.
In particular, the apparatus may further include:
the first subscription unit is used for subscribing the target business rule to the server so that when the target business rule is modified, the server pushes the modified target business rule information to the first client.
The second subscription unit is used for subscribing the target service domain to the server so that when the service rules under the target service domain are modified, the server pushes the modified target service rule information to the first client.
Corresponding to the fourth embodiment, the embodiment of the present application further provides a business rule information processing apparatus, referring to fig. 8, where the apparatus may include:
a first operation option providing unit 801 for providing a first operation option for creating business rule information;
the creation request submitting unit 802 is configured to submit the creation instruction of the business rule to the server after receiving the creation instruction of the business rule through the first operation option, so that the server adds the created business rule information to a business rule database for providing to the first client, and in the process of processing the associated basic business logic, invokes the target business rule by using the reference mode information provided by the server to implement the processing of the basic business logic.
In particular, the apparatus may further include:
a second operation option providing unit for providing a second operation option for modifying the specified business rule;
and the modification information submitting unit is used for submitting the modification information of the appointed business rule to the server after receiving the modification information of the appointed business rule through the second operation option, so that the server pushes the modified business rule information to at least one first client subscribing the appointed business rule, and the first client performs corresponding business logic processing by calling the modified target business rule.
In addition, the embodiment of the application also provides electronic equipment, which comprises:
one or more processors; and
a memory associated with the one or more processors, the memory for storing program instructions that, when read for execution by the one or more processors, perform the operations of:
providing a business rule database, wherein at least one business rule is stored in the database;
providing a first client with reference mode information for referencing the business rules in the database, so that the first client references a target business rule in a basic business processing logic of the first client by using the reference mode information;
And when a request submitted by the first client for acquiring the target business rule is received, the target business rule is provided for the first client so that the first client can be stored locally at the terminal equipment, and the processing of the basic business logic is completed by calling the target business rule in the process of processing the basic business logic.
Fig. 9 illustrates an architecture of an electronic device, which may include a processor 910, a video display adapter 911, a disk drive 912, an input/output interface 913, a network interface 914, and a memory 920. The processor 910, the video display adapter 911, the disk drive 912, the input/output interface 913, the network interface 914, and the memory 920 may be communicatively connected by a communication bus 930.
The processor 910 may be implemented by a general-purpose CPU (Central Processing Unit ), a microprocessor, an application-specific integrated circuit (Application Specific Integrated Circuit, ASIC), or one or more integrated circuits, etc., for executing relevant programs to implement the technical solutions provided in the present application.
The Memory 920 may be implemented in the form of ROM (Read Only Memory), RAM (Random Access Memory ), static storage device, dynamic storage device, or the like. The memory 920 may store an operating system 921 for controlling the operation of the electronic device 900, and a Basic Input Output System (BIOS) for controlling low-level operation of the electronic device 900. In addition, a web browser 923, a data storage management system 924, a business rule information processing system 925, and the like may also be stored. The business rule information processing system 925 may be an application program that specifically implements the operations of the foregoing steps in the embodiments of the present application. In general, when the technical solutions provided in the present application are implemented in software or firmware, relevant program codes are stored in the memory 920 and invoked by the processor 910 to be executed.
The input/output interface 913 is used to connect with the input/output module to realize information input and output. The input/output module may be configured as a component in a device (not shown) or may be external to the device to provide corresponding functionality. Wherein the input devices may include a keyboard, mouse, touch screen, microphone, various types of sensors, etc., and the output devices may include a display, speaker, vibrator, indicator lights, etc.
The network interface 914 is used to connect communication modules (not shown) to enable communication interactions of the present device with other devices. The communication module may implement communication through a wired manner (such as USB, network cable, etc.), or may implement communication through a wireless manner (such as mobile network, WIFI, bluetooth, etc.).
Bus 930 includes a path for transferring information between components of the device (e.g., processor 910, video display adapter 911, disk drive 912, input/output interface 913, network interface 914, and memory 920).
In addition, the electronic device 900 may also obtain information about specific acquisition conditions from the virtual resource object acquisition condition information database 941 for performing condition judgment, and so on.
It is noted that although the above-described devices illustrate only the processor 910, video display adapter 911, disk drive 912, input/output interface 913, network interface 914, memory 920, bus 930, etc., the device may include other components necessary to achieve proper operation in an implementation. Furthermore, it will be understood by those skilled in the art that the above-described apparatus may include only the components necessary to implement the present application, and not all the components shown in the drawings.
From the above description of embodiments, it will be apparent to those skilled in the art that the present application may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solutions of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in the embodiments or some parts of the embodiments of the present application.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are all referred to each other, and each embodiment mainly describes differences from other embodiments. In particular, for a system or system embodiment, since it is substantially similar to a method embodiment, the description is relatively simple, with reference to the description of the method embodiment being made in part. The systems and system embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
The business rule information processing method, device and system provided by the application are described in detail, and specific examples are applied to illustrate the principle and implementation of the application, and the description of the above examples is only used for helping to understand the method and core idea of the application; also, as will occur to those of ordinary skill in the art, many modifications are possible in view of the teachings of the present application, both in the detailed description and the scope of its applications. In view of the foregoing, this description should not be construed as limiting the application.

Claims (22)

1. A business rule information processing system, comprising:
the server side and at least one first client side; wherein,,
the server is used for providing a business rule database and providing reference mode information for referring to the business rules in the database for the first client;
the first client is configured to reference a target service rule in a basic service processing logic of the first client by using the reference mode information, obtain the target service rule from the server, and store the target service rule in a local terminal device where the first client is located, where in a process of processing the basic service logic, call the target service rule to complete processing of the basic service logic;
The server is also used for obtaining and storing the subscription relation between the first client and the business rule identifier; after the target business rule is modified according to the received business rule modification request, the modified target business rule information is pushed to at least one first client subscribing the target business rule.
2. The system of claim 1, wherein the system further comprises a controller configured to control the controller,
the at least one first client comprises a client running in at least one terminal device associated with an entity store; the physical store comprises a plurality of different types of terminal equipment;
the server is specifically configured to push the modified target business rule information to different first clients in multiple different types of terminal devices when the different first clients in multiple different types of terminal devices subscribe to the same target business rule.
3. The system according to claim 1 or 2, further comprising:
and the second client is used for providing operation options for creating and modifying the business rules, and submitting the operation options to the server after receiving operation requests for creating and modifying the business rules through the operation options so that the server creates new business rules or modifies specified business rules.
4. A business rule information processing method, characterized by comprising:
the service side provides a service rule database, and at least one service rule is stored in the database;
providing a first client with reference mode information for referencing the business rules in the database, so that the first client references a target business rule in a basic business processing logic of the first client by using the reference mode information;
when a request for acquiring a target business rule submitted by the first client is received, the target business rule is provided for the first client so that the first client can be stored locally at the terminal equipment, and in the process of processing basic business logic, the processing of the basic business logic is completed by calling the target business rule;
obtaining and storing a subscription relation between the first client and the business rule identifier;
modifying the target business rule according to the received business rule modification request;
and pushing the modified target business rule information to at least one first client subscribing the target business rule, so that the first client performs corresponding business logic processing by calling the modified target business rule.
5. The method of claim 4, wherein the step of determining the position of the first electrode is performed,
the at least one first client comprises a client running in at least one terminal device associated with an entity store; the physical store comprises a plurality of different types of terminal equipment;
the pushing the modified target business rule information to at least one first client subscribing to the target business rule includes:
and under the condition that different first clients in a plurality of different types of terminal equipment subscribe to the same target business rule, pushing the modified target business rule information to the different first clients in the plurality of different types of terminal equipment.
6. The method of claim 4, wherein the step of determining the position of the first electrode is performed,
the first client comprises a client running in terminal equipment related to settlement in at least one entity store;
the business rules comprise rules which are required to be used by the first client in the settlement business processing process.
7. The method of claim 6, wherein the step of providing the first layer comprises,
the rules used in the settlement business processing process comprise: commodity object graphic code decoding rules, or coupon rules.
8. The method as recited in claim 4, further comprising:
and distributing identification information for the business rules in the business rule database so that the first client uses the business rule identification as a parameter to subscribe or call the business rules.
9. The method as recited in claim 4, further comprising:
and creating the business rule by receiving a request for creating the business rule of the second client, and adding the business rule into the business rule database.
10. The method of claim 9, wherein the step of determining the position of the substrate comprises,
the business rules are stored in groups according to the different business domains in the business rule database;
the request for creating the business rule also carries business domain identification information to which the created business rule belongs;
the method further comprises the steps of:
and storing the created business rule into a packet corresponding to the business domain identifier in the business rule database.
11. The method as recited in claim 10, further comprising:
receiving subscription request information submitted by a first client to a target service domain, and storing a subscription relation between the first client and the service domain;
When the business rule in the subscribed business domain is modified, the modified business rule information is pushed to a first client subscribed to the business domain.
12. The method as recited in claim 9, further comprising:
and modifying the appointed business rule by receiving a request of modifying the appointed business rule of the second client so as to push the modified business rule information to at least a first client subscribed to the business rule.
13. A business rule information processing method, characterized by comprising:
the method comprises the steps that a first client refers to a target business rule in basic business processing logic of the first client by utilizing reference mode information provided by a server;
obtaining target business rule information from a server side, and storing the target business rule information in a terminal device;
in the process of processing the basic service logic, the basic service logic is processed by calling the target service rule;
and subscribing the target business rule from the server so that when the target business rule is modified, the server pushes the modified target business rule information to the first client.
14. The method as recited in claim 13, further comprising:
and subscribing the target service domain from the server so that when the service rule under the target service domain is modified, the server pushes the modified target service rule information to the first client.
15. A business rule information processing method, characterized by comprising:
the second client provides a first operation option for creating business rule information;
after receiving a business rule creation instruction through the first operation option, submitting the business rule creation instruction to a server so that the server adds the created business rule information to a business rule database for providing for a first client, and calling a target business rule by utilizing reference mode information provided by the server in the process of processing associated basic business logic so as to realize the processing of the basic business logic;
providing a second operation option for modifying the specified business rule;
and submitting the modified information of the specified business rule to a server after receiving the modified information of the specified business rule through the second operation option, so that the server pushes the modified business rule information to at least one first client subscribing the specified business rule, and the first client performs corresponding business logic processing by calling the modified target business rule.
16. A business rule information processing method, characterized by comprising:
the service side provides a business rule database, and business rule information required by the first client side in the business processing process related to settlement is stored in the database;
providing the first client with reference mode information for referencing the business rules in the database, so that the first client references the target business rules in the basic business processing logic of the first client by using the reference mode information;
when receiving a request submitted by the first client to acquire a target business rule, providing the target business rule for the first client so that the first client can be stored locally at the terminal equipment, and completing the processing of the business related to settlement by calling the target business rule when the business related to settlement is processed;
obtaining and storing a subscription relation between the first client and the business rule identifier;
modifying the target business rule according to the received business rule modification request;
and pushing the modified target business rule information to at least one first client subscribing the target business rule, so that the first client performs corresponding business logic processing by calling the modified target business rule.
17. The method of claim 16, wherein the step of determining the position of the probe comprises,
the rules used in the settlement business processing process comprise: commodity object graphic code decoding rules; the basic business logic of the first client is used for identifying and settling commodity objects selected by a user;
the modifying the target business rule according to the received business rule modification request comprises the following steps:
according to the received modification request for the specified business rule, adding a new graphic code decoding rule into the specified business rule;
the pushing the modified target business rule information to at least one first client subscribing to the target business rule includes:
pushing the new graphic code decoding rule to at least one first client subscribing the appointed business rule, so that the first client decodes the graphic code of the commodity object by referring to the new graphic code decoding rule in the process of scanning and settling the appointed commodity object to obtain corresponding commodity object identification information.
18. The method of claim 16, wherein the step of determining the position of the probe comprises,
the rules used in the settlement business processing process comprise: a commodity object preferential mode rule; the basic business logic of the first client is used for calculating the required electronic resource information in the process of carrying out settlement processing on commodity objects;
The modifying the target business rule according to the received business rule modification request comprises the following steps:
modifying the preferential mode rule in the appointed business rule according to the received modification request aiming at the appointed business rule;
the pushing the modified target business rule information to at least one first client subscribing to the target business rule includes:
and pushing the modified preferential mode rule information to at least one first client subscribing the appointed business rule, so that the first client judges the information of the appointed commodity object set by referring to the preferential mode rule in the process of settling the appointed commodity object set to determine whether preferential conditions are met or not, and determining the electronic resource information required to be paid according to a judging result.
19. A business rule information processing apparatus, characterized by comprising:
the database providing unit is used for providing a business rule database, and at least one business rule is stored in the database;
a reference mode information providing unit, configured to provide, to a first client, reference mode information for referencing a service rule in the database, so that the first client uses the reference mode information to reference a target service rule in a basic service processing logic of the first client;
The service rule providing unit is used for providing the target service rule to the first client when receiving a request submitted by the first client to acquire the target service rule, so that the first client can store locally at the terminal equipment, and the processing of the basic service logic is completed by calling the target service rule in the process of processing the basic service logic;
the subscription relation obtaining unit is used for obtaining and storing the subscription relation between the first client and the business rule identifier;
the business rule modification unit is used for modifying the target business rule according to the received business rule modification request;
and the business rule pushing unit is used for pushing the modified target business rule information to at least one first client subscribing the target business rule so that the first client can carry out corresponding business logic processing by calling the modified target business rule.
20. A business rule information processing apparatus, characterized by comprising:
the rule referencing unit is used for referencing the target business rule in the basic business processing logic of the first client by utilizing the referencing mode information provided by the server;
The business rule information storage unit is used for obtaining target business rule information from the server side and storing the target business rule information locally in the terminal equipment;
the business rule information calling unit is used for calling the target business rule in the process of processing the basic business logic to realize the processing of the basic business logic;
the first subscription unit is used for subscribing the target business rule to the server so that when the target business rule is modified, the server pushes the modified target business rule information to the first client.
21. A business rule information processing apparatus, characterized by comprising:
a first operation option providing unit for providing a first operation option for creating business rule information;
the creation request submitting unit is used for submitting the creation request to the server after receiving the business rule creation instruction through the first operation option, so that the server adds the created business rule information to a business rule database for providing for the first client, and in the process of processing the associated basic business logic, the reference mode information provided by the server is used for calling the target business rule to realize the processing of the basic business logic;
A second operation option providing unit for providing a second operation option for modifying the specified business rule;
and the modification information submitting unit is used for submitting the modification information of the appointed business rule to the server after receiving the modification information of the appointed business rule through the second operation option, so that the server pushes the modified business rule information to at least one first client subscribing the appointed business rule, and the first client performs corresponding business logic processing by calling the modified target business rule.
22. An electronic device, comprising:
one or more processors; and
a memory associated with the one or more processors, the memory for storing program instructions that, when read for execution by the one or more processors, perform the operations of:
providing a business rule database, wherein at least one business rule is stored in the database;
providing a first client with reference mode information for referencing the business rules in the database, so that the first client references a target business rule in a basic business processing logic of the first client by using the reference mode information;
When a request for acquiring a target business rule submitted by the first client is received, the target business rule is provided for the first client so that the first client can be stored locally at the terminal equipment, and in the process of processing basic business logic, the processing of the basic business logic is completed by calling the target business rule;
obtaining and storing a subscription relation between the first client and the business rule identifier;
modifying the target business rule according to the received business rule modification request;
and pushing the modified target business rule information to at least one first client subscribing the target business rule, so that the first client performs corresponding business logic processing by calling the modified target business rule.
CN201910099054.0A 2019-01-31 2019-01-31 Business rule information processing method, device and system Active CN111506340B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910099054.0A CN111506340B (en) 2019-01-31 2019-01-31 Business rule information processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910099054.0A CN111506340B (en) 2019-01-31 2019-01-31 Business rule information processing method, device and system

Publications (2)

Publication Number Publication Date
CN111506340A CN111506340A (en) 2020-08-07
CN111506340B true CN111506340B (en) 2023-07-04

Family

ID=71873965

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910099054.0A Active CN111506340B (en) 2019-01-31 2019-01-31 Business rule information processing method, device and system

Country Status (1)

Country Link
CN (1) CN111506340B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116594598B (en) * 2023-06-30 2023-09-29 北京新里程叮铃科技有限公司 Information interaction method and device of service system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102291243A (en) * 2011-09-09 2011-12-21 中兴通讯股份有限公司 Service processing server, system and method
CN106572173A (en) * 2016-11-07 2017-04-19 网易无尾熊(杭州)科技有限公司 Method, apparatus and system for updating configuration information
CN107463998A (en) * 2017-07-03 2017-12-12 西安交通大学 A kind of power equipment O&M service system and method based on cloud service platform
WO2018024057A1 (en) * 2016-08-01 2018-02-08 华为技术有限公司 Method and apparatus for accessing service
CN108170428A (en) * 2016-12-05 2018-06-15 阿里巴巴集团控股有限公司 The page builds processing method, apparatus and system
CN108804403A (en) * 2017-04-28 2018-11-13 阿里巴巴集团控股有限公司 The implementation method and device of business graphics
CN108886678A (en) * 2016-03-21 2018-11-23 华为技术有限公司 A kind of method, apparatus and system of interacting message

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040210445A1 (en) * 2001-04-05 2004-10-21 Luca Veronese Method and system for specifying and implementing business applications
US8027922B2 (en) * 2003-07-14 2011-09-27 Sprint Communications Company L.P. Integration infrastructure
US8140362B2 (en) * 2005-08-30 2012-03-20 International Business Machines Corporation Automatically processing dynamic business rules in a content management system
US20120011077A1 (en) * 2010-07-12 2012-01-12 Bhagat Bhavesh C Cloud Computing Governance, Cyber Security, Risk, and Compliance Business Rules System and Method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102291243A (en) * 2011-09-09 2011-12-21 中兴通讯股份有限公司 Service processing server, system and method
CN108886678A (en) * 2016-03-21 2018-11-23 华为技术有限公司 A kind of method, apparatus and system of interacting message
WO2018024057A1 (en) * 2016-08-01 2018-02-08 华为技术有限公司 Method and apparatus for accessing service
CN106572173A (en) * 2016-11-07 2017-04-19 网易无尾熊(杭州)科技有限公司 Method, apparatus and system for updating configuration information
CN108170428A (en) * 2016-12-05 2018-06-15 阿里巴巴集团控股有限公司 The page builds processing method, apparatus and system
CN108804403A (en) * 2017-04-28 2018-11-13 阿里巴巴集团控股有限公司 The implementation method and device of business graphics
CN107463998A (en) * 2017-07-03 2017-12-12 西安交通大学 A kind of power equipment O&M service system and method based on cloud service platform

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴寒思 ; 邵栋 ; 荣国平 ; .基于智能客户端的企业应用开发框架.计算机工程与设计.2009,(第11期),全文. *
吴庆雨 ; 张捷 ; 吕明 ; 马立丰 ; .基于微信平台的户籍业务服务系统的设计与实现.荆楚理工学院学报.2016,(第02期),全文. *

Also Published As

Publication number Publication date
CN111506340A (en) 2020-08-07

Similar Documents

Publication Publication Date Title
CN111258773B (en) Service call flow information processing method and device and electronic equipment
AU2017331599B2 (en) Mobile service applications
CN102812451A (en) Software application testing
WO2012045154A1 (en) System and method of capturing point-of-sale data and providing real-time advertising content
CN111262897B (en) Service call routing processing method, device and system
CN105488125A (en) Page access method and apparatus
CN110716825B (en) Data disaster recovery processing method, device and system
CN111756779B (en) Data serialization processing method, device and computer system
WO2020108376A1 (en) Service call information processing method, device and system
CN111090666A (en) Data processing method, device and system and computer readable storage medium
CN110008431B (en) Page component construction method and device, page generation equipment and readable storage medium
CN108846093B (en) Business processing method and system supporting multi-user operation
CN111506340B (en) Business rule information processing method, device and system
US20070226738A1 (en) Enabling a Designer to Specify Workflows to Process Various Results of Execution of Transactions
CN107645397A (en) A kind of system, device and method that fault simulation is carried out in distributed system
CN112000746B (en) Data management method and device and server
CN110413421A (en) Business data processing method and device, transaction data processing method and device
CN110806904A (en) Method and device for carrying out configuration item processing on application program in store system
US8818858B1 (en) Ensuring appearance of merchant offering in network sites
CN114493561A (en) Information interaction mode replacement method, device, equipment and storage medium
CN111881148A (en) Object combination attribute determination method and device and electronic equipment
US8423061B1 (en) Initiation of wireless service
CN110955599A (en) Object creation method and device, electronic equipment and computer-readable storage medium
KR102638301B1 (en) Device and method to provide users with information posted on website
CN116739612B (en) Method for displaying rights and interests information and electronic equipment

Legal Events

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