大平台——App客户端接口

App接口


查询会员过期信息5.5

<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;">是</td> <td style="text-align: left;">string</td> <td>客户id</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> { "modular": "useraccount", "param": { "authKey": "5E3C9CAE63105652E053C208A8C01C10", "custId": "EFAD2C1757EA418BABA8D58D49B9DDFB", "dtype": "2", "secretKey": "02EEA3D2E9763CDB22C0FBD4C852418D", "timeStamp": "1553587291886", "userKey": "63AD679E72DB0951E053C208A8C0FA06", "uuid": "3d3717e615734fb48895178f2cb6a0b2" }, "requestname": "queryUserMember", "version": "5.5" }</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;">isMember</td> <td style="text-align: left;">string</td> <td>是否是会员 1是 0否</td> </tr> <tr> <td style="text-align: left;">memberEndTime</td> <td style="text-align: left;">string</td> <td>会员过期时间</td> </tr> <tr> <td style="text-align: left;">userId</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "result": "isMember": "1", "memberEndTime": "2021-02-03 06:00", "userId": "63AD679E72DB0951E053C208A8C0FA06" }, "resultcode": "0", "resultdesc": "success" }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <blockquote> <p>欢迎使用ShowDoc!欢迎使用ShowDoc!欢迎使用ShowDoc!</p> </blockquote>

页面列表

ITEM_HTML