GGS港台动态表单场景下,获取小满的免登链接,进行规格的动态组合和价格计算
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
ali_gid | String | 必须 | 123 | gid | |
promotion_id | String | 必须 | 123 | 促销id | |
quotation_id | String | 可选 | 123 | 小满报价id | |
spu_codes | String [] | 必须 |
|
促销中的产品code列表 | |
ext_info | ExtInfo | 可选 | 拓展信息 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
noLoginLink | String | okki.xxx.com | 免登链接 |
gid | String | 12323 | gid |
success | Boolean | true | 是否成功 |
error_desc | String | success | 错误描述 |
promotion_id | String | 123 | 促销id |
resp_code | String | 0 | 响应码 |
{"spu_codes":[""],"quotation_id":"123","promotion_id":"123","ext_info":{"isServiceMember":true,"isServiceLiteMember":true},"ali_gid":"123"}
{ "noLoginLink":"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"}
错误码 | 错误描述 | 解决方案 |
---|