大平台——App客户端接口

App接口


获取留言总数及热线电话

<p><strong>简要描述:</strong> </p> <ul> <li>获取招商网站意向客户留言总数及热线电话</li> </ul> <p><strong>作者:</strong> </p> <ul> <li>丁晓忠</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/xtwl_read_interface/cmd</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;">custId</td> <td style="text-align: left;">String</td> <td style="text-align: left;">否</td> <td>填1或者不填</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code>{ "param" : { "custId" : "1", "dtype" : "4", "timeStamp" : "1540618855741", "uuid" : "d1852627-5c35-4e5d-8358-bbf4a5abcd2f", "secretKey" : "270917DC95436ED510970DC8EEA8A3A7", "authKey" : "0", "userKey" : "746C45B70EFA6F77E0532E1E1FACA763" }, "modular" : "message", "requestname" : "queryCustJoinMsgCount", "source" : "2", "version" : "1.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;">totalRecord</td> <td style="text-align: left;">int</td> <td>留言总数</td> </tr> <tr> <td style="text-align: left;">serviceTel</td> <td style="text-align: left;">String</td> <td>热线电话</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "result": { "totalRecord": 2897, "serviceTel": "18118860011" }, "resultcode": "0", "resultdesc": "success" }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML