简要描述:

  • 企业-更换套餐

请求域名:

  • http://xx.com

请求URL:

GET/&route=plugin.be-within-call.frontend.buy-package.change

参数:

参数名 是否必须 类型 说明
package_type int 套餐标识值

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "套餐修改成功",
    "data": {
        "need_pay": 0,
        "order_id": 0
    }
}

返回参数说明:

data参数说明:

参数名 类型 说明
need_pay int 是否需要唤起支付页:0否1是
order_id int 支付时需要传的订单ID

备注: