Commit e83f3308 by wkliang

fix

parent 81edbdbc
......@@ -7,8 +7,8 @@
3. [根据 id 数组查询](#getByIds)
4. [获取组合产品子产品列表](#getItems)
5. [添加/更新产品](#createOrUpdate)
6. [获取api (list格式)](#apiList)
7. [获取api (object格式)](#apiMap)
6. [获取 api (list 格式)](#apiList)
7. [获取 api (object 格式)](#apiMap)
## **<a name="getPage"> 产品分页查询 </a>**
......@@ -339,6 +339,7 @@
| source_id | number | 可选 | 产品来源 id 默认 10001 |
| product_name | string | 必选 | 产品名称 |
| product_type | number | 必选 | 产品类型 1: 单产品 2: 组合产品 |
| product_desc | string | 可选 | 产品描述 |
| price | number | 可选 | 默认 0 |
| cost | number | 可选 | 默认 0 |
| api | string | 可选 | |
......@@ -371,7 +372,8 @@
"requestid":"e6f7a5e50e404296ad47c92f43a54de4"
}
```
## **<a name="apiList"> 获取api </a>**
## **<a name="apiList"> 获取 api </a>**
[返回到目录](#menu)
......@@ -410,7 +412,7 @@
}
```
## **<a name="apiMap"> 获取api </a>**
## **<a name="apiMap"> 获取 api </a>**
[返回到目录](#menu)
......@@ -448,4 +450,4 @@
},
"requestid":"08483f755eeb48928e7eb201252b8476"
}
```
\ No newline at end of file
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment