1
zyy
2026-05-18 b1e5d9e660bf0e7669d890d82853854c3b588bd8
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);
}