update http url

This commit is contained in:
SAM2O2O 2020-10-12 23:57:08 +08:00
parent a8895d5c99
commit 895124c53f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class U2MessageWebSyncHandler extends AbstractU2Handler<Command> {
put("timeServer", System.currentTimeMillis());
}};
// 构建HTTP URL
String requestUrl = "http://localhost:8000//?action=" + action + "&body_format=json&miniProgramId=" + programId;
String requestUrl = "http://192.168.3.12:8000//?action=" + action + "&body_format=json&miniProgramId=" + programId;
// AES 加密
byte[] encrptData = AESCrypto.encrypt(programSecret.getBytes(), GsonUtils.toJson(data).getBytes());