dashboard
repositories
filestore
activity
search
login
HKStock
/
java
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码迁移推送
zj
2024-06-03
4afe73cb84c5a609662b8b4ee20693de9b86b9a3
[HKStock/java.git]
/
src
/
main
/
java
/
com
/
nq
/
service
/
ISmsService.java
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);
}