运营后台2.0


模板管理-条件查询

<p><strong>简要描述:</strong> </p> <ul> <li>模板审核状态条件查询</li> </ul> <p><strong>权限描述:</strong> </p> <ul> <li>incrementServicesss.quaryTemplateList</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li>` /aggplat_mvc/templateManageAction/quaryTemplateList.do</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;">currentPage</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>当前页数</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>每页条目数</td> </tr> <tr> <td style="text-align: left;">templateStatus</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Integer</td> <td>审核状态</td> </tr> <tr> <td style="text-align: left;">likeContent</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>模板Code或者模板内容模糊查询</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;respCode&amp;quot;:&amp;quot;success&amp;quot;, &amp;quot;respMsg&amp;quot;:&amp;quot;通讯成功&amp;quot;, &amp;quot;data&amp;quot;:{ &amp;quot;paginator&amp;quot;:{ &amp;quot;currentPage&amp;quot;:1, &amp;quot;pageSize&amp;quot;:20, &amp;quot;pageNum&amp;quot;:1, &amp;quot;totalCount&amp;quot;:2 }, &amp;quot;list&amp;quot;:[ { &amp;quot;tempCode&amp;quot;:&amp;quot;123123123&amp;quot;, &amp;quot;tempName&amp;quot;:&amp;quot;测试模版名称&amp;quot;, &amp;quot;tempType&amp;quot;:13, &amp;quot;tempSignature&amp;quot;:&amp;quot;现在支付&amp;quot;, &amp;quot;tempContent&amp;quot;:&amp;quot;${name}您好,您的验证码是${code}&amp;quot;, &amp;quot;createTime&amp;quot;:&amp;quot;2018-05-02 18:47:47&amp;quot;, &amp;quot;templateStatus&amp;quot;:1, &amp;quot;tempSignatureType&amp;quot;:null, &amp;quot;reviewFailReson&amp;quot;:&amp;quot;&amp;quot; }, { &amp;quot;tempCode&amp;quot;:&amp;quot;000000711696011&amp;quot;, &amp;quot;tempName&amp;quot;:&amp;quot;'测试模板2'&amp;quot;, &amp;quot;tempType&amp;quot;:13, &amp;quot;tempSignature&amp;quot;:&amp;quot;'现在支付'&amp;quot;, &amp;quot;tempContent&amp;quot;:&amp;quot;'${name}您好,您的验证码是${code}'&amp;quot;, &amp;quot;createTime&amp;quot;:&amp;quot;2018-05-03 18:34:24&amp;quot;, &amp;quot;templateStatus&amp;quot;:1, &amp;quot;tempSignatureType&amp;quot;:null, &amp;quot;reviewFailReson&amp;quot;:&amp;quot;&amp;quot; } ] }, &amp;quot;dataObject&amp;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> <tr> <td style="text-align: left;">currentPage</td> <td style="text-align: left;">int</td> <td>当前页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">int</td> <td>每页条目数</td> </tr> <tr> <td style="text-align: left;">totalCount</td> <td style="text-align: left;">long</td> <td>总记录数</td> </tr> <tr> <td style="text-align: left;">totalPage</td> <td style="text-align: left;">long</td> <td>总页数</td> </tr> <tr> <td style="text-align: left;">tempCode</td> <td style="text-align: left;">String</td> <td>模板CODE</td> </tr> <tr> <td style="text-align: left;">tempName</td> <td style="text-align: left;">String</td> <td>模板名称</td> </tr> <tr> <td style="text-align: left;">tempType</td> <td style="text-align: left;">Integer</td> <td>短信类型 (13,行业短信 14,营销短信)</td> </tr> <tr> <td style="text-align: left;">tempSignature</td> <td style="text-align: left;">String</td> <td>模板签名</td> </tr> <tr> <td style="text-align: left;">tempContent</td> <td style="text-align: left;">String</td> <td>模板内容</td> </tr> <tr> <td style="text-align: left;">createTime</td> <td style="text-align: left;">String</td> <td>创建时间</td> </tr> <tr> <td style="text-align: left;">templateStatus</td> <td style="text-align: left;">Integer</td> <td>审核状态(0,审核通过 1,审核中 2,审核驳回 )</td> </tr> <tr> <td style="text-align: left;">reviewFailReson</td> <td style="text-align: left;">String</td> <td>驳回理由</td> </tr> </tbody> </table>

页面列表

ITEM_HTML