获取我发布的某条信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取我发布的某条信息接口</li>
</ul>
<p><strong>请求URL(发送验证码):</strong> </p>
<ul>
<li><code>https://828.xiaozhangshi.com/api/app/getmyreleasedtl</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;">int</td>
<td>我发布信息id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;data&quot;: {
&quot;id&quot;: 2,
&quot;title&quot;: &quot;测试测试&quot;,
&quot;isEnable&quot;: true,
&quot;imgUrl&quot;: &quot;/upload/images/2024821/638598789093053504.jpg&quot;,
&quot;category&quot;: 0,
&quot;labels&quot;: &quot;sdfjlsd,3423,老师快递费&quot;,
&quot;viewCount&quot;: 2,
&quot;descInfo&quot;: &quot;水电费水电费&quot;,
&quot;contacts&quot;: &quot;发给对方&quot;,
&quot;phone&quot;: &quot;18975485525&quot;,
&quot;sort&quot;: 99,
&quot;verifyStatus&quot;: 1,
&quot;verifyResult&quot;: null,
&quot;verifyDate&quot;: null,
&quot;createDate&quot;: &quot;2024-08-21 23:15:32&quot;,
&quot;releaseUserId&quot;: 2,
&quot;releaseUserName&quot;: &quot;莱克斯顿冯有限公司&quot;,
&quot;orgId&quot;: 1,
&quot;remarks&quot;: null
},
&quot;msg&quot;: &quot;获取成功&quot;
}</code></pre>