feat(subscription): add Language parameter to GetSubscription request and update query logic
This commit is contained in:
@@ -965,6 +965,10 @@ type GetSubscribeLogResponse struct {
|
||||
Total int64 `json:"total"`
|
||||
}
|
||||
|
||||
type GetSubscriptionRequest struct {
|
||||
Language string `form:"language"`
|
||||
}
|
||||
|
||||
type GetSubscriptionResponse struct {
|
||||
List []Subscribe `json:"list"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user