1
dd
2026-02-10 88db0094dae7ed1b4be1ee11194b1aef6e5d69c9
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);
}