Browse Source

update: app

Tokumeikoi 4 years ago
parent
commit
cefb2b3a27
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/Http/Controllers/Client/AppController.php

+ 3 - 1
app/Http/Controllers/Client/AppController.php

@@ -56,7 +56,9 @@ class AppController extends Controller
         return response([
             'data' => [
                 'version' => '4.0.0',
-                'download_url' => ''
+                'download_url' => '',
+                'android_version' => '4.0.0',
+                'android_download_url' => ''
             ]
         ]);
     }