| 错误码 | 触发条件 |
|---|---|
RESOURCE.NOT_FOUND | 发卡批次不存在或不在当前访问范围内。 |
curl --location 'https://api.lampays.com/card-products/cards/batches/detail?batchBizId=undefined' \
--header 'X-API-VERSION: 1' \
--header 'X-Api-Key;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"batchBizId": "CCB_ABCDEF1234567890",
"status": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active"
},
"requestedCount": 5,
"acceptedCount": 5,
"succeededCount": 3,
"failedCount": 1,
"processingCount": 1,
"createdAt": 1770000000000
}
}