curl --location --request GET '/v2/cloud-service/plans?product_id=10001&product_type=standard&country_code=CN&device_id=1702D8OBYWWQ' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-Content-Sha256;' \
--header 'X-Tg-Algorithm;'
{
"code": 200,
"msg": "ok",
"data": {
"items": [
{
"service_id": 70,
"product_id": 70,
"product_type": "standard",
"name": "包看专业版",
"price": 62,
"fee_amount": 43,
"currency_code": "¥",
"country_code": "CN",
"ability": {
"traffic": {
"traffic_limit": 500,
"limit_mode": "month"
},
"storage": {
"recording_mode": "INCIDENT",
"recording_content": [
"IMAGE"
],
"recording_ahead": 5,
"recording_duration": 30,
"recording_image_max": 5,
"recording_image_span": 3,
"save_days": 30
},
"ai": {
"algorithm": [
"body",
"pet"
]
},
"smart_box": {
"supported_smart_box": [
"echo-show"
]
}
},
"level": 2,
"version_name": "一个月",
"period": 30,
"ext_attrs": ""
}
]
}
}