We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现有的接口如果要查询某省内的地级市数据 只能先通过查询该地级市所在省 再前往 cities 中搜索
能否允许接口可以直接接收地级市的名称 并且根据其所在省份来构造一个只有该市一个对象的 cities 数组来保证返回数据的统一性
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现有的接口如果要查询某省内的地级市数据 只能先通过查询该地级市所在省 再前往 cities 中搜索
能否允许接口可以直接接收地级市的名称 并且根据其所在省份来构造一个只有该市一个对象的 cities 数组来保证返回数据的统一性
The text was updated successfully, but these errors were encountered: