heyuntao
2023-06-02 d233ee1e62b2ad6c2e9bcac78dc64ee1fffcb816
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);