peter
2025-11-15 5a7a44a27e7fd89f8dab774a315e06d142fb6e11
1
2
3
4
5
6
7
8
package com.nq.service;
 
 
import com.nq.common.ServerResponse;
 
public interface ISmsService {
  ServerResponse sendAliyunSMS(String paramString1, String paramString2);
}