简要描述
请求URL
-
/Account/SetExtensionStatus
请求方式
请求参数
参数名 |
必选 |
类型 |
说明 |
apiKey |
是 |
string |
ApiKey |
nonce |
是 |
string |
随机字符串 |
timestamp |
是 |
string |
时间戳(秒) |
sign |
是 |
string |
签名 |
extensionId |
是 |
string |
分机号码 |
status |
是 |
integer |
1:在线,2:签出 |
请求示例
{
"nonce": "iGJASoKL",
"timestamp": "1649828681",
"apiKey": "a4s690Kx2W5U0Gu2",
"sign": "f6c2b273a7ecde42767c726d580a52c0",
"extensionId": "8006",
"status": 1
}
响应示例
{
"code": 0,
"status": true,
"message": "设置成功",
"data": null
}