【小程序管理】【体验者查询】
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看体验者</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>测试环境 <code>/aggplat_mvc/miniRegisterController/queryExperiencerList.do</code></li>
</ul>
<p><strong>请求示例:</strong></p>
<pre><code>{
"wechatId":"qwasda",
}
</code></pre>
<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;">wechatId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>微信号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"respCode":"failure",
"respMsg":"通讯成功",
"data":{
"paginator":{
"currentPage":1,
"pageSize":20,
"pageNum":0,
"totalCount":0
},
"list":[
{
"mchId":"000000100537849",
"createTime":"2019-03-18 20:40:26",
"wechatId":"cbt123xwn",
"updateTime":"2019-03-19 09:34:51",
"userstr":"ad86309c10d7c777e949bb76243a1d8c34a3fadef56ce7ed36e92c31eb9e72b2"
},
{
"mchId":"000000100537849",
"createTime":"2019-03-18 20:40:05",
"wechatId":"hanweishaonian",
"updateTime":"2019-03-19 09:34:49",
"userstr":"2555e82ca0cd9fc7d216ce47f00eeb14c5f3207f6621e2ecc8e18ac952a5a376"
}
]
},
"dataObject":null
}</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;">wechatId</td>
<td style="text-align: left;">String</td>
<td>微信号</td>
</tr>
<tr>
<td style="text-align: left;">userstr</td>
<td style="text-align: left;">String</td>
<td>体验者唯一标示</td>
</tr>
</tbody>
</table>