https://github.com/nutzam/nutzmore/tree/master/nutz-plugins-secken
用法
```java
Secken secken = new Secken("$apiId", "apiKey", "authId");
Http.disableJvmHttpsCheck(); // 发稿时洋葱服务器的https证书有问题
SeckenResp sr = secken.getBind(1, null);
System.out.println(sr);
assertTrue(sr.ok());
```
其中的getAuth尚未测试成功, 原因是服务器总是返回签名错误, 尝试了官方的python sdk也是报异常