正式环境:https://openapi.mafengwo.cn/deals/rest
action:sales.hotel.sku.cancel.policy.get
参数名称 | 参数类型 | 必填 | 示例 | 描述 |
---|---|---|---|---|
sku_id | int | 是 | 123 | 马蜂窝sku_id |
参数名称 | 参数类型 | 示例 | 描述 |
---|---|---|---|
cancel_type | int | 2 | 取消政策类型 |
rules | array | [] | 规则 |
special_days_deduct_value | int | 20 |
{
"cancel_type":"2",
"rules":[
{
"offset_day_type":"2",
"offset_days":"3",
"offset_time":"18:00",
"offset_type":"1",
"deduct_value":"20",
"deduct_unit":"1"
}
],
"special_days_deduct_value":"20"
}
异常码 | 异常信息 |
---|