diff --git a/docs/api/other/choose-address.md b/docs/api/other/choose-address.md index cf64b52552ba0e1026712b9dc588d38577a9b89d..22379d5ba4b5fcbe51f3a9caeda27428d27c5339 100644 --- a/docs/api/other/choose-address.md +++ b/docs/api/other/choose-address.md @@ -24,7 +24,8 @@ | userName | string | 收货人姓名 || | postalCode | string | 邮编 || | provinceName | string | 国标收货地址第一级地址 || -| cityName | string | 国标收货地址第一级地址 || +| cityName | string | 国标收货地址第二级地址 || +| countyName | string | 国标收货地址第三级地址 || | detailInfo | string | 详细收货地址信息 || | nationalCode | string | 收货地址国家码 || | telNumber | string | 收货人手机号码 ||