username:password
Authorization: Basic *****************
curl --location --request GET 'https://developer.chargenow.top/cdb-open-api/v1/rent/order/detail?tradeNo=23022111552701091626' \
--header 'Authorization: Basic Og=='
{
"msg": "string",
"code": 0,
"data": {
"cabinetId": "string",
"orderId": "string",
"batteryId": "string",
"dailyMaxPrice": 0,
"freeMinutes": 0,
"orderAmount": 0,
"borrowTime": "string",
"price": 0,
"currency": "string",
"deviceType": "string",
"priceMinute": "string",
"borrowSlot": 0,
"returnTime": "string",
"borrowStatus": 0,
"deposit": 0
}
}