格式化

This commit is contained in:
阿沐 2023-03-21 11:16:38 +08:00
parent f7487353be
commit c8f8e6b57d

View File

@ -12,8 +12,9 @@ public interface SmsStrategy {
/**
* 发送短信
* @param mobile 手机号
* @param params 参数
*
* @param mobile 手机号
* @param params 参数
*/
void send(String mobile, Map<String, String> params);
}