支持同时cookie登陆与secret硬编码鉴权两种方式

This commit is contained in:
xia-chu
2026-03-19 19:32:58 +08:00
parent e1d3c21529
commit 22dcde4bf3
4 changed files with 18 additions and 21 deletions

View File

@@ -55,7 +55,6 @@ typedef enum {
} ApiErr;
extern const std::string kSecret;
extern const std::string kLegacyAuth;
extern const std::string kApiDebug;
} // namespace API