Pending 到 FinishedAuthorization: Bearer ********************[
{
"authorizeId": "AUTH_001",
"status": "Finished",
"unlockTime": "2024-01-11T10:30:00.000Z",
"amount": 1000
},
{
"authorizeId": "AUTH_002",
"status": "Finished",
"unlockTime": "2024-01-11T10:30:00.000Z",
"amount": 500
}
]curl --location --request PUT '/api/settle/authorize/unlock' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"authorizeId": "AUTH_001",
"status": "Finished",
"unlockTime": "2024-01-11T10:30:00.000Z",
"amount": 1000
},
{
"authorizeId": "AUTH_002",
"status": "Finished",
"unlockTime": "2024-01-11T10:30:00.000Z",
"amount": 500
}
]'{
"data": {
"id": "string",
"amount": 0,
"bankCard": "string",
"bankName": "string",
"billId": "string",
"bookId": "string",
"code": "string",
"comment": "string",
"expiredAt": "2019-08-24T14:15:22.123Z",
"orderId": "string",
"serial": "string",
"status": "string",
"sigma": "string",
"tenantId": "string",
"appId": "string",
"active": true,
"language": "string",
"metadata": "string",
"version": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updatedBy": "string"
}
}