1
zj
2025-08-27 a067fca929a31a42a4ef7148ca05687d371eb37a
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);
}