工业级运维app手机api
xufenglei
2017-10-24 51117f634e2c82b56849d6e65268db4de3650965
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");
    }
}