capture
POST
/v2/openapi/gallery/captureRequest
Body Params application/json
deviceId
string | null
required
channelId
number | null
required
>= 1
Example
{
"deviceId": "string",
"channelId": 1
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object ()
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {},
"msg": ""
}
Last modified: 2 个月前