POST Api/Service/LockRelease

针对锁及令牌释放锁请求

Request Information

URI Parameters

None.

Body Parameters

SpeedPower.Service.MIRedis.Models.Service.LockRelease
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}