# 获取地址列表

# 接口说明

可通过该接口获取地址列表

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/merchant/address/list?access_token=ACCESS_TOKEN

# 请求参数说明

参数 类型 是否必填 描述
offset number 获取的偏移量
limit number 获取的个数

# 请求参数示例

{
    "offset": 0,
    "limit": 100
}

# 返回参数说明

参数 类型 描述
errcode number 错误码
errmsg string 错误信息
address_id_list Array 地址id列表

# 返回参数示例

{
    "errcode": 0,
    "errmsg": "ok",
    "address_id_list": [
        "111222",
        "222333"
    ]
}

# 错误码

错误码 错误描述
公共错误码 -