Ver Fonte

wesmiler

wesmiler há 2 anos atrás
pai
commit
58e69e90be
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/Services/Api/MemberService.php

+ 1 - 0
app/Services/Api/MemberService.php

@@ -134,6 +134,7 @@ class MemberService extends BaseService
                 }
 
                 $info['app_version'] = ConfigService::make()->getConfigByCode('app_version');
+                $info['chat_token'] = MemberService::make()->getChatToken($info['id'].'-1', 1);
             }
 
             else if ($type == 'info') {