Skip to content

Commit 552701d

Browse files
committed
Fix targetId -> WsTargetId
1 parent b2c9351 commit 552701d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wscli-php-sdk/src/WsCli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ private function getBodyParams()
713713
'Name' => array_key_exists('name', $this->opts) ? $this->opts['name'] : '',
714714
'Phone' => array_key_exists('phone', $this->opts) ? $this->opts['phone'] : '',
715715
'WsUserId' => array_key_exists('wsuserid', $this->opts) ? $this->opts['wsuserid'] : '',
716-
'targetId' => array_key_exists('wstargetid', $this->opts) ? $this->opts['wstargetid'] : '',
716+
'WsTargetId' => array_key_exists('wstargetid', $this->opts) ? $this->opts['wstargetid'] : '',
717717
'Certificate' => array_key_exists('certificate', $this->opts) ? $this->opts['certificate'] : '',
718718
'PrivateKey' => array_key_exists('privatekey', $this->opts) ? $this->opts['privatekey'] : '',
719719
'EncCertificate' => array_key_exists('enccertificate', $this->opts) ? $this->opts['enccertificate'] : '',

0 commit comments

Comments
 (0)