Skip to main content
POST
/
wallet
/
api
/
card
/
active
激活指定用户信用卡(从代理资产扣款)
curl --request POST \
  --url http://localhost/wallet/api/card/active
{
  "code": 123,
  "msg": "<string>",
  "data": true
}

Query Parameters

agencyAsset
string
required

资产类型,可用值:USDT/USDC)

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