Sanotsu
Results
2
issues of
Sanotsu
例如能否实现,传入指定省份Code,然后省份这个下拉框无法选择,但后面的市, 区 ,镇还是可以下拉选择.恳请解答,谢谢.
I've identified some parameter mismatches in the [versions/v3/category/discover.dart](https://github.com/RatakondalaArun/tmdb_api/blob/master/lib/versions/v3/category/discover.dart#L122) file. For example: ```dart if (voteCountLessThan != null) { queries.add('vote_count.gte=$voteCountLessThan'); // Should be .lte? } // ... if (voteAverageLessThan != null) {...