mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增代商家管理小程序地理位置接口申请接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"api_name": "wx.test",
|
||||
"content": "1312",
|
||||
"pic_list": [
|
||||
"pic_url1",
|
||||
"pic_url2"
|
||||
],
|
||||
"video_list": [ "video_url1", "video_ul2" ],
|
||||
"url_list": [ "url1", "url2" ]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "getuserriskrank succ",
|
||||
"audit_id": 123456
|
||||
}
|
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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": "地理位置"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user