fix: use int64 for auth and recharge ids
This commit is contained in:
@@ -22,7 +22,7 @@ type Content struct{}
|
||||
// @Produce json
|
||||
// @Param keyword query string false "Search keyword"
|
||||
// @Param genre query string false "Genre"
|
||||
// @Param tenantId query string false "Filter by creator"
|
||||
// @Param tenantId query int64 false "Filter by creator"
|
||||
// @Param sort query string false "Sort order" Enums(latest, hot, price_asc)
|
||||
// @Param page query int false "Page number"
|
||||
// @Success 200 {object} requests.Pager{items=[]dto.ContentItem}
|
||||
|
||||
Reference in New Issue
Block a user