CN113421113A - Method and device for determining commodity participation coupon, electronic equipment and medium - Google Patents

Method and device for determining commodity participation coupon, electronic equipment and medium Download PDF

Info

Publication number
CN113421113A
CN113421113A CN202110687226.3A CN202110687226A CN113421113A CN 113421113 A CN113421113 A CN 113421113A CN 202110687226 A CN202110687226 A CN 202110687226A CN 113421113 A CN113421113 A CN 113421113A
Authority
CN
China
Prior art keywords
logic expression
commodity
target
participation
commodity information
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.)
Pending
Application number
CN202110687226.3A
Other languages
Chinese (zh)
Inventor
赵旭奇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Weimeng Enterprise Development Co ltd
Original Assignee
Shanghai Weimeng Enterprise Development Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Weimeng Enterprise Development Co ltd filed Critical Shanghai Weimeng Enterprise Development Co ltd
Priority to CN202110687226.3A priority Critical patent/CN113421113A/en
Publication of CN113421113A publication Critical patent/CN113421113A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0207Discounts or incentives, e.g. coupons or rebates
    • G06Q30/0211Determining the effectiveness of discounts or incentives
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0207Discounts or incentives, e.g. coupons or rebates
    • G06Q30/0208Trade or exchange of goods or services in exchange for incentives or rewards

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a method, a device, electronic equipment and a medium for determining a coupon of commodity participation, wherein the method comprises the following steps: setting a mapping relation between the commodity information and the placeholders in the logic expression, and determining a target logic expression of the coupon according to the mapping relation; acquiring commodity information of a target commodity, and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression; replacing the placeholder of the target logic expression according to the matching result, and generating a replaced target logic expression; and calculating the replaced target logic expression to obtain a participation result. According to the method, the mapping relation between the commodity information and the logic expression placeholder is set, so that the logic expression of the coupon in an actual scene is established, the application range of the coupon with different dimensions in a complex scene can be met, and the logic is clear.

Description

Method and device for determining commodity participation coupon, electronic equipment and medium
Technical Field
The present application relates to the technical field of product coupons, and in particular, to a method and an apparatus for determining product coupon participation, an electronic device, and a storage medium.
Background
The current method for determining the use range of the product coupon usually directly indicates the attribute of 'participation' or 'non-participation' in the product, and can express the benefit range of a simple coupon, but the method cannot express the benefit range of the coupon under a complex scene, for example, some shops or some categories participate in the coupon activity, or some mobile phone categories under the shop a or household appliances under a certain platform participate in the coupon activity. The coupon under the complex scene is limited, and the selling of commodities is not facilitated.
Disclosure of Invention
The application aims to provide a method, a device, electronic equipment and a medium for determining a commodity participation coupon, which can express the use of coupons under complex scenes and different dimensions and have clear logic. The specific scheme is as follows:
in a first aspect, the present application discloses a method for determining a coupon for merchandise participation, including:
setting a mapping relation between commodity information and placeholders in the logic expression, and determining a target logic expression of the coupon according to the mapping relation;
acquiring commodity information of a target commodity, and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression;
replacing the placeholder of the target logic expression according to the matching result to generate a replaced target logic expression;
and calculating the replaced target logic expression to obtain a participation result.
Optionally, the setting of the mapping relationship between the commodity information and the placeholder in the logic expression includes:
and setting the mapping relation between the commodity ID, the category ID, the shop ID and the platform ID in the commodity information and the placeholder in the logic expression.
Optionally, the replacing the placeholder of the target logic expression according to the matching result, and generating the replaced target logic expression, includes:
and modifying the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logic expression into 1, and modifying the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logic expression into 0 to obtain the replaced target logic expression.
Optionally, the calculating the replaced target logic expression to obtain a participation result includes:
and calculating the replaced target logic expression by using a script engine to obtain the participation result.
In a second aspect, the present application discloses an apparatus for determining a coupon for participation in goods, comprising:
the setting module is used for setting the mapping relation between the commodity information and the placeholders in the logic expression and determining the target logic expression of the coupon according to the mapping relation;
the matching module is used for acquiring the commodity information of the target commodity and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression;
the replacing module is used for replacing the placeholder of the target logic expression according to the matching result and generating a replaced target logic expression;
and the calculation module is used for calculating the replaced target logic expression to obtain a participation result.
Optionally, the setting module includes:
and the setting unit is used for setting the mapping relation between the commodity ID, the category ID, the shop ID and the platform ID in the commodity information and the placeholder in the logic expression.
Optionally, the replacing module includes:
and the modifying unit is used for modifying the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logic expression into 1, and modifying the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logic expression into 0 to obtain the replaced target logic expression.
Optionally, the calculation module includes:
and the calculation unit is used for calculating the replaced target logic expression by utilizing a script engine to obtain the participation result.
In a third aspect, the present application discloses an electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method for determining merchandise participation coupons as described above when executing the computer program.
In a fourth aspect, the present application discloses a computer-readable storage medium having a computer program stored thereon, which when executed by a processor, implements the steps of the method for determining that an item participates in a coupon as described above.
The application provides a method for determining a commodity participation coupon, which comprises the following steps: setting a mapping relation between commodity information and placeholders in the logic expression, and determining a target logic expression of the coupon according to the mapping relation; acquiring commodity information of a target commodity, and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression; replacing the placeholder of the target logic expression according to the matching result to generate a replaced target logic expression; and calculating the replaced target logic expression to obtain a participation result.
Therefore, the method and the device have the advantages that the logical expression of the coupon in the actual scene is established by setting the mapping relation between the commodity information and the placeholder of the logical expression, the use range of the coupon in different dimensions of the complex scene can be met, the matching is carried out according to the commodity information of the actual target commodity and the commodity information corresponding to the target logical expression, whether the target commodity is in the participation range of the coupon is checked, namely the placeholder of the target logical expression is replaced according to the matching result, the replaced target logical expression is calculated, and the participation result is finally obtained, so that the defects that the participation or non-participation attribute is directly indicated on the commodity in the related technology, only the simple coupon preferential range can be expressed, and the coupon preferential range in the complex scene cannot be expressed are overcome, the method and the device can express the use of the coupon in the complex scene and different dimensions based on the logical expression, the logic is clear. The application also provides a device for determining the coupons in which the commodities participate, an electronic device and a computer-readable storage medium, which have the beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flowchart of a method for determining a merchandise participation coupon according to an embodiment of the present disclosure;
FIG. 2 is a flowchart illustrating an on-line coupon usage scope validation process provided by an embodiment of the present application;
fig. 3 is a schematic structural diagram of an apparatus for determining a merchandise participation coupon according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the current coupon application range determining method, the attribute of 'participation' or 'non-participation' is directly marked in the commodity, and the method can express a simple application scene and limit the application of the coupon under a complex multidimensional scene. Based on the above technical problem, the present embodiment provides a method for determining a coupon for participation in a commodity, which can express the use of coupons in complex scenes and different dimensions, and has clear logic, specifically refer to fig. 1, where fig. 1 is a flowchart of the method for determining a coupon for participation in a commodity provided by the embodiment of the present application, and specifically includes:
s101, setting a mapping relation between the commodity information and the placeholders in the logic expression, and determining a target logic expression of the coupon according to the mapping relation.
The embodiment does not limit the specific content of the product information, and may include a product ID, a category ID, a store ID, a platform ID, a product group ID, and other information, and may be set according to the actual situation. The embodiment does not limit the specific representation form of the placeholder, and may be #1, #2, or the like, for example, or may be in other representation manners. In this embodiment, a mapping relationship between the commodity information and the placeholder in the logic expression is first set, that is, after the commodity information is obtained, the value/identifier of the placeholder in the logic expression can be determined through the mapping relationship. After the corresponding mapping relation is established, the target logic expression of the coupon can be established according to the actual use scene and the mapping relation of the coupon. The embodiment does not limit the number of the commodity information included in the placeholder in the target logical expression, and may be provided with only a commodity ID, a category ID, or the like, may also be provided with a commodity ID and a category ID, and may also be provided with a commodity ID, a category ID, and a store ID, and may be set according to actual conditions.
The embodiment does not limit the specific manner of setting the mapping relationship between the commodity information and the placeholder in the logic expression, and in a specific embodiment, setting the mapping relationship between the commodity information and the placeholder in the logic expression may include:
and setting the mapping relation between the commodity ID, the category ID, the shop ID and the platform ID in the commodity information and the placeholder in the logic expression.
In this embodiment, a mapping relationship between the product ID, the category ID, the store ID, and the platform ID and the placeholder in the logical expression is established, and whether the product is in the use range of the coupon can be determined according to the obtained product information, such as the product ID, the category ID, the store ID, and the platform ID.
And S102, acquiring the commodity information of the target commodity, and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression.
The present embodiment does not limit the specific contents included in the product information of the target product, and may include information such as a product ID, a category ID, and a store ID, and may include other information. It can be understood that, in this embodiment, the product information corresponding to the placeholder in the target logical expression may be determined according to the mapping relationship, for example, if the target logical expression includes #1 and #2, where #1 represents a product with a product ID of 1111 and #2 represents a product with a category ID of 2222, it is known that the coupon may be used by the product with a product ID of 1111 and a category ID of 2222. Therefore, in this embodiment, the obtained product information of the target product is matched with the product information corresponding to the target logical expression, that is, whether the target product is in the application range of the coupon can be further determined according to the obtained matching result.
S103, replacing the placeholder of the target logic expression according to the matching result, and generating the replaced target logic expression.
The embodiment does not limit the specific content of the matching result, and may include information that the matching of the commodity information corresponding to the target logical expression is successful, or may include information that the matching is unsuccessful. In this embodiment, the placeholder of the target logic expression is replaced according to the matching result, and the target logic expression after replacement is obtained. The embodiment does not limit the specific way of generating the replaced target logic expression by replacing the placeholder of the target logic expression according to the matching result. In this specific embodiment, replacing the placeholder of the target logical expression according to the matching result, and generating the replaced target logical expression may include:
and modifying the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logic expression into 1, and modifying the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logic expression into 0 to obtain the replaced target logic expression.
In this embodiment, the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logical expression is modified to 1, and the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logical expression is modified to 0, so that the modified and replaced target logical expression can be obtained.
And S104, calculating the replaced target logic expression to obtain a participation result.
In this embodiment, after the replaced target logic expression is obtained, the participation result is obtained by calculating the replaced target logic expression. It is to be understood that the participation result in the present embodiment is divided into two results of "true" and "false", and when the participation result is "true", the target product may be considered to be within the use range of the coupon, and when the participation result is "false", the target product may be considered not to be within the use range of the coupon. The embodiment does not limit the specific way of calculating the replaced target logic expression, for example, a script engine may be used to calculate the logic expression, and other ways may also be used. In this specific embodiment, calculating the replaced logic expression to obtain the participation result may include:
and calculating the replaced target logic expression by using the script engine to obtain a participation result.
Based on the technical scheme, the mapping relation between the commodity information and the logic expression placeholder is set, so that the logic expression of the coupon in an actual scene is established, matching is performed according to the commodity information of the actual target commodity and the participation object information corresponding to the target logic expression, and whether the target commodity is in the participation range of the coupon is checked.
The following provides a specific example of confirming the use range of the online coupon, which defines which commodity category stores can participate in the coupon and which commodity category stores can not participate in the coupon, and is suitable for complex combinations of different participation types. For example, in e-commerce systems, it is often necessary to determine whether a good is within the scope of a coupon in a complex scenario. Such as: participation of partial commodities; all commodities participate; certain specific stores and exclude certain specific categories from participation; certain stores or certain categories; and the mobile phone category or platform under the shop A participates in other specific commodities. In this embodiment, based on a logical expression, whether a product can use a coupon is finally calculated and determined according to whether an actual product attribute [ product ID ] [ category ID ] [ store ID ] is in a discount attribute [ product ID ] [ category ID ] [ store ID ] of participation in a discount setting, and the logical expression is added. Can cover the vast majority of tickets or offers a range of uses of different dimensions. Fig. 2 is a schematic flow chart of the confirmation of the usage range of the online coupon provided in this embodiment, and the basic steps are as follows:
1. confirming the logic expression format form and the placeholder, namely setting the mapping relation between the commodity information and the placeholder in the logic expression, as follows:
[ 1 ] represents an article ID
[ 2 ] represents the Category ID
[ 3 ] representative shop ID
[ 4 ] represents a platform ID
[ #5 ] represents a product group ID
2. Setting a coupon, and confirming a logic expression of the coupon, namely a target logic expression, such as [! #1 and #2 ];
3. determining a participation range object, and keeping the commodity type and the specific ID value, namely storing commodity information corresponding to the target logic expression, such as: commodity id +1111, category id + 3333;
4. and inquiring whether the coupon is in the participation range or not when the coupon is used, namely correspondingly matching the commodity information of the target commodity with the participation object information corresponding to the target logic expression. If the article ID is within the range, the article ID class is 1 (indicating that the article ID is within the range); if the category ID is not in the range, the category ID category is 0 (indicating that the category ID is not in the range);
5. and replacing the placeholder in the target logic expression according to whether the placeholder is in the range or not, namely corresponding to the matching result. Such as [ I! Replacement of #1 and #2 with [! 1&0 ];
6. the script engine calculates the replaced logic expression, namely the replaced target logic expression, and can obtain the result of whether the target commodity participates in the coupon.
Based on the technical scheme, the mapping relation between the commodity information and the placeholders in the logic expression is set, the logic expression is confirmed, the logic expression is calculated by utilizing the script engine, the complex use scene of the coupon can be expressed, the logic is clear, the participation logic and the participation objects are stored separately, and the logic is clearer.
The following describes a device for determining a coupon for goods participation provided in an embodiment of the present application, where the device for determining a coupon for goods participation described below and the method for determining a coupon for goods participation described above may be referred to correspondingly, and all the related modules are disposed therein, referring to fig. 3, where fig. 3 is a schematic structural diagram of the device for determining a coupon for goods participation provided in an embodiment of the present application, and includes:
in some specific embodiments, the method specifically includes:
the setting module 301 is configured to set a mapping relationship between the commodity information and the placeholder in the logic expression, and determine a target logic expression of the coupon according to the mapping relationship;
the matching module 302 is configured to obtain commodity information of a target commodity, and match the commodity information of the target commodity with commodity information corresponding to a target logical expression;
a replacing module 303, configured to replace a placeholder of the target logic expression according to the matching result, and generate a replaced target logic expression;
and the calculating module 304 is configured to calculate the replaced target logic expression to obtain a participation result.
In some specific embodiments, the setting module 301 includes:
and the setting unit is used for setting the mapping relation between the commodity ID, the category ID, the shop ID and the platform ID in the commodity information and the placeholder in the logic expression.
In some specific embodiments, the replacing module 303 includes:
and the modifying unit is used for modifying the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logic expression into 1, and modifying the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logic expression into 0 to obtain the replaced target logic expression.
In some specific embodiments, the calculation module 304 includes:
and the computing unit is used for computing the replaced target logic expression by utilizing the script engine to obtain a participation result.
Since the embodiment of the apparatus part for determining the coupon of participation in goods corresponds to the embodiment of the method part for determining the coupon of participation in goods, please refer to the description of the embodiment of the method part for determining the coupon of participation in goods for the embodiment of the apparatus part for determining the coupon of participation in goods, which is not repeated here.
In the following, an electronic device provided by an embodiment of the present application is introduced, and the electronic device described below and the method for determining the merchandise participation coupon described above may be referred to correspondingly.
The application also discloses an electronic device, including:
a memory for storing a computer program;
and a processor for implementing the steps of the method for determining the merchandise participation coupon as described above when executing the computer program.
Since the embodiment of the electronic device portion corresponds to the embodiment of the method for determining a coupon for participation in goods, please refer to the description of the embodiment of the method for determining a coupon for participation in goods for the embodiment of the electronic device portion, which is not repeated here.
The following describes a computer-readable storage medium provided by an embodiment of the present application, and the computer-readable storage medium described below and the method for determining a merchandise participation coupon described above may be referred to correspondingly.
The application also discloses a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the method for determining the participation of a product in a coupon as described above.
Since the embodiment of the computer-readable storage medium portion corresponds to the embodiment of the method for determining a coupon for participation in a commodity, please refer to the description of the embodiment of the method for determining a coupon for participation in a commodity for the embodiment of the computer-readable storage medium portion, which is not repeated herein.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The method, the apparatus, the electronic device and the computer-readable storage medium for determining a coupon for merchandise participation provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A method for determining merchandise participation coupons, comprising:
setting a mapping relation between commodity information and placeholders in the logic expression, and determining a target logic expression of the coupon according to the mapping relation;
acquiring commodity information of a target commodity, and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression;
replacing the placeholder of the target logic expression according to the matching result to generate a replaced target logic expression;
and calculating the replaced target logic expression to obtain a participation result.
2. The method for determining the merchandise participation coupon according to claim 1, wherein the setting of the mapping relationship between the merchandise information and the placeholder in the logic expression comprises:
and setting the mapping relation between the commodity ID, the category ID, the shop ID and the platform ID in the commodity information and the placeholder in the logic expression.
3. The method for determining the merchandise participation coupon according to claim 1, wherein the replacing the placeholder of the target logic expression according to the matching result to generate the replaced target logic expression comprises:
and modifying the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logic expression into 1, and modifying the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logic expression into 0 to obtain the replaced target logic expression.
4. The method for determining the merchandise participation coupon according to claim 1, wherein the calculating the replaced target logic expression to obtain the participation result comprises:
and calculating the replaced target logic expression by using a script engine to obtain the participation result.
5. An apparatus for determining merchandise participation coupons, comprising:
the setting module is used for setting the mapping relation between the commodity information and the placeholders in the logic expression and determining the target logic expression of the coupon according to the mapping relation;
the matching module is used for acquiring the commodity information of the target commodity and matching the commodity information of the target commodity with the commodity information corresponding to the target logic expression;
the replacing module is used for replacing the placeholder of the target logic expression according to the matching result and generating a replaced target logic expression;
and the calculation module is used for calculating the replaced target logic expression to obtain a participation result.
6. The apparatus for determining merchandise participation coupons according to claim 5, wherein said configuration module comprises:
and the setting unit is used for setting the mapping relation between the commodity ID, the category ID, the shop ID and the platform ID in the commodity information and the placeholder in the logic expression.
7. The apparatus for determining merchandise participation coupons according to claim 5, wherein said replacement module comprises:
and the modifying unit is used for modifying the placeholder corresponding to the commodity information successfully matched with the commodity information of the target commodity in the target logic expression into 1, and modifying the placeholder corresponding to the commodity information unsuccessfully matched with the commodity information of the target commodity in the target logic expression into 0 to obtain the replaced target logic expression.
8. The apparatus for determining merchandise participation coupons according to claim 5, wherein said computing module comprises:
and the calculation unit is used for calculating the replaced target logic expression by utilizing a script engine to obtain the participation result.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the method of determining merchandise participation coupons according to any one of claims 1 to 4 when said computer program is executed.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the method for determining the participation of an item in a coupon according to any one of claims 1 to 4.
CN202110687226.3A 2021-06-21 2021-06-21 Method and device for determining commodity participation coupon, electronic equipment and medium Pending CN113421113A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110687226.3A CN113421113A (en) 2021-06-21 2021-06-21 Method and device for determining commodity participation coupon, electronic equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110687226.3A CN113421113A (en) 2021-06-21 2021-06-21 Method and device for determining commodity participation coupon, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN113421113A true CN113421113A (en) 2021-09-21

Family

ID=77789557

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110687226.3A Pending CN113421113A (en) 2021-06-21 2021-06-21 Method and device for determining commodity participation coupon, electronic equipment and medium

Country Status (1)

Country Link
CN (1) CN113421113A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7013286B1 (en) * 1999-12-30 2006-03-14 International Business Machines Corporation Generation, distribution, storage, redemption, validation and clearing of electronic coupons
JP2011164793A (en) * 2010-02-05 2011-08-25 Sharp Corp Electronic commodity sales system, method for electronic transaction of gift certificate, gift certificate sales site, and commodity sales site
CN107451844A (en) * 2016-05-31 2017-12-08 知而行(上海)营销咨询有限公司 A kind of target marketing system of O2O
CN109741087A (en) * 2018-12-11 2019-05-10 中国联合网络通信集团有限公司 The management method and device of electronic coupons
CN110795697A (en) * 2019-10-29 2020-02-14 北京明略软件系统有限公司 Logic expression obtaining method and device, storage medium and electronic device
CN111738763A (en) * 2020-06-19 2020-10-02 京东数字科技控股有限公司 Policy processing method, device, equipment and storage medium
CN112101994A (en) * 2020-09-11 2020-12-18 广州华多网络科技有限公司 Member rights management method, member rights management device, computer equipment and readable storage medium
CN112199416A (en) * 2020-09-30 2021-01-08 支付宝(杭州)信息技术有限公司 Data rule generation method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7013286B1 (en) * 1999-12-30 2006-03-14 International Business Machines Corporation Generation, distribution, storage, redemption, validation and clearing of electronic coupons
JP2011164793A (en) * 2010-02-05 2011-08-25 Sharp Corp Electronic commodity sales system, method for electronic transaction of gift certificate, gift certificate sales site, and commodity sales site
CN107451844A (en) * 2016-05-31 2017-12-08 知而行(上海)营销咨询有限公司 A kind of target marketing system of O2O
CN109741087A (en) * 2018-12-11 2019-05-10 中国联合网络通信集团有限公司 The management method and device of electronic coupons
CN110795697A (en) * 2019-10-29 2020-02-14 北京明略软件系统有限公司 Logic expression obtaining method and device, storage medium and electronic device
CN111738763A (en) * 2020-06-19 2020-10-02 京东数字科技控股有限公司 Policy processing method, device, equipment and storage medium
CN112101994A (en) * 2020-09-11 2020-12-18 广州华多网络科技有限公司 Member rights management method, member rights management device, computer equipment and readable storage medium
CN112199416A (en) * 2020-09-30 2021-01-08 支付宝(杭州)信息技术有限公司 Data rule generation method and device

Similar Documents

Publication Publication Date Title
CN106296329B (en) Business object information processing method, certificate information processing method and device
CN105354719A (en) Credit evaluating system and method applied to electronic commerce platform
CN112543346B (en) Information distribution method and device, computer storage medium and electronic equipment
CN107203883A (en) A kind of risk control method and equipment
CN107133289A (en) A kind of method and apparatus of determination commercial circle
KR20200108066A (en) Fraud Prevention Device and Method
CN112308681A (en) Inventory processing method and device, electronic equipment and storage medium
CN110633919A (en) Method and device for evaluating business entity
CN113421113A (en) Method and device for determining commodity participation coupon, electronic equipment and medium
CN112286790A (en) Full link test method, device, equipment and storage medium
CN107818477A (en) One kind reward feedback method and device
CN110288433A (en) One kind being based on clicking rate model prediction O2O real time individual sort method
CN110619546A (en) Implementation scheme for solving high throughput of directional ticket issuing
CN117194764A (en) Goods display method, equipment and medium based on multi-platform fusion mall
CN111435484A (en) Task cooperative processing method, device, equipment and system
CN110503467B (en) Cross-platform consumer group acquisition method and device
CN113434436A (en) Test case generation method and device, electronic equipment and storage medium
CN105825410A (en) Business request processing method and device
CN111507773A (en) Coupon management method, device and storage medium
CN111507808A (en) Commodity pre-selling system based on mobile internet
CN111340592A (en) Artificial intelligence block chain electronic commerce system and method based on 5G communication
CN110990881A (en) Community group purchase platform, equipment and medium based on block chain
CN114119112B (en) Preferential resource processing method and device, electronic equipment and computer storage medium
CN114092163B (en) Electronic shelf label price changing method and device, electronic equipment and storage medium
CN112597376A (en) Information query method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210921