1
dd
2026-01-20 721158c2de6ead36c67bbd8a2db20534e0b120cc
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);
}