mirror of
https://github.com/insistence/RuoYi-Vue3-FastAPI.git
synced 2026-09-26 22:31:21 +00:00
6 lines
129 B
Python
6 lines
129 B
Python
from utils.log_util import logger
|
|
|
|
|
|
def message_service(sms_code: str) -> None:
|
|
logger.info(f'短信验证码为{sms_code}')
|