wupengfei 2 years ago
parent
commit
9a905ebe7c
2 changed files with 1 additions and 3 deletions
  1. 1 1
      .idea/workspace.xml
  2. 0 2
      application/api/controller/Easemob.php

+ 1 - 1
.idea/workspace.xml

@@ -176,7 +176,7 @@
       <workItem from="1666313182769" duration="19043000" />
       <workItem from="1668041658444" duration="593000" />
       <workItem from="1668042326649" duration="24523000" />
-      <workItem from="1668212914124" duration="17322000" />
+      <workItem from="1668212914124" duration="17354000" />
     </task>
     <servers />
   </component>

+ 0 - 2
application/api/controller/Easemob.php

@@ -42,8 +42,6 @@ class Easemob{
 	function getToken()
 	{
 		$options=array(
-		"grant_type"=>"client_credentials",
-		"tenantId"=>"104968",
 		"clientId"=>$this->client_id,
 		"secretId"=>$this->client_secret
 		);