CN110225120A - A kind of channel card management system - Google Patents
A kind of channel card management system Download PDFInfo
- Publication number
- CN110225120A CN110225120A CN201910510206.1A CN201910510206A CN110225120A CN 110225120 A CN110225120 A CN 110225120A CN 201910510206 A CN201910510206 A CN 201910510206A CN 110225120 A CN110225120 A CN 110225120A
- Authority
- CN
- China
- Prior art keywords
- card
- channel card
- channel
- management system
- product
- 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
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/45—Network directories; Name-to-address mapping
- H04L61/4594—Address books, i.e. directories containing contact information about correspondents
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The present invention provides a kind of channel card management systems, belong to channel card field.A kind of channel card management system, including sales end and operating side, operating side for creating the typing of channel card and channel card corresponding product card in batches, sales end realizes the binding of the order and the corresponding product card of channel card of channel card for channel card card number and cryptographic check, sales end and end communicate to connect, and sales end includes for the calling module with trade connection and for the channel card correction verification module of client's channel card card number and password authentification.Channel card is introduced, channel card is associated with product card, guarantees the very use of product card, group's income is not influenced and calculates.
Description
Technical field
The present invention relates to channel cards, relate generally to a kind of channel card management system.
Background technique
As society develops rapidly, the use of product card obtains people and more and more favors, so that the number of product card
Measure more and more, the problem of card number management and card number service Expansion development is increasingly prominent.When a large amount of card numbers need to generate, business is opened
Zhan Hou, how intelligentized management, it is ensured that the high timeliness of data, safety and convenient for business development in the future systematization manage answer
With becoming more and more extensive.
Product card is by giving or other modes are used to client, but it is difficult to ensure that client uses the said goods completely
Card, and in the prior art, product card is cleared using the mode of the i.e. income of sale, if client does not use product card, then
Selling not used product card will affect group's income accounting.
Summary of the invention
The object of the present invention is to provide a kind of channel card management systems, introduce channel card, channel card is associated with product card,
The very use for guaranteeing product card does not influence group's income and calculates.
Above-mentioned technical purpose is achieved through the following technical solutions, a kind of channel card management system, including sales end with
Operating side, the operating side are used for canal for creating the typing of channel card and channel card corresponding product card, the sales end in batches
The binding of the order and the corresponding product card of channel card of channel card, the sales end and institute are realized in road card card number and cryptographic check
State operating side communication connection, the sales end include for trade connection calling module and for client's channel card card number with
The channel card correction verification module of password authentification.
A kind of channel card management system, including sales end and operating side, the operating side are criticized for creating channel card in batches
The channel card of amount creation is stored in the channel card information table, is also used to batch and is created product corresponding with the channel card
Card, and the product card is imported into the product card information table, the sales end includes passing through mobile portable phone or wechat
Etc. modes contact the calling module of client and the channel card correction verification module for the channel card card number and password authentification, by exhaling
After being module connection client and the channel card card number and cryptographic check being succeeded by the channel card correction verification module, system
Automatic binding and the channel card use the corresponding product card binding of channel.
As a preference of the present invention, the calling module and the channel card correction verification module communicate to connect.
As a preference of the present invention, after channel card correction verification module cryptographic check success, channel card and corresponding
Product card bound.
As a preference of the present invention, system architecture is spring boot framework.
As a preference of the present invention, the following steps are included:
Step 1: channel card generates, the channel card page is being generated, is filling in the generation quantity of channel card as desired, channel card has
Effect phase, the corresponding product card face amount of channel card, channel card use channel and product Card Type corresponding with channel card, click
" submission ";
Step 2: channel card exports, the channel card batch number derived from channel card export page input tape is clicked " export ";
Step 3: channel snaps past phase failure, cancels the page in channel card, input the channel card card number of calcellation, every row merely enters one
A channel card card number clicks " application is cancelled ";
As a preference of the present invention, system is equipped with for realizing the timing that channel card is changed to expired state from unused state
Task.
In the technical scheme, system is equipped with timed task, and daily 0 point 5 minutes automatic reading validity date is less than today
Channel card is not used, channel card-like state is changed to expired, the expired failure of realization channel card from unused.
As a preference of the present invention, system is equipped with the IP white list for protecting system safety.
In the technical scheme, IP white list is configured in the configuration file of backstage, configures text in config.properties
Configuration iplist value in part, the English comma of multiple IP address, " separate, for the IP address in non-IP white list, Suo Youcao
Work is not allowed to.In the case where system use scope is little, using IP white list safeguards system safe operation, the later period with
Account number, password management system operating right, safeguards system safety can be used in the extension of portfolio.
Compared with prior art, the present invention has the following advantages:
Channel card is associated with corresponding product card, guarantees the very use of product card, be will not influence group's income and is calculated.
Detailed description of the invention
Fig. 1 is present system block diagram.
Specific embodiment
Present invention will be described in further detail below with reference to the accompanying drawings.
This specific embodiment is only explanation of the invention, is not limitation of the present invention, those skilled in the art
Member can according to need the modification that not creative contribution is made to the present embodiment after reading this specification, but as long as at this
All by the protection of Patent Law in the scope of the claims of invention.
A kind of channel card management system as shown in Figure 1, present system use ORACLE database, and server-side is selected
JAVA development language, the Development Framework based on spring boot 1.5.8 are developed, and front end uses html+
Javascript+ajax develops the page.
Under spring boot framework, using being broadly divided into web layer, service layers and business model layer.In web
Layer, by channel card (VCard) and product card (PCard) be respectively set different Controller:VCardController and
PCardController, the parent ReqController of two Controller classes be used to define it is public return the result code and
Corresponding error description.
VCardController and PCardController calls VCardService and PCardService real respectively
Existing corresponding interface service.Data base call using Spring DATA JPA realize, interface VCardRepository and
PCardRepository is inherited from JpaRepository interface, Service by class VCardFactory and
PCardFactory calls VCardRepository and PCardRepository respectively, VCardFactory and
PCardFactory two are also responsible for creation channel card and product card example: VCard and PCard when similar.
A kind of channel card management system, including sales end and operating side, operating side are created for creating channel card, batch in batches
In the channel card deposit channel card information table built, it is also used to batch and creates product card corresponding with channel card, and product card is led
Enter into product card information table, sales end include contacted by the modes such as mobile portable phone or wechat client calling module and
For the channel card correction verification module of channel card card number and password authentification, client is contacted by calling module and passes through channel card school
Module is tested by after channel card card number and cryptographic check success, system is bound automatically is tied up with channel card using the corresponding product card of channel
It is fixed.
A kind of channel card management system, comprising the following steps:
Step 1: channel card generates, the channel card page is being generated, is filling in the generation quantity of channel card as desired, channel card has
Effect phase, the corresponding product card face amount of channel card, channel card use channel and product Card Type corresponding with channel card, click
" submission ";
Step 2: channel card exports, the channel card batch number derived from channel card export page input tape is clicked " export ";
Step 3: channel snaps past phase failure, cancels the page in channel card, input the channel card card number of calcellation, every row merely enters one
A channel card card number clicks " application is cancelled ";
In step 1, the channel card page is being generated, is filling in card generation quantity, card validity period, the corresponding production of channel card on demand
The click " submission " after using channel and corresponding product Card Type of product card face amount, channel card.Wherein, card quantity is most very much not
More than 100,000, card validity period is the date that 8 bit digitals indicate, currently only supports Suning's channel, product card face amount using channel
Need to guarantee when filling it is identical as actual product card face amount, product Card Type be from BOSS system obtain type list, in single choice
Required type is selected in frame.
In step 2, the page is exported in channel card, input clicks " export " button to derived channel card batch number,
Derived xls file can be downloaded.System support it is maximum export ten batch numbers simultaneously, using English branch ";" separate and criticize
Secondary information, in derived workbook, the channel card information of each batch number will be an independent worksheet.
In step 3, when channel card cancels the page, and application is cancelled, the channel card to be cancelled is inputted in text box,
One channel card card number of every row clicks " application is cancelled ", and popping up following prompt indicates to operate successfully.Channel card after calcellation can not
It is utilized for cancelling and not out of date channel card is not used.
Product card imports, and imports the page in product card, clicks " select file ", the product card file for selecting system to generate,
And select corresponding districts and cities' information in radio box according to the affiliated districts and cities of product card or select " the whole province ", it clicks " upload " button and completes
Product card imports.
In the technical scheme, channel snaps past phase failure, and system is equipped with timed task, and daily 0 point automatic reading in 5 minutes is effective
Date is less than the unused channel card of today, and channel card-like state is changed to expired, the expired mistake of realization channel card from unused
Effect.System is equipped with the IP white list for protecting system safety, and IP white list is configured in the configuration file of backstage,
Configuration iplist value in config.properties configuration file, the English comma of multiple IP address, " separate, for non-IP
IP address in white list, all operations are not allowed to.In the case where system use scope is little, protected using IP white list
Hinder system operatio safety, with the extension of portfolio, account number, password management system operating right, safeguards system is can be used in the later period
Safety.
Claims (7)
1. a kind of channel card management system, which is characterized in that including sales end and operating side, the operating side for creating in batches
The importing of channel card and channel card corresponding product card, the sales end realize channel card for channel card card number and cryptographic check
The binding of order and the corresponding product card of channel card, the sales end includes for the calling module with trade connection and being used for
The channel card correction verification module of client's channel card card number and password authentification.
2. a kind of channel card management system according to claim 1, which is characterized in that the calling module and channel card school
Test module communication connection.
3. a kind of channel card management system according to claim 2, which is characterized in that the channel card correction verification module cryptographic check
After success, channel card and corresponding product card are bound.
4. a kind of channel card management system according to claim 1, which is characterized in that system architecture is spring boot framework.
5. a kind of channel card management system according to claim 1, which comprises the following steps:
Step 1: channel card generates, the channel card page is being generated, is filling in the generation quantity of channel card as desired, channel card has
Effect phase, the corresponding product card face amount of channel card, channel card use channel and product Card Type corresponding with channel card, click
" submission ";
Step 2: channel card exports, in the export page input of channel card to derived channel card batch number, click " export ";
Step 3: channel card cancels, cancels the page in channel card, input the channel card card number of calcellation, every row merely enters a canal
Road card card number clicks " application is cancelled ".
6. a kind of channel card management system according to claim 5, which is characterized in that system be equipped with for realizing by channel card from
Unused state is changed to the timed task of expired state.
7. according to claim 1 to a kind of channel card management system described in 6, which is characterized in that system is equipped with for protecting system
The IP white list for safety of uniting.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910510206.1A CN110225120A (en) | 2019-06-13 | 2019-06-13 | A kind of channel card management system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910510206.1A CN110225120A (en) | 2019-06-13 | 2019-06-13 | A kind of channel card management system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN110225120A true CN110225120A (en) | 2019-09-10 |
Family
ID=67816975
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910510206.1A Pending CN110225120A (en) | 2019-06-13 | 2019-06-13 | A kind of channel card management system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110225120A (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101639924A (en) * | 2009-08-24 | 2010-02-03 | 黎克斌 | Method and system for third party issue and sell and manage funds of consumption cards |
CN102436628A (en) * | 2012-01-06 | 2012-05-02 | 田金平 | Integral management system for commercial bank and method thereof |
US20140324687A1 (en) * | 2006-05-23 | 2014-10-30 | Mastercard International Incorporated | Electronic transaction apparatus and method |
CN105913272A (en) * | 2014-12-11 | 2016-08-31 | 凭证激活知识产权服务私人有限公司 | System and method for processing vouchers |
CN107767187A (en) * | 2017-11-09 | 2018-03-06 | 深圳市幸福商城科技股份有限公司 | A kind of card certificate management method and device |
-
2019
- 2019-06-13 CN CN201910510206.1A patent/CN110225120A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140324687A1 (en) * | 2006-05-23 | 2014-10-30 | Mastercard International Incorporated | Electronic transaction apparatus and method |
CN101639924A (en) * | 2009-08-24 | 2010-02-03 | 黎克斌 | Method and system for third party issue and sell and manage funds of consumption cards |
CN102436628A (en) * | 2012-01-06 | 2012-05-02 | 田金平 | Integral management system for commercial bank and method thereof |
CN105913272A (en) * | 2014-12-11 | 2016-08-31 | 凭证激活知识产权服务私人有限公司 | System and method for processing vouchers |
CN107767187A (en) * | 2017-11-09 | 2018-03-06 | 深圳市幸福商城科技股份有限公司 | A kind of card certificate management method and device |
Non-Patent Citations (1)
Title |
---|
王队: "从6个方面分析:电商礼品卡系统应如何搭建?", 《人人都是产品经理》 * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Guide | Release 2.5 | |
CN110286974A (en) | Application configuration method, apparatus, equipment and storage medium based on the H5 page | |
CN106934615A (en) | Payment and method for processing business and device based on mobile terminal barcode | |
US20120136804A1 (en) | Wealth Management System and Method | |
CN110852816B (en) | Block chain based automatic invoicing method, terminal equipment and storage medium | |
CN101501719A (en) | Systems and methods for delivering parameters to automated security order execution systems | |
CN108132926A (en) | Contract generating means and system | |
CN108960941A (en) | E-payment billing method | |
CN105956842A (en) | Electronic membership card management method and device | |
CN110263581A (en) | Contract signs method, system, terminal device and storage medium | |
CN106327322A (en) | Calendar interface display method and device and terminal | |
CN101567110A (en) | Consumer socialization zero-cash payment method and system | |
CN106096958A (en) | A kind of IC-card unbinds method with bank card | |
US20140344129A1 (en) | Centralized entitlements | |
CN110413672A (en) | Data automatically imported method, device and computer readable storage medium | |
CN112967012A (en) | Design method and system of enterprise cloud platform account | |
CN112036836A (en) | Service opening method, system and equipment | |
CN108062713A (en) | Annuity data file acquisition methods, device, computer equipment and storage medium | |
CN111738853A (en) | Transaction optimization method and device based on block chain distributed system | |
CN110225120A (en) | A kind of channel card management system | |
CN111428463A (en) | Short message processing method and device, electronic equipment and storage medium | |
CN104636910A (en) | Mobile handheld terminal, payment system and payment method | |
CN106875268A (en) | Bank account information based reminding method, server and terminal | |
CN110782242B (en) | Foreign currency repayment method, device, server and storage medium | |
KR102107454B1 (en) | System for multiplication of financial payment networks, method for financial services using the same and computer program for the same |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20190910 |