订阅套餐列表

请求URL:

  • /getSubscribePackages

请求方式:

  • POST

参数:

参数名 必选 类型 说明
appId string 应用包appId
udid string 设备ID

返回示例

{
    "code": 200,
    "msg": "SUCCESS",
    "data": [
        {
            "id": 4,
            "price": 599,
            "originPrice": 599,
            "productId": "com.live.coupleu.vip.week",
            "isShow": 1,
            "type": 0,
            "createdAt": 1753399611,
            "updatedAt": 1756847950
        },
        {
            "id": 5,
            "price": 999,
            "originPrice": 999,
            "productId": "com.live.coupleu.vip.month",
            "isShow": 1,
            "type": 0,
            "createdAt": 1753399611,
            "updatedAt": 1756847950
        },
        {
            "id": 6,
            "price": 1999,
            "originPrice": 1999,
            "productId": "com.live.coupleu.vip.year",
            "isShow": 1,
            "type": 1,
            "createdAt": 1753399611,
            "updatedAt": 1756847951
        }
    ]
}

返回参数说明

参数名 类型 说明
code int 状态码
msg string 提示信息
data array 数据列表
-id int 套餐ID
-price int 套餐价格(单位:美分)
-productId string 产品ID

备注

code:

200=成功

1040=>重复反馈

2021 © Live all right reserved,powered by Gitbook该文件修订时间: 2025-12-03 14:23:06

results matching ""

    No results matching ""