文章目录
Postman is a tool for testing . we can test it (send data to server with jason).
- postman plugin

2.method(how to test)
The following is jason data .
{"billNo":"8DEE6461F0599E4FE10000000A0AC87A","items":[{"sapNo":"3800000000","poNo":"PO100001","rowNo":100,"rowNum":100,"quantity":1.000,"productCode":"61025730301"}]}
本文介绍了如何利用Postman工具进行API测试,特别是发送JSON数据到服务器的步骤。示例中展示了包含billNo和items的JSON数据结构,适合于理解API接口测试和JSON数据交互。
1351

被折叠的 条评论
为什么被折叠?



