runapi默认项目

系统生成的默认项目


动态获取结果表数据

<h5>简要描述</h5> <ul> <li>动态获取结果表数据</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:7788/ResultQuery/Result</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求参数示例</h5> <pre><code>[ { "Parmater": "ID", "Value": "6a84wd6a86awd8aw6d4a63d" }, { "Parmater": "Name", "Value": "test1" }, { "Parmater": "result", "Value": "1" } ] </code></pre> <h5>成功返回示例</h5> <pre><code>{ "data": "[{\"ID\":\"6a84wd6a86awd8aw6d4a63d\",\"Name\":\"test1\",\"Result\":1.0}]", "message": null, "success": true } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "data": "", "message": “错误实例”, "success": true } </code></pre> <h5>备注</h5> <p>json里的Parmater名 在config.xml配置,可以忽略大小写</p>

页面列表

ITEM_HTML