简要描述:

修改页面类型

请求域名:

  • http://xx.com

请求URL:

plugin.decorate.admin.decorate.edit-decorate-type

参数:

参数名 是否必须 类型 说明
decorate_id int 装修ID
page_type int 页面类型 0.其他 1.公众号 2.小程序 3.APP 4.支付宝 5.WAP 多个用英文逗号拼接

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": []
}

错误时返回:

{
    "result": 0,
    "msg": "暂无数据",
    "data": []
}

备注:

  • 更多返回错误代码请看首页的错误代码描述