fix: api descript

This commit is contained in:
wwweww
2026-02-28 05:33:16 +08:00
parent 5930fb0dde
commit d2f33b4b96
243 changed files with 37065 additions and 780 deletions
+1 -2
View File
@@ -8,7 +8,7 @@ type (
}
Transaction {
Id string `json:"id"`
Id int64 `json:"id"`
Type string `json:"type"`
Amount float64 `json:"amount"`
Description string `json:"description"`
@@ -30,7 +30,6 @@ type (
@server(
prefix: api/v1/wallet
group: wallet
jwt: Auth
)
service juwan-api {
@doc "获取余额"