小程序


保存公司章程接口

<p><strong>简要描述:</strong> </p> <ul> <li>保存公司章程接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://106.15.251.200:8686/legal/word/saveCompanyPolicy</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> Headers: token: 8881540f8804123978c68ddca4009016 userId: 2</p> <pre><code>{ "companyName":"上海爱喜信息科技有限", "companyAddress":"虹桥商务区", "companyRange":"软件", "companyLimit":"10", "registeredCity":"上海", "payYear":"2020", "payMonth":"05", "payDay":"12", "excessAmount":"10", "legalRep":"董事长", "monitorNum":2, "boardNum":"5", "boardName":"wangwu", "signlist":[ { "name":"股东1", "cardNumber":"5689741", "shareholderTypeDesc":"", "address":"hhh", "shareholderType":1 }, { "name":"股东2", "cardNumber":"66661", "shareholderTypeDesc":"", "address":"hhh", "shareholderType":1 }, { "name":"股东3", "cardNumber":"", "shareholderTypeDesc":"78945613", "address":"uuu", "shareholderType":2 }, { "name":"股东4", "cardNumber":"", "shareholderTypeDesc":"78945613", "address":"uuu", "shareholderType":2 } ], "fundsBean":[ { "name":"注册资本中的名称", "proportion":"25", "afterSubscription":"1", "fundType":"uu" }, { "name":"hpp", "proportion":"25", "afterSubscription":"1", "fundType":"uu" }, { "name":"kkll", "proportion":"25", "afterSubscription":"1", "fundType":"uu" }, { "name":"llur", "proportion":"25", "afterSubscription":"1", "fundType":"uu" } ], "boardListBean":[ { "number":"1", "name":"wagnwu" }, { "number":"1", "name":"lisi" } ] }</code></pre> <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;">shareholderType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>1:自然人; 2: 法人</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "status": "1", "msg": "success", "data": { "orderNum": "935VZDDMD1589257628157" } }</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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML