Skip to content

查询城市列表

通过本接口根据省份编码获取省份下的城市列表信息,不包含中国港澳台地区城市信息,可用于支行数据过滤查询 官方文档

js
wxpay
.
v3
.
capital
.
capitallhh
.
areas
.
provinces
.
_province_code_
.
cities
.
get
({
province_code
,
}) .
then
(
({
data
: {
data
,
total_count
,
}, }) => ({
data
,
total_count
,
}) )

Released under the MIT License. (SITEMAP)