zhaojs
2023-06-21 ded15af9c9973a5b5c24425e7e012b4bf21c4014
application/api/controller/Common.php
@@ -58,6 +58,7 @@
                'officialInvitationCode' => config('site.invite_code'),
                'tbEmpower' => config('site.tbEmpower'),
                'appForce' => config('site.agent_mode') == 1 ? 1 : 0,
                'invite_url' => config('site.invite_url')
            ]
        ];
        $this->success('', $content);