POST Api/Service/LockRelease
针对锁及令牌释放锁请求
Request Information
URI Parameters
None.
Body Parameters
SpeedPower.Service.MIRedis.Models.Service.LockRelease| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
令牌信息 |
string |
Required |
| Key |
Key值 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Key": "sample string 2"
}
Response Information
Resource Description
针对锁及令牌释放锁请求
SpeedPower.Service.MIRedis.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}