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