小程序


根据订单号获取数据

<p><strong>简要描述:</strong> </p> <ul> <li>根据订单号获取数据</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://localhost:8086/legal/order/getInfoByOrderNum</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <pre><code>{ "orderNum":"438JKLNRO1605165273501" }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ "status": "1", "msg": "success", "data": { "id": 141, "custId": 1, "templetId": null, "status": 0, "email": null, "orderNum": "438JKLNRO1605165273501", "fileName": "股东间合作协议书(脱敏清洁版).docx", "orderJson": "{\"year\":\"2020\",\"month\":\"11\",\"day\":\"12\",\"address\":\"北京市东城区\",\"timeLimit\":1,\"boardType\":1,\"monitorType\":1,\"monitorNum\":1,\"legalRep\":\"1\",\"exitTimeLimit\":\"1\",\"exitReson\":\"asdsadas\",\"exitPrice\":\"asdsads\",\"disputeType\":1,\"courtCity\":\"sadsa\",\"number\":1,\"signlist\":[{\"name\":\"asdsa\",\"cardNumber\":\"22132213\",\"address\":\"asdasdsad\",\"shareholderType\":1}],\"funds\":[{\"name\":\"asdsasa\",\"subscription\":\"1111\",\"proportion\":\"1\",\"afterSubscription\":\"1\",\"fundType\":\"sadasdsa\",\"companyName\":\"asdsa\"}],\"boardListBean\":[{\"number\":1,\"name\":\"10\"},{\"number\":1,\"name\":\"10\"}],\"totalAfterSubscription\":\"1\",\"fundsBeanList\":[{\"name\":\"asdsasa\",\"proportion\":\"1\",\"afterSubscription\":\"1\",\"payTime\":\"null-null-null\"}],\"fundsText\":{\"text\":\"asdsa设董事会,董事会成员共2名,由10提名1名由10提名1名由股东会选举产生;设董事长一名,由null提名的董事担任。\"},\"monitorInfo\":{\"text\":\"asdsa设监事会,由1名监事组成。\"},\"resons\":[{\"reson\":\"asdsadas\"}],\"disputeText\":{\"text\":\"本协议各方因本协议产生的任何争议,均应首先通过友好协商解决。协商不成,任何一方均有权向sadsa市null区有管辖权的法院提起诉讼。\"},\"templateType\":11,\"companyName\":\"asdsa\",\"companyAddress\":\"sadsa\",\"companyLimit\":\"1\",\"companyRange\":\"21fasdsa\"}", "ossFilePath": null, "price": 0.01, "createDate": 1605165272000, "updateDate": 1605165272000 } }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">status</td> <td style="text-align: left;">int</td> <td>状态id, 1:成功 0:失败</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">Object</td> <td></td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML