mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
49 lines
2.2 KiB
JSON
49 lines
2.2 KiB
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"interface_list": [
|
|
{
|
|
"api_name": "wx.chooseAddress",
|
|
"api_ch_name": "获取用户收货地址",
|
|
"api_desc": "调起用户编辑收货地址原生界面,并在编辑完成后返回用户选择的地址。",
|
|
"status": 1,
|
|
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/open-api/address/wx.chooseAddress.html",
|
|
"group_name": "地理位置"
|
|
},
|
|
{
|
|
"api_name": "wx.choosePoi",
|
|
"api_ch_name": "选择位置,支持模糊定位(精确到市)和精确定位混选",
|
|
"api_desc": "选择位置,支持模糊定位和精确定位混选",
|
|
"status": 4,
|
|
"audit_id": 421610267,
|
|
"fail_reason": "小程序内未含有相应使用场景",
|
|
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.choosePoi.html",
|
|
"group_name": "地理位置"
|
|
},
|
|
{
|
|
"api_name": "wx.getLocation",
|
|
"api_ch_name": "获取当前的地理位置、速度 ",
|
|
"api_desc": "获取当前的地理位置、速度。当用户离开小程序后,此接口无法调用。 ",
|
|
"status": 1,
|
|
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html ",
|
|
"group_name": "地理位置"
|
|
},
|
|
{
|
|
"api_name": "wx.onLocationChange",
|
|
"api_ch_name": "监听实时地理位置变化事件",
|
|
"api_desc": "监听实时地理位置变化事件。当用户离开小程序后,此接口无法调用。",
|
|
"status": 1,
|
|
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html",
|
|
"group_name": "地理位置"
|
|
},
|
|
{
|
|
"api_name": "wx.chooseLocation",
|
|
"api_ch_name": "打开地图选择位置",
|
|
"api_desc": "打开地图选择位置。",
|
|
"status": 1,
|
|
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html",
|
|
"group_name": "地理位置"
|
|
}
|
|
]
|
|
}
|