作者 lyh

gx

@@ -85,7 +85,7 @@ zFePUMXy1bFghAfzNKlrc5XgH4ixeeMh3cDtU97K @@ -85,7 +85,7 @@ zFePUMXy1bFghAfzNKlrc5XgH4ixeeMh3cDtU97K
85 'domain'=>$domain, 85 'domain'=>$domain,
86 'privateKey'=>$this->private_key, 86 'privateKey'=>$this->private_key,
87 'profileKey'=>$data['profileKey'], 87 'profileKey'=>$data['profileKey'],
88 -// 'logout'=>true 88 + 'logout'=>true
89 ]; 89 ];
90 $url = $this->path.'/api/profiles/generateJWT'; 90 $url = $this->path.'/api/profiles/generateJWT';
91 return $this->http_click('post',$url,$param); 91 return $this->http_click('post',$url,$param);