CN109948096B - Webpage activity configuration system - Google Patents

Webpage activity configuration system Download PDF

Info

Publication number
CN109948096B
CN109948096B CN201711266951.3A CN201711266951A CN109948096B CN 109948096 B CN109948096 B CN 109948096B CN 201711266951 A CN201711266951 A CN 201711266951A CN 109948096 B CN109948096 B CN 109948096B
Authority
CN
China
Prior art keywords
activity
module
service
user
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711266951.3A
Other languages
Chinese (zh)
Other versions
CN109948096A (en
Inventor
梁朔
胡智杰
谢跃
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Feihu Information Technology Tianjin Co Ltd
Original Assignee
Feihu Information Technology Tianjin 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 Feihu Information Technology Tianjin Co Ltd filed Critical Feihu Information Technology Tianjin Co Ltd
Priority to CN201711266951.3A priority Critical patent/CN109948096B/en
Publication of CN109948096A publication Critical patent/CN109948096A/en
Application granted granted Critical
Publication of CN109948096B publication Critical patent/CN109948096B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a webpage activity configuration system, including: each activity management module is provided with a preset code program, the preset code program is used for managing basic logic of the corresponding activity of each module, and parameter configuration information of each activity management module is adjustable; and the overall activity configuration management module is used for establishing the combination relation of each activity management module according to the user input information. The operation personnel can set the parameter configuration information of each activity management module through module setting on the premise of not changing the basic logic of each module. According to the scheme, when an operator designs the activity scheme, only the configuration parameters of each activity management module need to be changed without editing the basic logic of the activity management module, so that the activity development efficiency is improved, the development cycle is shortened, and the labor cost is reduced.

Description

Webpage activity configuration system
Technical Field
The invention relates to the technical field of computer networks, in particular to a webpage activity configuration system for configuring webpage data.
Background
The operation activity system is one of the indispensable system modules of each network platform and is responsible for managing various operation activities, for example, the operation activity system is mainly responsible for configuring and managing activity pages of each operation platform such as a search video.
The concept of "operation" was originally modeled around 2001, and in the true sense "operation" was becoming increasingly popular within the internet circle, starting around 2004 and 2005-since then "editorial" in a large number of internet companies including fox was called "content operation", and "community operation" was called "popularity". With the development of business, operators need to plan various forms of webpage activities frequently, such as lottery activities, leadership activities, second robbery activities, gift buying activities and the like, and an operation activity system provides technical support for the operation of the activities.
With the enrichment of the content of activities and the increase of the number of activities, the existing activity operating systems need to develop a set of programs for each activity individually. In order to promote a movie or celebrate the traditional festivals of some countries, the company operators often need to plan some activities such as lottery drawing, applying a chart and issuing a card and a ticket. Each time, the activities need to be developed from the beginning, and the activities undergo many processes such as UI (user interface) diagram cutting, front-end page development, back-end business logic development, function joint debugging test, script configuration upgrading, project publishing online and project offline. However, activities are often time-efficient and have a long development period, which results in great development labor expenditure and reduced system stability.
Disclosure of Invention
In view of this, embodiments of the present invention provide a web activity configuration system for configuring web data, so as to solve the problems of increasing labor cost and frequently changing parameters during activity operation caused by a long web activity development period in the prior art.
In order to achieve the above purpose, the embodiments of the present invention provide the following technical solutions:
a web page activity configuration system comprising:
each activity management module is configured with a preset code program, the preset code program is used for managing basic logic of the corresponding activity of each module, and parameter configuration information of each activity management module is configurable;
and the overall activity configuration management module is used for establishing the combination relation of each activity management module according to the user input information.
Preferably, in the above system for configuring web page activities, the plurality of activity management modules include:
one or more of a lottery module, a list-making module by aid, a card module, a player module, an opening member module and a content recommendation module;
the preset code programs of the lottery module, the list-seeking module, the ticket module, the player module and the content recommendation module are at least used for managing: start and end time of the campaign, display style of PC and H5, campaign rules.
Preferably, the web page activity configuration system further includes:
the system comprises an activity management control module and an activity management service module;
the activity management control module is used for generating a service request according to a user operation instruction and sending the service request to the activity management service module;
the activity management service module is configured to, when a service request issued by the activity management control module is acquired, acquire a service logic of an activity management module corresponding to the service request, verify the service logic according to a preset service rule, separate data of the service logic into dynamic data and static data, store the static data (mongodb database storage, which is beneficial to static data expansion and dynamic adjustment), when the service request is made, display the data on a page according to a front-end requirement, process the dynamic data according to the preset service rule, and store the data in a mysql database, a mongodb database, and a redis cache, so as to provide service logic for an operation activity.
Preferably, the web page activity configuration system further includes:
the activity system control module is used for acquiring an access request of an access user, verifying and filtering the access request of the access user, eliminating illegal requests, integrating the docking modes of different clients, acquiring login information of the access user and storing the login information in cookie for login user marking.
Preferably, the system for configuring web page activity further includes:
the activity system control module is also used for acquiring an access request of an access user and analyzing an activity management module matched with the access request;
the system comprises an active system service module and a dobbo framework service module;
the active system service module determines and calls a management system service interface matched with the active management module corresponding to the access request through the dobbo frame service module when acquiring a call service request of the active system control module;
and when the activity management service module acquires the call request of the dobbo frame service module, the activity management service module queries and calls activity data matched with the service interface of the management system from a database, and feeds back the activity data to an access user through the dobbo frame service module, the activity system service module and the activity system control module.
Preferably, in the above-mentioned web page activity configuration system, the activity system control module is further configured to determine whether a user identifier matching an access user exists in the cookie, if so, analyze user information according to the user identifier, and if not, output prompt information for guiding the access user to perform account login to the access user.
Preferably, in the above-mentioned web activity configuration system, the activity system control module is further configured to, when the user information obtained by analyzing according to the user identifier is empty, if the user information is logged in using a WeChat, obtain the user information in a silent authorization or web authorization manner.
Preferably, the web page activity configuration system further includes:
an unstructured data storage database for storing unstructured data configured by a user in association with each activity management module using the mongodb protocol.
Based on the technical scheme, when the operation activities are configured according to the technical scheme disclosed by the embodiment of the application, an operator can set the parameter configuration information of each activity management module through the module setting on the premise of not changing the basic logic of each module, and each module can set the start and stop time, the PC and the mobile terminal display style (such as background color, transparency, default color, selected color and the like), the activity rule and the like according to the needs of a user. According to the scheme, when an operator designs an activity scheme, only the configuration parameters of each activity management module need to be changed, and the basic logic of each activity management module does not need to be edited, so that the activity development efficiency is improved, the development cycle is shortened, and the labor cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a system for configuring web page activities according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a campaign management system of a web campaign configuration system according to another embodiment of the present application;
fig. 3 is a schematic structural diagram of an activity system side of a web activity configuration system according to another embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
In view of the problems of the prior art, such as high cost and low system stability caused by long development cycle and short timeliness of web operation activities, the present application discloses a web activity configuration system, which is shown in fig. 1, and the web activity configuration system disclosed in the embodiment of the present application at least includes:
an overall campaign configuration management module 100 and a plurality of campaign management modules 200.
Each activity management module 200 is configured with a preset code program, the preset code program is used for managing basic logic of the activity corresponding to each module 200, and parameter configuration information of each activity management module is configurable, and the parameter configuration information refers to variable data in the code program, such as start and stop time of the activity, display style of the activity, lottery rules of the lottery module, and application rules of the application and leaderboard module.
For example, the activity management modules may be at least: the system comprises a lottery module, an aid-seeking list-making module, a player module, a content recommendation module, an opening member module and a card ticket module.
The lottery module: lottery information such as start and stop time, display style (such as background color, transparency, default color, selected color and the like), lottery calculation rule, prize setting (name, style, prize winning bomb layer, prize total number, prize winning probability, prize winning number and the like) is configured through the module.
The list placing module by aid: the module is used for configuring the recourse information such as start and stop time, display style, recourse calculation rule, recourse object and the like.
The player module: the player button pictures, video types, sid, vid, etc. are configured by this module.
The content recommendation module: the module is used for configuring a content recommendation title head chart, an arrangement mode, a recommended content list and the like.
The card ticket module: the module is used for configuring the card receiving starting and ending time, the participant condition, the card sequencing, the display style, the card list and the like.
A member opening module: the starting and ending time, the head chart, the button picture, the commodity id, the rights and interests introduction and the like of the personalized opening member are configured through the module.
The overall activity configuration management module 200 is configured to establish a combination relationship of each activity management module according to the user input information. The overall activity configuration management module 200 may configure information of the overall activity (such as start and end time, pc and h5 display style, etc.) and a combination relationship between the activity management modules, configure the activity management modules into an overall activity, and set a display position of each activity module, start and end time of the overall activity, a display style, etc.
When the operation activities are configured according to the technical scheme disclosed by the embodiment of the application, the operation activity personnel can set the parameter configuration information of each activity management module through module setting on the premise of not changing the basic logic of each module, each module can set the starting and stopping time, the PC and mobile terminal display styles (such as background color, transparency, default color, selected color and the like), the operation activity rule and the like according to the needs of users, and after the independent setting of each activity management module is finished, the relationship among the activity management modules can be configured through the whole activity management module, so that the configuration parameters of each activity module can change the configuration parameters of other activity modules. According to the scheme, when an operator designs an activity scheme, only the configuration parameters of each activity management module need to be changed without editing the basic logic of the activity management module, so that the activity development efficiency is improved. And after the activity promotion is on line, when the operation scheme is modified by the operator, only the parameter configuration information, the service rule and the like of each activity management module need to be modified, development support of technical personnel is not needed, the system does not need to be subjected to online and offline operation again, and the aims of one-time platform development and repeated activity use are fulfilled.
The configuration parameters of each activity module may change the configuration parameters of other activity modules, which may mean that when a certain variable parameter in the parameter configuration information of one of the activity management modules changes, a variable parameter associated with the variable parameter in another one of the activity management modules changes, for example, a lottery module and a call-to-help list module are taken as an example, the lottery frequency in the lottery module is associated with the privilege in the call-to-help list module, and when a privilege for increasing the call-to-help frequency is extracted through the lottery module (for example, the call-to-help hearts), the call-to-help frequency of the call-to-help list module is increased. For example, each time a prize is drawn, the number of times the user should apply is increased one or more times according to the pre-configured mapping relationship. Or, setting a variable of the number of times of recourse in the reward items in the lottery module, and increasing the number of times of recourse of the recourse hit list module when the lottery draws the number of times of recourse.
In the technical solution disclosed in the embodiment of the present application, the webpage activity configuration system may include an activity management system and an activity system. The plurality of activity management modules and the overall activity configuration management module all belong to an activity management system, and in addition to the above modules, referring to fig. 2, the activity management system side may further include:
an activity management control module 300 and an activity management service module 400;
the activity management control module 300 is configured to implement data communication between a user side and the activity management service module 400, and specifically includes: the activity management service module 400 is configured to generate a service request according to a user operation instruction, and issue the service request to the activity management service module;
the activity management service module 400 is configured to, when a service request issued by the activity management control module 300 is acquired, acquire a service logic of an activity management module corresponding to the service request, verify the service logic according to a preset service rule, separate data of the service logic into dynamic data and static data, store the static data, and when the service request is issued to a page according to a front-end requirement, display the data; and processing the dynamic data according to a preset service rule and storing the processed dynamic data into a mysql database, a mongodb database and a redis cache so as to provide an operation activity service logic.
Each module of the activity management system is controlled by an operator, when the operator configures the activity management system, the operator logs in the activity management system through a PC (personal computer) terminal, and configures different activity management modules such as a lottery module, a list-calling module for help, a coupon module, a player module, a content recommendation module and the like according to needs, wherein the configured information can be information such as the starting and ending time of the modules, the display styles of PC and h5, activity rules, prize rules and the like. The module information of the activity management module can be configured in the overall configuration module, and comprises module display position, overall activity start and stop time, overall activity display style and other information.
After receiving the service request from the activity management control module 300, the activity management service module 400 checks the service logic of the activity management module corresponding to the service request according to the service rule, separates the service logic data into dynamic data and static data, and constructs service data domain and the like according to the service logic.
The parameter configuration information of the activity management module can be input by an operator, and the parameter configuration information can be, for example, lottery page element information for displaying a lottery page and lottery number rule information for calculating the lottery number of a user by a system, and data input by the operator is stored in a mongodb database according to the type and the json data format. And meanwhile, processing the input parameter configuration information according to services (such as storing prize information, prize parameter information, right and interest information, prize quantity information, winning probability information and the like in a mysql database, storing different structure information to a redis cache according to requirements to improve the response efficiency of the system), and extracting dynamic data according to service rules (such as lottery service, required probability, prize quantity, winning right and interest increasing mode and the like) to store the dynamic data in the redis cache and the mysql database.
Referring to fig. 3, the activity system may include one or more of an activity system control module 500, an activity system service module 600, and a dobbo framework service module;
the active system control module 500 is configured to obtain an access request of an access user, check and filter the access request of the access user, exclude an illegal request, integrate different client docking manners, obtain login information of the access user, and store the login information in a cookie to mark the login user.
After receiving access information input by an access user through a client, the activity system control module 500 performs initial verification and filtering on the access information to shield illegal requests, illegal parameters and the like, integrates the docking modes of different clients (the different clients can refer to pc, h5, weChat, a client and the like), judges whether the access user logs in an account, acquires login information of the access user if the access user logs in, encrypts the login information to ensure the safety of the information, stores the encrypted login information in cookie, and sets a unique user identifier for the login user. The method for setting the unique user identifier solves the compatibility problem existing when a multi-terminal (a pc terminal, an app terminal, a WeChat terminal or an h5 terminal and the like) logs in an active system.
When the active system includes the active system service module 600 and the dobbo framework service module 700, the active system control module 500 is further configured to obtain an access request of an access user, analyze the access request to obtain the active management module 200 matched with the access request, and send a service invocation request matched with the active management module 200 to the active system service module 600;
the active system service module 600 determines and calls a management system service interface matched with an active management module corresponding to the access request through the dobbo frame service module 700 when acquiring a service calling request sent by the active system control module 500;
when acquiring the call request of the dobbo frame service module 700, the activity management service module 400 queries and calls activity data matched with the service interface of the management system from a cache or a database, and feeds back the activity data to an access user through the dobbo frame service module, the activity system service module and the activity system control module.
In this embodiment, the activity management service module 400 and the activity system service module 600 adopt a dubbo service mode for data transmission, but do not adopt a simpler database sharing mode, and mainly solve the problems of easier service management and cache consistency.
Specifically, the activity management service module 400 queries and retrieves data from a redis cache according to a call request (for example, basic prize information, recourse information, and the like, and the redis cache is added to improve query efficiency), if the data matched with the call request does not exist in the redis cache, static data matched with the call request is obtained from the mongodb database, dynamic data matched with the call request is retrieved from the mysql database, the retrieved static data and dynamic data are stored in the redis cache after being processed, and then the cache data is returned to the data interface as response data of the call request. The original data of the static data and the dynamic data are stored data, but the data cannot be directly stored in a redis cache because the data structures are different and the business rule processing needs integration processing and the like, and the data are stored in the redis cache, and then the data stored in the redis cache are fed back to an access user through a dobbo frame service module, an active system service module and an active system control module.
In this application, after the activity system obtains the corresponding data by the activity management service module 400, the activity system is specifically configured to execute the following steps:
when the system service module acquires response data of the call request, checking whether activity is in a validity period according to the acquired static data and dynamic data; if the response data includes static data and dynamic data corresponding to the plurality of activity management modules, it is necessary to check whether each activity management module is in the validity period according to the dynamic data and the static data of each activity management module. And after the validity period is checked, processing the service according to the service rule. At this time, if it is detected that the user clicks controls such as a lottery, a list hit by aid, and the like on the page, corresponding business operations are triggered, and the specific process may adopt an existing operation flow. In the technical scheme disclosed by the embodiment of the application, when a user triggers a control on a page, the front-end equipment calls the back-end interface through an ajax request. After receiving the request, the backend queries, through the activity system service module, whether the corresponding activity management module is in the validity period, whether the login user meets the participation condition, for example, whether the number of lottery drawing is sufficient, whether the number of list making by help is sufficient, and the like. And if the user meets the condition of participating in the activity, continuing the subsequent service. Otherwise, outputting corresponding prompts to the user, for example, prompting the user to draw a lottery and to be insufficient in the number of recourse. Data (static data and data in dynamic data) used for verification are acquired by a dobbo framework service module interface, and active data (user times and the like) are sourced from service cache data in an active system redis cache.
And when judging that the user meets the participation condition, responding to the user request and triggering a corresponding logic task.
Taking the lottery drawing and the aid making list module as an example, if the user meets the condition, when the user clicks the lottery drawing control on the page, the deduction times interface is called according to the pre-configured consumption times value, and the lottery drawing or the aid making times of the user are deducted.
And calculating whether the user wins a prize, which prize and the like according to a preset lottery calculation rule. And calculating a list of the object to be assisted in real time according to the rules to be assisted, and the like. The method comprises the steps of calling an activity system interface for times, calling a dubbo (dubbo is an open-source high-performance excellent service framework developed by Alibab corporation) interface in an activity management system to obtain data set by an activity management module, carrying out business processing by combining user information, and storing the information into a mysql database and a mongodb (mongodb is a product between a relational database and a non-relational database, has the most abundant functions in the non-relational database and is most like the relational database. And meanwhile, the processing result of the current activity of the user is marked by a JSON (JavaScript Object Notation, JS Object Notation, which is a lightweight data exchange format, the JSON is based on a subset of ECMAScript specification, and a text format completely independent of a programming language is adopted to store and represent data.
In the actual use process, special processing is required to be performed on part of the activity information results, for example, a login user draws a special authority such as a VIP (very important person), a voucher and the like through a lottery module, and at this time, processing tasks matched with the activity information results need to be generated and put into a thread pool for processing.
In practical use, the number of times of the user participating in the activity can obtain activity influence data such as the drawing times, the recourse times and the like of the user by monitoring the mq queue. And querying a dubbo interface of the activity management system to obtain the rule of activity configuration, calculating the times of participation of a user needing to log in the activity and the like by using a rule engine, and putting the calculation result into a redis cache.
After the activity processing is finished, the calculation result and some identifications after the user participates in the activity are constructed according to the service special and then stored in a redis cache, such as the lottery frequency of the user, whether the user participates in the T-piece lottery, the recourse amount of the user and other information. Wherein, relatively important data (preset first type data) in the service and intermediate service data are stored in the mongodb database, such as the number of increasing or consuming lottery draws and the number of rescues. And storing very important data (preset second type data) in the business in a mysql database, such as lottery drawing records, winning user information, card ticket drawing information and the like.
And after the service logic of the active system is processed, the active system service module encapsulates the returned information to the active system control module, and the active system control module constructs json data according to the returned information and returns the json data to the front-end page. The front end pages process and display the data using angularJs, seajs, jquery, etc. techniques.
In the above scheme, when a user triggers the activity management module through a control on a page, it is necessary to judge in advance whether the user has logged in, at this time, the activity system control module is further configured to judge whether a cookie has a user identifier matching with an access user, if so, it indicates that the access user is already in a login state, and analyze user information according to the user identifier, and if not, output prompt information for guiding the access user to perform account login to the access user, so that the pc invokes the pull-up pc login, the app pulls up the app login, the h5 pulls up the h5 login, and the like.
The active system control module is further configured to support the user to log in according to different login manners using different clients when the user information obtained by analyzing according to the user identifier is empty, for example, when the user logs in through the wechat h5, the wechat h5 logs in to control the client to obtain the user information through a silent authorization or a webpage authorization manner.
In the foregoing scheme, the method may further include: the unstructured data storage database is used for storing unstructured data which are configured by a user and are associated with each activity management module by adopting the mongodb protocol, and can well solve the problems of data compatibility and service expansibility.
In summary, the system disclosed in the embodiment of the present application is divided into an activity management system and an activity system. The operator configures the starting and ending time, pc and h5 terminal display style (such as background color, transparency, default color, selected color and the like), activity participation rule and activity operation rule of each activity management module through the activity management system, then combines and configures each activity management module into an integral activity through the integral activity management module, and sets the display position, the starting and ending time, the display style and the like of each activity management module. The activity management system stores unstructured data (json format data) configured by operators by adopting mongodb (because activities sometimes change static data configuration attributes according to requirements, the mongodb is used for storing unstructured data, the problems of data compatibility and service expansibility are well solved), then static data and dynamic data are separated according to services, and the dynamic data are processed according to various service rules and then stored in a redis cache and a mysql database.
The users participate in various activities configured by operators through the activity system. When a user accesses activities, the activity system calls a dubbo service interface module provided by the activity management system, and after static data (static data) is processed according to the business, json data is provided for a front-end page to be displayed. Meanwhile, various businesses of the user, such as lottery times, recourse times, lottery, recourse, leaderboard, card and ticket getting, are processed according to the dynamic data and various configured activity rules. The activity system technically uses a rule engine to dynamically calculate lottery drawing times, recourse times and the like, uses mongodb to store various service information of a user participating in activities, uses redis to control high concurrent service processing such as lottery drawing and recourse, uses rockmq to process system messages and notifications, and uses seajs and jquery to process json data returned by a rear-end interface at a front end.
For convenience of description, the above system is described with the functions divided into various modules, which are described separately. Of course, the functionality of the various modules may be implemented in the same one or more pieces of software and/or hardware in the practice of the present application.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, the system or system embodiments, which are substantially similar to the method embodiments, are described in a relatively simple manner, and reference may be made to some descriptions of the method embodiments for relevant points. The above-described system and system embodiments are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
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 invention.
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.
It is further noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising one of 8230; \8230;" 8230; "does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (6)

1. A web activity configuration system, comprising an activity management system and an activity system:
the activity management system includes:
each activity management module is configured with a preset code program, the preset code program is used for managing basic logic of the corresponding activity of each module, and parameter configuration information of each activity management module is configurable;
the overall activity configuration management module is used for establishing the combination relation of each activity management module according to the user input information;
the activity system includes:
the activity system control module is used for acquiring an access request of an access user, verifying and filtering the access request of the access user to eliminate illegal requests, integrating the docking modes of different clients, acquiring login information of the access client, storing the login information into cookie for login user marking, and analyzing an activity management module matched with the access request;
the system comprises an active system service module and a dobbo frame service module, wherein the active system service module determines and calls a management system service interface matched with an active management module corresponding to the access request through the dobbo frame service module when acquiring a call service request of the active system control module;
and the activity management service module calls activity data matched with the service interface of the management system from a cache or a database when acquiring the call request of the dobbo frame service module, and feeds back the activity data to an access user through the dobbo frame service module, the activity system service module and the activity system control module.
2. The web page activity configuration system of claim 1, wherein the plurality of activity management modules comprises:
one or more of a lottery module, an emergency call list module, a card ticket module, a player module, an opening member module and a content recommendation module;
the lottery module, the list-seeking module, the ticket module, the player module and the content recommendation module are used for managing the following preset code programs: start and end times of the campaign, display style/operation campaign rules for PC and H5.
3. The web page activity configuration system of claim 1, wherein the activity system further comprises:
an activity management control module;
the activity management control module is used for generating a service request according to a user operation instruction and issuing the service request to the activity management service module;
the activity management service module is used for acquiring the service logic of the activity management module corresponding to the service request when the service request issued by the activity management control module is acquired, verifying the service logic according to a preset service rule, separating the data of the service logic into dynamic data and static data, storing the static data, and issuing the data to a page for display according to front-end requirements when the data are requested;
and processing the dynamic data according to a preset service rule and storing the processed dynamic data into a mysql database, a mongodb database and a redis cache so as to provide service logic use for operation activities.
4. The system for configuring web page activity according to claim 1, wherein the activity system control module is further configured to determine whether a user identifier matching the access user exists in the cookie, if yes, parse the user information according to the user identifier, and if not, output prompt information for guiding the access user to perform account login to the access user.
5. The system for configuring web page activity according to claim 4, wherein the activity system control module is further configured to obtain the user information in a silent authorization or web page authorization manner when the user information obtained by parsing according to the user identifier is null.
6. The web page activity configuration system of claim 1, further comprising: an unstructured data storage database for storing unstructured data configured by a user in association with each activity management module using the mongodb protocol.
CN201711266951.3A 2017-12-05 2017-12-05 Webpage activity configuration system Active CN109948096B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711266951.3A CN109948096B (en) 2017-12-05 2017-12-05 Webpage activity configuration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711266951.3A CN109948096B (en) 2017-12-05 2017-12-05 Webpage activity configuration system

Publications (2)

Publication Number Publication Date
CN109948096A CN109948096A (en) 2019-06-28
CN109948096B true CN109948096B (en) 2023-03-28

Family

ID=67004134

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711266951.3A Active CN109948096B (en) 2017-12-05 2017-12-05 Webpage activity configuration system

Country Status (1)

Country Link
CN (1) CN109948096B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110704047B (en) * 2019-09-28 2022-09-06 苏州创旅天下信息技术有限公司 Dynamic visual configuration system and operation management method based on same
CN112862500A (en) * 2021-02-01 2021-05-28 广州华多网络科技有限公司 Dynamic assembling method for user interest processor, device, equipment and medium thereof
CN114025220B (en) * 2021-11-02 2023-12-05 贵阳朗玛视讯科技有限公司 Control system and method for multi-version IPTV
CN114648317B (en) * 2022-05-24 2022-09-13 智昌科技集团股份有限公司 Product supply regulation and control system and method based on micro-service architecture
CN115469923B (en) * 2022-10-28 2023-02-17 湖南映客互娱网络信息有限公司 Universal ranking list configuration method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103306373A (en) * 2013-07-02 2013-09-18 郑州红宇专用汽车有限责任公司 Unit modular folding mobile house suitable for combined use
CN104598317A (en) * 2014-12-22 2015-05-06 东信和平科技股份有限公司 Chip module management method, device and system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8381197B2 (en) * 2004-03-15 2013-02-19 Ramco Systems Limited Method and system for testing a software development activity
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
US10061565B2 (en) * 2015-01-08 2018-08-28 Hand Held Products, Inc. Application development using mutliple primary user interfaces
CN105446744A (en) * 2015-12-15 2016-03-30 北京中网易企秀科技有限公司 Internet based display material system and display material making method
CN105760162A (en) * 2016-02-04 2016-07-13 四川长虹电器股份有限公司 Development method for hybrid APP software
CN107368289A (en) * 2016-05-11 2017-11-21 上海晋泰正宏信息技术有限公司 A kind of method realized server activity and designed and developed

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103306373A (en) * 2013-07-02 2013-09-18 郑州红宇专用汽车有限责任公司 Unit modular folding mobile house suitable for combined use
CN104598317A (en) * 2014-12-22 2015-05-06 东信和平科技股份有限公司 Chip module management method, device and system

Also Published As

Publication number Publication date
CN109948096A (en) 2019-06-28

Similar Documents

Publication Publication Date Title
CN109948096B (en) Webpage activity configuration system
US10536420B2 (en) Information processing method, client, server, and computer storage medium
CN110930186B (en) System, method, device, equipment and storage medium for task display
US9972015B2 (en) Methods and systems for facilitating customer support using a social post case feed and publisher
CN104317804B (en) The method and apparatus for issuing vote information
KR20140014664A (en) Service method and apparatus for providing personalized news services
US11216289B2 (en) System, method, and apparatus for building and rendering a message user interface in a group-based communication system
CN110704047B (en) Dynamic visual configuration system and operation management method based on same
US20180225013A1 (en) Network-based graphical communication system
CN111090533A (en) Notice information sending method and device, electronic equipment and storage medium
US20150081571A1 (en) Methods and systems for facilitating customer support using a social channel aware publisher in a social post case feed
WO2014184745A1 (en) Automatic website generation
JP7473922B2 (en) PROGRAM, INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING METHOD
CN110598441A (en) User privacy protection method and device
US20210326238A1 (en) Immersive web-based simulator for digital assistant-based applications
CN110019800A (en) Distribute content processing method, device, computer equipment and storage medium
US20230027998A1 (en) Aggregating an event occurrence feedback report within a group-based communication system
US10250548B2 (en) Social media engagement engine
CN109660871B (en) Bullet screen role information determination method, device and equipment
CN106302367A (en) Transaction methods and system
CN111885139B (en) Content sharing method, device and system, mobile terminal and server
JP6575233B2 (en) Program and marketing automation system
KR20000024282A (en) System and method for providing a chatting service with time-variant information
CN112449057A (en) Message prompting method and device, storage medium and electronic device
WO2016184350A1 (en) Session processing method and system

Legal Events

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