fc


前期选择类型

<h5>接口说明</h5> <p>前期选择类型</p> <h5>请求URL</h5> <ul> <li><code>{{url_prefix}}/api/v1/pay/prepare/firm</code></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;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>选择类型</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;type&amp;quot;:0 }</code></pre> <p>&lt;br/&gt;</p> <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;">name</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>名称</td> </tr> <tr> <td style="text-align: left;">price</td> <td style="text-align: left;">是</td> <td style="text-align: left;">BigDecimal</td> <td>价格</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>状态</td> </tr> </tbody> </table> <h5>响应示例</h5> <pre><code>{ &amp;quot;message&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;price&amp;quot;: 1299.00, &amp;quot;name&amp;quot;: &amp;quot;城市版&amp;quot; }, &amp;quot;status&amp;quot;: &amp;quot;200&amp;quot; }</code></pre>

页面列表

ITEM_HTML