wesmiler 2 years ago
parent
commit
b5b18d0a4e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Services/Api/MemberService.php

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

@@ -127,6 +127,8 @@ class MemberService extends BaseService
                 }else{
                     $info['is_follow'] = 1;
                 }
+
+                $info['app_version'] = ConfigService::make()->getConfigByCode('app_version');
             }
 
             else if ($type == 'info') {