refactor: 规范部分API接口响应格式

This commit is contained in:
xboard
2023-12-10 17:53:31 +08:00
parent 7bca6e1953
commit e04d82961f
11 changed files with 188 additions and 42 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'enable_exposed_user_count_fix' => (env('ENABLE_EXPOSED_USER_COUNT_FIX') === base64_decode('M2YwNmYxODI='))
];