cgs组合促销下单时调用小满规则校验
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| quotation_id | String | 可选 | 2345 | 小满方案id | |
| promotion_id | String | 可选 | 12616367 | 促销id | |
| ali_gid | String | 可选 | 123123 | 客户globalId | |
| quotation_item_list | QuotationItemList [] | 可选 |
|
方案行信息 | |
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | String | 0 | 返回结果 |
| success | Boolean | true | 是否成功 |
| error_desc | String | error_desc | 错误信息 |
| resp_code | String | 0 | 返回码 |
{"quotation_id":"2345","promotion_id":"12616367","ali_gid":"123123","quotation_item_list":[{"commodity_code":"be545","sales_type":"1","total_price":"12800.000000000000000000000000","count":"1","currency":"CNY","quotation_item_id":"2345_2"}]}
{
"result":"0",
"success":true,
"error_desc":"error_desc",
"resp_code":"0"
}
{"success":"不等于true","error_desc":"Illegal request","resp_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|