Skip to content

Commit cd2473d

Browse files
add auth
1 parent cefa999 commit cd2473d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wechaty-puppet-hostie/IO/Github/Wechaty/PuppetHostie/PuppetHostie.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ private function _startGrpcClient() {
778778
$metadata = array(
779779
'authorization' => 'Wechaty ' . ($this->_puppetOptions ? $this->_puppetOptions->token : ""),
780780
);
781+
Logger::DEBUG($metadata);
781782
$this->_grpcClient = new \Wechaty\PuppetClient($hostname, [
782783
'credentials' => \Grpc\ChannelCredentials::createInsecure(),
783784
'update_metadata' => $metadata,

0 commit comments

Comments
 (0)