* Add unit test script comment.
This commit is contained in:
@@ -35,6 +35,7 @@ pid=1
|
||||
- 根据项目集ID获取关联产品名字属性2 @产品2
|
||||
- 获取项目集1下的未关闭的产品数量 @5
|
||||
- 根据项目或项目集ID获取关联产品详情属性3 @产品3
|
||||
- 根据项目或项目集ID获取关联产品详情属性4 @~~
|
||||
|
||||
*/
|
||||
|
||||
@@ -47,3 +48,4 @@ r(count($products1)) && p() && e('10'); // 获取项目集1下的所有产
|
||||
r($products1) && p('2') && e('产品2'); // 根据项目集ID获取关联产品名字
|
||||
r(count($products2)) && p() && e('5'); // 获取项目集1下的未关闭的产品数量
|
||||
r($products2) && p('3') && e('产品3'); // 根据项目或项目集ID获取关联产品详情
|
||||
r($products2) && p('4') && e('~~'); // 根据项目或项目集ID获取关联产品详情
|
||||
|
||||
Reference in New Issue
Block a user