cgs录单小满组合促销场景下,获取小满的免登链接,引导客户前往小满添加商品
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| spu_codes | String [] | 可选 |
|
包含商品名称 | |
| quotation_id | String | 可选 | 2345 | 小满方案id | |
| promotion_id | String | 可选 | 123 | 促销id | |
| ali_gid | String | 可选 | 123 | 客户gid | |
| ext_info | ExtInfo [] | 可选 |
|
额外信息 | |
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| no_login_link | String | okki.xxx.com | 免登链接 |
| gid | String | 12323 | 客户gid |
| success | Boolean | true | 是否成功 |
| error_desc | String | success | 失败描述 |
| promotion_id | String | 123 | 促销id |
| resp_code | String | 0 | 返回code |
{"spu_codes":[""],"quotation_id":"2345","promotion_id":"123","ext_info":[{"value":"n","key":"isSecondRing"}],"ali_gid":"123"}
{
"no_login_link":"okki.xxx.com",
"gid":"12323",
"success":true,
"error_desc":"success",
"promotion_id":"123",
"resp_code":"0"
}
{"success":"不等于true","error_desc":"Illegal request","resp_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|