格式化
This commit is contained in:
parent
f7487353be
commit
c8f8e6b57d
|
@ -12,8 +12,9 @@ public interface SmsStrategy {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 发送短信
|
* 发送短信
|
||||||
* @param mobile 手机号
|
*
|
||||||
* @param params 参数
|
* @param mobile 手机号
|
||||||
|
* @param params 参数
|
||||||
*/
|
*/
|
||||||
void send(String mobile, Map<String, String> params);
|
void send(String mobile, Map<String, String> params);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user