...
|
...
|
@@ -978,12 +978,12 @@ message: "product comfort" |
|
|
(method=app.product.data)
|
|
|
请求方式:GET
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
|-------| -----|-----|-----|-----|----|
|
|
|
|uid|String|是|11084019|null|用户ID|
|
|
|
|product_id|String|是|321819|null|商品id|
|
|
|
|product_skn|String|是|51178553|null|商品skn|
|
|
|
|tags_filter|Integer|是|0|0|过滤标签|
|
|
|
| 参数名称 | 参数类型 | 是否必填 | 范围 | 示例 | 默认值 | 备注 |
|
|
|
|-------| -----|-----|-----|-----|----|----|
|
|
|
|uid|String|否|0-11|11084019|null|用户ID|
|
|
|
|product_id|String|否|0-11|321819|null|商品id,为空时product_skn必填|
|
|
|
|product_skn|String|否|0-11|51178553|null|商品skn,为空时product_id必填|
|
|
|
|tags_filter|Integer|否|0-2|0|0|过滤标签|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例
|
...
|
...
|
|