Authored by qianjun

Update product_sale.md

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