客户端消息发送

This commit is contained in:
2023-09-25 19:15:47 +08:00
parent daa9c98598
commit 161631f6a0
22 changed files with 153 additions and 359 deletions

View File

@@ -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*", "");
}
}
}