curl --location --request GET '/v2/device-service/plans?product_id=10001&country_code=CN&device_id=1702D8OBYWWQ' \
--header 'X-Tg-App-Id;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Pkgname;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}'
{
"code": 200,
"data": {
"items": [
{
"service_id": 1000010,
"product_id": 1000010,
"name": "包看服务1年",
"price": 120,
"country_code": "CN",
"currency_code": "CNY",
"ability": {
"storage": null,
"ai": null,
"mobile_data": {
"traffic_limit": "10240M",
"limit_mode": "month"
},
"smart_box": null
},
"level": 1,
"version_name": "包看服务标准版",
"period": 30,
"ext_attrs": "扩展属性"
}
],
"total": 1
},
"msg": "success",
"ok": 1,
"requestid": "e38d8ee1-01b7-48f3-9f05-d2ef3ad7e69a",
"status": "success"
}