1
zyy
2026-05-10 5bb14458c544ee4437dc3c80d4a70c0b4c5e89d3
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);
}