stat url broken,need update a new version url
发布于 4 年前 作者 junsu 8957 次浏览 来自 问答

in this document have a error

https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html

共享收货地址接口

wx.openAddress({
  success: function (res) {
    var userName = res.userName; // 收货人姓名
    var postalCode = res.postalCode; // 邮编
    var provinceName = res.provinceName; // 国标收货地址第一级地址(省)
    var cityName = res.cityName; // 国标收货地址第二级地址(市)
    var countryName = res.countryName; // 国标收货地址第三级地址(国家)
    var detailInfo = res.detailInfo; // 详细收货地址信息
    var nationalCode = res.nationalCode; // 收货地址国家码
    var telNumber = res.telNumber; // 收货人手机号码
  }
});

备注:

微信地址共享使用的数据字段包括:

the

http://www.stats.gov.cn/tjsj/tjbz/xzqhdm/201401/t20140116_501070.html

stat url broken.

new version url is here:

http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/

回到顶部