拼多多我的商城---李辉
<p><strong>简要描述:</strong> </p>
<ul>
<li>拼多多我的商城-</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/gylm/pinduoduo/v1/myshop</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户uid</td>
</tr>
<tr>
<td style="text-align: left;">userType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户类型 1 分公司 8 总监 9超级会员</td>
</tr>
<tr>
<td style="text-align: left;">pid</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>拼多多pid有就传</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1545714649,
"data": {
"imgs": [
{
"im_img": "http://www.gaoyong666.com/public/inviteimg/5b067d73f2589.png"
},
{
"im_img": "http://www.gaoyong666.com/public/inviteimg/5b067d763567e.png"
},
{
"im_img": "http://www.gaoyong666.com/public/inviteimg/5b067d789fab9.png"
}
],
"url": "https://p.pinduoduo.com/cIcmau2T"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>