|
@@ -33,7 +33,8 @@ class Easemob{
|
|
|
$this->app_name = isset ( $options ['app_name'] ) ? $options ['app_name'] : config('app_name');
|
|
|
if (! empty ( $this->org_name ) && ! empty ( $this->app_name )) {
|
|
|
//$this->url = 'https://a1.easemob.com/' . $this->org_name . '/' . $this->app_name . '/';
|
|
|
- $this->url = 'http://kefu.easemob.com/api/platform/tenants/104968/';
|
|
|
+ //$this->url = 'http://kefu.easemob.com/api/platform/tenants/104968/';
|
|
|
+ $this->url = 'http://kefu.easemob.com/api/tenant/104968/';
|
|
|
}
|
|
|
}
|
|
|
/**
|