运营后台2.0


模板管理-模板查询(tempCode)

<p><strong>简要描述:</strong> </p> <ul> <li>根据tempCode查询模板</li> </ul> <p><strong>权限描述:</strong> </p> <ul> <li>incrementServicesss.quaryTemplate</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li>` /aggplat_mvc/templateManageAction/quaryTemplate.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;">tempCode</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;:null, &amp;quot;dataObject&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;:null, &amp;quot;templateStatus&amp;quot;:1, &amp;quot;tempSignatureType&amp;quot;:1 } }</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;">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;">tempSignatureType</td> <td style="text-align: left;">Integer</td> <td>签名类型(1,前置签名 2,后置签名 )</td> </tr> </tbody> </table>

页面列表

ITEM_HTML