订阅套餐(分组)列表
请求URL:
/getSubscribePackagesGroup
请求方式:
- POST
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | string | 应用包appId |
| udid | 是 | string | 设备ID |
返回示例
{
"code": 200,
"msg": "SUCCESS",
"data": {
"plus": [
{
"id": 35,
"price": 599,
"originPrice": 599,
"productId": "com.coupleu.month.plus",
"isShow": 1,
"typeVip": "plus",
"type": 0,
"createdAt": 1764711509,
"updatedAt": 1764713513
},
{
"id": 38,
"price": 999,
"originPrice": 999,
"productId": "com.coupleu.season.plus",
"isShow": 1,
"typeVip": "plus",
"type": 0,
"createdAt": 1764711542,
"updatedAt": 1764713518
},
{
"id": 39,
"price": 1999,
"originPrice": 1999,
"productId": "com.coupleu.year.plus",
"isShow": 1,
"typeVip": "plus",
"type": 1,
"createdAt": 1764711547,
"updatedAt": 1764713519
}
],
"ultra": []
}
}
返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 |
| msg | string | 提示信息 |
| data | array | 数据列表 |
| -id | int | 套餐ID |
| -price | int | 套餐价格(单位:美分) |
| -productId | string | 产品ID |
备注
code:
200=成功
1040=>重复反馈