Authored by qianjun

Update product_query.md

1 -#17、批量获取总仓可卖库存 1 +# 17、批量获取总仓可卖库存
2 2
3 请求地址:http://192.168.10.131:8082/erp-gateway-web/stock/get_batch_center_stock 3 请求地址:http://192.168.10.131:8082/erp-gateway-web/stock/get_batch_center_stock
4 请求参数报文(放在HTTP体中使用POST方式进行传递): 4 请求参数报文(放在HTTP体中使用POST方式进行传递):
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 参数说明:remnantNum:总仓可卖库存数量 8 参数说明:remnantNum:总仓可卖库存数量
9 # remnantNum:总仓可卖库存数量 9 # remnantNum:总仓可卖库存数量
10 10
11 -#21、批量获取全部可卖库存 11 +# 21、批量获取全部可卖库存
12 12
13 请求地址:http://192.168.10.131:8082/erp-gateway-web/stock/get_batch_stock 13 请求地址:http://192.168.10.131:8082/erp-gateway-web/stock/get_batch_stock
14 请求参数报文:{"productSkuList":[164164,166920],"storehouseId":12} 放在HTTP体中使用POST方式进行传递 14 请求参数报文:{"productSkuList":[164164,166920],"storehouseId":12} 放在HTTP体中使用POST方式进行传递