简要描述:

  • 商品评价列表接口

POST:"/addons/systemform/systemform/addSchedule"

参数:

参数名 是否必须 类型 说明
content json str 表单内容json字符串,格式参考提交订单的自定义表单内容
custom_id int 表单id
days_time string 预约日期 07-20
hours_time string 预约时间点 09:15
goods_id int 商品id

返回示例:

正确时返回:

{
    "code": 1,
    "message": "提交成功",
}

备注:

如不传days_time,hours_time,需要在content里类型为schedule的value值中填充07-20,09:15