审查视图

public/api.html 392.8 KB
郭盛 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
<!DOCTYPE html>
<html lang="zh-cn">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="">
        <meta name="author" content="航拍视频">
        <title>航拍视频</title>

        <!-- Bootstrap Core CSS -->
        <link href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">

        <!-- Plugin CSS -->
        <link href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

        <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
        <!--[if lt IE 9]>
        <script src="https://cdn.staticfile.org/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
        <![endif]-->

        <style type="text/css">
            body {
                padding-top: 70px; margin-bottom: 15px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
                font-weight: 400;
            }
            h2        { font-size: 1.6em; }
            hr        { margin-top: 10px; }
            .tab-pane { padding-top: 10px; }
            .mt0      { margin-top: 0px; }
            .footer   { font-size: 12px; color: #666; }
            .label    { display: inline-block; min-width: 65px; padding: 0.3em 0.6em 0.3em; }
            .string   { color: green; }
            .number   { color: darkorange; }
            .boolean  { color: blue; }
            .null     { color: magenta; }
            .key      { color: red; }
            .popover  { max-width: 400px; max-height: 400px; overflow-y: auto;}
            .list-group.panel > .list-group-item {
            }
            .list-group-item:last-child {
                border-radius:0;
            }
            h4.panel-title a {
                font-weight:normal;
                font-size:14px;
            }
            h4.panel-title a .text-muted {
                font-size:12px;
                font-weight:normal;
                font-family: 'Verdana';
            }
            #sidebar {
                width: 220px;
                position: fixed;
                margin-left: -240px;
                overflow-y:auto;
            }
            #sidebar > .list-group {
                margin-bottom:0;
            }
            #sidebar > .list-group > a{
                text-indent:0;
            }
            #sidebar .child {
                border:1px solid #ddd;
                border-bottom:none;
            }
            #sidebar .child > a {
                border:0;
            }
            #sidebar .list-group a.current {
                background:#f5f5f5;
            }
            @media (max-width: 1620px){
                #sidebar {
                    margin:0;
                }
                #accordion {
                    padding-left:235px;
                }
            }
            @media (max-width: 768px){
                #sidebar {
                    display: none;
                }
                #accordion {
                    padding-left:0px;
                }
            }
            .label-primary {
                background-color: #248aff;
            }

        </style>
    </head>
    <body>
        <!-- Fixed navbar -->
        <div class="navbar navbar-default navbar-fixed-top" role="navigation">
            <div class="container">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a class="navbar-brand" href="https://www.fastadmin.net" target="_blank">航拍视频</a>
                </div>
                <div class="navbar-collapse collapse">
                    <form class="navbar-form navbar-right">
                        <div class="form-group">
                            Token:
                        </div>
                        <div class="form-group">
                            <input type="text" class="form-control input-sm" data-toggle="tooltip" title="Token在会员注册或登录后都会返回,WEB端同时存在于Cookie中" placeholder="token" id="token" />
                        </div>
                        <div class="form-group">
                            Apiurl:
                        </div>
                        <div class="form-group">
                            <input id="apiUrl" type="text" class="form-control input-sm" data-toggle="tooltip" title="API接口URL" placeholder="https://api.mydomain.com" value="" />
                        </div>
                        <div class="form-group">
                            <button type="button" class="btn btn-success btn-sm" data-toggle="tooltip" title="点击保存后Token和Api url都将保存在本地Localstorage中" id="save_data">
                                <span class="glyphicon glyphicon-floppy-disk" aria-hidden="true"></span>
                            </button>
                        </div>
                    </form>
                </div><!--/.nav-collapse -->
            </div>
        </div>

        <div class="container">
            <!-- menu -->
            <div id="sidebar">
                <div class="list-group panel">
                                        <a href="#公共接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">公共接口  <i class="fa fa-caret-down"></i></a>
                    <div class="child collapse" id="公共接口">
                                                <a href="javascript:;" data-id="0" class="list-group-item">加载初始化</a>
                                                <a href="javascript:;" data-id="1" class="list-group-item">上传文件</a>
                                            </div>
郭盛 authored
147 148
                                        <a href="#支付接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">支付接口  <i class="fa fa-caret-down"></i></a>
                    <div class="child collapse" id="支付接口">
149
                                                <a href="javascript:;" data-id="2" class="list-group-item">充值支付</a>
郭盛 authored
150 151 152
                                                <a href="javascript:;" data-id="3" class="list-group-item">开通会员支付</a>
                                                <a href="javascript:;" data-id="4" class="list-group-item">图片购买支付</a>
                                                <a href="javascript:;" data-id="5" class="list-group-item">视频购买支付</a>
郭盛 authored
153 154 155
                                                <a href="javascript:;" data-id="6" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="7" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="8" class="list-group-item"></a>
郭盛 authored
156
                                                <a href="javascript:;" data-id="9" class="list-group-item"></a>
郭盛 authored
157
                                                <a href="javascript:;" data-id="10" class="list-group-item"></a>
郭盛 authored
158
                                            </div>
郭盛 authored
159 160
                                        <a href="#Token接口" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">Token接口  <i class="fa fa-caret-down"></i></a>
                    <div class="child collapse" id="Token接口">
郭盛 authored
161 162
                                                <a href="javascript:;" data-id="11" class="list-group-item">检测Token是否过期</a>
                                                <a href="javascript:;" data-id="12" class="list-group-item">刷新Token</a>
郭盛 authored
163 164 165
                                            </div>
                                        <a href="#个人中心" class="list-group-item" data-toggle="collapse" data-parent="#sidebar">个人中心  <i class="fa fa-caret-down"></i></a>
                    <div class="child collapse" id="个人中心">
郭盛 authored
166
                                                <a href="javascript:;" data-id="13" class="list-group-item">小程序登录</a>
郭盛 authored
167
                                                <a href="javascript:;" data-id="27" class="list-group-item">会员须知</a>
郭盛 authored
168 169
                                                <a href="javascript:;" data-id="38" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="37" class="list-group-item"></a>
郭盛 authored
170 171 172
                                                <a href="javascript:;" data-id="36" class="list-group-item">我的订单</a>
                                                <a href="javascript:;" data-id="35" class="list-group-item">删除订单</a>
                                                <a href="javascript:;" data-id="34" class="list-group-item"></a>
郭盛 authored
173 174 175 176 177
                                                <a href="javascript:;" data-id="33" class="list-group-item">创建组合订单</a>
                                                <a href="javascript:;" data-id="32" class="list-group-item">创建视频订单</a>
                                                <a href="javascript:;" data-id="31" class="list-group-item">创建图片订单</a>
                                                <a href="javascript:;" data-id="30" class="list-group-item">删除购物车商品</a>
                                                <a href="javascript:;" data-id="29" class="list-group-item">加入购物车</a>
郭盛 authored
178
                                                <a href="javascript:;" data-id="28" class="list-group-item">购物车列表</a>
郭盛 authored
179
                                                <a href="javascript:;" data-id="26" class="list-group-item">会员介绍</a>
郭盛 authored
180
                                                <a href="javascript:;" data-id="14" class="list-group-item">首页视频、图片、精美大片入口</a>
郭盛 authored
181
                                                <a href="javascript:;" data-id="25" class="list-group-item">创建开通会员订单</a>
郭盛 authored
182 183 184 185 186 187 188 189 190 191
                                                <a href="javascript:;" data-id="24" class="list-group-item">创建充值订单</a>
                                                <a href="javascript:;" data-id="23" class="list-group-item">我的</a>
                                                <a href="javascript:;" data-id="22" class="list-group-item">历史记录</a>
                                                <a href="javascript:;" data-id="21" class="list-group-item">视频详情</a>
                                                <a href="javascript:;" data-id="20" class="list-group-item">图片详情</a>
                                                <a href="javascript:;" data-id="19" class="list-group-item">精美大片列表</a>
                                                <a href="javascript:;" data-id="18" class="list-group-item">视频列表</a>
                                                <a href="javascript:;" data-id="17" class="list-group-item">图片列表</a>
                                                <a href="javascript:;" data-id="16" class="list-group-item">搜索页</a>
                                                <a href="javascript:;" data-id="15" class="list-group-item">地区分类</a>
郭盛 authored
192
                                                <a href="javascript:;" data-id="39" class="list-group-item">消费记录</a>
郭盛 authored
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438
                                            </div>
                                    </div>
            </div>
            <div class="panel-group" id="accordion">
                                <h2>公共接口</h2>
                <hr>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-0">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion0" href="#collapseOne0"> 加载初始化 <span class="text-muted">/api/common/init</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne0" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab0">
                                <li class="active"><a href="#info0" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox0" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample0" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info0">
                                    <div class="well">
                                        加载初始化                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>version</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>版本号</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>lng</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>经度</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>lat</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>纬度</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox0">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/init" method="get" name="form0" id="form0">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="version">version</label>
                                                            <input type="string" class="form-control input-sm" id="version" required placeholder="版本号" name="version">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="lng">lng</label>
                                                            <input type="string" class="form-control input-sm" id="lng" required placeholder="经度" name="lng">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="lat">lat</label>
                                                            <input type="string" class="form-control input-sm" id="lat" required placeholder="纬度" name="lat">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="0">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="0">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers0"></pre>
                                                            <pre id="response0"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample0">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response0"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-1">
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1"> 上传文件 <span class="text-muted">/api/common/upload</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne1" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab1">
                                <li class="active"><a href="#info1" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox1" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample1" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info1">
                                    <div class="well">
                                        上传文件                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>file</td>
                                                        <td>File</td>
                                                        <td></td>
                                                        <td>文件流</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox1">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/upload" method="POST" name="form1" id="form1">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="file">file</label>
                                                            <input type="File" class="form-control input-sm" id="file" required placeholder="文件流" name="file">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="1">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="1">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers1"></pre>
                                                            <pre id="response1"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample1">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response1"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
439
                                <h2>支付接口</h2>
郭盛 authored
440 441 442 443
                <hr>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-2">
                        <h4 class="panel-title">
444 445
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne2"> 充值支付 <span class="text-muted">/api/pay/pay</span></a>
郭盛 authored
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462
                        </h4>
                    </div>
                    <div id="collapseOne2" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab2">
                                <li class="active"><a href="#info2" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox2" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample2" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info2">
                                    <div class="well">
463
                                        充值支付                                    </div>
郭盛 authored
464 465 466
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
501 502
                                                        <td>order_id</td>
                                                        <td>inter</td>
郭盛 authored
503
                                                        <td></td>
504
                                                        <td>订单id</td>
郭盛 authored
505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox2">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
521
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
522
                                                <div class="panel-body">
523
                                                    <div class="headers">
郭盛 authored
524
                                                                                                                <div class="form-group">
525 526
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
郭盛 authored
527
                                                        </div>
528 529 530 531 532 533 534
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/pay" method="POST" name="form2" id="form2">
郭盛 authored
535
                                                                                                                <div class="form-group">
536 537
                                                            <label class="control-label" for="order_id">order_id</label>
                                                            <input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
郭盛 authored
538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="2">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="2">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers2"></pre>
                                                            <pre id="response2"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
560
郭盛 authored
561 562 563 564 565 566 567 568 569
                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample2">
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
570
                                            <pre id="sample_response2"></pre>
郭盛 authored
571 572 573 574 575 576 577 578 579 580 581
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-3">
                        <h4 class="panel-title">
郭盛 authored
582
                            <span class="label label-primary">POST</span>
郭盛 authored
583
                            <a data-toggle="collapse" data-parent="#accordion3" href="#collapseOne3"> 开通会员支付 <span class="text-muted">/api/pay/vippay</span></a>
郭盛 authored
584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600
                        </h4>
                    </div>
                    <div id="collapseOne3" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab3">
                                <li class="active"><a href="#info3" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox3" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample3" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info3">
                                    <div class="well">
郭盛 authored
601
                                        开通会员支付                                    </div>
郭盛 authored
602 603 604
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
623 624 625 626 627
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>order_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>订单id</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
646 647 648 649 650 651 652 653 654 655 656 657 658
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox3">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
659 660 661 662 663 664 665 666 667 668 669
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
郭盛 authored
670 671
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
672
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippay" method="POST" name="form3" id="form3">
郭盛 authored
673
                                                                                                                <div class="form-group">
郭盛 authored
674 675
                                                            <label class="control-label" for="order_id">order_id</label>
                                                            <input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
郭盛 authored
676 677
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719
                                                            <button type="submit" class="btn btn-success send" rel="3">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="3">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers3"></pre>
                                                            <pre id="response3"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample3">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response3"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-4">
                        <h4 class="panel-title">
郭盛 authored
720
                            <span class="label label-primary">POST</span>
郭盛 authored
721
                            <a data-toggle="collapse" data-parent="#accordion4" href="#collapseOne4"> 图片购买支付 <span class="text-muted">/api/pay/picpay</span></a>
郭盛 authored
722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738
                        </h4>
                    </div>
                    <div id="collapseOne4" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab4">
                                <li class="active"><a href="#info4" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox4" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample4" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info4">
                                    <div class="well">
郭盛 authored
739
                                        图片购买支付                                    </div>
郭盛 authored
740 741 742
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
761 762 763 764 765
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>order_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>订单id</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>支付方式 1 为余额支付 2为微信支付</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
790 791 792 793 794 795 796 797 798 799 800 801 802
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox4">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
803 804 805 806 807 808 809 810 811 812 813
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
郭盛 authored
814 815
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
816
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picpay" method="POST" name="form4" id="form4">
郭盛 authored
817
                                                                                                                <div class="form-group">
郭盛 authored
818 819 820 821 822 823
                                                            <label class="control-label" for="order_id">order_id</label>
                                                            <input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="type">type</label>
                                                            <input type="inter" class="form-control input-sm" id="type" required placeholder="支付方式 1 为余额支付 2为微信支付" name="type">
郭盛 authored
824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="4">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="4">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers4"></pre>
                                                            <pre id="response4"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample4">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response4"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-5">
                        <h4 class="panel-title">
郭盛 authored
868 869
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion5" href="#collapseOne5"> 视频购买支付 <span class="text-muted">/api/pay/videopay</span></a>
郭盛 authored
870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886
                        </h4>
                    </div>
                    <div id="collapseOne5" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab5">
                                <li class="active"><a href="#info5" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox5" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample5" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info5">
                                    <div class="well">
郭盛 authored
887
                                        视频购买支付                                    </div>
郭盛 authored
888 889 890
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
909 910 911 912 913
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>order_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>订单id</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>支付方式 1 为余额支付 2为微信支付</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
938 939 940 941 942 943 944 945 946 947 948 949 950
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox5">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
951 952 953 954 955 956 957 958 959 960 961
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
郭盛 authored
962 963
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
964
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/videopay" method="POST" name="form5" id="form5">
郭盛 authored
965
                                                                                                                <div class="form-group">
郭盛 authored
966 967 968 969 970 971
                                                            <label class="control-label" for="order_id">order_id</label>
                                                            <input type="inter" class="form-control input-sm" id="order_id" required placeholder="订单id" name="order_id">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="type">type</label>
                                                            <input type="inter" class="form-control input-sm" id="type" required placeholder="支付方式 1 为余额支付 2为微信支付" name="type">
郭盛 authored
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="5">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="5">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers5"></pre>
                                                            <pre id="response5"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample5">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response5"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
1013 1014 1015 1016
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-6">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
1017
                            <a data-toggle="collapse" data-parent="#accordion6" href="#collapseOne6">  <span class="text-muted">/api/pay/payOrderNotify</span></a>
郭盛 authored
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060
                        </h4>
                    </div>
                    <div id="collapseOne6" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab6">
                                <li class="active"><a href="#info6" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox6" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample6" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info6">
                                    <div class="well">
                                                                            </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox6">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1061
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/payOrderNotify" method="get" name="form6" id="form6">
郭盛 authored
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="6">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="6">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers6"></pre>
                                                            <pre id="response6"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample6">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response6"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-7">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
1109
                            <a data-toggle="collapse" data-parent="#accordion7" href="#collapseOne7">  <span class="text-muted">/api/pay/vippayOrderNotify</span></a>
郭盛 authored
1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152
                        </h4>
                    </div>
                    <div id="collapseOne7" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab7">
                                <li class="active"><a href="#info7" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox7" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample7" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info7">
                                    <div class="well">
                                                                            </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox7">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1153
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippayOrderNotify" method="get" name="form7" id="form7">
郭盛 authored
1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="7">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="7">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers7"></pre>
                                                            <pre id="response7"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample7">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response7"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-8">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
1201
                            <a data-toggle="collapse" data-parent="#accordion8" href="#collapseOne8">  <span class="text-muted">/api/pay/picOrderNotify</span></a>
郭盛 authored
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244
                        </h4>
                    </div>
                    <div id="collapseOne8" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab8">
                                <li class="active"><a href="#info8" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox8" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample8" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info8">
                                    <div class="well">
                                                                            </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox8">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1245
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picOrderNotify" method="get" name="form8" id="form8">
郭盛 authored
1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="8">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="8">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers8"></pre>
                                                            <pre id="response8"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample8">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response8"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
1289
                                <div class="panel panel-default">
郭盛 authored
1290
                    <div class="panel-heading" id="heading-9">
郭盛 authored
1291
                        <h4 class="panel-title">
郭盛 authored
1292
                            <span class="label label-success">GET</span>
郭盛 authored
1293
                            <a data-toggle="collapse" data-parent="#accordion9" href="#collapseOne9">  <span class="text-muted">/api/pay/videoOrderNotify</span></a>
郭盛 authored
1294 1295
                        </h4>
                    </div>
郭盛 authored
1296
                    <div id="collapseOne9" class="panel-collapse collapse">
郭盛 authored
1297 1298 1299
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1300 1301 1302 1303
                            <ul class="nav nav-tabs" id="doctab9">
                                <li class="active"><a href="#info9" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox9" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample9" data-toggle="tab">返回示例</a></li>
郭盛 authored
1304 1305 1306 1307 1308
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1309
                                <div class="tab-pane active" id="info9">
郭盛 authored
1310
                                    <div class="well">
郭盛 authored
1311
                                                                            </div>
郭盛 authored
1312 1313 1314 1315 1316 1317 1318 1319 1320
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
1321
郭盛 authored
1322 1323 1324 1325 1326 1327 1328 1329 1330
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
1331
                                <div class="tab-pane" id="sandbox9">
郭盛 authored
1332 1333 1334 1335 1336
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1337
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/videoOrderNotify" method="get" name="form9" id="form9">
郭盛 authored
1338
                                                                                                                <div class="form-group">
郭盛 authored
1339
郭盛 authored
1340 1341
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
1342 1343
                                                            <button type="submit" class="btn btn-success send" rel="9">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="9">重置</button>
郭盛 authored
1344 1345 1346 1347 1348 1349 1350 1351 1352
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
1353 1354
                                                            <pre id="response_headers9"></pre>
                                                            <pre id="response9"></pre>
郭盛 authored
1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
1369
                                <div class="tab-pane" id="sample9">
郭盛 authored
1370 1371
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
1372
                                            <pre id="sample_response9"></pre>
郭盛 authored
1373 1374 1375 1376 1377 1378 1379 1380 1381
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
1382
                    <div class="panel-heading" id="heading-10">
郭盛 authored
1383
                        <h4 class="panel-title">
郭盛 authored
1384
                            <span class="label label-success">GET</span>
郭盛 authored
1385
                            <a data-toggle="collapse" data-parent="#accordion10" href="#collapseOne10">  <span class="text-muted">/api/pay/getopenid</span></a>
郭盛 authored
1386 1387
                        </h4>
                    </div>
郭盛 authored
1388
                    <div id="collapseOne10" class="panel-collapse collapse">
郭盛 authored
1389 1390 1391
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1392 1393 1394 1395
                            <ul class="nav nav-tabs" id="doctab10">
                                <li class="active"><a href="#info10" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox10" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample10" data-toggle="tab">返回示例</a></li>
郭盛 authored
1396 1397 1398 1399 1400
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1401
                                <div class="tab-pane active" id="info10">
郭盛 authored
1402
                                    <div class="well">
郭盛 authored
1403
                                                                            </div>
郭盛 authored
1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
1423
                                <div class="tab-pane" id="sandbox10">
郭盛 authored
1424 1425 1426 1427 1428
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1429
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/getopenid" method="get" name="form10" id="form10">
郭盛 authored
1430 1431 1432 1433
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
1434 1435
                                                            <button type="submit" class="btn btn-success send" rel="10">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="10">重置</button>
郭盛 authored
1436 1437 1438 1439 1440 1441 1442 1443 1444
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
1445 1446
                                                            <pre id="response_headers10"></pre>
                                                            <pre id="response10"></pre>
郭盛 authored
1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
1461
                                <div class="tab-pane" id="sample10">
郭盛 authored
1462 1463
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
1464
                                            <pre id="sample_response10"></pre>
郭盛 authored
1465 1466 1467 1468 1469 1470 1471 1472
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
1473 1474
                                <h2>Token接口</h2>
                <hr>
郭盛 authored
1475
                                <div class="panel panel-default">
郭盛 authored
1476
                    <div class="panel-heading" id="heading-11">
郭盛 authored
1477
                        <h4 class="panel-title">
郭盛 authored
1478
                            <span class="label label-success">GET</span>
郭盛 authored
1479
                            <a data-toggle="collapse" data-parent="#accordion11" href="#collapseOne11"> 检测Token是否过期 <span class="text-muted">/api/token/check</span></a>
郭盛 authored
1480 1481
                        </h4>
                    </div>
郭盛 authored
1482
                    <div id="collapseOne11" class="panel-collapse collapse">
郭盛 authored
1483 1484 1485
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1486 1487 1488 1489
                            <ul class="nav nav-tabs" id="doctab11">
                                <li class="active"><a href="#info11" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox11" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample11" data-toggle="tab">返回示例</a></li>
郭盛 authored
1490 1491 1492 1493 1494
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1495
                                <div class="tab-pane active" id="info11">
郭盛 authored
1496
                                    <div class="well">
郭盛 authored
1497
                                        检测Token是否过期                                    </div>
郭盛 authored
1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox11">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1523
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/token/check" method="get" name="form11" id="form11">
郭盛 authored
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="11">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="11">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers11"></pre>
                                                            <pre id="response11"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample11">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response11"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-12">
                        <h4 class="panel-title">
郭盛 authored
1570 1571
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion12" href="#collapseOne12"> 刷新Token <span class="text-muted">/api/token/refresh</span></a>
郭盛 authored
1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588
                        </h4>
                    </div>
                    <div id="collapseOne12" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab12">
                                <li class="active"><a href="#info12" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox12" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample12" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info12">
                                    <div class="well">
郭盛 authored
1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682
                                        刷新Token                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox12">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/token/refresh" method="get" name="form12" id="form12">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="12">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="12">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers12"></pre>
                                                            <pre id="response12"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample12">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response12"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <h2>个人中心</h2>
                <hr>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-13">
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion13" href="#collapseOne13"> 小程序登录 <span class="text-muted">/api/user/login</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne13" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab13">
                                <li class="active"><a href="#info13" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox13" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample13" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info13">
                                    <div class="well">
1683
                                        小程序登录                                    </div>
郭盛 authored
1684 1685 1686
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
1687
郭盛 authored
1688 1689 1690 1691 1692
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719
                                                        <td>code</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>小程序code</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>nickname</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>小程序昵称</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>avatar</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>小程序头像</td>
郭盛 authored
1720 1721 1722
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
1723 1724 1725 1726 1727 1728 1729 1730 1731
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
1732
                                <div class="tab-pane" id="sandbox13">
郭盛 authored
1733 1734 1735
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
1736
                                                <div class="panel-heading"><strong>参数</strong></div>
郭盛 authored
1737
                                                <div class="panel-body">
郭盛 authored
1738
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/login" method="POST" name="form13" id="form13">
郭盛 authored
1739
                                                                                                                <div class="form-group">
1740 1741 1742 1743 1744 1745
                                                            <label class="control-label" for="code">code</label>
                                                            <input type="string" class="form-control input-sm" id="code" required placeholder="小程序code" name="code">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="nickname">nickname</label>
                                                            <input type="string" class="form-control input-sm" id="nickname" required placeholder="小程序昵称" name="nickname">
郭盛 authored
1746
                                                        </div>
郭盛 authored
1747
                                                                                                                <div class="form-group">
1748 1749
                                                            <label class="control-label" for="avatar">avatar</label>
                                                            <input type="string" class="form-control input-sm" id="avatar" required placeholder="小程序头像" name="avatar">
郭盛 authored
1750 1751
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
1752 1753
                                                            <button type="submit" class="btn btn-success send" rel="13">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="13">重置</button>
郭盛 authored
1754 1755 1756 1757 1758 1759 1760 1761 1762
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
1763 1764
                                                            <pre id="response_headers13"></pre>
                                                            <pre id="response13"></pre>
郭盛 authored
1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
1779
                                <div class="tab-pane" id="sample13">
郭盛 authored
1780 1781
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
1782
                                            <pre id="sample_response13">{
1783 1784 1785 1786 1787 1788 1789 1790 1791 1792
    "code": 1,
    "msg": "登录成功",
    "time": "1553839125",
    "data": {
    "token": "677afb39-1a4f-4492-84d3-0bcf32016b8a",//token
    "user_id": 27,//用户id
    "createtime": 1553839125,//登录时间
    "expiretime": 1556431125,//token失效时间
    "expires_in": 2592000//token失效剩余时间(单位s)
    "openid": 1485212522522//openid
郭盛 authored
1793
    }</pre>
郭盛 authored
1794 1795 1796 1797 1798 1799 1800 1801 1802
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
1803
                    <div class="panel-heading" id="heading-27">
郭盛 authored
1804 1805
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
1806
                            <a data-toggle="collapse" data-parent="#accordion27" href="#collapseOne27"> 会员须知 <span class="text-muted">/api/user/vipdetail</span></a>
郭盛 authored
1807 1808
                        </h4>
                    </div>
郭盛 authored
1809
                    <div id="collapseOne27" class="panel-collapse collapse">
郭盛 authored
1810 1811 1812
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1813 1814 1815 1816
                            <ul class="nav nav-tabs" id="doctab27">
                                <li class="active"><a href="#info27" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox27" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample27" data-toggle="tab">返回示例</a></li>
郭盛 authored
1817 1818 1819 1820 1821
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1822
                                <div class="tab-pane active" id="info27">
郭盛 authored
1823
                                    <div class="well">
郭盛 authored
1824
                                        会员须知                                    </div>
郭盛 authored
1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
1851 1852 1853 1854 1855 1856 1857 1858 1859 1860

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
1861
                                <div class="tab-pane" id="sandbox27">
郭盛 authored
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1878
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/vipdetail" method="POST" name="form27" id="form27">
郭盛 authored
1879 1880 1881 1882
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
1883 1884
                                                            <button type="submit" class="btn btn-success send" rel="27">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="27">重置</button>
郭盛 authored
1885 1886 1887 1888 1889 1890 1891 1892 1893
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
1894 1895
                                                            <pre id="response_headers27"></pre>
                                                            <pre id="response27"></pre>
郭盛 authored
1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
1910
                                <div class="tab-pane" id="sample27">
郭盛 authored
1911 1912
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
1913
                                            <pre id="sample_response27">{
郭盛 authored
1914 1915 1916 1917
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
1918
    "text":       //会员须知内容
郭盛 authored
1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113
                    <div class="panel-heading" id="heading-38">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion38" href="#collapseOne38">  <span class="text-muted">/api/user/fetch1</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne38" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab38">
                                <li class="active"><a href="#info38" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox38" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample38" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info38">
                                    <div class="well">
                                                                            </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox38">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/fetch1" method="get" name="form38" id="form38">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="38">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="38">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers38"></pre>
                                                            <pre id="response38"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample38">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response38"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-37">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion37" href="#collapseOne37">  <span class="text-muted">/api/user/fetch</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne37" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab37">
                                <li class="active"><a href="#info37" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox37" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample37" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info37">
                                    <div class="well">
                                                                            </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox37">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/fetch" method="get" name="form37" id="form37">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="37">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="37">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers37"></pre>
                                                            <pre id="response37"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample37">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response37"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2114
                    <div class="panel-heading" id="heading-36">
郭盛 authored
2115 2116
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2117
                            <a data-toggle="collapse" data-parent="#accordion36" href="#collapseOne36"> 我的订单 <span class="text-muted">/api/user/myorder</span></a>
郭盛 authored
2118 2119
                        </h4>
                    </div>
郭盛 authored
2120
                    <div id="collapseOne36" class="panel-collapse collapse">
郭盛 authored
2121 2122 2123
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2124 2125 2126 2127
                            <ul class="nav nav-tabs" id="doctab36">
                                <li class="active"><a href="#info36" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox36" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample36" data-toggle="tab">返回示例</a></li>
郭盛 authored
2128 2129 2130 2131 2132
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2133
                                <div class="tab-pane active" id="info36">
郭盛 authored
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177
                                    <div class="well">
                                        我的订单                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>状态(不传默认为全部 1为待支付 2为已完成</td>
                                                    </tr>
郭盛 authored
2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189
                                                                                                        <tr>
                                                        <td>page</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
                                                    </tr>
郭盛 authored
2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2201
                                <div class="tab-pane" id="sandbox36">
郭盛 authored
2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2218
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/myorder" method="POST" name="form36" id="form36">
郭盛 authored
2219 2220 2221 2222 2223
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="type">type</label>
                                                            <input type="inter" class="form-control input-sm" id="type"  placeholder="状态(不传默认为全部 1为待支付 2为已完成" name="type">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2224 2225 2226 2227 2228 2229 2230 2231
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2232 2233
                                                            <button type="submit" class="btn btn-success send" rel="36">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="36">重置</button>
郭盛 authored
2234 2235 2236 2237 2238 2239 2240 2241 2242
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
2243 2244
                                                            <pre id="response_headers36"></pre>
                                                            <pre id="response36"></pre>
郭盛 authored
2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
2259
                                <div class="tab-pane" id="sample36">
郭盛 authored
2260 2261
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2262
                                            <pre id="sample_response36">{
郭盛 authored
2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id":       //用户ID
            "pic_id": //图片,
            "video_id":   //视频,
            "status" :   //状态(1待支付 2已完成</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2280
                    <div class="panel-heading" id="heading-35">
郭盛 authored
2281 2282
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2283
                            <a data-toggle="collapse" data-parent="#accordion35" href="#collapseOne35"> 删除订单 <span class="text-muted">/api/user/delorder</span></a>
郭盛 authored
2284 2285
                        </h4>
                    </div>
郭盛 authored
2286
                    <div id="collapseOne35" class="panel-collapse collapse">
郭盛 authored
2287 2288 2289
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2290 2291 2292 2293
                            <ul class="nav nav-tabs" id="doctab35">
                                <li class="active"><a href="#info35" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox35" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample35" data-toggle="tab">返回示例</a></li>
郭盛 authored
2294 2295 2296 2297 2298
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2299
                                <div class="tab-pane active" id="info35">
郭盛 authored
2300
                                    <div class="well">
郭盛 authored
2301
                                        删除订单                                    </div>
郭盛 authored
2302 2303 2304
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2316 2317
                                                        <td>token</td>
                                                        <td>string</td>
郭盛 authored
2318
                                                        <td></td>
郭盛 authored
2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2339
                                                        <td>ids[]</td>
郭盛 authored
2340
                                                        <td>inter</td>
郭盛 authored
2341 2342
                                                        <td></td>
                                                        <td>订单ID</td>
郭盛 authored
2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2355
                                <div class="tab-pane" id="sandbox35">
郭盛 authored
2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2372
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/delorder" method="POST" name="form35" id="form35">
郭盛 authored
2373
                                                                                                                <div class="form-group">
郭盛 authored
2374 2375
                                                            <label class="control-label" for="ids[]">ids[]</label>
                                                            <input type="inter" class="form-control input-sm" id="ids[]" required placeholder="订单ID" name="ids[]">
郭盛 authored
2376 2377
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473
                                                            <button type="submit" class="btn btn-success send" rel="35">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="35">重置</button>
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
                                                            <pre id="response_headers35"></pre>
                                                            <pre id="response35"></pre>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample35">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response35">{
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-34">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion34" href="#collapseOne34">  <span class="text-muted">/api/user/array_merge_more</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne34" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <ul class="nav nav-tabs" id="doctab34">
                                <li class="active"><a href="#info34" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox34" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample34" data-toggle="tab">返回示例</a></li>
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">

                                <div class="tab-pane active" id="info34">
                                    <div class="well">
                                                                            </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->

                                <div class="tab-pane" id="sandbox34">
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/array_merge_more" method="get" name="form34" id="form34">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2474 2475
                                                            <button type="submit" class="btn btn-success send" rel="34">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="34">重置</button>
郭盛 authored
2476
                                                        </div>
郭盛 authored
2477 2478 2479 2480 2481 2482 2483 2484
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
2485 2486
                                                            <pre id="response_headers34"></pre>
                                                            <pre id="response34"></pre>
郭盛 authored
2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
2501
                                <div class="tab-pane" id="sample34">
郭盛 authored
2502 2503
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2504
                                            <pre id="sample_response34"></pre>
郭盛 authored
2505 2506 2507 2508 2509 2510 2511 2512 2513
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2514
                    <div class="panel-heading" id="heading-33">
郭盛 authored
2515 2516
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2517
                            <a data-toggle="collapse" data-parent="#accordion33" href="#collapseOne33"> 创建组合订单 <span class="text-muted">/api/user/orders</span></a>
郭盛 authored
2518 2519
                        </h4>
                    </div>
郭盛 authored
2520
                    <div id="collapseOne33" class="panel-collapse collapse">
郭盛 authored
2521 2522 2523
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2524 2525 2526 2527
                            <ul class="nav nav-tabs" id="doctab33">
                                <li class="active"><a href="#info33" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox33" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample33" data-toggle="tab">返回示例</a></li>
郭盛 authored
2528 2529 2530 2531 2532
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2533
                                <div class="tab-pane active" id="info33">
郭盛 authored
2534
                                    <div class="well">
郭盛 authored
2535
                                        创建组合订单                                    </div>
郭盛 authored
2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2573 2574 2575
                                                        <td>video_id</td>
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2576 2577 2578 2579 2580 2581 2582
                                                        <td>视频ID(多个以逗号隔开</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>video_attr</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>视频品质属性(多个以逗号隔开)</td>
郭盛 authored
2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pic_id</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
郭盛 authored
2594
                                                        <td>总价格</td>
郭盛 authored
2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2607
                                <div class="tab-pane" id="sandbox33">
郭盛 authored
2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2624
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/orders" method="POST" name="form33" id="form33">
郭盛 authored
2625
                                                                                                                <div class="form-group">
郭盛 authored
2626
                                                            <label class="control-label" for="video_id">video_id</label>
郭盛 authored
2627 2628 2629 2630 2631
                                                            <input type="string" class="form-control input-sm" id="video_id" required placeholder="视频ID(多个以逗号隔开" name="video_id">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="video_attr">video_attr</label>
                                                            <input type="string" class="form-control input-sm" id="video_attr" required placeholder="视频品质属性(多个以逗号隔开)" name="video_attr">
郭盛 authored
2632 2633 2634 2635 2636 2637 2638
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pic_id">pic_id</label>
                                                            <input type="string" class="form-control input-sm" id="pic_id" required placeholder="图片ID" name="pic_id">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="total">total</label>
郭盛 authored
2639
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="总价格" name="total">
郭盛 authored
2640 2641
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2642 2643
                                                            <button type="submit" class="btn btn-success send" rel="33">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="33">重置</button>
郭盛 authored
2644 2645 2646 2647 2648 2649 2650 2651 2652
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
2653 2654
                                                            <pre id="response_headers33"></pre>
                                                            <pre id="response33"></pre>
郭盛 authored
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
2669
                                <div class="tab-pane" id="sample33">
郭盛 authored
2670 2671
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2672
                                            <pre id="sample_response33">{
郭盛 authored
2673 2674 2675 2676
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
2677 2678 2679
            "order_id"://订单ID
        }
        }</pre>
郭盛 authored
2680 2681 2682 2683 2684 2685 2686 2687 2688
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2689
                    <div class="panel-heading" id="heading-32">
郭盛 authored
2690 2691
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2692
                            <a data-toggle="collapse" data-parent="#accordion32" href="#collapseOne32"> 创建视频订单 <span class="text-muted">/api/user/v_order</span></a>
郭盛 authored
2693 2694
                        </h4>
                    </div>
郭盛 authored
2695
                    <div id="collapseOne32" class="panel-collapse collapse">
郭盛 authored
2696 2697 2698
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2699 2700 2701 2702
                            <ul class="nav nav-tabs" id="doctab32">
                                <li class="active"><a href="#info32" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox32" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample32" data-toggle="tab">返回示例</a></li>
郭盛 authored
2703 2704 2705 2706 2707
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2708
                                <div class="tab-pane active" id="info32">
郭盛 authored
2709
                                    <div class="well">
郭盛 authored
2710
                                        创建视频订单                                    </div>
郭盛 authored
2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>video_id</td>
郭盛 authored
2749
                                                        <td>inter</td>
郭盛 authored
2750 2751 2752 2753
                                                        <td></td>
                                                        <td>视频ID</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
2754 2755 2756 2757 2758 2759
                                                        <td>video_attr</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>视频品质属性</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>价格</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2776
                                <div class="tab-pane" id="sandbox32">
郭盛 authored
2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2793
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/v_order" method="POST" name="form32" id="form32">
郭盛 authored
2794 2795
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="video_id">video_id</label>
郭盛 authored
2796
                                                            <input type="inter" class="form-control input-sm" id="video_id" required placeholder="视频ID" name="video_id">
郭盛 authored
2797 2798
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2799 2800 2801 2802
                                                            <label class="control-label" for="video_attr">video_attr</label>
                                                            <input type="inter" class="form-control input-sm" id="video_attr" required placeholder="视频品质属性" name="video_attr">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2803 2804 2805 2806
                                                            <label class="control-label" for="total">total</label>
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="价格" name="total">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2807 2808
                                                            <button type="submit" class="btn btn-success send" rel="32">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="32">重置</button>
郭盛 authored
2809 2810 2811 2812 2813 2814 2815 2816 2817
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
2818 2819
                                                            <pre id="response_headers32"></pre>
                                                            <pre id="response32"></pre>
郭盛 authored
2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
2834
                                <div class="tab-pane" id="sample32">
郭盛 authored
2835 2836
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2837
                                            <pre id="sample_response32">{
郭盛 authored
2838 2839 2840 2841 2842 2843 2844
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "order_id"://订单ID
        }
        }</pre>
郭盛 authored
2845 2846 2847 2848 2849 2850 2851 2852 2853
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2854
                    <div class="panel-heading" id="heading-31">
郭盛 authored
2855 2856
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2857
                            <a data-toggle="collapse" data-parent="#accordion31" href="#collapseOne31"> 创建图片订单 <span class="text-muted">/api/user/picorder</span></a>
郭盛 authored
2858 2859
                        </h4>
                    </div>
郭盛 authored
2860
                    <div id="collapseOne31" class="panel-collapse collapse">
郭盛 authored
2861 2862 2863
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2864 2865 2866 2867
                            <ul class="nav nav-tabs" id="doctab31">
                                <li class="active"><a href="#info31" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox31" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample31" data-toggle="tab">返回示例</a></li>
郭盛 authored
2868 2869 2870 2871 2872
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2873
                                <div class="tab-pane active" id="info31">
郭盛 authored
2874
                                    <div class="well">
郭盛 authored
2875
                                        创建图片订单                                    </div>
郭盛 authored
2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2913
                                                        <td>pic_id</td>
郭盛 authored
2914 2915
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
2916
                                                        <td>图片ID</td>
郭盛 authored
2917 2918 2919 2920
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
郭盛 authored
2921
                                                        <td></td>
郭盛 authored
2922
                                                        <td>价格</td>
郭盛 authored
2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2935
                                <div class="tab-pane" id="sandbox31">
郭盛 authored
2936 2937 2938
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2939
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
2940
                                                <div class="panel-body">
郭盛 authored
2941
                                                    <div class="headers">
郭盛 authored
2942
                                                                                                                <div class="form-group">
郭盛 authored
2943 2944
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
郭盛 authored
2945
                                                        </div>
郭盛 authored
2946 2947 2948 2949 2950 2951
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2952
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/picorder" method="POST" name="form31" id="form31">
郭盛 authored
2953
                                                                                                                <div class="form-group">
郭盛 authored
2954 2955
                                                            <label class="control-label" for="pic_id">pic_id</label>
                                                            <input type="inter" class="form-control input-sm" id="pic_id" required placeholder="图片ID" name="pic_id">
郭盛 authored
2956 2957
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2958 2959 2960 2961
                                                            <label class="control-label" for="total">total</label>
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="价格" name="total">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2962 2963
                                                            <button type="submit" class="btn btn-success send" rel="31">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="31">重置</button>
郭盛 authored
2964 2965 2966 2967 2968 2969 2970 2971 2972
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
2973 2974
                                                            <pre id="response_headers31"></pre>
                                                            <pre id="response31"></pre>
郭盛 authored
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
2989
                                <div class="tab-pane" id="sample31">
郭盛 authored
2990 2991
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2992
                                            <pre id="sample_response31">{
郭盛 authored
2993 2994 2995 2996
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
2997
        "order_id"://订单ID
郭盛 authored
2998 2999
    }
    }</pre>
郭盛 authored
3000 3001 3002 3003 3004 3005 3006 3007 3008
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3009
                    <div class="panel-heading" id="heading-30">
郭盛 authored
3010
                        <h4 class="panel-title">
3011
                            <span class="label label-primary">POST</span>
郭盛 authored
3012
                            <a data-toggle="collapse" data-parent="#accordion30" href="#collapseOne30"> 删除购物车商品 <span class="text-muted">/api/user/delcar</span></a>
郭盛 authored
3013 3014
                        </h4>
                    </div>
郭盛 authored
3015
                    <div id="collapseOne30" class="panel-collapse collapse">
郭盛 authored
3016 3017 3018
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3019 3020 3021 3022
                            <ul class="nav nav-tabs" id="doctab30">
                                <li class="active"><a href="#info30" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox30" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample30" data-toggle="tab">返回示例</a></li>
郭盛 authored
3023 3024 3025 3026 3027
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3028
                                <div class="tab-pane active" id="info30">
郭盛 authored
3029
                                    <div class="well">
郭盛 authored
3030
                                        删除购物车商品                                    </div>
郭盛 authored
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
3068
                                                        <td>ids[]</td>
郭盛 authored
3069 3070
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3071
                                                        <td>购物车ID</td>
郭盛 authored
3072 3073 3074
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
3075 3076 3077 3078 3079 3080 3081 3082 3083
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3084
                                <div class="tab-pane" id="sandbox30">
郭盛 authored
3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3101
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/delcar" method="POST" name="form30" id="form30">
郭盛 authored
3102
                                                                                                                <div class="form-group">
郭盛 authored
3103 3104
                                                            <label class="control-label" for="ids[]">ids[]</label>
                                                            <input type="inter" class="form-control input-sm" id="ids[]" required placeholder="购物车ID" name="ids[]">
郭盛 authored
3105 3106
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3107 3108
                                                            <button type="submit" class="btn btn-success send" rel="30">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="30">重置</button>
郭盛 authored
3109 3110 3111 3112 3113 3114 3115 3116 3117
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3118 3119
                                                            <pre id="response_headers30"></pre>
                                                            <pre id="response30"></pre>
郭盛 authored
3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3134
                                <div class="tab-pane" id="sample30">
郭盛 authored
3135 3136
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3137
                                            <pre id="sample_response30">{
郭盛 authored
3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3151
                    <div class="panel-heading" id="heading-29">
郭盛 authored
3152 3153
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3154
                            <a data-toggle="collapse" data-parent="#accordion29" href="#collapseOne29"> 加入购物车 <span class="text-muted">/api/user/addcar</span></a>
郭盛 authored
3155 3156
                        </h4>
                    </div>
郭盛 authored
3157
                    <div id="collapseOne29" class="panel-collapse collapse">
郭盛 authored
3158 3159 3160
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3161 3162 3163 3164
                            <ul class="nav nav-tabs" id="doctab29">
                                <li class="active"><a href="#info29" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox29" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample29" data-toggle="tab">返回示例</a></li>
郭盛 authored
3165 3166 3167 3168 3169
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3170
                                <div class="tab-pane active" id="info29">
郭盛 authored
3171
                                    <div class="well">
郭盛 authored
3172
                                        加入购物车                                    </div>
郭盛 authored
3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
3210
                                                        <td>pic_id</td>
郭盛 authored
3211 3212
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3213
                                                        <td>图片ID</td>
郭盛 authored
3214 3215
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
3216
                                                        <td>video_id</td>
郭盛 authored
3217 3218
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3219
                                                        <td>视频ID</td>
郭盛 authored
3220
                                                    </tr>
郭盛 authored
3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3232
                                <div class="tab-pane" id="sandbox29">
郭盛 authored
3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3249
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/addcar" method="POST" name="form29" id="form29">
郭盛 authored
3250
                                                                                                                <div class="form-group">
郭盛 authored
3251 3252
                                                            <label class="control-label" for="pic_id">pic_id</label>
                                                            <input type="inter" class="form-control input-sm" id="pic_id"  placeholder="图片ID" name="pic_id">
郭盛 authored
3253 3254
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3255 3256
                                                            <label class="control-label" for="video_id">video_id</label>
                                                            <input type="inter" class="form-control input-sm" id="video_id"  placeholder="视频ID" name="video_id">
郭盛 authored
3257 3258
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3259 3260
                                                            <button type="submit" class="btn btn-success send" rel="29">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="29">重置</button>
郭盛 authored
3261 3262 3263 3264 3265 3266 3267 3268 3269
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3270 3271
                                                            <pre id="response_headers29"></pre>
                                                            <pre id="response29"></pre>
郭盛 authored
3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3286
                                <div class="tab-pane" id="sample29">
郭盛 authored
3287 3288
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3289
                                            <pre id="sample_response29">{
郭盛 authored
3290 3291 3292
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
郭盛 authored
3293 3294 3295 3296 3297 3298 3299 3300 3301 3302
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3303
                    <div class="panel-heading" id="heading-28">
郭盛 authored
3304 3305
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3306
                            <a data-toggle="collapse" data-parent="#accordion28" href="#collapseOne28"> 购物车列表 <span class="text-muted">/api/user/car</span></a>
郭盛 authored
3307 3308
                        </h4>
                    </div>
郭盛 authored
3309
                    <div id="collapseOne28" class="panel-collapse collapse">
郭盛 authored
3310 3311 3312
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3313 3314 3315 3316
                            <ul class="nav nav-tabs" id="doctab28">
                                <li class="active"><a href="#info28" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox28" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample28" data-toggle="tab">返回示例</a></li>
郭盛 authored
3317 3318 3319 3320 3321
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3322
                                <div class="tab-pane active" id="info28">
郭盛 authored
3323
                                    <div class="well">
郭盛 authored
3324
                                        购物车列表                                    </div>
郭盛 authored
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
3351
郭盛 authored
3352 3353 3354 3355 3356 3357 3358 3359 3360
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3361
                                <div class="tab-pane" id="sandbox28">
郭盛 authored
3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3378
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/car" method="POST" name="form28" id="form28">
郭盛 authored
3379
                                                                                                                <div class="form-group">
郭盛 authored
3380
郭盛 authored
3381 3382
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3383 3384
                                                            <button type="submit" class="btn btn-success send" rel="28">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="28">重置</button>
郭盛 authored
3385 3386 3387 3388 3389 3390 3391 3392 3393
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3394 3395
                                                            <pre id="response_headers28"></pre>
                                                            <pre id="response28"></pre>
郭盛 authored
3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3410
                                <div class="tab-pane" id="sample28">
郭盛 authored
3411 3412
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3413
                                            <pre id="sample_response28">{
郭盛 authored
3414 3415 3416 3417
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444
        "id"://购物车ID
          "user_id"://用户ID
          "pic_id"://图片的ID
          "video_id"://视频的ID
          "pic":[
                "id"://图片ID
               "title"://图片标题
               "thumbnail"://缩略图
               "url"://高清百度云盘地址
               "price"://普通价格
               "vip_price"://vip价格
          ],
          "video":[
               "id"://视频ID
               "title"://视频标题
               "thumbnail"://视频封面图片
               "video"://视频地址
               "two_url"://2K视频云盘地址
               "four_url"://4k视频云盘地址
               "eight_url"://8k视频云盘地址
               "price"://2k视频原价格
               "four_price"://4k视频原价格
               "eight_price"://8k视频原价格
               "vip_price"://2k会员价格
               "four_vipprice"://4k会员价格
               "eight_vipprice"://8k会员价格
          ]
郭盛 authored
3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3456
                    <div class="panel-heading" id="heading-26">
郭盛 authored
3457 3458
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3459
                            <a data-toggle="collapse" data-parent="#accordion26" href="#collapseOne26"> 会员介绍 <span class="text-muted">/api/user/vipdesc</span></a>
郭盛 authored
3460 3461
                        </h4>
                    </div>
郭盛 authored
3462
                    <div id="collapseOne26" class="panel-collapse collapse">
郭盛 authored
3463 3464 3465
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3466 3467 3468 3469
                            <ul class="nav nav-tabs" id="doctab26">
                                <li class="active"><a href="#info26" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox26" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample26" data-toggle="tab">返回示例</a></li>
郭盛 authored
3470 3471 3472 3473 3474
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3475
                                <div class="tab-pane active" id="info26">
郭盛 authored
3476
                                    <div class="well">
郭盛 authored
3477
                                        会员介绍                                    </div>
郭盛 authored
3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
3504
郭盛 authored
3505 3506 3507 3508 3509 3510 3511 3512 3513
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3514
                                <div class="tab-pane" id="sandbox26">
郭盛 authored
3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3531
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/vipdesc" method="POST" name="form26" id="form26">
郭盛 authored
3532
                                                                                                                <div class="form-group">
郭盛 authored
3533
郭盛 authored
3534 3535
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3536 3537
                                                            <button type="submit" class="btn btn-success send" rel="26">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="26">重置</button>
郭盛 authored
3538 3539 3540 3541 3542 3543 3544 3545 3546
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3547 3548
                                                            <pre id="response_headers26"></pre>
                                                            <pre id="response26"></pre>
郭盛 authored
3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3563
                                <div class="tab-pane" id="sample26">
郭盛 authored
3564 3565
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3566 3567 3568
                                            <pre id="sample_response26">{
    "code": 1,
    "msg": "成功",
郭盛 authored
3569
    "time": "1571492001",
郭盛 authored
3570 3571 3572
    "data": {
        "content":       //会员介绍内容
    }
郭盛 authored
3573
    }</pre>
郭盛 authored
3574 3575 3576 3577 3578 3579 3580 3581 3582
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3583
                    <div class="panel-heading" id="heading-14">
郭盛 authored
3584 3585
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3586
                            <a data-toggle="collapse" data-parent="#accordion14" href="#collapseOne14"> 首页视频、图片、精美大片入口 <span class="text-muted">/api/user/index</span></a>
郭盛 authored
3587 3588
                        </h4>
                    </div>
郭盛 authored
3589
                    <div id="collapseOne14" class="panel-collapse collapse">
郭盛 authored
3590 3591 3592
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3593 3594 3595 3596
                            <ul class="nav nav-tabs" id="doctab14">
                                <li class="active"><a href="#info14" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox14" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample14" data-toggle="tab">返回示例</a></li>
郭盛 authored
3597 3598 3599 3600 3601
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3602
                                <div class="tab-pane active" id="info14">
郭盛 authored
3603
                                    <div class="well">
郭盛 authored
3604
                                        首页视频、图片、精美大片入口                                    </div>
郭盛 authored
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
3631
郭盛 authored
3632 3633 3634 3635 3636 3637 3638 3639 3640
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3641
                                <div class="tab-pane" id="sandbox14">
郭盛 authored
3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3658
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/index" method="POST" name="form14" id="form14">
郭盛 authored
3659
                                                                                                                <div class="form-group">
郭盛 authored
3660
郭盛 authored
3661 3662
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3663 3664
                                                            <button type="submit" class="btn btn-success send" rel="14">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="14">重置</button>
郭盛 authored
3665 3666 3667 3668 3669 3670 3671 3672 3673
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3674 3675
                                                            <pre id="response_headers14"></pre>
                                                            <pre id="response14"></pre>
郭盛 authored
3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3690
                                <div class="tab-pane" id="sample14">
郭盛 authored
3691 3692
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3693 3694 3695
                                            <pre id="sample_response14">{
    'code':'1',
    'msg':'返回成功',
郭盛 authored
3696
    "time": "1571492001",
郭盛 authored
3697 3698 3699 3700 3701
        "data": {
        "video_thumbnail": http://mapwww.baidu.com 视频封面图地址
        "pic_thumbnail": http://mapwww.baidu.com 图片地址
        "wonderful_thumbnail": http://mapwww.baidu.com 精美大片地址
        }
郭盛 authored
3702
    }</pre>
郭盛 authored
3703 3704 3705 3706 3707 3708 3709 3710 3711
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3712
                    <div class="panel-heading" id="heading-25">
郭盛 authored
3713 3714
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3715
                            <a data-toggle="collapse" data-parent="#accordion25" href="#collapseOne25"> 创建开通会员订单 <span class="text-muted">/api/user/viporder</span></a>
郭盛 authored
3716 3717
                        </h4>
                    </div>
郭盛 authored
3718
                    <div id="collapseOne25" class="panel-collapse collapse">
郭盛 authored
3719 3720 3721
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3722 3723 3724 3725
                            <ul class="nav nav-tabs" id="doctab25">
                                <li class="active"><a href="#info25" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox25" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample25" data-toggle="tab">返回示例</a></li>
郭盛 authored
3726 3727 3728 3729 3730
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3731
                                <div class="tab-pane active" id="info25">
郭盛 authored
3732
                                    <div class="well">
郭盛 authored
3733
                                        创建开通会员订单                                    </div>
郭盛 authored
3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>金额</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
3778 3779 3780 3781 3782 3783 3784 3785 3786
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3787
                                <div class="tab-pane" id="sandbox25">
郭盛 authored
3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3804
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/viporder" method="POST" name="form25" id="form25">
郭盛 authored
3805
                                                                                                                <div class="form-group">
郭盛 authored
3806 3807
                                                            <label class="control-label" for="total">total</label>
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="金额" name="total">
郭盛 authored
3808 3809
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3810 3811
                                                            <button type="submit" class="btn btn-success send" rel="25">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="25">重置</button>
郭盛 authored
3812 3813 3814 3815 3816 3817 3818 3819 3820
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3821 3822
                                                            <pre id="response_headers25"></pre>
                                                            <pre id="response25"></pre>
郭盛 authored
3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3837
                                <div class="tab-pane" id="sample25">
郭盛 authored
3838 3839
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3840 3841 3842 3843
                                            <pre id="sample_response25">{
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
3844
        "data": {
郭盛 authored
3845
            "order_id"://订单ID
郭盛 authored
3846
        }
郭盛 authored
3847
        }</pre>
郭盛 authored
3848 3849 3850 3851 3852 3853 3854 3855 3856
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3857
                    <div class="panel-heading" id="heading-24">
郭盛 authored
3858 3859
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3860
                            <a data-toggle="collapse" data-parent="#accordion24" href="#collapseOne24"> 创建充值订单 <span class="text-muted">/api/user/toporder</span></a>
郭盛 authored
3861 3862
                        </h4>
                    </div>
郭盛 authored
3863
                    <div id="collapseOne24" class="panel-collapse collapse">
郭盛 authored
3864 3865 3866
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3867 3868 3869 3870
                            <ul class="nav nav-tabs" id="doctab24">
                                <li class="active"><a href="#info24" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox24" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample24" data-toggle="tab">返回示例</a></li>
郭盛 authored
3871 3872 3873 3874 3875
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3876
                                <div class="tab-pane active" id="info24">
郭盛 authored
3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931
                                    <div class="well">
                                        创建充值订单                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>money</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>充值金额</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
3932
                                <div class="tab-pane" id="sandbox24">
郭盛 authored
3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3949
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/toporder" method="POST" name="form24" id="form24">
郭盛 authored
3950 3951 3952 3953 3954
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="money">money</label>
                                                            <input type="float" class="form-control input-sm" id="money" required placeholder="充值金额" name="money">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3955 3956
                                                            <button type="submit" class="btn btn-success send" rel="24">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="24">重置</button>
郭盛 authored
3957 3958 3959 3960 3961 3962 3963 3964 3965
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
3966 3967
                                                            <pre id="response_headers24"></pre>
                                                            <pre id="response24"></pre>
郭盛 authored
3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
3982
                                <div class="tab-pane" id="sample24">
郭盛 authored
3983 3984
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3985
                                            <pre id="sample_response24">{
郭盛 authored
3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "order_id"://订单ID
        }
        }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4002
                    <div class="panel-heading" id="heading-23">
郭盛 authored
4003 4004
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4005
                            <a data-toggle="collapse" data-parent="#accordion23" href="#collapseOne23"> 我的 <span class="text-muted">/api/user/mine</span></a>
郭盛 authored
4006 4007
                        </h4>
                    </div>
郭盛 authored
4008
                    <div id="collapseOne23" class="panel-collapse collapse">
郭盛 authored
4009 4010 4011
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4012 4013 4014 4015
                            <ul class="nav nav-tabs" id="doctab23">
                                <li class="active"><a href="#info23" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox23" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample23" data-toggle="tab">返回示例</a></li>
郭盛 authored
4016 4017 4018 4019 4020
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4021
                                <div class="tab-pane active" id="info23">
郭盛 authored
4022
                                    <div class="well">
郭盛 authored
4023
                                        我的                                    </div>
郭盛 authored
4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
4050
郭盛 authored
4051 4052 4053 4054 4055 4056 4057 4058 4059
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4060
                                <div class="tab-pane" id="sandbox23">
郭盛 authored
4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4077
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/mine" method="POST" name="form23" id="form23">
郭盛 authored
4078
                                                                                                                <div class="form-group">
郭盛 authored
4079
郭盛 authored
4080 4081
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4082 4083
                                                            <button type="submit" class="btn btn-success send" rel="23">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="23">重置</button>
郭盛 authored
4084 4085 4086 4087 4088 4089 4090 4091 4092
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
4093 4094
                                                            <pre id="response_headers23"></pre>
                                                            <pre id="response23"></pre>
郭盛 authored
4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
4109
                                <div class="tab-pane" id="sample23">
郭盛 authored
4110 4111
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4112
                                            <pre id="sample_response23">{
郭盛 authored
4113 4114 4115
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
4116
        "data": {
郭盛 authored
4117 4118 4119 4120 4121
            "id":       //用户ID
            "nickname": //昵称,
            "avatar":   //头像,
            "money" :   //余额
            "is_vip":   //是否为会员(0否 1是</pre>
郭盛 authored
4122 4123 4124 4125 4126 4127 4128 4129 4130
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4131
                    <div class="panel-heading" id="heading-22">
郭盛 authored
4132 4133
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4134
                            <a data-toggle="collapse" data-parent="#accordion22" href="#collapseOne22"> 历史记录 <span class="text-muted">/api/user/history</span></a>
郭盛 authored
4135 4136
                        </h4>
                    </div>
郭盛 authored
4137
                    <div id="collapseOne22" class="panel-collapse collapse">
郭盛 authored
4138 4139 4140
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4141 4142 4143 4144
                            <ul class="nav nav-tabs" id="doctab22">
                                <li class="active"><a href="#info22" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox22" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample22" data-toggle="tab">返回示例</a></li>
郭盛 authored
4145 4146 4147 4148 4149
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4150
                                <div class="tab-pane active" id="info22">
郭盛 authored
4151
                                    <div class="well">
郭盛 authored
4152
                                        历史记录                                    </div>
郭盛 authored
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
4179
郭盛 authored
4180 4181 4182 4183 4184 4185 4186 4187 4188
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4189
                                <div class="tab-pane" id="sandbox22">
郭盛 authored
4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4206
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/history" method="POST" name="form22" id="form22">
郭盛 authored
4207
                                                                                                                <div class="form-group">
郭盛 authored
4208
郭盛 authored
4209 4210
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4211 4212
                                                            <button type="submit" class="btn btn-success send" rel="22">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="22">重置</button>
郭盛 authored
4213 4214 4215 4216 4217 4218 4219 4220 4221
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
4222 4223
                                                            <pre id="response_headers22"></pre>
                                                            <pre id="response22"></pre>
郭盛 authored
4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
4238
                                <div class="tab-pane" id="sample22">
郭盛 authored
4239 4240
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4241
                                            <pre id="sample_response22">{
郭盛 authored
4242 4243
    "code": 1,
    "msg": "成功",
郭盛 authored
4244
    "time": "1571492001",
郭盛 authored
4245 4246 4247 4248
    "data": {
        "id": 4,//记录id,
        "title"://搜索的内容
    }
郭盛 authored
4249
    }</pre>
郭盛 authored
4250 4251 4252 4253 4254 4255 4256 4257 4258
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4259
                    <div class="panel-heading" id="heading-21">
郭盛 authored
4260 4261
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4262
                            <a data-toggle="collapse" data-parent="#accordion21" href="#collapseOne21"> 视频详情 <span class="text-muted">/api/user/videodetail</span></a>
郭盛 authored
4263 4264
                        </h4>
                    </div>
郭盛 authored
4265
                    <div id="collapseOne21" class="panel-collapse collapse">
郭盛 authored
4266 4267 4268
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4269 4270 4271 4272
                            <ul class="nav nav-tabs" id="doctab21">
                                <li class="active"><a href="#info21" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox21" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample21" data-toggle="tab">返回示例</a></li>
郭盛 authored
4273 4274 4275 4276 4277
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4278
                                <div class="tab-pane active" id="info21">
郭盛 authored
4279
                                    <div class="well">
郭盛 authored
4280
                                        视频详情                                    </div>
郭盛 authored
4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>video_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>视频ID</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
4325 4326 4327 4328 4329 4330 4331 4332 4333
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4334
                                <div class="tab-pane" id="sandbox21">
郭盛 authored
4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4351
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/videodetail" method="POST" name="form21" id="form21">
郭盛 authored
4352
                                                                                                                <div class="form-group">
郭盛 authored
4353 4354
                                                            <label class="control-label" for="video_id">video_id</label>
                                                            <input type="inter" class="form-control input-sm" id="video_id" required placeholder="视频ID" name="video_id">
郭盛 authored
4355 4356
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4357 4358
                                                            <button type="submit" class="btn btn-success send" rel="21">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="21">重置</button>
郭盛 authored
4359 4360 4361 4362 4363 4364 4365 4366 4367
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
4368 4369
                                                            <pre id="response_headers21"></pre>
                                                            <pre id="response21"></pre>
郭盛 authored
4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
4384
                                <div class="tab-pane" id="sample21">
郭盛 authored
4385 4386
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4387
                                            <pre id="sample_response21">{
郭盛 authored
4388 4389 4390 4391
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406
            "id": 4,//视频id,
            "title"://标题
            "thumbnail": //视频封面图,
            "video": //2K视频地址,
            "water_url"://小样视频网址
            "price"://2K价格,
            "vip_price"://2Kvip价格,
            "four_price"://4K价格,
            "four_vipprice"://4Kvip价格,
            "eight_price"://8K价格,
            "eight_vipprice"://8Kvip价格,
            "content"://图片介绍,
            "is_vip"://是否为会员(0否 1是)
        }
        }</pre>
郭盛 authored
4407 4408 4409 4410 4411 4412 4413 4414
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
4415
                                <div class="panel panel-default">
郭盛 authored
4416
                    <div class="panel-heading" id="heading-20">
郭盛 authored
4417 4418
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4419
                            <a data-toggle="collapse" data-parent="#accordion20" href="#collapseOne20"> 图片详情 <span class="text-muted">/api/user/picdetail</span></a>
郭盛 authored
4420 4421
                        </h4>
                    </div>
郭盛 authored
4422
                    <div id="collapseOne20" class="panel-collapse collapse">
郭盛 authored
4423 4424 4425
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4426 4427 4428 4429
                            <ul class="nav nav-tabs" id="doctab20">
                                <li class="active"><a href="#info20" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox20" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample20" data-toggle="tab">返回示例</a></li>
郭盛 authored
4430 4431 4432 4433 4434
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4435
                                <div class="tab-pane active" id="info20">
郭盛 authored
4436
                                    <div class="well">
郭盛 authored
4437
                                        图片详情                                    </div>
郭盛 authored
4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
4475 4476
                                                        <td>pic_id</td>
                                                        <td>inter</td>
郭盛 authored
4477
                                                        <td></td>
郭盛 authored
4478
                                                        <td>图片ID</td>
郭盛 authored
4479 4480 4481
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
4482 4483 4484 4485 4486 4487 4488 4489 4490
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4491
                                <div class="tab-pane" id="sandbox20">
郭盛 authored
4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4508
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/picdetail" method="POST" name="form20" id="form20">
郭盛 authored
4509
                                                                                                                <div class="form-group">
郭盛 authored
4510 4511
                                                            <label class="control-label" for="pic_id">pic_id</label>
                                                            <input type="inter" class="form-control input-sm" id="pic_id" required placeholder="图片ID" name="pic_id">
郭盛 authored
4512 4513
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4514 4515
                                                            <button type="submit" class="btn btn-success send" rel="20">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="20">重置</button>
郭盛 authored
4516 4517 4518 4519 4520 4521 4522 4523 4524
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
4525 4526
                                                            <pre id="response_headers20"></pre>
                                                            <pre id="response20"></pre>
郭盛 authored
4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
4541
                                <div class="tab-pane" id="sample20">
郭盛 authored
4542 4543
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4544
                                            <pre id="sample_response20">{
郭盛 authored
4545 4546 4547 4548
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568
            "id": 4,//图片id,
            "title"://标题
            "thumbnail": //缩略图,
            "water_url": //小样带水印的图片地址,
           "price"://正常价格,
           "vip_price"://vip价格,
           "content"://图片介绍,
           "is_vip"://是否为会员(0否 1是)

        }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4569
                    <div class="panel-heading" id="heading-19">
郭盛 authored
4570 4571
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4572
                            <a data-toggle="collapse" data-parent="#accordion19" href="#collapseOne19"> 精美大片列表 <span class="text-muted">/api/user/won</span></a>
郭盛 authored
4573 4574
                        </h4>
                    </div>
郭盛 authored
4575
                    <div id="collapseOne19" class="panel-collapse collapse">
郭盛 authored
4576 4577 4578
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4579 4580 4581 4582
                            <ul class="nav nav-tabs" id="doctab19">
                                <li class="active"><a href="#info19" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox19" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample19" data-toggle="tab">返回示例</a></li>
郭盛 authored
4583 4584 4585 4586 4587
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4588
                                <div class="tab-pane active" id="info19">
郭盛 authored
4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649
                                    <div class="well">
                                        精美大片列表                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>page</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4650
                                <div class="tab-pane" id="sandbox19">
郭盛 authored
4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4667
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/won" method="POST" name="form19" id="form19">
郭盛 authored
4668 4669 4670 4671 4672 4673 4674 4675 4676
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4677 4678
                                                            <button type="submit" class="btn btn-success send" rel="19">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="19">重置</button>
郭盛 authored
4679 4680 4681 4682 4683 4684 4685 4686 4687
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
4688 4689
                                                            <pre id="response_headers19"></pre>
                                                            <pre id="response19"></pre>
郭盛 authored
4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
4704
                                <div class="tab-pane" id="sample19">
郭盛 authored
4705 4706
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4707
                                            <pre id="sample_response19">{
郭盛 authored
4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    "id": //图片id,
    "thumbnail": //视频封面,
    "video"://视频地址
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4726
                    <div class="panel-heading" id="heading-18">
郭盛 authored
4727 4728
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4729
                            <a data-toggle="collapse" data-parent="#accordion18" href="#collapseOne18"> 视频列表 <span class="text-muted">/api/user/video</span></a>
郭盛 authored
4730 4731
                        </h4>
                    </div>
郭盛 authored
4732
                    <div id="collapseOne18" class="panel-collapse collapse">
郭盛 authored
4733 4734 4735
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4736 4737 4738 4739
                            <ul class="nav nav-tabs" id="doctab18">
                                <li class="active"><a href="#info18" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox18" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample18" data-toggle="tab">返回示例</a></li>
郭盛 authored
4740 4741 4742 4743 4744
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4745
                                <div class="tab-pane active" id="info18">
郭盛 authored
4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812
                                    <div class="well">
                                        视频列表                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>type_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>地区ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>page</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4813
                                <div class="tab-pane" id="sandbox18">
郭盛 authored
4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4830
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/video" method="POST" name="form18" id="form18">
郭盛 authored
4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="type_id">type_id</label>
                                                            <input type="inter" class="form-control input-sm" id="type_id"  placeholder="地区ID" name="type_id">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4844 4845
                                                            <button type="submit" class="btn btn-success send" rel="18">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="18">重置</button>
郭盛 authored
4846 4847 4848 4849 4850 4851 4852 4853 4854
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
4855 4856
                                                            <pre id="response_headers18"></pre>
                                                            <pre id="response18"></pre>
郭盛 authored
4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
4871
                                <div class="tab-pane" id="sample18">
郭盛 authored
4872 4873
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4874
                                            <pre id="sample_response18">{
郭盛 authored
4875 4876 4877 4878 4879 4880 4881
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": //图片id,
            "thumbnail": //视频封面,
            "video"://视频地址
郭盛 authored
4882 4883
        }
        }</pre>
郭盛 authored
4884 4885 4886 4887 4888 4889 4890 4891 4892
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4893
                    <div class="panel-heading" id="heading-17">
郭盛 authored
4894 4895
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4896
                            <a data-toggle="collapse" data-parent="#accordion17" href="#collapseOne17"> 图片列表 <span class="text-muted">/api/user/pic</span></a>
郭盛 authored
4897 4898
                        </h4>
                    </div>
郭盛 authored
4899
                    <div id="collapseOne17" class="panel-collapse collapse">
郭盛 authored
4900 4901 4902
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4903 4904 4905 4906
                            <ul class="nav nav-tabs" id="doctab17">
                                <li class="active"><a href="#info17" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox17" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample17" data-toggle="tab">返回示例</a></li>
郭盛 authored
4907 4908 4909 4910 4911
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4912
                                <div class="tab-pane active" id="info17">
郭盛 authored
4913
                                    <div class="well">
郭盛 authored
4914
                                        图片列表                                    </div>
郭盛 authored
4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
郭盛 authored
4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>type_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>地区ID</td>
                                                    </tr>
郭盛 authored
4957
                                                                                                        <tr>
郭盛 authored
4958 4959 4960 4961 4962 4963 4964 4965 4966 4967
                                                        <td>page</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
郭盛 authored
4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4980
                                <div class="tab-pane" id="sandbox17">
郭盛 authored
4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4997
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/pic" method="POST" name="form17" id="form17">
郭盛 authored
4998
                                                                                                                <div class="form-group">
郭盛 authored
4999 5000
                                                            <label class="control-label" for="type_id">type_id</label>
                                                            <input type="inter" class="form-control input-sm" id="type_id"  placeholder="地区ID" name="type_id">
郭盛 authored
5001 5002
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5003 5004 5005 5006 5007 5008 5009 5010
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5011 5012
                                                            <button type="submit" class="btn btn-success send" rel="17">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="17">重置</button>
郭盛 authored
5013 5014 5015 5016 5017 5018 5019 5020 5021
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
5022 5023
                                                            <pre id="response_headers17"></pre>
                                                            <pre id="response17"></pre>
郭盛 authored
5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
5038
                                <div class="tab-pane" id="sample17">
郭盛 authored
5039 5040
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5041
                                            <pre id="sample_response17">{
郭盛 authored
5042 5043 5044 5045
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
5046 5047
        "id": 4,//图片id,
        "thumbnail": //缩略图,
郭盛 authored
5048 5049
    }
    }</pre>
郭盛 authored
5050 5051 5052 5053 5054 5055 5056 5057
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
5058
                                <div class="panel panel-default">
郭盛 authored
5059
                    <div class="panel-heading" id="heading-16">
郭盛 authored
5060 5061
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5062
                            <a data-toggle="collapse" data-parent="#accordion16" href="#collapseOne16"> 搜索页 <span class="text-muted">/api/user/search</span></a>
郭盛 authored
5063 5064
                        </h4>
                    </div>
郭盛 authored
5065
                    <div id="collapseOne16" class="panel-collapse collapse">
郭盛 authored
5066 5067 5068
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5069 5070 5071 5072
                            <ul class="nav nav-tabs" id="doctab16">
                                <li class="active"><a href="#info16" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox16" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample16" data-toggle="tab">返回示例</a></li>
郭盛 authored
5073 5074 5075 5076 5077
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5078
                                <div class="tab-pane active" id="info16">
郭盛 authored
5079
                                    <div class="well">
郭盛 authored
5080
                                        搜索页                                    </div>
郭盛 authored
5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>type_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>视频/图片  (视频为1 图片为2 精美大片为3)</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>keyword</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>关键字</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>page</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
5143 5144 5145 5146 5147 5148 5149 5150 5151
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5152
                                <div class="tab-pane" id="sandbox16">
郭盛 authored
5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
5169
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/search" method="POST" name="form16" id="form16">
郭盛 authored
5170
                                                                                                                <div class="form-group">
郭盛 authored
5171 5172
                                                            <label class="control-label" for="type_id">type_id</label>
                                                            <input type="inter" class="form-control input-sm" id="type_id"  placeholder="视频/图片  (视频为1 图片为2 精美大片为3)" name="type_id">
郭盛 authored
5173 5174
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186
                                                            <label class="control-label" for="keyword">keyword</label>
                                                            <input type="string" class="form-control input-sm" id="keyword" required placeholder="关键字" name="keyword">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5187 5188
                                                            <button type="submit" class="btn btn-success send" rel="16">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="16">重置</button>
郭盛 authored
5189 5190 5191 5192 5193 5194 5195 5196 5197
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
5198 5199
                                                            <pre id="response_headers16"></pre>
                                                            <pre id="response16"></pre>
郭盛 authored
5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
5214
                                <div class="tab-pane" id="sample16">
郭盛 authored
5215 5216
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5217
                                            <pre id="sample_response16">{
郭盛 authored
5218 5219 5220 5221 5222 5223 5224 5225
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": 4,//视频id/图片id,
            "thumbnail": //视频封面图地址/图片地址,
            "video": //视频路径/精美大片视频路径,
        }
郭盛 authored
5226 5227 5228 5229 5230 5231 5232 5233 5234 5235
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5236
                    <div class="panel-heading" id="heading-15">
郭盛 authored
5237 5238
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5239
                            <a data-toggle="collapse" data-parent="#accordion15" href="#collapseOne15"> 地区分类 <span class="text-muted">/api/user/type</span></a>
郭盛 authored
5240 5241
                        </h4>
                    </div>
郭盛 authored
5242
                    <div id="collapseOne15" class="panel-collapse collapse">
郭盛 authored
5243 5244 5245
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5246 5247 5248 5249
                            <ul class="nav nav-tabs" id="doctab15">
                                <li class="active"><a href="#info15" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox15" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample15" data-toggle="tab">返回示例</a></li>
郭盛 authored
5250 5251 5252 5253 5254
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5255
                                <div class="tab-pane active" id="info15">
郭盛 authored
5256
                                    <div class="well">
郭盛 authored
5257
                                        地区分类                                    </div>
郭盛 authored
5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">

                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5294
                                <div class="tab-pane" id="sandbox15">
郭盛 authored
5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
5311
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/type" method="POST" name="form15" id="form15">
郭盛 authored
5312 5313 5314 5315
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5316 5317
                                                            <button type="submit" class="btn btn-success send" rel="15">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="15">重置</button>
郭盛 authored
5318 5319 5320 5321 5322 5323 5324 5325 5326
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
5327 5328
                                                            <pre id="response_headers15"></pre>
                                                            <pre id="response15"></pre>
郭盛 authored
5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
5343
                                <div class="tab-pane" id="sample15">
郭盛 authored
5344 5345
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5346
                                            <pre id="sample_response15">{
郭盛 authored
5347 5348 5349 5350
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
5351 5352 5353 5354
        "id": 4,//分类id
        "area_name": //分类名称
        "thumbnail": //图片
        }
郭盛 authored
5355 5356 5357 5358 5359 5360 5361 5362 5363 5364
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5365
                    <div class="panel-heading" id="heading-39">
郭盛 authored
5366 5367
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5368
                            <a data-toggle="collapse" data-parent="#accordion39" href="#collapseOne39"> 消费记录 <span class="text-muted">/api/user/payhistory</span></a>
郭盛 authored
5369 5370
                        </h4>
                    </div>
郭盛 authored
5371
                    <div id="collapseOne39" class="panel-collapse collapse">
郭盛 authored
5372 5373 5374
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5375 5376 5377 5378
                            <ul class="nav nav-tabs" id="doctab39">
                                <li class="active"><a href="#info39" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox39" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample39" data-toggle="tab">返回示例</a></li>
郭盛 authored
5379 5380 5381 5382 5383
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5384
                                <div class="tab-pane active" id="info39">
郭盛 authored
5385
                                    <div class="well">
郭盛 authored
5386
                                        消费记录                                    </div>
郭盛 authored
5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
5424
                                                        <td>page</td>
郭盛 authored
5425
                                                        <td>inter</td>
郭盛 authored
5426 5427 5428 5429 5430 5431 5432 5433
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
郭盛 authored
5434 5435 5436
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
5437 5438 5439 5440 5441 5442 5443 5444 5445
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5446
                                <div class="tab-pane" id="sandbox39">
郭盛 authored
5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>Headers</strong></div>
                                                <div class="panel-body">
                                                    <div class="headers">
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="token">token</label>
                                                            <input type="string" class="form-control input-sm" id="token" required placeholder="请求的Token - Ex: " name="token">
                                                        </div>
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
5463
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/payhistory" method="POST" name="form39" id="form39">
郭盛 authored
5464
                                                                                                                <div class="form-group">
郭盛 authored
5465 5466 5467 5468 5469 5470
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
郭盛 authored
5471 5472
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5473 5474
                                                            <button type="submit" class="btn btn-success send" rel="39">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="39">重置</button>
郭盛 authored
5475 5476 5477 5478 5479 5480 5481 5482 5483
                                                        </div>
                                                    </form>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>响应输出</strong></div>
                                                <div class="panel-body">
                                                    <div class="row">
                                                        <div class="col-md-12" style="overflow-x:auto">
郭盛 authored
5484 5485
                                                            <pre id="response_headers39"></pre>
                                                            <pre id="response39"></pre>
郭盛 authored
5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="panel panel-default">
                                                <div class="panel-heading"><strong>返回参数</strong></div>
                                                <div class="panel-body">

                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->
郭盛 authored
5500
                                <div class="tab-pane" id="sample39">
郭盛 authored
5501 5502
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5503
                                            <pre id="sample_response39">{
郭盛 authored
5504 5505 5506 5507
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
5508 5509 5510 5511 5512 5513 5514 5515 5516
          "times"://时间分段,
          "info":[
                "id": 4,//id,
                "user_id"://用户ID
                "pic_id"://图片ID
                "video_id"://视频ID
          ],
          "total"://总价
        }
郭盛 authored
5517
        }</pre>
郭盛 authored
5518 5519 5520 5521 5522 5523 5524 5525
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
5526 5527 5528 5529 5530 5531
                            </div>

            <hr>

            <div class="row mt0 footer">
                <div class="col-md-6" align="left">
郭盛 authored
5532
                    Generated on 2019-11-23 09:05:05                </div>
郭盛 authored
5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763
                <div class="col-md-6" align="right">
                    <a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
                </div>
            </div>

        </div> <!-- /container -->

        <!-- jQuery -->
        <script src="https://cdn.staticfile.org/jquery/2.1.4/jquery.min.js"></script>

        <!-- Bootstrap Core JavaScript -->
        <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>

        <script type="text/javascript">
            function syntaxHighlight(json) {
                if (typeof json != 'string') {
                    json = JSON.stringify(json, undefined, 2);
                }
                json = json.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
                return json.replace(/("(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\"])*"(\s*:)?|\b(true|false|null)\b|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)/g, function (match) {
                    var cls = 'number';
                    if (/^"/.test(match)) {
                        if (/:$/.test(match)) {
                            cls = 'key';
                        } else {
                            cls = 'string';
                        }
                    } else if (/true|false/.test(match)) {
                        cls = 'boolean';
                    } else if (/null/.test(match)) {
                        cls = 'null';
                    }
                    return '<span class="' + cls + '">' + match + '</span>';
                });
            }

            function prepareStr(str) {
                try {
                    return syntaxHighlight(JSON.stringify(JSON.parse(str.replace(/'/g, '"')), null, 2));
                } catch (e) {
                    return str;
                }
            }
            var storage = (function () {
                var uid = new Date;
                var storage;
                var result;
                try {
                    (storage = window.localStorage).setItem(uid, uid);
                    result = storage.getItem(uid) == uid;
                    storage.removeItem(uid);
                    return result && storage;
                } catch (exception) {
                }
            }());

            $.fn.serializeObject = function ()
            {
                var o = {};
                var a = this.serializeArray();
                $.each(a, function () {
                    if (!this.value) {
                        return;
                    }
                    if (o[this.name] !== undefined) {
                        if (!o[this.name].push) {
                            o[this.name] = [o[this.name]];
                        }
                        o[this.name].push(this.value || '');
                    } else {
                        o[this.name] = this.value || '';
                    }
                });
                return o;
            };

            $(document).ready(function () {

                if (storage) {
                    storage.getItem('token') && $('#token').val(storage.getItem('token'));
                    storage.getItem('apiUrl') && $('#apiUrl').val(storage.getItem('apiUrl'));
                }

                $('[data-toggle="tooltip"]').tooltip({
                    placement: 'bottom'
                });

                $(window).on("resize", function(){
                    $("#sidebar").css("max-height", $(window).height()-80);
                });

                $(window).trigger("resize");

                $(document).on("click", "#sidebar .list-group > .list-group-item", function(){
                    $("#sidebar .list-group > .list-group-item").removeClass("current");
                    $(this).addClass("current");
                });
                $(document).on("click", "#sidebar .child a", function(){
                    var heading = $("#heading-"+$(this).data("id"));
                    if(!heading.next().hasClass("in")){
                        $("a", heading).trigger("click");
                    }
                    $("html,body").animate({scrollTop:heading.offset().top-70});
                });

                $('code[id^=response]').hide();

                $.each($('pre[id^=sample_response],pre[id^=sample_post_body]'), function () {
                    if ($(this).html() == 'NA') {
                        return;
                    }
                    var str = prepareStr($(this).html());
                    $(this).html(str);
                });

                $("[data-toggle=popover]").popover({placement: 'right'});

                $('[data-toggle=popover]').on('shown.bs.popover', function () {
                    var $sample = $(this).parent().find(".popover-content"),
                            str = $(this).data('content');
                    if (typeof str == "undefined" || str === "") {
                        return;
                    }
                    var str = prepareStr(str);
                    $sample.html('<pre>' + str + '</pre>');
                });

                $('body').on('click', '#save_data', function (e) {
                    if (storage) {
                        storage.setItem('token', $('#token').val());
                        storage.setItem('apiUrl', $('#apiUrl').val());
                    } else {
                        alert('Your browser does not support local storage');
                    }
                });

                $('body').on('click', '.send', function (e) {
                    e.preventDefault();
                    var form = $(this).closest('form');
                    //added /g to get all the matched params instead of only first
                    var matchedParamsInRoute = $(form).attr('action').match(/[^{]+(?=\})/g);
                    var theId = $(this).attr('rel');
                    //keep a copy of action attribute in order to modify the copy
                    //instead of the initial attribute
                    var url = $(form).attr('action');
                    var method = $(form).prop('method').toLowerCase() || 'get';

                    var formData = new FormData();

                    $(form).find('input').each(function (i, input) {
                        if ($(input).attr('type').toLowerCase() == 'file') {
                            formData.append($(input).attr('name'), $(input)[0].files[0]);
                            method = 'post';
                        } else {
                            formData.append($(input).attr('name'), $(input).val())
                        }
                    });

                    var index, key, value;

                    if (matchedParamsInRoute) {
                        var params = {};
                        formData.forEach(function(value, key){
                            params[key] = value;
                        });
                        for (index = 0; index < matchedParamsInRoute.length; ++index) {
                            try {
                                key = matchedParamsInRoute[index];
                                value = params[key];
                                if (typeof value == "undefined")
                                    value = "";
                                url = url.replace("\{" + key + "\}", value);
                                formData.delete(key);
                            } catch (err) {
                                console.log(err);
                            }
                        }
                    }

                    var headers = {};

                    var token = $('#token').val();
                    if (token.length > 0) {
                        headers['token'] = token;
                    }

                    $("#sandbox" + theId + " .headers input[type=text]").each(function () {
                        val = $(this).val();
                        if (val.length > 0) {
                            headers[$(this).prop('name')] = val;
                        }
                    });

                    $.ajax({
                        url: $('#apiUrl').val() + url,
                        data: method == 'get' ? $(form).serialize() : formData,
                        type: method,
                        dataType: 'json',
                        contentType: false,
                        processData: false,
                        headers: headers,
                        xhrFields: {
                            withCredentials: true
                        },
                        success: function (data, textStatus, xhr) {
                            if (typeof data === 'object') {
                                var str = JSON.stringify(data, null, 2);
                                $('#response' + theId).html(syntaxHighlight(str));
                            } else {
                                $('#response' + theId).html(data || '');
                            }
                            $('#response_headers' + theId).html('HTTP ' + xhr.status + ' ' + xhr.statusText + '<br/><br/>' + xhr.getAllResponseHeaders());
                            $('#response' + theId).show();
                        },
                        error: function (xhr, textStatus, error) {
                            try {
                                var str = JSON.stringify($.parseJSON(xhr.responseText), null, 2);
                            } catch (e) {
                                var str = xhr.responseText;
                            }
                            $('#response_headers' + theId).html('HTTP ' + xhr.status + ' ' + xhr.statusText + '<br/><br/>' + xhr.getAllResponseHeaders());
                            $('#response' + theId).html(syntaxHighlight(str));
                            $('#response' + theId).show();
                        }
                    });
                    return false;
                });
            });
        </script>
    </body>
</html>