wupengfei 2 سال پیش
والد
کامیت
658152b543
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      .idea/workspace.xml
  2. 1 0
      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="17155000" />
+      <workItem from="1668212914124" duration="17193000" />
     </task>
     <servers />
   </component>

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

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