荷叶效应


提交记录列表

<h5>简要描述</h5> <ul> <li>提交记录列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://forecast.1092cc.cn/api/pitch/recordList</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>默认为1</td> </tr> <tr> <td style="text-align: left;">limit</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>默认为10</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "status": 0, "message": "成功", "data": [ { "id": 196, "type": 1, "WCA_APP": 0, "Enter_WCA_APP": "", "IH_Rate_Choice_APP": "2", "surface_type_APP": 3, "pitchtype_APP": "cylinder/cone/frustum of cone", "side_shape_APP": 1, "Arrangement_APP": "Square", "GeoRatio_APP": 0, "DownWidth_APP": 15, "UpWidth_APP": 20, "Height_APP": 15, "Pitch_APP": 30, "upload_figure_APP": "", "file_name_APP": "", "selection_APP": "1", "prediction_of_RF": "具有荷叶效应", "prediction_of_RF_probability": 0.643, "prediction_of_XGB": "具有荷叶效应", "prediction_of_XGB_probability": 0.969, "prediction_of_ANN": "具有荷叶效应", "prediction_of_ANN_probability": 1, "result": "", "doi": "", "created_at": "2023-02-01 17:27:59" }, { "id": 195, "tpye": 1, "WCA_APP": 0, "Enter_WCA_APP": "", "IH_Rate_Choice_APP": "2", "surface_type_APP": 3, "pitchtype_APP": "cuboid/pyramid/frustum of pyramid", "side_shape_APP": 1, "Arrangement_APP": "Square", "GeoRatio_APP": 0, "DownWidth_APP": 10, "UpWidth_APP": 5, "Height_APP": 15, "Pitch_APP": 15, "upload_figure_APP": "", "file_name_APP": "", "selection_APP": "1", "prediction_of_RF": "具有荷叶效应", "prediction_of_RF_probability": 0.743, "prediction_of_XGB": "具有荷叶效应", "prediction_of_XGB_probability": 0.939, "prediction_of_ANN": "具有荷叶效应", "prediction_of_ANN_probability": 1, "result": "", "doi": "", "created_at": "2023-01-31 20:12:32" }, ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">int</td> <td>1预测 2提交</td> </tr> <tr> <td style="text-align: left;">result</td> <td style="text-align: left;">string</td> <td>type为2时提交的结果信息</td> </tr> <tr> <td style="text-align: left;">doi</td> <td style="text-align: left;">string</td> <td>type为2时提交的DOI号</td> </tr> </tbody> </table>

页面列表

ITEM_HTML