CN111523927A - Resource sending method, device, equipment and storage medium - Google Patents

Resource sending method, device, equipment and storage medium Download PDF

Info

Publication number
CN111523927A
CN111523927A CN202010290539.0A CN202010290539A CN111523927A CN 111523927 A CN111523927 A CN 111523927A CN 202010290539 A CN202010290539 A CN 202010290539A CN 111523927 A CN111523927 A CN 111523927A
Authority
CN
China
Prior art keywords
candidate
resource
sending
rule
activity
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
CN202010290539.0A
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.)
Beijing Sankuai Online Technology Co Ltd
Original Assignee
Beijing Sankuai Online Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Sankuai Online Technology Co Ltd filed Critical Beijing Sankuai Online Technology Co Ltd
Priority to CN202010290539.0A priority Critical patent/CN111523927A/en
Publication of CN111523927A publication Critical patent/CN111523927A/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/0222During e-commerce, i.e. online transactions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The application discloses a resource sending method, a resource sending device, resource sending equipment and a storage medium, and belongs to the field of computers. The method comprises the following steps: in response to receiving a resource request signal of a first user account, acquiring order data of the first user account; determining at least two rules which are met by order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to the rule identifier; generating a first identification sequence according to the rule identifications of at least two rules; determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities; and sending the first resource to the first user account according to the resource sending activity. The method determines the resource sending activities through the matching of the identification sequences, and does not need to match rules and order data in each candidate resource sending activity one by one, thereby avoiding the repeated calculation of the same rules quoted in different candidate resource sending strategies and greatly reducing the calculation amount of the server.

Description

Resource sending method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer programs, and in particular, to a method, an apparatus, a device, and a storage medium for transmitting a resource.
Background
In order to promote the product sale, various types of activities are planned by various enterprises, so that various preferential policies are provided for users.
Various online preferential policies exist on the sales platform, and when an order is submitted or after the order is submitted, the platform sends resources, such as discount coupons or discount coupons, to an account held by a user. Because there are multiple activities of different types at the same time and there are multiple resource sending policies in each activity, the platform needs to determine the activity and policy matching the user order, and then send the resource to the account held by the user based on the matching activity and policy.
The resource sending strategy is formed by combining a plurality of rules, the same rule can exist in different strategies, and when activities and strategies are matched, the platform needs to calculate each rule in each strategy, so that the situation that one rule is repeatedly calculated for many times exists, and the calculation burden of the platform is increased.
Disclosure of Invention
The embodiment of the application provides a resource sending method, a resource sending device and a storage medium, wherein a resource sending strategy is represented by an identification sequence, when a resource is sent to a user, the identification sequence can be correspondingly generated through a rule which is met by order data of the user, resource sending activities corresponding to the identification sequence are matched for the user, matching calculation is not needed to be carried out on each rule in each resource sending activity, and the calculation amount of a server is greatly reduced. The technical scheme is as follows:
according to an aspect of the present application, there is provided a resource sending method, applied in a server, the method including:
in response to receiving a resource request signal of a first user account, acquiring order data of the first user account;
determining at least two rules which are met by order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to the rule identifier;
generating a first identification sequence according to the rule identifications of at least two rules;
determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities;
and sending the first resource to the first user account according to the resource sending activity.
According to another aspect of the present application, there is provided a transmission system of resources, the system including: a computing device;
the computing device is used for responding to the received resource request signal of the first user account, and acquiring order data of the first user account;
the computing device is used for determining at least two rules which are met by the order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to the rule identifier;
the calculation device is used for generating a first identification sequence according to the rule identifications of at least two rules; determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities; and sending the first resource to the first user account according to the resource sending activity.
According to another aspect of the present application, there is provided an apparatus for transmitting a resource, the apparatus including:
the acquisition module is used for responding to the received resource request signal of the first user account to acquire order data of the first user account;
the determining module is used for determining at least two rules which are met by the order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to the rule identifier;
the generating module is used for generating a first identification sequence according to the rule identifications of at least two rules;
a determining module, configured to determine, from the candidate resource transmission activities, a resource transmission activity corresponding to the first identifier sequence;
and the sending module is used for sending the first resource to the first user account according to the resource sending activity.
According to another aspect of the present application, there is provided a server, including: a processor and a memory, the memory storing a computer program that is loaded and executed by the processor to implement the method of transmitting a resource according to the above aspect.
According to another aspect of the present application, there is provided a computer-readable storage medium having a computer program stored therein, the computer program being loaded and executed by a processor to implement the method of transmitting a resource according to the above aspect.
The beneficial effects brought by the technical scheme provided by the embodiment of the application at least comprise:
in the method, a resource sending strategy is represented by an identification sequence, and candidate resource sending activities are set on the basis of the identification sequence and the resource; when sending resources to a user account, the server determines at least two rules which are in accordance with order data from the candidate rules, generates a first identification sequence according to the rule identifications of the at least two rules, and determines resource sending activities corresponding to the first identification sequence from the candidate resource sending activities, namely, determines the resource sending activities through the matching of the identification sequences, and does not need to match the rules and the order data in each candidate resource sending activity one by one, thereby avoiding the repeated calculation of the same rules quoted in different candidate resource sending strategies, and greatly reducing the calculation amount of the server.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a block diagram of a computer system provided in an exemplary embodiment of the present application;
fig. 2 is a block diagram of a system for transmitting resources according to an exemplary embodiment of the present application;
fig. 3 is a flowchart of a method for transmitting a resource according to an exemplary embodiment of the present application;
fig. 4 is a flowchart of a method for transmitting a resource according to another exemplary embodiment of the present application;
fig. 5 is a flowchart of a method for transmitting a resource according to another exemplary embodiment of the present application;
fig. 6 is a flowchart of a method for transmitting a resource according to another exemplary embodiment of the present application;
FIG. 7 is a schematic diagram of an identification sequence update provided by an exemplary embodiment of the present application;
fig. 8 is a block diagram of a transmitting apparatus of resources according to an exemplary embodiment of the present application;
fig. 9 is a block diagram of a computer device according to an exemplary embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
Reference will first be made to several terms referred to in this application:
resource sending strategy: the method refers to a set of rules which need to be satisfied by order data when the resources are sent to a user account, wherein the rules refer to conditions which need to be satisfied when the resources are requested to be sent.
Resource sending activity: refers to a method for transmitting resources in accordance with a resource transmission policy; in the present application, one resource sending activity may include i resource sending policies, one resource sending policy may also be correspondingly provided with j types of resources, where i and j are positive integers.
Exemplarily, the resource sending policy 1 is formed by combining a rule 1 and a rule 2, and the resource sending policy 2 is formed by combining a rule 2 and a rule 3; the resource sending activity 1 comprises a resource sending strategy 1 and a resource sending strategy 2; in the resource sending activity 1, the resource sending policy 1 is set corresponding to the type 1 resource and the type 2 resource, and the resource sending policy 2 is set corresponding to the type 3 resource, that is, if the order data conforms to the resource sending policy 1, the type 1 resource and the type 2 resource are sent to the user account, and if the order data conforms to the resource sending policy 2, the type 3 resource is sent to the user account. The resources refer to preferential resources, such as full discount coupons, virtual currency and the like, and the preferential resources can deduct part of consumption amount or can be used as money for consumption payment.
Referring to FIG. 1, a block diagram of a computer system 100 provided in an exemplary embodiment of the present application is shown. The computer system 100 includes: a terminal 120 and a server cluster 140.
The terminal 120 is a terminal held by the user, and an application program is run on the terminal 120, and the application program provides payment services of the order for the user. Optionally, the application program also provides a consumer service for the product to the user. For example, the application program running on the terminal 120 may be at least one of payment software, shopping software, financial software, instant messaging software, and game software, and the type of the application program is not limited in this application.
Illustratively, the terminal 120 may include at least one of a smart phone, a tablet computer, an e-book reader, an MP3(Moving Picture Experts Group Audio Layer III, motion Picture Experts compression standard Audio Layer 3) player, an MP4(Moving Picture Experts Group Audio Layer IV, motion Picture Experts compression standard Audio Layer 4) player, a laptop portable computer, a desktop computer, and a notebook computer.
The terminal 120 and the server cluster 140 communicate with each other through a wireless network or a wired network. Illustratively, a user account is logged in an application program running on the terminal 120, and when order payment is performed through the user account, the terminal 120 requests the server cluster 140 to send preferential resources to the user account; alternatively, when order payment is completed through the user account, the terminal 120 requests the server cluster 140 to send a preferential resource to the user account.
The server cluster 140 is used to provide background services. For example, the server cluster 140 executes the resource sending method provided by the present application, determines a resource sending activity corresponding to the order data from the candidate resource sending activities when receiving the resource request signal of the user account, and sends the resource to the user account based on the resource sending activity. The server cluster 240 includes at least one of a server, a plurality of servers, a cloud computing platform, and a virtualization center.
Those skilled in the art will appreciate that the number of terminals described above may be greater or fewer. For example, the number of the terminals may be only one, or the number of the terminals may be several tens or several hundreds, or more, and the number of the terminals and the type of the device are not limited in the embodiment of the present application.
Referring to FIG. 2, a block diagram of a system 200 for sending a resource provided by an exemplary embodiment of the present application is shown, where the system 200 for sending a resource is disposed on a server cluster 140 in the computer system 100 shown in FIG. 1. The resource transmission system 200 includes a computing device 242, a policy setting device 244, and an activity setting device 246;
a computing device 242, configured to obtain order data of the first user account in response to receiving the resource request signal of the first user account;
a calculating device 242, configured to determine at least two rules that the order data conforms to from the candidate rules, where a rule refers to a condition that needs to be satisfied for requesting resource transmission; the rule corresponds to the rule identifier;
a calculating device 242, configured to generate a first identification sequence according to the rule identifications of the at least two rules; determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities; and sending the first resource to the first user account according to the resource sending activity.
In some embodiments, the candidate resource transmission activity corresponds to at least one second identification sequence;
the computing device 242 includes: the matching module 21 and the activity registration module 22, wherein n candidate resource sending activities exist in the activity registration module 22, and n is a positive integer;
a matching module 21, configured to match the first identifier sequence with second identifier sequences corresponding to n candidate resource sending activities in the activity registration module 22; and in response to the first identification sequence being identical to the second identification sequence, determining candidate resource sending activities corresponding to the second identification sequence as resource sending activities.
In some embodiments, the candidate rule corresponds to at least two candidate conditions, each candidate condition corresponding to a unique rule identification;
the computing device 242 includes: a determination module 23;
the determining module 23 is configured to determine at least two candidate conditions that match the order data from the candidate conditions, where the at least two candidate conditions and the at least two rules have a one-to-one correspondence relationship.
In some embodiments, there are at least two resource transmission activities corresponding to the first identification sequence;
the computing device 242 further includes: a sending module 24;
a sending module 24, configured to determine a final resource sending activity from at least two resource sending activities based on the characteristic information of the resource sending activity before sending the first resource to the first user account.
In some embodiments, the policy setting device 244 is configured with a candidate identification sequence corresponding to the candidate resource sending policy;
an activity setting device 246, configured to receive an activity setting request sent by the terminal, where the activity setting request includes a target identifier sequence and a resource that are referred to from the candidate identifier sequence; generating candidate resource sending activities according to the target identification sequence and the resource correspondence; sending an activity registration request to computing device 242, the activity registration request including a candidate resource sending activity;
and a computing device 242, configured to receive the active registration request, and write the candidate resource sending activity into the active registration device according to the active registration request.
In some embodiments, the policy setting means 244 comprises: the system comprises a rule pool and a strategy pool, wherein the rule pool comprises candidate rules, and the strategy pool comprises candidate identification sequences;
a policy setting device 244, configured to receive a policy setting request sent by the terminal, where the policy setting request includes at least two target rules referred from the candidate rules; generating a candidate identification sequence according to the rule identifications of at least two target rules; and placing the candidate identification sequences into a strategy pool.
In some embodiments, the policy setting means 244 is configured to receive a deactivation request for the first candidate rule; the first candidate rule in the rule pool is disabled according to the disabling request.
In some embodiments, the policy setting unit 244 is further configured to receive a deactivation request of the first candidate rule; determining a first candidate identification sequence of a candidate resource sending strategy which refers to the first candidate rule from the strategy pool based on the deactivation request; changing the rule identifier on the identifier corresponding to the first candidate rule in the first candidate identifier sequence into a stop identifier to obtain an updated first candidate identifier sequence; updating the updated first candidate identification sequence into the activity setting means 246;
an activity setting device 246, configured to update the candidate resource sending activity according to the updated first candidate identification sequence, so as to obtain an updated first candidate resource sending activity; the first candidate resource is sent an activity update to computing device 242.
In some embodiments of the present invention, the,
a policy setting unit 244, configured to receive a policy change request for sending a policy to the first candidate resource, where the policy change request includes the added second rule; determining a second candidate identification sequence of the first candidate resource sending strategy from the strategy pool; adding a rule identifier of a second rule in the second candidate identifier sequence to obtain an updated second candidate identifier sequence; updating the updated second candidate identification sequence into the activity setting means 246;
an activity setting device 246, configured to update the candidate resource sending activity according to the updated second candidate identification sequence, so as to obtain an updated second candidate resource sending activity; the second candidate resource is sent an activity update to computing device 242.
In some embodiments, computing device 242 includes: a rule registration module 25;
a policy setting device 244, configured to receive an addition request sent by the terminal, where the addition request includes a second candidate rule; adding the second candidate rule into the rule pool, and correspondingly generating a rule identifier of the second candidate rule; sending a rule registration request to computing device 242, where the rule registration request includes a second candidate rule and a corresponding rule identifier;
and the computing device 242 is configured to register and store the second candidate rule and the corresponding rule identifier through the rule registration module 25.
In some embodiments, the determining module 23 is configured to obtain the candidate rule from the rule registering module 25; and calculating the order data and the candidate rules to determine at least two rules which are met by the order data.
In some embodiments of the present invention, the,
policy setting means 244 for forwarding a deactivation request for the first candidate rule to computing means 242;
computing device 242 is further configured to deactivate the first candidate rule in rule registration module 25 according to the deactivation request.
In some embodiments, there are at least two resource transmission activities corresponding to the first identification sequence;
computing device 242, further comprising: a selection module 26;
a selecting module 26, configured to determine a final resource sending activity from at least two resource sending activities based on the characteristic information of the resource sending activity before sending the first resource to the first user account.
In summary, in the resource sending system provided in this embodiment, the resource sending policy is represented by the identifier sequence, and the candidate resource sending activity is set based on the identifier sequence and the resource; the method comprises the steps that a candidate activity sending strategy and candidate rules are registered in a computing device, when resources are sent to a user account, the computing device determines at least two rules which are in accordance with order data from the candidate rules, generates a first identification sequence according to rule identifications of the at least two rules, and determines resource sending activities corresponding to the first identification sequence from the candidate resource sending activities, namely, the computing device determines the resource sending activities through matching of the identification sequences, one-to-one matching of the rules and the order data in each candidate resource sending activity is not needed, repeated calculation on the same rules quoted in different candidate resource sending strategies is avoided, the calculation amount of the computing device is greatly reduced, and the calculation amount of a server is greatly reduced.
Secondly, in the resource sending system, the resource sending strategy is represented by the identification sequence, the identification sequence of the resource sending strategy can be repeatedly quoted in the setting of the resource sending activity, the resource sending strategy is reused, the same resource sending strategy is not required to be repeatedly written in when the resource sending activity is set, the development and configuration efficiency of the resource sending activity is improved, the development and configuration cost of the resource sending activity is reduced, and therefore the quick response to the service activity is realized.
In addition, in the resource sending system, the resource sending strategy is represented by the identification sequence, when the resource sending strategy has rule addition or deactivation, the resource sending strategy can be updated by adding the rule identification of the newly added rule in the identification sequence, or the resource sending strategy can be updated by changing the rule identification on the identification bit of the deactivation rule, the original resource sending strategy is not required to be abandoned, namely, the rule combination is not required to be rewritten and combined, the multiplexing of the rule combination is realized, the updating efficiency of the resource sending strategy is improved, and the development and configuration cost of the rule combination is also reduced.
Referring to fig. 3, a flowchart of a method for sending a resource according to an exemplary embodiment of the present application is shown. This embodiment is illustrated with the method applied to the server cluster 140 shown in fig. 1. The method comprises the following steps:
step 302, in response to receiving the resource request signal of the first user account, obtaining order data of the first user account.
Optionally, the resource request signal includes order data of the first user account; the server responds to the received resource request signal of the first user account, and obtains order data of the first user account from the resource request signal.
Optionally, the order data of the first user account is stored in a database; the server responds to the received resource request signal of the first user account, and obtains order data of the first user account from the database.
In some embodiments, the resource request signal is triggered by the terminal. Illustratively, an application program runs in the terminal, and a first user account is logged in the application program; in the process of executing order payment, the terminal sends a resource request signal to the server through the first user account to request resources, so that the first user account can use the resources to carry out the order payment.
Or when the order payment is completed, the terminal sends a resource request signal to the server through the first user account to request the resource, so that the first user account can use the resource to perform order payment when the order payment is next time.
In some embodiments, the resource request signal may also be triggered by the server, for example, a time node that triggers generation of the resource request signal is preset in the server by a back-office manager, at which the server triggers generation of the resource request signal and responds to the resource request signal to request transmission of the resource to the first user account.
Optionally, the order data is data related to order payment, and may include at least one of account information of the first user account, a required payment resource, a product type, a product name, a product price, and a product quantity, for example. The account information of the first user account may further include at least one of an account number code, an account name, an account level, a user gender, and an account integrity value. The order data is used for determining resource sending activities which can be participated in by the first user account.
At step 304, at least two rules to which the order data conforms are determined from the candidate rules.
The server stores at least two candidate rules, acquires the at least two candidate rules from the memory and calculates the at least two candidate rules in sequence, thereby calculating the at least two rules met by the order data; the rule refers to a condition that needs to be satisfied by requesting resource transmission.
Illustratively, the content of rule 1 is that the product type of the product in the order is stationery, and if the product type in the order data is stationery, rule 1 is a rule that the order data satisfies; the content of rule 2 is that the product quantity of the product in the order is less than 3, and if the product quantity in the order data is 3, rule 2 is not a rule satisfied by the order data.
Step 306, generating a first identification sequence according to the rule identifications of the at least two rules.
The rule corresponds to a rule identifier, and the rule identifier is used for generating an identifier sequence of the resource sending strategy. The server obtains the rule identifications of the at least two rules, and generates a first identification sequence according to the rule identifications of the at least two rules, wherein the first identification sequence is an identification sequence corresponding to a resource sending strategy which is met by order data generated by the server.
Illustratively, the server processes rule identifications of at least two rules based on a preset generation rule, so as to generate a first identification sequence.
Step 308, determining the resource sending activity corresponding to the first identification sequence from the candidate resource sending activities.
The server also stores n candidate resource sending activities, wherein the candidate resource sending activities are set by the identification sequence of the resource sending strategy and the resource correspondingly, and n is a positive integer. The candidate resource sending activity corresponds to at least one second identification sequence, and the server matches the first identification sequence with the second identification sequences of the n candidate resource sending activities; and in response to the first identification sequence being identical to the second identification sequence, determining candidate resource sending activities corresponding to the second identification sequence as resource sending activities.
Illustratively, the first identification sequence is "31112", and the second identification sequence "21123" and "31112" is present in the ith candidate resource transmission activity; the server obtains two second identification sequences in the ith resource sending activity, matches the two second identification sequences with the first identification sequence, and if a second identification sequence '31112' identical to the first identification sequence '31112' exists, the ith candidate resource sending activity is the resource sending activity corresponding to the first identification sequence; i is a positive integer. The server matches the first identification sequence with a second identification sequence existing in each candidate resource sending activity, so that the resource sending activity corresponding to the first identification sequence in the n candidate resource sending activities is determined.
Illustratively, j second identification sequences exist in each candidate resource sending activity, the server sequentially matches the second identification sequences with the first identification sequence, if the kth second identification sequence is matched with the first identification sequence, matching of the remaining second identification sequences with the first identification sequence is stopped, k and j are positive integers, and k is smaller than or equal to j.
Step 310, sending the first resource to the first user account according to the resource sending activity.
Illustratively, if a first identifier sequence of the resource sending policy in the resource sending activity is set corresponding to the first resource, the server sends the first resource to the first user account.
In summary, in the resource sending method provided in this embodiment, the resource sending policy is represented by the identifier sequence, and the candidate resource sending activity is set based on the identifier sequence and the resource; when sending resources to a user account, the server determines at least two rules which are in accordance with order data from the candidate rules, generates a first identification sequence according to the rule identifications of the at least two rules, and determines resource sending activities corresponding to the first identification sequence from the candidate resource sending activities, namely, determines the resource sending activities through the matching of the identification sequences, and does not need to match the rules and the order data in each candidate resource sending activity one by one, thereby avoiding the repeated calculation of the same rules quoted in different candidate resource sending strategies, and greatly reducing the calculation amount of the server.
Referring to fig. 3, for describing the generation of the first identification sequence in detail, step 304 may include step 402, and step 306 may include steps 404 to 406, as shown in fig. 4, as follows:
at step 402, at least two conditions matching the order data are determined from the candidate conditions.
The candidate rule corresponds to at least two candidate conditions, and each candidate condition corresponds to a unique rule identifier. Illustratively, there are condition 1, condition 2, and condition 3 in rule 3; the server matches the order data with the rule 3, and if the order data is in the condition 1, the rule is marked as 0; if order data condition 2, rule identification is 1; if order data conditions 3, then rule identification is 2, and each rule identification uniquely identifies a condition in rule 3.
For example, in rule 3, condition 1 is that the product price of the product is greater than or equal to a and less than b, condition 2 is that the product price of the product is greater than or equal to b and less than c, condition 3 is that the product price of the product is greater than or equal to c, correspondingly, the rule identifier is 00 when the product price is greater than or equal to a and less than b, the rule identifier is 01 when the product price is greater than or equal to b and less than c, and the rule identifier is 10 when the product price is greater than or equal to c; wherein c is larger than b, b is larger than a, and a, b and c are positive numbers.
The server calculates each candidate condition and order data in each candidate rule, and determines a condition met by the order data in each rule of the at least two rules. That is, the at least two conditions and the at least two rules have a one-to-one correspondence.
Step 404, obtain an identification sequence template.
The identification sequence template is preset in the server, and regular identification bits are arranged on the identification sequence template. Optionally, each candidate rule is assigned an identification bit using a preset position; illustratively, 5 consecutive identification bits are allocated to rule 1, rule 2, rule 3, rule 4, and rule 5 for use, respectively, in order.
And 406, correspondingly filling at least two rule identifications into the identification bits to generate a first identification sequence.
Illustratively, it is determined that the order data conforms to rules 1 to 5; there are 5 consecutive identification bits, which are respectively identification bits 1 to 5, and the identification bits are sequentially allocated to the 5 rules, the rule identifier of rule 1 is filled into identification bit 1, the rule identifier of rule 2 is filled into identification bit 2, the rule identifier of rule 3 is filled into identification bit 3, the rule identifier of rule 4 is filled into identification bit 4, the rule identifier of rule 5 is filled into identification bit 5, and finally, the first identification sequence is obtained.
Illustratively, as shown in fig. 5, the candidate rules include rules 1 to 5, where rule 1 includes condition 11, condition 12, and condition 13, which are respectively identified by 1, 2, and 3; rule 2 includes condition 21 and condition 22, identified as 0 and 1, respectively; rule 3 includes condition 31 and condition 32, identified by 0 and 1, respectively; rule 4 includes condition 41 and condition 42, identified by 0 and 1, respectively; rule 5 includes condition 51, condition 52, and condition 53, identified by 0, 1, and 2, respectively. The server calculates the rules 1 to 5, calculates to obtain order data meeting the conditions 13, 22, 32, 42 and 53, and correspondingly fills the rule identifications meeting the conditions to the identifications, so as to generate a first identification sequence '31112'; and then determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities, and sending the first resource to the first user account based on the resource sending activities. For example, the sending of the first resource may be subsidy issuance or merchant cashback.
In summary, according to the resource sending method provided in this embodiment, the first identifier sequence of the resource sending policy that the order data conforms to is generated, so that the resource sending activity is determined by matching the first identifier sequence with the second identifier sequence in the resource sending activity, and it is not necessary to match the rule in each candidate resource sending activity with the order data one by one, thereby avoiding performing repeated calculation on the same rule cited in different candidate resource sending policies, and greatly reducing the computation load of the server.
Illustratively, there are at least two types of resources corresponding to an identification sequence in a resource transmission activity, and therefore, step 310 in fig. 3 may include step 502, as shown in fig. 6, as follows:
step 502, at least two types of first resources corresponding to the first identification sequence are sent to the first user account.
At least two types of first resources corresponding to the first identification sequence exist in one resource sending activity, namely in the resource sending activity, the same resource sending strategy is adopted for sending the two types of resources. Illustratively, in the resource sending activity 5, the identification sequence "20111" exists, the full discount coupon and the discount coupon are arranged in the resource corresponding to the identification sequence "20111", and when the first identification sequence is "20111", the server sends the full discount coupon and the discount coupon to the first user account at the same time.
It should be noted that there may be at least two resource transmission activities corresponding to the first identification sequence in the candidate resource transmission activities, that is, the same resource transmission policy is referred to in the at least two candidate resource transmission activities. Before sending the resource to the first user account, the server determines a final resource sending activity from at least two resource sending activities based on the characteristic information of the resource sending activities.
Optionally, the characteristic information includes at least one of an activity priority, an activity publishing time, and an activity type. Illustratively, there are resource transmission activity 1 and resource transmission activity 2 corresponding to the first identification sequence, and if the priority of the resource transmission activity 1 is higher than that of the resource transmission activity 2, the resource transmission activity 1 is determined as the final resource transmission activity.
Illustratively, there are resource sending activity 3 and resource sending activity 4 corresponding to the first identification sequence, the resource sending activities are determined according to the order of the issuing time, and if the issuing time of the resource sending activity 3 is prior to the resource sending activity 4, the resource sending activity 3 is determined as the final resource sending activity.
Illustratively, there are a resource transmission activity 5 and a resource transmission activity 6 corresponding to the first identification sequence, the holiday activity is selected in preference to the daily activity, and if the activity type of the resource transmission activity 5 is the holiday activity and the activity type of the resource transmission activity 6 is the daily activity, the resource transmission activity 5 is determined as the final resource transmission activity.
In summary, in the resource sending method provided in this embodiment, the same resource sending policy is adopted for sending the two types of resources in the activity of sending one resource, so that the repeated reference to the resource sending policy is realized; when different types of resources sent to the user account are matched, rules in the same resource sending strategy set correspondingly for the different types of resources do not need to be calculated one by one, the calculation amount of the server is reduced, and quick response to business activities is realized.
It should be further noted that the update of the resource sending policy may be implemented by updating a rule identifier, as shown in fig. 7, where the rule 1 includes a condition 11, a condition 12, and a condition 13, and is identified by 1, 2, and 3 respectively, and a rule 4 and a new rule 5 are originally present; rule 2 includes condition 21 and condition 22, identified as 0 and 1, respectively; rule 3 includes condition 31 and condition 32, identified by 0 and 1, respectively; rule 4 includes condition 41 and condition 42, identified by 0 and 1, respectively; rule 5 includes condition 51, condition 52, and condition 53, identified by 0, 1, and 2, respectively. The original resource sending needs to satisfy the conditions 13, 22, 32 and 42, and the identification sequence of the resource sending policy is "3111"; if the condition 53 is satisfied after adding the rule 5, the identifier "2" of the condition 53 is added after the original identifier sequence, and the identifier sequence of the updated resource transmission policy is "31112". The original resource sending needs to satisfy the condition 12, the condition 21, the condition 32, the condition 41, and the condition 52, and the identification sequence of the resource sending policy is "20101". If the rule 1 is deactivated, the rule identifier on the identifier bit corresponding to the rule 1 is changed to a deactivated identifier, for example, the deactivated identifier is "-1", and the identifier sequence of the updated resource transmission policy is "(-1) 0101".
After updating the rules in the rule pool and the identification sequences of the resource sending policies in the policy pool, the updated rules need to be updated to a rule registry in the server, and candidate rules are stored in the rule registry; the updated identification sequence is also required to be updated to the resource sending activity, and the updated resource sending activity is further updated to an activity registry in the server, wherein the activity registry stores candidate resource sending activities.
In the method, the resource sending strategy is represented by the identification sequence, when the resource sending strategy has rule addition or deactivation, the resource sending strategy can be updated by adding the rule identification of the addition rule in the identification sequence, or the resource sending strategy can be updated by changing the rule identification on the identification position of the deactivation rule without abandoning the original resource sending strategy, namely, the rule combination is not required to be rewritten and combined, so that the repeated utilization of the identification sequence of the resource sending strategy is realized, and the updating efficiency of the resource sending strategy is improved.
Referring to fig. 8, a block diagram of a transmitting apparatus for transmitting resources according to an exemplary embodiment of the present application is shown. The apparatus can be implemented as part or all of a server by software, hardware, or a combination of the two, and includes: an obtaining module 620, a determining module 640, a generating module 660, and a sending module 680.
An obtaining module 620, configured to obtain order data of the first user account in response to receiving the resource request signal of the first user account;
a determining module 640, configured to determine at least two rules that the order data conforms to from the candidate rules, where a rule refers to a condition that needs to be satisfied when the request resource is sent; the rule corresponds to the rule identifier;
a generating module 660, configured to generate a first identifier sequence according to rule identifiers of at least two rules;
a determining module 640, configured to determine, from the candidate resource sending activities, a resource sending activity corresponding to the first identifier sequence;
the sending module 680 is configured to send the first resource to the first user account according to the resource sending activity.
In some embodiments, the candidate resource transmission activity corresponds to at least one second identification sequence;
a determination module 640 comprising:
a matching submodule 642, configured to match the first identifier sequence with n candidate resource sending active second identifier sequences, where n is a positive integer;
a determining submodule 644, configured to determine, in response to that the first identification sequence is identical to the second identification sequence, a candidate resource transmission activity corresponding to the second identification sequence as a resource transmission activity.
In some embodiments, the candidate rule corresponds to at least two candidate conditions, each candidate condition corresponding to a unique rule identification;
the determining sub-module 644 is configured to determine at least two conditions matching the order data from the candidate conditions, where the at least two conditions have a one-to-one correspondence relationship with the at least two rules.
In some embodiments, the generation module 660 includes:
an obtaining sub-module 662, configured to obtain an identification sequence template, where regular identification bits are set on the identification sequence template;
the generating submodule 664 is configured to correspondingly fill at least two rule identifiers into the identifier bits, and generate a first identifier sequence.
In some embodiments, there are at least two classes of first resources corresponding to the first identification sequence in the resource transmission activity;
a sending module 680, configured to send, to the first user account, at least two types of first resources corresponding to the first identifier sequence.
In some embodiments, there are at least two resource transmission activities corresponding to the first identification sequence;
a determining module 640, configured to determine a final resource sending activity from at least two resource sending activities based on the characteristic information of the resource sending activity before sending the first resource to the first user account.
In summary, in the resource sending apparatus provided in this embodiment, the resource sending policy is represented by the identifier sequence, and the candidate resource sending activity is set based on the identifier sequence and the resource; when sending resources to a user account, the server determines at least two rules which are in accordance with order data from the candidate rules, generates a first identification sequence according to the rule identifications of the at least two rules, and determines resource sending activities corresponding to the first identification sequence from the candidate resource sending activities, namely, determines the resource sending activities through the matching of the identification sequences, and does not need to match the rules and the order data in each candidate resource sending activity one by one, thereby avoiding the repeated calculation of the same rules quoted in different candidate resource sending strategies, and greatly reducing the calculation amount of the server.
Referring to fig. 9, a schematic structural diagram of a computer device according to an exemplary embodiment of the present application is shown. The computer device may be a server that performs the method of transmitting the resource as provided herein. Specifically, the method comprises the following steps:
the computer device 700 includes a Central Processing Unit (CPU) 701, a system Memory 704 including a Random Access Memory (RAM) 702 and a Read Only Memory (ROM) 703, and a system bus 705 connecting the system Memory 704 and the Central Processing Unit 701. The computer device 700 also includes a basic Input/Output System (I/O) 706 for facilitating information transfer between devices within the computer, and a mass storage device 707 for storing an operating System 713, application programs 714, and other program modules 715.
The basic input/output system 706 includes a display 708 for displaying information and an input device 709, such as a mouse, keyboard, etc., for a user to input information. Wherein the display 708 and the input device 709 are connected to the central processing unit 701 through an input output controller 710 connected to the system bus 705. The basic input/output system 706 may also include an input/output controller 710 for receiving and processing input from a number of other devices, such as a keyboard, mouse, or electronic stylus. Similarly, input-output controller 710 may also provide output to a display screen, a printer, or other type of output device.
The mass storage device 707 is connected to the central processing unit 701 through a mass storage controller (not shown) connected to the system bus 705. The mass storage device 707 and its associated computer-readable media provide non-volatile storage for the computer device 700. That is, the mass storage device 707 may include a computer-readable medium (not shown) such as a hard disk or Compact Disc Read Only Memory (CD-ROM) drive.
Computer-readable media may include computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, Erasable Programmable Read-Only Memory (EPROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), flash Memory or other Solid State Memory technology, CD-ROM, Digital Versatile Disks (DVD), or Solid State Drives (SSD), other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage, or other magnetic storage devices. The Random Access Memory may include a resistive Random Access Memory (ReRAM) and a Dynamic Random Access Memory (DRAM). Of course, those skilled in the art will appreciate that computer storage media is not limited to the foregoing. The system memory 704 and mass storage device 707 described above may be collectively referred to as memory.
According to various embodiments of the present application, the computer device 700 may also operate as a remote computer connected to a network via a network, such as the Internet. That is, the computer device 700 may be connected to the network 712 through the network interface unit 711 connected to the system bus 705, or may be connected to other types of networks or remote computer systems (not shown) using the network interface unit 711.
The memory further includes one or more programs, and the one or more programs are stored in the memory and configured to be executed by the CPU.
In an alternative embodiment, a computer device is provided that includes a processor and a memory having at least one instruction, at least one program, set of codes, or set of instructions stored therein, the at least one instruction, at least one program, set of codes, or set of instructions being loaded and executed by the processor to implement the method of transmitting of a resource as described above.
In an alternative embodiment, a computer-readable storage medium is provided that has at least one instruction, at least one program, set of codes, or set of instructions stored therein, which is loaded and executed by a processor to implement the method of transmitting a resource as described above.
Optionally, the computer-readable storage medium may include: a Read Only Memory (ROM), a Random Access Memory (RAM), a Solid State Drive (SSD), or an optical disc. The Random Access Memory may include a resistive Random Access Memory (ReRAM) and a Dynamic Random Access Memory (DRAM). The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The present application further provides a computer-readable storage medium, in which at least one instruction, at least one program, a code set, or a set of instructions is stored, and the at least one instruction, the at least one program, the code set, or the set of instructions is loaded and executed by a processor to implement the method for transmitting resources provided by the above-mentioned method embodiments.
It should be understood that reference to "a plurality" herein means two or more. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only exemplary of the present application and should not be taken as limiting, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the protection scope of the present application.

Claims (16)

1. A method for sending resources, which is applied to a server, includes:
in response to receiving a resource request signal of a first user account, acquiring order data of the first user account;
determining at least two rules which are met by the order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to a rule identifier;
generating a first identification sequence according to the rule identifications of the at least two rules;
determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities;
and sending the first resource to the first user account according to the resource sending activity.
2. The method of claim 1, wherein the candidate resource transmission activities correspond to at least one second identification sequence;
the determining, from the candidate resource transmission activities, a resource transmission activity corresponding to the first identification sequence includes:
matching the first identification sequence with n second identification sequences of candidate resource sending activities, wherein n is a positive integer;
and in response to the first identification sequence being the same as the second identification sequence, determining candidate resource sending activities corresponding to the second identification sequence as the resource sending activities.
3. The method of claim 1, wherein a candidate rule corresponds to at least two candidate conditions, each candidate condition corresponding to a unique rule identification;
the determining at least two rules to which the order data conforms from the candidate rules includes:
and determining at least two conditions matched with the order data from the candidate conditions, wherein the at least two conditions and the at least two rules have one-to-one correspondence.
4. The method of claim 3, wherein generating the first sequence of identifiers according to the rule identifiers of the at least two rules comprises:
acquiring an identification sequence template, wherein identification bits of the rule are arranged on the identification sequence template;
and correspondingly filling at least two rule identifications into identification bits to generate the first identification sequence.
5. The method according to any of claims 1 to 4, characterized in that there are at least two types of first resources corresponding to said first identification sequence in said resource transmission activity;
the sending the first resource to the first user account according to the resource sending activity includes:
and sending the at least two types of first resources corresponding to the first identification sequence to the first user account.
6. The method of claim 5, wherein there are at least two resource transmission activities corresponding to the first identification sequence;
before the sending of the at least two types of first resources corresponding to the first identifier sequence to the first user account, the method includes:
and determining the final resource sending activity from the at least two resource sending activities based on the characteristic information of the resource sending activities.
7. A system for transmitting resources, the system comprising: a computing device;
the computing device is used for responding to the received resource request signal of the first user account, and acquiring order data of the first user account;
the computing device is used for determining at least two rules which are met by the order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to a rule identifier;
the computing device is used for generating a first identification sequence according to the rule identifications of the at least two rules; determining resource sending activities corresponding to the first identification sequence from the candidate resource sending activities; and sending the first resource to the first user account according to the resource sending activity.
8. The system of claim 7, wherein the candidate resource transmission activities correspond to at least one second identification sequence;
the computing device includes: the system comprises a matching module and an activity registration module, wherein n candidate resource sending activities exist in the activity registration module, and n is a positive integer;
the matching module is used for matching the first identification sequence with second identification sequences corresponding to n candidate resource sending activities in the activity registration module; and in response to the first identification sequence being the same as the second identification sequence, determining candidate resource sending activities corresponding to the second identification sequence as the resource sending activities.
9. The system of claim 8, wherein a candidate rule corresponds to at least two candidate conditions, each candidate condition corresponding to a unique rule identification;
the computing device includes: a determination module;
the determining module is configured to determine at least two candidate conditions that match the order data from the candidate conditions, where the at least two candidate conditions and the at least two rules have a one-to-one correspondence relationship.
10. The system of any one of claims 7 to 9, further comprising: the system comprises an activity setting device and a strategy setting device, wherein a candidate identification sequence corresponding to a candidate resource sending strategy is arranged in the strategy setting device;
the activity setting device is used for receiving an activity setting request sent by a terminal, wherein the activity setting request comprises a target identification sequence and resources quoted from the candidate identification sequence; generating candidate resource sending activities according to the target identification sequences and the resource; sending an activity registration request to the computing device, the activity registration request including the candidate resource sending activity;
and the computing device is used for receiving the activity registration request and writing the candidate resource sending activity into the activity registration device according to the activity registration request.
11. The system of claim 10, wherein the policy setting means comprises: a rule pool and a strategy pool, wherein the rule pool comprises the candidate rule, and the strategy pool comprises the candidate identification sequence;
the policy setting device is configured to receive a policy setting request sent by the terminal, where the policy setting request includes at least two target rules referred from the candidate rules; generating the candidate identification sequence according to the rule identifications of the at least two target rules; placing the candidate identification sequence into the policy pool.
12. The system of claim 11,
the policy setting device is used for receiving a deactivation request of the first candidate rule; determining a first candidate identification sequence of a candidate resource sending strategy which refers to the first candidate rule from the strategy pool based on a deactivation request; changing the rule identifier on the identifier bit corresponding to the first candidate rule in the first candidate identifier sequence into a deactivation identifier to obtain an updated first candidate identifier sequence; updating the updated first candidate identification sequence to the activity setting device;
the activity setting device is used for updating the candidate resource sending activity according to the updated first candidate identification sequence to obtain an updated first candidate resource sending activity; sending an activity update to the computing device for the first candidate resource.
13. The system of claim 11,
the policy setting device is configured to receive a policy change request for sending a policy to a first candidate resource, where the policy change request includes an added second rule; determining a second candidate identification sequence of the first candidate resource sending strategy from the strategy pool; adding the rule identifier of the second rule to the second candidate identifier sequence to obtain an updated second candidate identifier sequence; updating the updated second candidate identification sequence to the activity setting device;
the activity setting device is used for updating the candidate resource sending activity according to the updated second candidate identification sequence to obtain an updated second candidate resource sending activity; sending an activity update to the computing device for the second candidate resource.
14. An apparatus for transmitting resources, the apparatus comprising:
the acquisition module is used for responding to a received resource request signal of a first user account to acquire order data of the first user account;
the determining module is used for determining at least two rules which are met by the order data from the candidate rules, wherein the rules refer to conditions which need to be met by requesting resource sending; the rule corresponds to a rule identifier;
the generating module is used for generating a first identification sequence according to the rule identifications of the at least two rules;
the determining module is configured to determine, from candidate resource sending activities, a resource sending activity corresponding to the first identifier sequence;
and the sending module is used for sending the first resource to the first user account according to the resource sending activity.
15. A server, characterized in that the server comprises: a processor and a memory, the memory storing a computer program that is loaded and executed by the processor to implement the method of transmitting of a resource according to any of claims 1 to 6.
16. A computer-readable storage medium, in which a computer program is stored, which is loaded and executed by a processor to implement a method of transmitting a resource according to any one of claims 1 to 6.
CN202010290539.0A 2020-04-14 2020-04-14 Resource sending method, device, equipment and storage medium Pending CN111523927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010290539.0A CN111523927A (en) 2020-04-14 2020-04-14 Resource sending method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010290539.0A CN111523927A (en) 2020-04-14 2020-04-14 Resource sending method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111523927A true CN111523927A (en) 2020-08-11

Family

ID=71901533

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010290539.0A Pending CN111523927A (en) 2020-04-14 2020-04-14 Resource sending method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111523927A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112465506A (en) * 2020-12-22 2021-03-09 北京每日优鲜电子商务有限公司 Method and device for sending resource data set, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112465506A (en) * 2020-12-22 2021-03-09 北京每日优鲜电子商务有限公司 Method and device for sending resource data set, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN108737325A (en) A kind of multi-tenant data partition method, apparatus and system
CN101169714A (en) System and method for accelerating application execution in computer environment
CN103198090A (en) A method and a system for optimizing storage allocation in a virtual desktop environment
CN113765942B (en) Cloud computing power distribution method, user terminal, cloud computing power platform and system
CN113034233B (en) Method, apparatus, medium and program product for allocating resources in a reading application
CN112734460B (en) Data processing, payment data output and payment preferential data providing method and device
CN109844714A (en) System and method for distributing input/output band width within the storage system
CN110866008A (en) Data processing method, device and system
CN111242783B (en) Transaction data processing method and device, computer equipment and storage medium
CN112686528B (en) Method, device, server and medium for distributing customer service resources
CN111639967B (en) Product potential customer mining method and system
CN112364102A (en) Block chain-based big data transaction method, device, medium and equipment
CN115578138A (en) Marketing method, marketing device, marketing medium and computing equipment
CN111523927A (en) Resource sending method, device, equipment and storage medium
CN113919734A (en) Order distribution method and device
CN113791890B (en) Container distribution method and device, electronic equipment and storage medium
CN114070847A (en) Current limiting method, device, equipment and storage medium of server
CN117473130A (en) Service processing method, device, equipment, medium and program product
CN111552715A (en) User query method and device
CN116860470A (en) Data transmission method, device, computer equipment and storage medium
CN116647560A (en) Method, device, equipment and medium for coordinated optimization control of Internet of things computer clusters
CN115129466B (en) Hierarchical scheduling method, system, equipment and medium for cloud computing resources
CN110942345A (en) Seed user selection method, device, equipment and storage medium
CN111176588B (en) Service bill issuing method, device, medium and electronic equipment
CN109829103A (en) A kind of method for down loading and device of application program

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200811