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