Commit ad50a466 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent fa11a227
...@@ -45,7 +45,7 @@ checkDict3: {"success":true,"code":"200","message":"OK"} ...@@ -45,7 +45,7 @@ checkDict3: {"success":true,"code":"200","message":"OK"}
#测试场景四:添加缺货商品功能验证 #测试场景四:添加缺货商品功能验证
"url4": "/user/mall/addStockOut" "url4": "/user/mall/addStockOut"
"payload4": {"productName":"测试数据","telephone":"18700000000","specifications":"测试数据","imageUrl":"['https://pro-cmdc.oss-cn-beijing.aliyuncs.com/userFile/2024/01/09/457ec3f8-88ee-423c-9139-661051105a83.jpg']","content":"测试数据","contactName":"测试数据","firstCategory":39,"secondCategory":59,"thirdCategory":662,"firstCategoryName":"医用耗材","secondCategoryName":"手术耗材","thirdCategoryName":"超声刀","companyId":3} "payload4": {"productName":"测试数据","telephone":"18700000000","specifications":"测试数据","imageUrl":'["https://pro-cmdc.oss-cn-beijing.aliyuncs.com/userFile/2024/01/09/457ec3f8-88ee-423c-9139-661051105a83.jpg"]',"content":"测试数据","contactName":"测试数据","firstCategory":39,"secondCategory":59,"thirdCategory":662,"firstCategoryName":"医用耗材","secondCategoryName":"手术耗材","thirdCategoryName":"超声刀","companyId":3}
#预期结果 #预期结果
checkDict4: {"success":true,"code":"200","message":"OK","data":"success"} checkDict4: {"success":true,"code":"200","message":"OK","data":"success"}
......
Supports Markdown
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