wupengfei 2 years ago
parent
commit
b9c438d887

+ 1 - 1
.idea/workspace.xml

@@ -177,7 +177,7 @@
       <workItem from="1666313182769" duration="19043000" />
       <workItem from="1668041658444" duration="593000" />
       <workItem from="1668042326649" duration="24523000" />
-      <workItem from="1668212914124" duration="15259000" />
+      <workItem from="1668212914124" duration="15295000" />
     </task>
     <servers />
   </component>

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

@@ -69,7 +69,7 @@ class Easemob{
 		);
 		$body=json_encode($options);
 		$header=array($this->getToken());
-
+		var_dump($header);
 		$result=$this->postCurl($url,$body,$header);
 		return $result;
 	}

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

@@ -133,7 +133,6 @@ class Login extends Base
             'app_name' => 'kefuchannelapp104968',
         ];
         $emchat = new Easemob($base_set);
-        var_dump($emchat);
         $result = $emchat->createUser($user_emchat_name, $user_emchat_password,$nick_name); //创建emchat用户
         if (isset($result['error']) && $result['error'] != '') {
             return false;