调用平台 API 时, api-key 信息应该输入到以下哪个域中?
A: POST body
B: Request Header
C: URL 参数
D: Response Header
A: POST body
B: Request Header
C: URL 参数
D: Response Header
举一反三
- 调用平台新增设备 API 时, api-key 只能为()? A: 设备任意 API Key B: Master API Key C: 设备注册码 D: access key
- 调用平台新增设备 API 时, api-key 只能是什么 A: 该设备 API Key B: Master Key C: 设备注册码 D: 用户自定义 Key
- 调用平台 API 时, 更新数据使用()方法? A: POST B: UPDATE C: PUT D: GET
- 通过平台 API, 不能删除 API Key。
- wx.request(Objectobject)发起HTTPS网络请求时,http请求方法可以是GET或POST,如果需要使用POST,需要在下列哪个参数中设置()。 A: url B: data C: header D: method