Interface Address
https://api.example.com/omstation/auth/updateAuthTransfer
During the development process, please replace api.example.com with the domain name or IP address of your own server.
Request Method
- Post
Request Headers
- Content-Type: application/json
- token: A334853698EF49DC98A1C8BA65149351
Request Parameters
Parameter Example
{
"id": "",
"authInfo": "[{\"deviceType\":701,\"count\":2},{\"deviceType\":709,\"count\":1}]",
"toUser": "liujs",
"phoneNum": "13632688935",
"email": "",
"descInfo": "",
"orgId": "520FF63E384345F4935BF6A1B9095A7C"
}
Parameter Description
Field | Type | Description | Required |
---|---|---|---|
id | String | Unique identifier of the transfer authorization | Y |
authInfo | String | Collection of device types for transfer authorization, JSON string | Y |
orgId | String | Unique organization identifier | Y |
toUser | String | Contact person for collection | Y |
phoneNum | String | Contact phone number | Y |
String | Contact email | Y | |
descInfo | String | Description | Y |
Return Result
Result Example
{
"code": 200,
"message": "Operation succeeded",
"data": null
}
Result Description
Field | Type | Description |
---|---|---|
code | int | Status code; see “Status Code Description” for details |
message | String | Request status description |
data | object | Return result content |
文档更新时间: 2025-07-23 11:03 作者:admin