加载分享列表中的一个工艺
<p>*</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>加载分享列表中的一个工艺配置</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/user/find_process</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>分享信息的id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 1,
"msg": "yes",
"data": [
{
"key_name": "Bancai",
"value": "{\"doorThick\":\"17\",\"hardBackMargin\":\"17\",\"hardBackThick\":\"17\",\"noHoleThick\":\"17\",\"thinBackMargin\":\"0\",\"thinBackThick\":\"5\",\"wardrobeThick\":\"17\"}",
"phone": "15183153034",
"name": "用户151*3034",
"id": 1,
"uid": 2150,
"process_id": 685,
"download": 1,
"create_time": "2019-05-25 15:49:19",
"dele": 0,
"dele_time": null,
"title": "我的配置参数",
"text": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "",
"view": 7
}
]
}</code></pre>
<p>*</p>