exercises.md 331 字节
Newer Older
m0_65861709's avatar
update  
m0_65861709 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
# 地理位置接口使用声明

当我们需要使用微信小程序提供的地理位置api接口时,需要在manifest.json文件中的哪个属性中声明我们要调用的api接口?

## 答案

requiredPrivateInfos

## 选项

### A

permission

### B

authority

### C

access

### D

location

### E

locationApiList