点开工具、字典、anything


golang 分流服务接口

<p><strong>简要描述:</strong> </p> <ul> <li>用户注册接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>测试服:172.18.19.84:12590</code></li> <li><code>正式服:abtest-shunt-service:12590</code></li> <li><code>/abtest/shunt</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST 1 <strong>参数:</strong> </li> </ul> <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;">groupID</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>实验组</td> </tr> <tr> <td style="text-align: left;">mark</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>标记</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> [ {"groupID":"group1","mark":"openid"}, {"groupID":"group2","mark":"openid"}, {"groupID":"group3","mark":"openid"} ]</code></pre> <p><strong>返回示例</strong></p> <pre><code> { "errCode": 0, "errMsg": "success", "data": [ {"groupID":"group1","mark":"openid","tag":1}, {"groupID":"group2","mark":"openid","tag":2}, {"groupID":"group3","mark":"openid","tag":3} ] }</code></pre>

页面列表

ITEM_HTML