feat(wxapi): 新增代商家管理小程序地理位置接口申请接口

This commit is contained in:
Fu Diwei
2022-10-26 22:39:46 +08:00
parent 405526e3f2
commit b54a347138
19 changed files with 282 additions and 22 deletions

View File

@@ -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" ]
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "getuserriskrank succ",
"audit_id": 123456
}

View File

@@ -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": "地理位置"
}
]
}