第三方平台api 调用接口:申请地理位置接口
api地址:https://api.weixin.qq.com/wxa/security/apply_privacy_interface
问题:调试了很久审核结果一直是编码格式错误,
提交的json数据 ,content 已经是utf8格式的了。实在是不知所措
{"api_name":"wx.getLocation","content":"场景1:用户设置收货地址时候,可以定位最近的位置,给与地址提示;场景2:到店取货的时候,用于计算用户到店距离,门店按距离顺序排序。"}
你好,驳回原因已经说明了哦请注意编码格式,使用utf-8编码后,再重新提交审核
appid :wxa460d99ca629a39c
"api_name": "wx.getLocation",
"api_ch_name": "wx.getLocation",
"api_desc": "获取当前的地理位置、速度",
"apply_time": 1685095230,
"status": 4,
"audit_id": 435745578,
"fail_reason": "编码格式错误",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html ",
"group_name": "地理位置"
}