{}curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/mobile-product-list' \
--header 'Authorization: ' \
--header 'X-Nonce-Id: ' \
--header 'X-Api-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 0, //结果码。0表示成功,其余为失败
"data": [ //业务数据
{
"billingType": 1, //扣费方式:1-按需付费
"id": 20, //产品ID
"origRunPrice": 0.18, //锚定运行费用
"origStoragePrice": 0.38, //锚定存储费用
"productName": "基础版", //产品名称
"runPrice": 0.18, //运行费用
"showCpu": "2", //CPU
"showMemory": "4", //内存
"showRegionId": 18, //区域ID
"showRegionName": "香港", //区域
"showStorage": "64", //存储
"showSystem": "Android 11.0", //系统
"storagePrice": 0.38 //存储费用
}
],
"msg": "" //结果信息
}