CN111930536A - Message notification method based on incoming system - Google Patents

Message notification method based on incoming system Download PDF

Info

Publication number
CN111930536A
CN111930536A CN202010758145.3A CN202010758145A CN111930536A CN 111930536 A CN111930536 A CN 111930536A CN 202010758145 A CN202010758145 A CN 202010758145A CN 111930536 A CN111930536 A CN 111930536A
Authority
CN
China
Prior art keywords
message
incoming
merchant
notification method
sent
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
CN202010758145.3A
Other languages
Chinese (zh)
Inventor
郭勇
陈思达
邓文泉
吴海波
郭倩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yinsheng Payment Service Co Ltd
Original Assignee
Yinsheng Payment Service 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 Yinsheng Payment Service Co Ltd filed Critical Yinsheng Payment Service Co Ltd
Priority to CN202010758145.3A priority Critical patent/CN111930536A/en
Publication of CN111930536A publication Critical patent/CN111930536A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/0609Buyer or seller confidence or verification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Telephonic Communication Services (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a message notification method based on a mail incoming system, relating to the technical field of communication; the method comprises the following steps: s1, inputting merchant data, and entering a file by inputting the data of the merchant; s2, performing real-name wind control measures, namely, auditing the rate, auditing the uploaded pictures, checking the blacklist and authenticating the real name in sequence according to the uploaded merchant information; s3, completing the incoming piece, including a step of responding to the incoming piece success or a step of responding to the incoming piece failure; s4, the Rockmtmq message middleware sends a message of successful or failed incoming to the Rockmtmq message middleware to form a message queue; s5, consuming the message, wherein after the consumer concumer of the message pulls the message from the message queue, the message is considered to be successfully consumed after being sent, and the message does not exist in the message queue any more; the invention has the beneficial effects that: the method and the device can quickly respond to the incoming result, reduce the whole call link of the system and improve the processing efficiency of the system.

Description

Message notification method based on incoming system
Technical Field
The invention relates to the technical field of communication, in particular to a message notification method based on a mail incoming system.
Background
Based on the business member, the method is roughly divided into the following steps: after the merchant inputs basic information on the incoming interface, sets various rates and data such as bank cards and pictures.
After the back end makes relevant real name and relevant wind control, the state of the merchant is set to be effective, and after the merchant takes effect, short message or mail notification can be synchronously sent. 1. When the concurrency of incoming parts is large, system pressure can be caused by overlong links of the whole incoming parts, and normal information incoming part failure can occur; 2. the long overall link results in poor user experience.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a message notification method based on a mail-in system, which can quickly respond to a mail-in result, reduce the whole call link of the system and improve the processing efficiency of the system.
The technical scheme adopted by the invention for solving the technical problems is as follows: in a method of messaging based on an incoming system, the improvement comprising the steps of:
s1, inputting merchant data, and entering a file by inputting the data of the merchant;
s2, performing real-name wind control measures, namely, auditing the rate, auditing the uploaded pictures, checking the blacklist and authenticating the real name in sequence according to the uploaded merchant information;
s3, completing the incoming piece, including a step of responding to the incoming piece success or a step of responding to the incoming piece failure;
s4, a rocketMq message middleware, a message production end, a message sending queue and a message receiving queue, wherein the message sending queue serves as a message production end and sends a message of successful or failed incoming;
s5, consuming the message, wherein after the consumer concumer of the message pulls the message from the message queue, the message is considered to be successfully consumed after being sent, and the message does not exist in the message queue any more; if the message fails to be sent, the message is stored in the message queue for next consumption.
In the above structure, in the step S1, the business data is entered by the front-end interface.
In the above configuration, in step S2, the step of auditing the rate includes:
s21, judging whether the rate sent up during the incoming is in accordance with the requirement, if so, entering the next step, if not, entering the step S3, and responding to the failure of the incoming.
In the above configuration, in step S21, the rate sent up is compared with the lowest rate set, and if the rate sent up is higher than the lowest rate set, it is determined that the rate is not satisfactory.
In the above configuration, in step S2, the step of uploading the picture for examination includes:
s22, detecting whether the type and the number of the pictures sent by the merchant meet the requirements according to the merchant type of the incoming, if so, entering the next step, and if not, entering the step S3 and responding to the failure of the incoming.
In the above configuration, in step S2, the step of checking the blacklist includes:
s23, according to the information matching whether it is the blacklist business, if it is the blacklist business, then step S3 is entered, and response item-entering failure is responded.
In the above configuration, the step of authenticating the real name in step S2 includes:
s24, real name authentication is performed according to the data, whether the data is valid is judged, if yes, the step S3 is executed and response is successful, otherwise, the step S3 is executed and response is failed.
In the above structure, in the step S5, the sending form of the message includes, but is not limited to, sending a short message and a mail.
The invention has the beneficial effects that: according to the message notification method based on the incoming system, the information of the commercial tenant is screened by setting a real-name air control measure, the incoming efficiency of the commercial tenant is improved, the successful incoming message is added into the message queue, the incoming result is sent to the commercial tenant before the incoming information is processed in detail, and the incoming message response of the commercial tenant is timely; therefore, the invention aims at system decoupling, reduces the whole calling link of the system and improves the processing efficiency of the system; and the quick response is successful to the front-end interface, and other processes are processed asynchronously and ensure the final success.
Drawings
Fig. 1 is a flowchart illustrating a message notification method based on an incoming system according to the present invention.
Detailed Description
The invention is further illustrated with reference to the following figures and examples.
The conception, the specific structure, and the technical effects produced by the present invention will be clearly and completely described below in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the features, and the effects of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments, and those skilled in the art can obtain other embodiments without inventive effort based on the embodiments of the present invention, and all embodiments are within the protection scope of the present invention. In addition, all the connection/connection relations referred to in the patent do not mean that the components are directly connected, but mean that a better connection structure can be formed by adding or reducing connection auxiliary components according to specific implementation conditions. All technical characteristics in the invention can be interactively combined on the premise of not conflicting with each other.
Referring to fig. 1, the present invention discloses a message notification method based on a service system, which is based on a service provider service to quickly respond to the result of the service provider service. Specifically, in this embodiment, with reference to fig. 1, the method includes the following steps:
s1, inputting merchant data, and entering a file by inputting the data of the merchant;
in step S1, the merchant realizes the incoming of the file through the front-end interface, and records the merchant data; the data of the merchant generally includes the pictures sent by the merchant and the number of the pictures, and the content of the pictures includes, for example, an identity card, a bank card, a business license, etc.;
s2, performing real-name wind control measures, namely, auditing the rate, auditing the uploaded pictures, checking the blacklist and authenticating the real name in sequence according to the uploaded merchant information;
the step of rating comprises:
s21, judging whether the rate uploaded during the incoming is in accordance with the requirement, if so, entering the next step, if not, entering the step S3, and responding to the failure of the incoming;
in this embodiment, the rate sent up is compared with the set lowest rate, and if the rate sent up is higher than the set lowest rate, it is determined that the rate does not meet the requirement;
the checking of the uploaded pictures comprises the following steps:
s22, detecting whether the type and the number of the pictures sent by the merchant meet the requirements according to the merchant type of the incoming, if so, entering the next step, and if not, entering the step S3 and responding to the failure of the incoming;
in this embodiment, for example, when the merchant type is an enterprise user, 10 pictures are required, and when the number of the pictures uploaded is not equal to 10, it is determined that the pictures are not satisfactory, and the process proceeds to step S3, where response to the failure of the incoming call is performed; when the uploaded picture does not match the required picture type, the process proceeds to step S3 to respond to the failure of the incoming call;
the step of blacklist checking comprises:
s23, according to the information matching whether it is the blacklist business, if it is the blacklist business, then step S3 is entered, and response item-entering failure is responded.
For example, whether the information matching of the sent bank card number, the mobile phone number, the business license number, the identity card and the like is a blacklist or not is determined, if the blacklist is a risk merchant, the entry of the item is rejected, and at this time, the step S3 is entered, and the response of the item entry fails;
the real-name authentication comprises the following steps:
s24, real name authentication is carried out according to the sent data, whether the sent data is valid or not is judged, if yes, the step S3 is carried out, and response to successful package feeding is carried out, otherwise, the step S3 is carried out, and response to failure of package feeding is carried out;
in the embodiment, the ORC identification is carried out on the sent picture, whether the sent category information is consistent with the category information identified by the ORC during the piece feeding is detected, if so, the next step is carried out, otherwise, the step S3 is carried out, and the failure of piece feeding is responded; matching real-name authentication on the identified pictures such as identity cards, bank cards, business licenses and the like according to bank card numbers, names, mobile phone numbers and identity numbers, and authenticating whether the elements are owned by the same person, if not, entering step S3 to respond to the failure of entering the file;
s3, completing the incoming piece, including a step of responding to the incoming piece success or a step of responding to the incoming piece failure;
it can be understood that, in step S2, the auditing of the rate, the auditing of the uploaded pictures, the blacklist checking and the real-name authentication are performed in sequence, and if the result passes, the response is successful, otherwise, the response is failed;
s4, a rocketMq message middleware, a message production end, a message sending queue and a message receiving queue, wherein the message sending queue serves as a message production end and sends a message of successful or failed incoming;
s5, consuming the message, wherein after the consumer concumer of the message pulls the message from the message queue, the message is considered to be successfully consumed after being sent, and the message does not exist in the message queue any more; if the message fails to be sent, the message is stored in a message queue for next consumption; in the present scheme, the sending form of the message includes, but is not limited to, sending a short message and a mail.
According to the message notification method based on the incoming system, the information of the commercial tenant is screened by setting a real-name air control measure, the incoming efficiency of the commercial tenant is improved, the successful incoming message is added into the message queue, the incoming result is sent to the commercial tenant before the incoming information is processed in detail, and the incoming message response of the commercial tenant is timely; therefore, the invention aims at system decoupling, reduces the whole calling link of the system and improves the processing efficiency of the system; and the quick response is successful to the front-end interface, and other processes are processed asynchronously and ensure the final success.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. A message notification method based on an incoming system, the method comprising the steps of:
s1, inputting merchant data, and entering a file by inputting the data of the merchant;
s2, performing real-name wind control measures, namely, auditing the rate, auditing the uploaded pictures, checking the blacklist and authenticating the real name in sequence according to the uploaded merchant information;
s3, completing the incoming piece, including a step of responding to the incoming piece success or a step of responding to the incoming piece failure;
s4, a rocketMq message middleware, a message production end, a message sending queue and a message receiving queue, wherein the message sending queue serves as a message production end and sends a message of successful or failed incoming;
s5, consuming the message, wherein after the consumer concumer of the message pulls the message from the message queue, the message is considered to be successfully consumed after being sent, and the message does not exist in the message queue any more; if the message fails to be sent, the message is stored in the message queue for next consumption.
2. The message notification method according to claim 1, wherein in step S1, the entry of the business data is performed by the front-end interface.
3. The incoming message notification method as claimed in claim 1, wherein the step of auditing the rates in step S2 comprises:
s21, judging whether the rate sent up during the incoming is in accordance with the requirement, if so, entering the next step, if not, entering the step S3, and responding to the failure of the incoming.
4. The message notification method according to claim 3, wherein in step S21, the rate sent up is compared with the lowest rate, and if the rate sent up is higher than the lowest rate, it is determined that the message is not satisfactory.
5. The incoming message notification method as claimed in claim 1, wherein in step S2, the step of uploading the review of the picture includes:
s22, detecting whether the type and the number of the pictures sent by the merchant meet the requirements according to the merchant type of the incoming, if so, entering the next step, and if not, entering the step S3 and responding to the failure of the incoming.
6. The incoming message notification method as claimed in claim 1, wherein in step S2, the step of blacklist checking comprises:
s23, according to the information matching whether it is the blacklist business, if it is the blacklist business, then step S3 is entered, and response item-entering failure is responded.
7. The incoming message notification method as claimed in claim 6, wherein in step S2, the step of real-name authentication comprises:
s24, real name authentication is performed according to the data, whether the data is valid is judged, if yes, the step S3 is executed and response is successful, otherwise, the step S3 is executed and response is failed.
8. The message notification method based on the incoming call system as claimed in claim 1, wherein in step S5, the message is sent in a form including but not limited to sending sms and email.
CN202010758145.3A 2020-07-31 2020-07-31 Message notification method based on incoming system Pending CN111930536A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010758145.3A CN111930536A (en) 2020-07-31 2020-07-31 Message notification method based on incoming system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010758145.3A CN111930536A (en) 2020-07-31 2020-07-31 Message notification method based on incoming system

Publications (1)

Publication Number Publication Date
CN111930536A true CN111930536A (en) 2020-11-13

Family

ID=73314997

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010758145.3A Pending CN111930536A (en) 2020-07-31 2020-07-31 Message notification method based on incoming system

Country Status (1)

Country Link
CN (1) CN111930536A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017152765A1 (en) * 2016-03-10 2017-09-14 阿里巴巴集团控股有限公司 Automatic fusing-based message sending method, device and system
CN110310079A (en) * 2019-05-22 2019-10-08 平安银行股份有限公司 Request for data evaluation method, device, computer equipment and storage medium based on intelligent decision
CN110377433A (en) * 2019-06-04 2019-10-25 威富通科技有限公司 Asynchronous notification method, device and payment gateway, the storage medium of payment result
CN110992046A (en) * 2019-11-29 2020-04-10 上海商米科技集团股份有限公司 Management method and device for aggregated payment and computer storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017152765A1 (en) * 2016-03-10 2017-09-14 阿里巴巴集团控股有限公司 Automatic fusing-based message sending method, device and system
CN110310079A (en) * 2019-05-22 2019-10-08 平安银行股份有限公司 Request for data evaluation method, device, computer equipment and storage medium based on intelligent decision
CN110377433A (en) * 2019-06-04 2019-10-25 威富通科技有限公司 Asynchronous notification method, device and payment gateway, the storage medium of payment result
CN110992046A (en) * 2019-11-29 2020-04-10 上海商米科技集团股份有限公司 Management method and device for aggregated payment and computer storage medium

Similar Documents

Publication Publication Date Title
CN103106186A (en) Form verification method and form verification system
CN109769244B (en) Abnormal telephone card identification method, device, equipment and readable storage medium
CN103890808A (en) Method for operating interactive messaging service providing reception confirmation
CN109271261B (en) Event unified processing method, device and storage medium
US20050021856A1 (en) Methods and systems for updating address information
CN112598541A (en) Intelligent terminal business expansion device and system for power industry
CN106355459A (en) Calling take-out order processing method and system
CN106302770A (en) The based reminding method of business information and system
CN111400187B (en) Parameter dynamic verification system and method based on customized data source
CN111930536A (en) Message notification method based on incoming system
CN113112235A (en) Material auditing method, material auditing system and computer-readable storage medium
CN101257691A (en) Mobile terminal with voice prompting function and voice prompting method
CN105915551B (en) A kind of system of real name verification method and communication operator's system of real name verification method based on mobile terminal bottom
CN109862070B (en) Incoming line optimization method and device in financial surface signing business and readable access medium
CN110943921B (en) Intelligent route configuration method
CN109327814B (en) Short message processing method and device, electronic equipment and readable storage medium
US10602351B1 (en) Communication information hiding realization method and realization system
CN113010614A (en) Logistics data storage method and system
CN114172674B (en) Abnormal data detection method, device, equipment and computer medium
CN112101810A (en) Risk event control method, device and system
CN110750366A (en) Message processing method and device, computer equipment and storage medium
CN111460780A (en) Notification method, device, equipment and readable storage medium
US20240242303A1 (en) Tool differentiator between fraud and struggling customers in real time
CN111488225B (en) Message transmission method, server and computer readable storage medium for integrated object
CN110072200B (en) Short message sending control processing method and device and computer equipment

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