CN109242665B - Business rule multi-channel sharing method, device, equipment and storage medium - Google Patents

Business rule multi-channel sharing method, device, equipment and storage medium Download PDF

Info

Publication number
CN109242665B
CN109242665B CN201810568633.0A CN201810568633A CN109242665B CN 109242665 B CN109242665 B CN 109242665B CN 201810568633 A CN201810568633 A CN 201810568633A CN 109242665 B CN109242665 B CN 109242665B
Authority
CN
China
Prior art keywords
sales
sales channel
channel
service
public service
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
CN201810568633.0A
Other languages
Chinese (zh)
Other versions
CN109242665A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201810568633.0A priority Critical patent/CN109242665B/en
Priority to PCT/CN2018/104713 priority patent/WO2019232958A1/en
Publication of CN109242665A publication Critical patent/CN109242665A/en
Application granted granted Critical
Publication of CN109242665B publication Critical patent/CN109242665B/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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/03Credit; Loans; Processing thereof

Abstract

The invention discloses a business rule multi-channel sharing method, a device, equipment and a storage medium, wherein the method comprises the following steps: the service system extracts information conforming to the service rules of each sales channel to generate a service rule list; setting a mark bit in a public service method to judge the calling sequence of each sales channel, selecting a network distribution as a main sales channel, and deploying the public service method in the main sales channel; and calling a public service method by each sales channel through a public service interface according to service requirements, and sending a data request, wherein the request comprises self marking positions, and a service system of the main sales channel judges the calling sequence of each sales channel according to the marking positions. The method avoids inconsistent product data and actual sales conditions caused by repeated operation, and the change of the business rule can be timely notified to each channel, thereby improving the efficiency.

Description

Business rule multi-channel sharing method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a business rule multi-channel sharing method, device, equipment, and storage medium.
Background
Sales of products in existing loan business are generally performed through a plurality of channels, including network sales, telephone sales, mobile app sales end, abbreviated as "network electric shift". Each channel has its own channel characteristics, resulting in different manifestations in each channel, although the business rules are sourced identically for the same product, and the business logic is similar. For example, for a product A, a business rule involving a customer credit, the logic of which is to determine whether the customer has a credit record and to make a decision on whether to support a release accordingly, the condition of this rule is shown at the telemarketing end and the network sales end as "whether there is a credit record" and at the mobile end in APP as "whether there is a credit card".
Accordingly, the implementation of the business logic is also thus different from each other. This situation makes it impossible for each channel to sell the same product in coordination.
In addition, no matter the business side or the business policy changes and when the business changes, the business rule needs to be operated and maintained, and the rule can be changed at the moment, but the change of each rule can not be timely reflected to the related channel due to the self characteristics of each channel. And for the changed rules, each channel needs to redevelop the corresponding rules of the channel, and the process consumes repeated manpower.
Disclosure of Invention
Based on the above, it is necessary to provide a business rule multi-channel sharing method, device, equipment and storage medium for solving the problems of untimely rule change correspondence and easy error of product data in the same product sales process caused by diversification of business channels in the prior art.
A business rule multi-channel sharing method, the sharing method comprising:
the business system extracts information conforming to business rules of all sales channels to generate a business rule list, wherein the header of the business rule list comprises all fields related to the business rules of all sales channels;
the service system judges the calling sequence of each sales channel by setting a mark bit in a public service method according to the extracted service logic conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, and selects network distribution as a main sales channel and deploys the public service method in the main sales channel;
and each sales channel calls a public service method through a public service interface according to service requirements, and sends a data request, wherein the request comprises a self marking position, and a service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
In one embodiment, the header of the business rule list has a full field containing business data for all the most current states per day.
In one embodiment, the public service method specifically includes: the common service method comprises the steps of verifying the identity of a client in each sales channel, generating an identity verification method for verifying the identity of the client corresponding to the verified identity of the client, checking the loan qualification of the client in each sales channel, and generating a standard judgment method for checking the loan qualification of the client corresponding to the checked loan qualification of the client.
In one embodiment, the sales channels call a public service method through a public service interface according to service requirements, and send a data request, where the request includes a self tag bit, and the service system of the main sales channel determines the call sequence of the sales channels according to the tag bit, so that only one sales channel corresponds to the called public service method at the same time point, and then the method further includes:
and setting a message queue, deploying the message queue to a business system of the main sales channel, and synchronizing the change of business logic to each sales channel.
In one embodiment, the setting of the flag bit in the public service method to determine the calling sequence of each sales channel specifically includes:
and setting a marking bit in the public service method, wherein the marking bit is used for identifying different calling parties, the calling parties send out a system corresponding to a sales channel for calling the public service method request for a main sales channel, and the marking bit is used for restricting the sales behaviors of the same product or the same customer.
In one embodiment, the restricting the sales behavior of the same product or the same customer by the marking bit specifically includes:
only one sales channel is supported to carry out public service on the product at the same time, so that the phenomenon that data corresponding to the product or the client are different due to simultaneous operation of multiple parties in the process of selling the same product or the same client is avoided.
A business rule multi-channel sharing device, the sharing device comprising:
the system comprises an extraction generation module, a service system and a service management module, wherein the extraction generation module is used for generating a service rule list by extracting information conforming to service rules of all sales channels, and the header of the service rule list comprises all fields related to the service rules of all sales channels;
the setting module is used for the service system to judge the calling sequence of each sales channel by matching the extracted service logic conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, and to select the network distribution as the main sales channel and deploy the public service method in the main sales channel;
the judging module is used for calling the public service method through the public service interface according to the service requirement by each sales channel, sending a data request, wherein the request comprises a self marking position, and the service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
In one embodiment, the setting module is further configured to set a flag bit in the public service method, where the flag bit is used to identify different callers, and the callers send a system corresponding to a sales channel for calling the public service method for a main sales channel, and constraint sales behaviors of the same product or the same customer through the flag bit.
A computer device comprising a memory and a processor, the memory having stored therein computer readable instructions which, when executed by the processor, cause the processor to perform the steps of the sharing method described above.
A storage medium storing computer readable instructions that, when executed by one or more processors, cause the one or more processors to perform the steps of the sharing method described above.
According to the business rule multi-channel sharing method, the device, the equipment and the storage medium, the business system extracts the information conforming to the business rule of each sales channel to generate a business rule list, the header of the business rule list comprises all fields related to the business rule of each sales channel, the business system judges the calling sequence of each sales channel according to the extracted business rule conforming to each sales channel and the business logic conforming to each sales channel, the public service method is matched with the completed header part rule list, the marking bit is set to judge the calling sequence of each sales channel, the network distribution is selected to be the main sales channel, the public service method is deployed in the main sales channel, each sales channel calls the public service method through a public service interface according to business requirements, and a data request is sent, the business system of the main sales channel judges the calling sequence of each sales channel according to the marking bit, so that only one sales channel corresponds to the called public service method at the same time point, the product data is prevented from being inconsistent with the actual sales condition due to repeated operation, the change of the business rule can be timely notified to each sales channel, and the efficiency is improved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention.
FIG. 1 is a flow diagram of a business rule multi-channel sharing method in one embodiment;
fig. 2 is a block diagram of a business rule multi-channel sharing device in one embodiment.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless expressly stated otherwise, as understood by those skilled in the art. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
As a preferred embodiment, as shown in fig. 1, a business rule multi-channel sharing method includes:
step S101, a service system extracts information conforming to service rules of all sales channels to generate a service rule list, wherein the header of the service rule list comprises all fields related to the service rules of all sales channels;
loan business refers to an economic act in which banks pay funds to a funds requester at a certain interest rate and agree to a term return. Sales of products in loan transactions are typically conducted through a number of channels, including web sales, telemarketing, mobile app sales. Product analysis is carried out on a plurality of business sales channels including network sales, telephone sales and mobile app sales terminals, business processes and business logic of each channel are extracted from the business sales channels, and a header part of an integration rule list with full-quantity fields is designed according to the extracted information, wherein the header part contains all fields related to business and products used by each channel, and the full-quantity fields contain all data of the latest state every day.
Step S102, the service system judges the calling sequence of each sales channel by setting a mark bit in the public service method according to the extracted service logic conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, and selects network distribution as a main sales channel and deploys the public service method in the main sales channel;
according to the extracted business flow and logic, the business system designs a public service method and a core unit by matching with a rule list of a finished header part, and selects the public service method and the core unit which take network distribution as main sales channels, and deploys the designed public service method and core unit in the channels, for example, the network distribution channels correspond to the network distribution business system, and then the public service method and the core unit are deployed in the network distribution business system. The public service method is a common service method suitable for each sales channel, for example, each channel in the sales channels including telephone sales, network sales, mobile app sales end and the like involves verification of the identity of a client, a client identity verification method for verifying the identity of the client is generated corresponding to the common function, and for example, each channel involves qualification examination of whether the client can loan, and a standard judgment method for examining qualification of the loan of the client is generated corresponding to the common function. And a unified public service interface is designed corresponding to the public service method, and is used for enabling each channel to carry out data uploading and downloading after non-differential access, and corresponding public service interfaces can be generated corresponding to each public service method, and only one public service interface can be designed, so that the public service interface supports data input and data output of each public service method. The core unit comprises three processing units, namely a rule engine unit, a real-name authentication unit and a material uploading unit, wherein the rule engine unit is used for loading rules in a rule list to enable the rules to act, the real-name authentication unit is used for carrying out online verification on client identity information, and the material uploading unit is used for acquiring materials submitted by clients. And calling a public service method and a core unit in the service system of the main sales channel by the service systems corresponding to the other sales channels through a public service interface to realize corresponding functions. Setting a mark bit in the calling process of the public service method, wherein the mark bit is used for identifying different calling parties, namely a system corresponding to a sales channel for sending the demand of calling the public service method to a main sales channel, and restricting the sales behavior of the same product or the same customer through the mark bit, such as ensuring that only one sales channel is supported at the same time to operate a certain public service method on the product, so as to avoid the difference of data corresponding to the product or the customer caused by simultaneous operation of multiple parties in the sales process of the same product or customer.
Step S103, each sales channel calls a public service method through a public service interface according to service requirements, a data request is sent, the request comprises self marking positions, and a service system of the main sales channel judges the calling sequence of each sales channel according to the marking positions, so that only one sales channel corresponds to the called public service method at the same time point.
Each channel calls the public service method and the core unit designed in the step S102 through the public service interface according to the service requirement of the channel, the sent data request comprises the mark bit of the channel, and the service system of the main selling channel judges the calling sequence of each channel according to the mark bit, so that only one channel has the data operation authority corresponding to the called public service method at the same time point.
In one embodiment, the header of the business rule list has a full field containing business data for all the most current states per day.
The business system extracts business processes and business logics of all channels, and designs a header part of an integration rule list with full-quantity fields according with the use condition of all channels according to the extracted information, wherein the header part comprises all fields used by all channels and related to business and products, and the full-quantity fields comprise all data of the latest state every day.
In one embodiment, the public service method specifically includes: the common service method comprises the steps of verifying the identity of a client in each sales channel, generating an identity verification method for verifying the identity of the client corresponding to the verified identity of the client, checking the loan qualification of the client in each sales channel, and generating a standard judgment method for checking the loan qualification of the client corresponding to the checked loan qualification of the client.
The public service method is a common service method suitable for each sales channel, for example, each channel of the sales channels including telephone sales, network sales, mobile app sales end and the like involves verification of the identity of a client, a client identity verification method for verifying the identity of the client is generated corresponding to the common function, and for example, each channel involves qualification examination of whether the client can loan, and a standard judgment method for examining qualification of the loan of the client is generated corresponding to the common function. The criteria include whether revenue is stable, business banks lay out personal consumer credit business over a large area, but because there is no mortgage, banks will face greater risk, so they will prefer whether customers are crews, teachers, doctors, large national enterprise staff, world 500 strong staff when approving loans. Whether staff with accumulation fund collection records exist. Many banks offer consumer loan products based on the amount paid by the home deposit. The staff who pays the accumulation fund can pay the credit line by virtue of the accumulation fund to consume the loan, the annual interest is about 7% generally, the period of return is extremely long, and the single line can be repayment in 10 years at maximum. Whether the credit card maintains a good record of usage. If the credit card has longer service time and timely repayment during the service period, no overdue and other non-compliance conditions appear.
In one embodiment, each sales channel calls a public service method through a public service interface according to service requirements, a data request is sent, the request comprises a self marking position, a service system of a main sales channel judges the calling sequence of each sales channel according to the marking position, and only one sales channel corresponds to the called public service method at the same time point, and then the method further comprises: and setting a message queue, deploying the message queue to a business system of the main sales channel, and synchronizing the change of business logic to each sales channel.
Setting a message queue and deploying the message queue to a service system of a main sales channel for synchronizing the change of service logic to each other channel, wherein the service system of each sales channel can cooperate with timing service according to self monitoring service to periodically inquire whether public configuration is changed or not, so that the effect of actively updating rules of each sales channel end is realized, for example, a Quartz task scheduling function is deployed in a telephone sales system corresponding to the telephone sales channel, and the rule updating condition can be regularly inquired to the main sales channel by setting a timing task so as to download the updated rules.
In one embodiment, setting the flag bit in the public service method to determine the calling order of each sales channel is specifically: and setting a marking bit in the public service method, wherein the marking bit is used for identifying different calling parties, the calling parties send out a system corresponding to a sales channel for calling the public service method request for a main sales channel, and the marking bit is used for restricting the sales behaviors of the same product or the same customer.
Setting a mark bit in the calling process of the public service method, wherein the mark bit is used for identifying different calling parties, namely a system corresponding to a sales channel for sending the demand of calling the public service method to a main sales channel, and restricting the sales behavior of the same product or the same customer through the mark bit, such as ensuring that only one sales channel is supported at the same time to operate a certain public service method on the product, so as to avoid the difference of data corresponding to the product or the customer caused by simultaneous operation of multiple parties in the sales process of the same product or customer.
In one embodiment, constraining sales of the same product or the same customer by the flag bit specifically includes: only one sales channel is supported to carry out a public service on the product at the same time, so that the phenomenon that the data corresponding to the product or the client is different due to simultaneous operation of multiple parties in the process of selling the same product or the same client is avoided.
Setting a mark bit in the calling process of the public service method, wherein the mark bit is used for identifying different calling parties, namely a system corresponding to a sales channel for sending the demand of calling the public service method to a main sales channel, and restricting the sales behavior of the same product or the same customer through the mark bit, such as ensuring that only one sales channel is supported at the same time to operate a certain public service method on the product, so as to avoid the difference of data corresponding to the product or the customer caused by simultaneous operation of multiple parties in the sales process of the same product or customer.
As shown in fig. 2, in one embodiment, there is provided a business rule multi-channel sharing apparatus, the sharing apparatus including:
the system comprises an extraction generation module, a service system and a service management module, wherein the extraction generation module is used for generating a service rule list by extracting information conforming to service rules of all sales channels, and the header of the service rule list comprises all fields related to the service rules of all sales channels;
the setting module is used for the service system to judge the calling sequence of each sales channel by matching the extracted service logic conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, and to select the network distribution as the main sales channel and deploy the public service method in the main sales channel;
the judging module is used for calling the public service method through the public service interface according to the service requirement by each sales channel, sending a data request, wherein the request comprises a self marking position, and the service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
In one embodiment, the setting module is further configured to set a flag bit in the public service method, where the flag bit is used to identify different callers, and the callers send a system corresponding to a sales channel for calling the public service method for a main sales channel, and constraint sales behaviors of the same product or the same customer through the flag bit.
In one embodiment, a computer device is provided, the computer device comprising a memory and a processor, the memory having stored therein computer readable instructions that, when executed by the processor, cause the processor to perform the steps of:
the business system extracts information conforming to business rules of all sales channels to generate a business rule list, wherein the header of the business rule list comprises all fields related to the business rules of all sales channels;
the service system judges the calling sequence of each sales channel by setting a mark bit in a public service method according to the extracted service logic conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, and selects network distribution as a main sales channel and deploys the public service method in the main sales channel;
and each sales channel calls a public service method through a public service interface according to service requirements, and sends a data request, wherein the request comprises a self marking position, and a service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
In one embodiment, the header of the business rule list has a full field containing business data for all the most current states per day.
In one embodiment, the public service method specifically includes: the common service method comprises the steps of verifying the identity of a client in each sales channel, generating an identity verification method for verifying the identity of the client corresponding to the verified identity of the client, checking the loan qualification of the client in each sales channel, and generating a standard judgment method for checking the loan qualification of the client corresponding to the checked loan qualification of the client.
In one embodiment, the sales channels call a public service method through a public service interface according to service requirements, and send a data request, where the request includes a self tag bit, and the service system of the main sales channel determines the call sequence of the sales channels according to the tag bit, so that only one sales channel corresponds to the called public service method at the same time point, and then the method further includes:
and setting a message queue, deploying the message queue to a business system of the main sales channel, and synchronizing the change of business logic to each sales channel.
In one embodiment, the setting of the flag bit in the public service method to determine the calling sequence of each sales channel specifically includes:
and setting a marking bit in the public service method, wherein the marking bit is used for identifying different calling parties, the calling parties send out a system corresponding to a sales channel for calling the public service method request for a main sales channel, and the marking bit is used for restricting the sales behaviors of the same product or the same customer.
In one embodiment, the restricting the sales behavior of the same product or the same customer by the marking bit specifically includes:
only one sales channel is supported to carry out public service on the product at the same time, so that the phenomenon that data corresponding to the product or the client are different due to simultaneous operation of multiple parties in the process of selling the same product or the same client is avoided.
In one embodiment, a storage medium storing computer-readable instructions that, when executed by one or more processors, cause the one or more processors to perform the steps of:
the business system extracts information conforming to business rules of all sales channels to generate a business rule list, wherein the header of the business rule list comprises all fields related to the business rules of all sales channels;
the service system judges the calling sequence of each sales channel by setting a mark bit in a public service method according to the extracted service logic conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, and selects network distribution as a main sales channel and deploys the public service method in the main sales channel;
and each sales channel calls a public service method through a public service interface according to service requirements, and sends a data request, wherein the request comprises a self marking position, and a service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
In one embodiment, the header of the business rule list has a full field containing business data for all the most current states per day.
In one embodiment, the public service method specifically includes: the common service method comprises the steps of verifying the identity of a client in each sales channel, generating an identity verification method for verifying the identity of the client corresponding to the verified identity of the client, checking the loan qualification of the client in each sales channel, and generating a standard judgment method for checking the loan qualification of the client corresponding to the checked loan qualification of the client.
In one embodiment, the sales channels call a public service method through a public service interface according to service requirements, and send a data request, where the request includes a self tag bit, and the service system of the main sales channel determines the call sequence of the sales channels according to the tag bit, so that only one sales channel corresponds to the called public service method at the same time point, and then the method further includes:
and setting a message queue, deploying the message queue to a business system of the main sales channel, and synchronizing the change of business logic to each sales channel.
In one embodiment, the setting of the flag bit in the public service method to determine the calling sequence of each sales channel specifically includes:
and setting a marking bit in the public service method, wherein the marking bit is used for identifying different calling parties, the calling parties send out a system corresponding to a sales channel for calling the public service method request for a main sales channel, and the marking bit is used for restricting the sales behaviors of the same product or the same customer.
In one embodiment, the restricting the sales behavior of the same product or the same customer by the marking bit specifically includes:
only one sales channel is supported to carry out public service on the product at the same time, so that the phenomenon that data corresponding to the product or the client are different due to simultaneous operation of multiple parties in the process of selling the same product or the same client is avoided.
Those of ordinary skill in the art will appreciate that all or part of the steps in the various methods of the above embodiments may be implemented by a program to instruct related hardware, the program may be stored in a computer readable storage medium, and the storage medium may include: read Only Memory (ROM), random access Memory (RAM, random Access Memory), magnetic or optical disk, and the like.
The technical features of the above-described embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above-described embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above-described embodiments represent only some exemplary embodiments of the invention, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the invention, which are all within the scope of the invention. Accordingly, the scope of protection of the present invention is to be determined by the appended claims.

Claims (9)

1. A business rule multi-channel sharing method, comprising at least two sales channels, characterized in that the multi-channel sharing method comprises:
the business system extracts information conforming to business rules of all sales channels to generate a business rule list, wherein the header of the business rule list comprises all fields related to the business rules of all sales channels;
the service system judges the calling sequence of each sales channel by setting a mark bit in a public service method according to the extracted information conforming to the service rule of each sales channel and the service logic conforming to each sales channel and matching with the rule list of the completed header part, selects a sales channel taking network distribution as a main sales channel, and deploys the public service method in the main sales channel, wherein the public service method comprises the following steps: the common service method comprises the steps that each sales channel is used for verifying the identity of a client, an identity verification method for verifying the identity of the client is generated corresponding to the identity of the client, each sales channel is used for checking the loan qualification of the client, and a standard judgment method for checking the loan qualification of the client is generated corresponding to the loan qualification of the client;
and each sales channel calls a public service method through a public service interface according to service requirements, and sends a data request, wherein the request comprises a self marking position, and a service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
2. The business rule multi-channel sharing method of claim 1, wherein the header of the business rule list has a full field containing business data of all the latest states every day.
3. The business rule multi-channel sharing method according to claim 1, wherein each sales channel calls a public service method through a public service interface according to business requirements, and sends out a data request, the request includes a self tag bit, and a business system of a main sales channel judges the calling sequence of each sales channel according to the tag bit, so that only one sales channel corresponds to the called public service method at the same time point, and then the method further comprises:
and setting a message queue, deploying the message queue to a business system of the main sales channel, and synchronizing the change of business logic to each sales channel.
4. The business rule multi-channel sharing method according to claim 1, wherein the setting of the flag bit in the common service method to determine the calling order of the respective sales channels comprises:
and setting a marking bit in the public service method, wherein the marking bit is used for identifying different calling parties, the calling parties send out a system corresponding to a sales channel for calling the public service method request for a main sales channel, and the marking bit is used for restricting the sales behaviors of the same product or the same customer.
5. The business rule multichannel sharing method according to claim 4, wherein said restricting sales behavior of the same product or the same customer by the flag bit includes:
only one sales channel is supported to carry out public service on the product at the same time, so that the phenomenon that data corresponding to the product or the client are different due to simultaneous operation of multiple parties in the process of selling the same product or the same client is avoided.
6. A business rule multichannel sharing device, characterized in that the business rule multichannel sharing device comprises:
the system comprises an extraction generation module, a service system and a service management module, wherein the extraction generation module is used for generating a service rule list by extracting information conforming to service rules of all sales channels, and the header of the service rule list comprises all fields related to the service rules of all sales channels;
the setting module is used for the service system to set a mark bit in a public service method to judge the calling sequence of each sales channel according to the extracted information conforming to the service rule of each sales channel and the service logic conforming to each sales channel and the rule list of the completed header part, and select the network distribution as a main sales channel and deploy the public service method in the main sales channel, wherein the public service method comprises the following steps: the common service method comprises the steps that each sales channel is used for verifying the identity of a client, an identity verification method for verifying the identity of the client is generated corresponding to the identity of the client, each sales channel is used for checking the loan qualification of the client, and a standard judgment method for checking the loan qualification of the client is generated corresponding to the loan qualification of the client;
the judging module is used for calling the public service method through the public service interface according to the service requirement by each sales channel, sending a data request, wherein the request comprises a self marking position, and the service system of the main sales channel judges the calling sequence of each sales channel according to the marking position, so that only one sales channel corresponds to the called public service method at the same time point.
7. The business rule multi-channel sharing device according to claim 6, wherein the setting module is further configured to set a flag bit in the public service method, the flag bit is used to identify different calling parties, the calling party sends a system corresponding to a sales channel requesting for calling the public service method to a main sales channel, and the sales behavior of the same product or the same customer is constrained by the flag bit.
8. A computer device comprising a memory and a processor, the memory having stored therein computer readable instructions which, when executed by the processor, cause the processor to perform the steps of the method of any of claims 1 to 5.
9. A storage medium storing computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the method of any one of claims 1 to 5.
CN201810568633.0A 2018-06-05 2018-06-05 Business rule multi-channel sharing method, device, equipment and storage medium Active CN109242665B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810568633.0A CN109242665B (en) 2018-06-05 2018-06-05 Business rule multi-channel sharing method, device, equipment and storage medium
PCT/CN2018/104713 WO2019232958A1 (en) 2018-06-05 2018-09-08 Method, apparatus, device and storage medium for sharing business rules in multiple channels

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810568633.0A CN109242665B (en) 2018-06-05 2018-06-05 Business rule multi-channel sharing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109242665A CN109242665A (en) 2019-01-18
CN109242665B true CN109242665B (en) 2023-06-02

Family

ID=65083783

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810568633.0A Active CN109242665B (en) 2018-06-05 2018-06-05 Business rule multi-channel sharing method, device, equipment and storage medium

Country Status (2)

Country Link
CN (1) CN109242665B (en)
WO (1) WO2019232958A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113762681A (en) * 2020-11-17 2021-12-07 北京沃东天骏信息技术有限公司 Electronic transaction method, system, device, electronic equipment and storage medium thereof
CN115277855B (en) * 2022-07-22 2024-02-27 中国工商银行股份有限公司 Request processing method, request processing device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014108910A2 (en) * 2013-01-14 2014-07-17 Yogesh Chunilal Rathod Products & services card and global card or payments network(s) mediated e-commerce & marketing service(s)
CN107169824A (en) * 2017-05-08 2017-09-15 内蒙古包钢钢联股份有限公司 A kind of ecommerce B2B2B plateform systems for manufacturing enterprise

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9398152B2 (en) * 2004-02-25 2016-07-19 Avaya Inc. Using business rules for determining presence
CN1851737A (en) * 2005-10-14 2006-10-25 华为技术有限公司 User individual business realizing system and method
US7984020B2 (en) * 2007-12-06 2011-07-19 Sap Ag System and method for business object sync-point and rollback framework
CN105071964A (en) * 2015-08-06 2015-11-18 中兴通讯股份有限公司 Strategy operation, configuration issuing, conflict resolution and closed-loop management method and system
CN105678609A (en) * 2016-02-26 2016-06-15 北京京东尚科信息技术有限公司 Different-virtual-identification-unit-based real-time state display method and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014108910A2 (en) * 2013-01-14 2014-07-17 Yogesh Chunilal Rathod Products & services card and global card or payments network(s) mediated e-commerce & marketing service(s)
CN107169824A (en) * 2017-05-08 2017-09-15 内蒙古包钢钢联股份有限公司 A kind of ecommerce B2B2B plateform systems for manufacturing enterprise

Also Published As

Publication number Publication date
CN109242665A (en) 2019-01-18
WO2019232958A1 (en) 2019-12-12

Similar Documents

Publication Publication Date Title
US8255255B2 (en) System and methods of managing assignments
CN107038645B (en) Service processing method, device and system and server
CN110910230A (en) Accounting method, accounting system and storage medium
CN110288464A (en) A kind of collection method, system and device
CN110457336B (en) Transaction data processing method and device
US9201768B1 (en) System, method, and computer program for recommending a number of test cases and effort to allocate to one or more business processes associated with a software testing project
CN109242665B (en) Business rule multi-channel sharing method, device, equipment and storage medium
CN114579087A (en) Method and device for designing power customer service middlings
CN109005208A (en) Method and apparatus for pushed information
CN113095935A (en) Transaction order processing method and device, computer equipment and storage medium
US20230289692A1 (en) Risk management system interface
CN111565151A (en) Customer service line routing method and device
JP2019149185A (en) Asset inventory system and computer-implemented method of performing electronic collateralization search
CN115731028A (en) Early warning method, early warning device, electronic equipment and computer readable medium
Mahalle et al. ITIL process management to mitigate operations risk in cloud architecture infrastructure for banking and financial services industry
CN111526184B (en) Business auditing method and device
US20140279166A1 (en) Method and System for Brokering Shipping Contracts Between Solicitors and Service Providers
CN109461088A (en) A kind of point single method, apparatus, medium and electronic equipment for saving work order from damage
CN112990948A (en) Service evaluation method, device, equipment, storage medium and computer program product
US20150294404A1 (en) Method and system for legal processing for debt collection
US11361267B1 (en) System and method for determining loss resulting from data privacy and security breach
CN108769977B (en) Call record attribution order determining method and device, electronic equipment and storage medium
US20210133890A1 (en) System to generate a bindable insurance quote, process renewals and make midterm adjustments to a policy, and related methods
CN111131438B (en) Method and apparatus for accessing block chains
CN111445248A (en) Foreign exchange transaction processing method, device and system 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
GR01 Patent grant
GR01 Patent grant