...
|
...
|
@@ -144,10 +144,12 @@ |
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|是否必填|
|
|
|
|--------|----|----|----|--------|
|
|
|
|x-user-id|String|"10023"|用户ID|是|
|
|
|
|productSkn|Integer|51198438|产品SKN号|否|
|
|
|
|salePlatform|int|1|1、线上线下均可售 2、仅线上可售 3、仅线下可售|否|
|
|
|
|storeAllocations|json对象数组|[{"storeId":12,"isAutoAllocation":0}]|线下门店ID和自动调拨构成json对象数组|否|
|
|
|
|isOnline|int|0|0、不是线上展示 1、是线上展示|否|
|
|
|
|
|
|
---------------------
|
|
|
|
|
|
### 返回
|
...
|
...
|
@@ -165,7 +167,7 @@ |
|
|
|
|
|
## 3.商品可售平台日志查询
|
|
|
|
|
|
> 接口名: `/ProductSaleController/queryProductOperationLog`
|
|
|
> 接口名: `/ProductSaleController/queryProductOperateLog`
|
|
|
|
|
|
### 入参
|
|
|
|
...
|
...
|
|