Authored by liqingzhong

生成链接文档

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 3
4 # 查询所有品牌名称 4 # 查询所有品牌名称
5 5
6 -> 接口名:`link/getAllBrand` 6 +> 接口名:`/erpproduct/brands/queryAllBrands`
7 7
8 ### 返回 8 ### 返回
9 9
@@ -20,5 +20,7 @@ @@ -20,5 +20,7 @@
20 "message": "Product Brand List." 20 "message": "Product Brand List."
21 } 21 }
22 ``` 22 ```
  23 +# 根据 SKN 列表,获取商品信息
23 24
  25 + // TODO 接口商品那边还未提供
24 26