简要描述:

  • 门店项目详情接口

请求URL:

POST/plugin.appointment.frontend.project.store-project-detail

参数:

参数名 是否必须 类型 说明
id int 项目id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "id": 1,
        "uniacid": 1,
        "title": "test",
        "thumb": "https://yunzdev.com:8888/static/upload/images/1/2021/07/VTeetj0RITpI8tv0Tt8QV8QvSEZ808.png",
        "store_ids": "1",
        "category_id": 1,
        "description": "",
        "service_time": 30,
        "service_time_inteval": 0,
        "ahead_time": 15,
        "banner_imgs": "a:1:{i:0;s:45:\"newimage/d99742e6eedbbb361bb9204452d3310c.png\";}",
        "content": "",
        "period": 0,
        "creator_id": 19,
        "call_out": 0,
        "creator_name": "aaa"
    }
}

错误时返回:

  

返回参数说明:

字段名 数据类型 注释
id int 项目id
uniacid int 公众号id,注释:公众号id
title string 标题,注释:标题
thumb string 图像,注释:图像
category_id int 分类id,注释:分类id
description string 项目描述,注释:项目描述
service_time int 服务时间,注释:服务时间
service_time_inteval int 服务间隔时间,注释:服务间隔时间
ahead_time int 提前预约时间,注释:提前预约时间
banner_imgs string 项目缩略图
content string 内容,注释:内容
period int 使用期限,注释:使用期限
call_out int 上门服务,1开启,0关闭

备注:

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