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