feat(wxapi): 新增代商家管理小程序获取隐私接口检测结果接口

This commit is contained in:
Fu Diwei
2022-10-26 23:18:40 +08:00
parent fa15407170
commit b77dd289fe
5 changed files with 62 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"without_auth_list": [
"wx.getLocation",
"wx.onLocationChange"
],
"without_conf_list": [
"wx.onLocationChange"
]
}