Get Full Card Number
application/json
Request Body
referenceID string required
jweBlock string required
使用 secretKey加密 {"referenceID": "xxxx"}
Responses
- 200
Response Headers
application/json
Schema
Example (from schema)
Schema
status string required
jweBlock string required
使用 secretKey解密 得到完整卡号
{
"status": "string",
"jweBlock": "string"
}
Loading...