Authored by liqingzhong

增加生成链接文档

  1 +# 生成链接接口服务定义
  2 +----------------------
  3 +
  4 +# 查询所有品牌名称
  5 +
  6 +> 接口名:`link/getAllBrand`
  7 +
  8 +### 返回
  9 +
  10 +``` json
  11 +{
  12 + "code": 200,
  13 + "data": [
  14 + {
  15 + "id": 1508,
  16 + "text": "品牌2"
  17 + }
  18 + ],
  19 + "md5": "746f25c909dc7d271f905af3784da021",
  20 + "message": "Product Brand List."
  21 +}
  22 +```
  23 +
  24 +