This commit is contained in:
Mrx
2026-01-26 18:14:24 +08:00
parent 32336e4ba0
commit 3ef7b7d1fb
6 changed files with 59 additions and 1 deletions

View File

@@ -933,3 +933,7 @@ type IVYZF2T7Req struct {
type IVYZX5QZReq struct {
ReturnURL string `json:"return_url" validate:"required,validReturnURL"`
}
type IVYZX5Q2Req struct {
Token string `json:"token" validate:"required,validToken"`
}