|
|
|
@@ -160,8 +160,8 @@ public class WxMsgValidationcodeServiceImpl implements WxMsgValidationcodeServic |
|
|
|
String sign = HMACSHA256.sha256_HMAC(sb.toString(), secret); |
|
|
|
message.put("sign", sign.toUpperCase()); |
|
|
|
|
|
|
|
String str32 = "198b02e8fd704e96198b02e8fd704e96"; |
|
|
|
String iv = "198b02e8fd704e96"; |
|
|
|
String str32 = HMACSHA256.STR2; |
|
|
|
String iv = HMACSHA256.IV; |
|
|
|
|
|
|
|
Map<String, String> params = new HashMap<>(); |
|
|
|
params.put("iv", iv); |
|
|
|
|