腾讯珊瑚接入流程和开发指引

接入流程+开发工作量+开发接口


会员明细

<h5>请求URL:</h5> <ul> <li>/ext/getGrowMemberRecord 测试环境域名是https://testgmall.m.qq.com 正式环境域名是https://gmall.m.qq.com</li> </ul> <p>签名规则:<a href='https://www.showdoc.cc/1procedure2develop?page_id=3125189450329585'>签名<a/> 注意本接口签名requestBody参数要进行<strong>字典排序</strong>之后参与签名</p> <h5>请求方式:</h5> <ul> <li>GET <strong>参数:</strong></li> </ul> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>account_id</td> <td>是</td> <td>string</td> <td>用户账号id</td> </tr> <tr> <td>device_id</td> <td>是</td> <td>string</td> <td>设备id</td> </tr> <tr> <td>appid</td> <td>是</td> <td>int</td> <td>业务id</td> </tr> <tr> <td>login_key</td> <td>是</td> <td>string</td> <td>登陆校验串</td> </tr> <tr> <td>sign</td> <td>是</td> <td>string</td> <td>签名</td> </tr> <tr> <td>timestamp</td> <td>是</td> <td>int</td> <td>签名时间戳</td> </tr> <tr> <td>member_type</td> <td>否</td> <td>string</td> <td>默认 <code>CommonMember</code></td> </tr> <tr> <td>start_ts</td> <td>否</td> <td>long</td> <td>记录开始时间戳,默认返回当天的</td> </tr> <tr> <td>ver</td> <td>否</td> <td>int</td> <td>默认<code>1</code></td> </tr> </tbody> </table> <p><strong>返回的接口格式</strong></p> <pre><code class="language-json">{ "ret": 0, "data": { "ret": 0, "action": {}, "rfm": {}, "next_ts": 0 }, "msg": "success" }</code></pre> <p><strong>参数</strong></p> <p><strong> member 属性 </strong></p> <table> <thead> <tr> <th>字段</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>action</td> <td>是</td> <td>object</td> <td>会员行为成长模型明细</td> </tr> <tr> <td>rfm</td> <td>是</td> <td>object</td> <td>会员RFM成长模型明细</td> </tr> <tr> <td>next_ts</td> <td>是</td> <td>long</td> <td>如果返回的记录太多,该值为下次拉取的start_ts,否则为0</td> </tr> </tbody> </table> <p><strong> action/rfm 明细字段 </strong></p> <table> <thead> <tr> <th>字段</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>type</td> <td>是</td> <td>string</td> <td>行为类型</td> </tr> <tr> <td>task_id</td> <td>是</td> <td>int</td> <td>行为对应的任务ID</td> </tr> <tr> <td>order_id</td> <td>是</td> <td>string</td> <td>行为会话标识</td> </tr> <tr> <td>score</td> <td>是</td> <td>int</td> <td>行为成长值</td> </tr> <tr> <td>weight</td> <td>是</td> <td>float</td> <td>权重</td> </tr> <tr> <td>weight_score</td> <td>是</td> <td>float</td> <td>加权成长值</td> </tr> <tr> <td>desc</td> <td>是</td> <td>string</td> <td>描述</td> </tr> <tr> <td>start_ts</td> <td>是</td> <td>long</td> <td>行为开始时间戳</td> </tr> <tr> <td>finish_ts</td> <td>是</td> <td>long</td> <td>行为结束时间戳</td> </tr> </tbody> </table>

页面列表

ITEM_HTML