支付页面价格数据
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于2022-03-17 14:30:33 星期四</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/selectTransmitterPriceInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": [
{
"show_renewal_day": "3天",
"show_price": "首次免费",
"daily_average": "日均0豆",
"renewal_day": 3,
"price": 0
},
{
"show_renewal_day": "7天",
"show_price": "1680豆",
"daily_average": "日均240豆",
"renewal_day": 7,
"price": 1680
},
{
"show_renewal_day": "一个月",
"show_price": "5980豆",
"daily_average": "日均192.9豆",
"renewal_day": 31,
"price": 5980
},
{
"show_renewal_day": "三个月",
"show_price": "8880豆",
"daily_average": "日均95.4豆",
"renewal_day": 93,
"price": 8880
},
{
"show_renewal_day": "一年",
"show_price": "18880豆",
"daily_average": "日均51.7豆",
"renewal_day": 365,
"price": 18880
}
]
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>show_renewal_day:显示的时长</li>
<li>show_price:显示的价格</li>
<li>daily_average:日均价格</li>
<li>renewal_day:传输价格</li>
<li>price:价格数值</li>
</ul>