客户端消息发送
This commit is contained in:
@@ -34,7 +34,7 @@ public class SigAPI {
|
||||
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
SigAPI asd = new SigAPI(10000, "123456");
|
||||
String sign = asd.genUserSig("lld", 100000000);
|
||||
String sign = asd.genUserSig("18000702230", 100000000);
|
||||
// Thread.sleep(2000L);
|
||||
JSONObject jsonObject = decodeUserSig(sign);
|
||||
System.out.println("sign:" + sign);
|
||||
@@ -191,4 +191,4 @@ public class SigAPI {
|
||||
0, compressedBytesLength)))).replaceAll("\\s*", "");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user