add interface for review app

This commit is contained in:
Yansong Zhang
2025-10-14 11:35:25 +08:00
parent e54131e95b
commit 4e5405dce2
2 changed files with 10 additions and 8 deletions

View File

@ -116,6 +116,7 @@ class InvokeRateLimitError(BaseHTTPException):
description = "Rate Limit Error"
code = 429
class NeedAddIdsError(BaseHTTPException):
error_code = "need_add_ids"
description = "Need to add ids."