@Service public class PhoneNoticeService extends Object
public String send(long userId, String title, String content) throws Exception
userId - 用户IDtitle - 标题content - 内容Exceptionpublic void sendMsg(String phone, String msg) throws Exception
phone - msg - Exceptionpublic void sendCode(String phone, String code) throws Exception
phone - code - Exceptionpublic void removeCode(String key)
Copyright © 2025. All rights reserved.