File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' ] : '' ,
You can’t perform that action at this time.
0 commit comments