Skip to main content
POST
/
wallet
/
api
/
card
/
lock
锁定指定用户信用卡
curl --request POST \
  --url http://localhost/wallet/api/card/lock
{
  "code": 123,
  "msg": "<string>",
  "data": true
}

Query Parameters

agencyCode
string
required

代理商码

appId
string
required

App标识

appUserId
string
required

被锁卡用户appUserId

cardId
integer<int64>
required

被锁卡用户卡ID

sign
string
required

签名

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
boolean