feat: 增强玩家端 API 鉴权中间件,支持多语言错误消息返回

This commit is contained in:
2026-05-08 15:20:36 +08:00
parent 9f8080cefe
commit fc0999664a
9 changed files with 199 additions and 4 deletions

11
lang/ne/sso.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
/**
* 【尼泊尔语 नेपाली】同上,结构与 en/zh 完全一致,键仍为错误码字符串。
*/
return [
'8001' => 'अनुमति हेडर छैन वा अमान्य',
'8002' => 'टोकन अमान्य वा समयावधि सकियो',
'8003' => 'खेलाडी दर्ता छैन',
'8004' => 'SSO गोप्य सेट छैन',
];