dashboard
repositories
filestore
activity
search
login
main
/
task
工业级运维app手机api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
修正
fengxiang
2017-10-25
50c176345e6799c5dd860e67d5677b98c37ef8c7
[task.git]
/
src
/
test
/
java
/
Test.java
1
2
3
4
5
6
7
8
9
10
import com.moral.monitor.listener.message.Captcha;
import com.taobao.api.ApiException;
public class Test {
public static void main(String[] args) throws ApiException {
Captcha.captcha("15950198162", "123456");
}
}