as: Add /card/getOtherUserCard
Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
@@ -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{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user