Authorization: ********************{
"projectId": 1,
"serverType": 2,
"time": 1,
"timeType": "月卡",
"nodes": [
{
"regionId": 10001,
"count": 1
}
]
}curl --location '/api/v1/cloud/buy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"projectId": 1,
"serverType": 2,
"time": 1,
"timeType": "月卡",
"nodes": [
{
"regionId": 10001,
"count": 1
}
]
}'{
"code": 200,
"msg": "购买成功",
"payNo": "ORD66aabbccddeef"
}