@Service public class PhoneNoticeService extends Object
@Comment(value="\u53d1\u9001\u624b\u673a\u77ed\u606f\u5185\u5bb9") public String send(long userId, String title, String content) throws Exception
userId - 用户IDtitle - 标题content - 内容Exception@Comment(value="\u53d1\u9001\u624b\u673a\u77ed\u6d88\u606f") public void sendMsg(String phone, String msg) throws Exception
phone - 手机号msg - 消息Exception@Comment(value="\u53d1\u9001\u624b\u673a\u9a8c\u8bc1\u7801") public void sendCode(String phone, String code) throws Exception
phone - 手机号code - 验证码Exceptionpublic void removeCode(String key)
Copyright © 2025. All rights reserved.