1
zj
2024-10-07 250c7fc3374707e6d9506246c3fe855165e6ef41
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);
}