This commit is contained in:
阿沐 2024-07-30 10:49:02 +08:00
parent 095d29db5f
commit 6b84fcf738

View File

@ -52,7 +52,7 @@ public class SmsService {
* @return 是否发送成功
*/
public boolean send(String groupName, String mobile) {
return this.send(mobile, MapUtil.newHashMap());
return this.send(groupName, mobile, MapUtil.newHashMap());
}
/**