全球充值


商品选择

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>商品选择</li> </ul> <h5>请求URL</h5> <ul> <li><code>/adminapi/order/batch/product/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;: 3,             &amp;quot;store_name&amp;quot;: &amp;quot;2&amp;quot;,             &amp;quot;price&amp;quot;: &amp;quot;0.00&amp;quot;,             &amp;quot;description&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;fff&amp;lt;/p&amp;gt;&amp;quot;,             &amp;quot;couponId&amp;quot;: []         },         {             &amp;quot;id&amp;quot;: 2,             &amp;quot;store_name&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;price&amp;quot;: &amp;quot;1.00&amp;quot;,             &amp;quot;description&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;ddd&amp;lt;/p&amp;gt;&amp;quot;,             &amp;quot;couponId&amp;quot;: []         },         {             &amp;quot;id&amp;quot;: 1,             &amp;quot;store_name&amp;quot;: &amp;quot;移动100面额&amp;quot;,             &amp;quot;price&amp;quot;: &amp;quot;100.00&amp;quot;,             &amp;quot;description&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;移动话费到账100&amp;lt;/p&amp;gt;&amp;quot;,             &amp;quot;couponId&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.store_name</td> <td style="text-align: left;">string</td> <td>名称</td> </tr> <tr> <td style="text-align: left;">data.price</td> <td style="text-align: left;">string</td> <td>价格</td> </tr> </tbody> </table> <h5>备注</h5>

页面列表

ITEM_HTML