as: Add /card/getOtherUserCard

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-06-07 08:01:55 +08:00
parent 8f9771d927
commit e907b6b4a3
3 changed files with 48 additions and 0 deletions
+6
View File
@@ -462,6 +462,12 @@ type AsMvpInfo struct {
AppealCount int64 `json:"appeal_count"`
}
// AsUserCardReq ...
type AsUserCardReq struct {
UserID int64 `json:"user_id"`
CardMasterID int64 `json:"card_master_id"`
}
// AsReq ...
type AsReq interface{}