查询合作申请详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询合作申请详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/app/app/cooperation/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>id
(param)</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "success",
"data": {
"id": 1,
"userId": 12,
"userName": "15170232951",
"companyName": null,
"contactName": "test",
"contactPhone": "12345678911",
"contactEmail": null,
"terminalCount": "1-20",
"city": "江苏省盐城市",
"customType": "企业",
"remark": "呵呵呵呵",
"payUuid": null,
"delFlag": null,
"createBy": null,
"createTime": "2020-04-10 16:55:13"
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>