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

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


提交任务

<h5>简要描述:</h5> <ul> <li>提交任务接口</li> <li>接口统一使用的编码为:UTF-8</li> </ul> <h5>请求URL:</h5> <ul> <li>/extfe/submitTask 测试环境域名是https://testgmall.m.qq.com 正式环境域名是https://gmall.m.qq.com</li> </ul> <h5>请求方式:</h5> <ul> <li>POST <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>order_data</td> <td>是</td> <td>int数组</td> <td>订单数据</td> </tr> <tr> <td>app_id</td> <td>是</td> <td>int</td> <td>业务id</td> </tr> <tr> <td>login_key</td> <td>是</td> <td>string</td> <td>登陆校验串</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code class="language-json"> { ret: 0, msg: 'suc', data: { resp: { "ret": 0, "task_coin": [{"order_id":"","ret":0,"coin_num":0}], "total_coin": 0 } } }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>total_coin</td> <td>int</td> <td>总金币数</td> </tr> <tr> <td>task_coin</td> <td>array</td> <td>任务金币列表</td> </tr> </tbody> </table> <p>备注</p>

页面列表

ITEM_HTML