DeviceOperationApiVer1.http 143 B

12345678
  1. ###
  2. POST {{host}}/api/v1/device/test0/function/playVoice
  3. Content-Type: application/json
  4. X-Access-Token: {{token}}
  5. {
  6. "text": "声音文本"
  7. }