Commit d771863d authored by Facius's avatar Facius

feat: 获取位置接口补充权限

parent c97f716f
...@@ -83,6 +83,12 @@ ...@@ -83,6 +83,12 @@
"desc" : "方便查看订单与你的距离" "desc" : "方便查看订单与你的距离"
} }
}, },
"requiredPrivateInfos": ["getLocation", "onLocationChange", "startLocationUpdate"],
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序获取所在地与订单地点的距离"
}
},
"uniStatistics" : { "uniStatistics" : {
"enable" : true "enable" : true
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment