简要描述:

  • pc端/app端 店铺装修页面接口

请求action:

plugin.designer.home.index.isHasPage

正确时返回:

  {
    "result": 1,
    "msg": "接口对接成功",
    "data": {
		 "status": true
	}
  }

错误时返回:

  {
    "result": 1,
    "msg":"接口对接成功",
    "data":{
	 "status": false
	}
  }

返回参数:

参数名 类型 说明
status int true存在店铺装修页面,false 不存在店铺装修页面

返回示例:

备注: