全球充值


下拉数据

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>渠道下拉数据</li> </ul> <h5>请求URL</h5> <ul> <li><code>/adminapi/channel/select</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>请求头</h5> <ul> <li>authori-zation:Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwd2QiOiJmZTNhNjU5YTk4NDQ4M2VjM2MzZWY5NDNhNzJmYTRmOSIsImlzcyI6InRlbGVkZGQuY24iLCJhdWQiOiJ0ZWxlZGRkLmNuIiwiaWF0IjoxNzQ0ODEyOTgwLCJuYmYiOjE3NDQ4MTI5ODAsImV4cCI6MTc0NzQwNDk4MCwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.tEkKT7svI7a8ByOUo5S_-FxtQj2y246ThtdqRcS3PDk</li> </ul> <h5>返回示例</h5> <pre><code>{     &amp;quot;status&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: 2,             &amp;quot;name&amp;quot;: &amp;quot;DTone&amp;quot;         },         {             &amp;quot;id&amp;quot;: 1,             &amp;quot;name&amp;quot;: &amp;quot;易付全球&amp;quot;         }     ] }</code></pre> <h5>返回参数说明</h5> <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;">status</td> <td style="text-align: left;">int</td> <td>200 成功</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">string</td> <td>提示</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">object</td> <td>数据</td> </tr> <tr> <td style="text-align: left;">data.id</td> <td style="text-align: left;">int</td> <td>id</td> </tr> <tr> <td style="text-align: left;">data.name</td> <td style="text-align: left;">string</td> <td>名称</td> </tr> </tbody> </table> <h5>备注</h5>

页面列表

ITEM_HTML