示例#1
0
 public function __construct($clientId, $clientSecret)
 {
     $this->clientId = $clientId;
     $this->clientSecret = $clientSecret;
     return parent::__construct('');
 }