支持打印python http api调试日志

This commit is contained in:
xia-chu
2026-03-18 15:59:27 +08:00
parent fa7b0639d8
commit 752f705b36
2 changed files with 28 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ typedef enum {
extern const std::string kSecret;
extern const std::string kLegacyAuth;
extern const std::string kApiDebug;
} // namespace API
class ApiRetException : public std::runtime_error {