列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/auth-sms/smsMchTemplateConfig/templateList.do</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;">mchId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>商户id</td>
</tr>
<tr>
<td style="text-align: left;">mchName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>商户名称</td>
</tr>
<tr>
<td style="text-align: left;">mchManager</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>商户管理者</td>
</tr>
<tr>
<td style="text-align: left;">channelId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>渠道id</td>
</tr>
<tr>
<td style="text-align: left;">businessType</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">Integer</td>
<td>业务类型</td>
</tr>
<tr>
<td style="text-align: left;">tempCode</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>模板code</td>
</tr>
<tr>
<td style="text-align: left;">tempStatus</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">Integer</td>
<td>模板状态</td>
</tr>
<tr>
<td style="text-align: left;">currentPage</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>{
&quot;head&quot;: {
&quot;rd&quot;: &quot;0&quot;,
&quot;rm&quot;: &quot;交易成功&quot;
},
&quot;body&quot;: {
&quot;paginator&quot;: {
&quot;currentPage&quot;: 1,
&quot;pageSize&quot;: 20,
&quot;pageNum&quot;: 1,
&quot;totalCount&quot;: 1,
&quot;orderIndexPrevate&quot;: null,
&quot;orderIndexNext&quot;: null,
&quot;prevTotalCount&quot;: null,
&quot;currentTotalCount&quot;: null,
&quot;tenNum&quot;: null,
&quot;factTransDateBegin&quot;: null,
&quot;factTransDateEnd&quot;: null,
&quot;pageType&quot;: null
},
&quot;result&quot;: [
{
&quot;id&quot;: null,
&quot;mchId&quot;: &quot;000000100533706&quot;,
&quot;mchName&quot;: &quot;我的测试&quot;,
&quot;businessType&quot;: 13,
&quot;tempName&quot;: &quot;测试模版名称&quot;,
&quot;tempSignature&quot;: &quot;现在支付&quot;,
&quot;tempSignType&quot;: 2,
&quot;tempCode&quot;: &quot;123123122&quot;,
&quot;tempContent&quot;: &quot;${name}您好,您的验证码是${code}&quot;,
&quot;createTime&quot;: 1525258067000,
&quot;tempStatus&quot;: 2,
&quot;channelId&quot;: &quot;1307&quot;,
&quot;channelName&quot;: null,
&quot;acceptPersonnName&quot;: null,
&quot;acceptPersonCode&quot;: null,
&quot;acceptTime&quot;: 1525258067000,
&quot;likeContent&quot;: 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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>