Remove search engine, add event list api
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-30 11:54:13 +08:00
parent 2aa344a11f
commit 39f555b780
26 changed files with 401 additions and 499 deletions

View File

@@ -12,6 +12,7 @@ endpoint:
checkin: "02"
checkin_query: "03"
checkin_submit: "04"
list: "05"
user:
service:
info: "01"

View File

@@ -24,7 +24,7 @@ auth:
invalid_redirect_uri: "00003"
user:
list:
meilisearch_failed: "00001"
database_failed: "00001"
event:
info:
not_found: "00001"
@@ -32,3 +32,5 @@ event:
gen_code_failed: "00001"
checkin_query:
record_not_found: "00001"
list:
database_failed: "00001"