1
zj
2024-10-10 37a07118ef1b4c2189b0098c49a8dd63a082b3df
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);
}