POST Api/Service/LockQuery
查询针对锁持有的令牌
Request Information
URI Parameters
None.
Body Parameters
SpeedPower.Service.MIRedis.Models.Service.LockQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| Key |
Key值 |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1"
}
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"
}