正在显示
1 个修改的文件
包含
2 行增加
和
3 行删除
@@ -41,12 +41,11 @@ class WXBizDataCrypt | @@ -41,12 +41,11 @@ class WXBizDataCrypt | ||
41 | 41 | ||
42 | $aesCipher=base64_decode($encryptedData); | 42 | $aesCipher=base64_decode($encryptedData); |
43 | 43 | ||
44 | - $result=openssl_decrypt( $aesCipher, "AES-128-CBC", $aesKey, 1, $aesIV); | 44 | + $result=openssl_decrypt($aesCipher, "AES-128-CBC", $aesKey, 1, $aesIV); |
45 | 45 | ||
46 | $dataObj=json_decode($result); | 46 | $dataObj=json_decode($result); |
47 | - print_r($dataObj); | 47 | + print_r($aesCipher); |
48 | print_r("======="); | 48 | print_r("======="); |
49 | - | ||
50 | print_r($this->appid); | 49 | print_r($this->appid); |
51 | return; | 50 | return; |
52 | if( $dataObj == NULL ) | 51 | if( $dataObj == NULL ) |
-
请 注册 或 登录 后发表评论