Finish sign api. Optimize code.

This commit is contained in:
2023-12-26 18:17:03 +08:00
parent 15f631971c
commit e45769e52a
43 changed files with 570 additions and 107 deletions

View File

@@ -0,0 +1,3 @@
package top.fatweb.api.exception
class UserNotFoundException : RuntimeException("User not found")