{
"netRegion": "B", // 长沙1区
"billingType": 1, // 计入租期
"androidType": 1, // 1 平板 0手机
"months": 3, // 3个月
"count": 1, // 数量
"buyAmount": 300 // 前端计算
}curl --location --request POST 'https://dedaolm.com/admin-api/account/cloud-phone/buyCloudPhoneV2' \
--header 'Content-Type: application/json' \
--data-raw '{
"netRegion": "B", // 长沙1区
"billingType": 1, // 计入租期
"androidType": 1, // 1 平板 0手机
"months": 3, // 3个月
"count": 1, // 数量
"buyAmount": 300 // 前端计算
}'{
"code": 0,
"msg": "string",
"data": "string"
}