1
zyy3
2026-05-04 719a6d15fa5e3eb8e99a6a38fbf897698c192499
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);
}