Joke Collection Website - Public benefit messages - Is it necessary to use rabbitmq to obtain SMS verification code?

Is it necessary to use rabbitmq to obtain SMS verification code?

Yes Getting or sending a short message is a relatively fast process, which requires the use of a third-party service (Tencent Cloud short message service). It is necessary to use RabbitMq for asynchronous processing. After the front-end clicks to get the verification code, the back-end directly returns to send the message after verifying the current limit. SMS verification code is an effective verification code system by sending verification codes to mobile phones. Both large websites, especially shopping websites, have the function of SMS verification code.