Skip to main content
PUT
/
agent
/
v1
/
cards
/
enable
curl --location --request PUT 'https://kf.pikabao.cc/agent/v1/cards/enable?appid=user123&cardId=111222333&timestamp=1640995200000&sign=ABC123...'
{
  "code": 0,
  "msg": "成功"
}

请求参数

appid
string
required
用户标识
cardId
string
信用卡 ID,与 cardNum 二选一
cardNum
string
信用卡卡号,与 cardId 二选一
timestamp
string
required
当前时间戳(毫秒)
idempotentKey
string
required
唯一的交易id
sign
string
required
签名值
curl --location --request PUT 'https://kf.pikabao.cc/agent/v1/cards/enable?appid=user123&cardId=111222333&timestamp=1640995200000&sign=ABC123...'
{
  "code": 0,
  "msg": "成功"
}
解冻后卡片立即恢复使用,可以正常进行交易