标签:send pos result 点击 json 写入 方法 传递 inf
postman是一款通过post或者get发送请求测试代码的工具
如果是类的话,就选择JSON格式,如果是一个字段的方法,就直接写入方法值就好了比如
public PageResult<Info> GetList([FromBody]string ID)
这个方法,测试的时候直接在body里面写入"12233"点击send就可以了
标签:send pos result 点击 json 写入 方法 传递 inf
原文地址:http://www.cnblogs.com/llcdbk/p/6857405.html