客户小程序APPID: wx1b0a12c6127282c2
https://api.weixin.qq.com/wxa/security/get_code_privacy_info?access_token=
返回的是:
{
"errcode": 0,
"errmsg": "ok",
"without_auth_list": [],
"without_conf_list": [
"wx.chooseAddress"
]
}
提交代码时ext_json如下:
"ext_json": "{\"requiredPrivateInfos \":[\"chooseAddress\"]
https://api.weixin.qq.com/wxa/security/apply_privacy_interface?access_token=
这个接口已经成功
现在再调用的话,返回
"the api not need apply, hint: [fc0cdb03-3289-4a59-aeda-447381ca6fd1] rid: 63147dbb-1d018ff8-60798b8b"
提交时还是会报错,请问我缺少哪一步,多谢!
客户的小程序后台去申请开通「获取用户收货地址」的接口权限