進一步完善對外 API

This commit is contained in:
CrescentLeaf
2025-08-29 23:43:59 +08:00
parent 7bf5921298
commit d2007fbdcc
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
type ApiCallbackMessage = {
msg: string,
code: 200 | 400 | 401 | 403 | 404 | 500 | 501
}