We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我看到有EncodingAESKey, 而且在企业号是必须要求填写这个 key的 然而 我看到 在Server->Serve() 中却没用使用到 这个EncodingAESKey?
The text was updated successfully, but these errors were encountered:
Server第三个参数就是EncodingAESKey
/** * constructor * * @param string $appId * @param string $token * @param string $encodingAESKey */ public function __construct($appId, $token, $encodingAESKey = null) { $this->listeners = new Bag(); $this->appId = $appId; $this->token = $token; $this->encodingAESKey = $encodingAESKey; }
Sorry, something went wrong.
No branches or pull requests
我看到有EncodingAESKey,
而且在企业号是必须要求填写这个 key的
然而 我看到 在Server->Serve() 中却没用使用到 这个EncodingAESKey?
The text was updated successfully, but these errors were encountered: