消息解密

优质
小牛编辑
132浏览
2023-12-01

比如获取电话等功能,信息是加密的,需要解密。

API:

$decryptedData = $app->encryptor->decryptData($session, $iv, $encryptedData);