审查视图

public/api.html 585.6 KB
郭盛 authored
1 2 3 4 5 6 7
<!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="">
8 9
        <meta name="author" content="仁甲看见SHOP">
        <title>仁甲看见SHOP</title>
郭盛 authored
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

        <!-- 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>
112
                    <a class="navbar-brand" href="https://www.fastadmin.net" target="_blank">仁甲看见SHOP</a>
郭盛 authored
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
                </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">
郭盛 authored
142 143
                                        <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
144 145 146 147
                                                <a href="javascript:;" data-id="0" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="1" class="list-group-item">加载初始化</a>
                                                <a href="javascript:;" data-id="2" class="list-group-item">上传文件</a>
                                                <a href="javascript:;" data-id="3" class="list-group-item"></a>
郭盛 authored
148 149 150
                                            </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
151 152 153 154 155 156
                                                <a href="javascript:;" data-id="4" class="list-group-item"></a>
                                            </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="支付接口">
                                                <a href="javascript:;" data-id="5" class="list-group-item">充值支付</a>
                                                <a href="javascript:;" data-id="6" class="list-group-item">开通会员支付</a>
郭盛 authored
157
                                                <a href="javascript:;" data-id="7" class="list-group-item">购买支付</a>
郭盛 authored
158
                                                <a href="javascript:;" data-id="8" class="list-group-item">预约拍摄</a>
郭盛 authored
159 160 161 162
                                                <a href="javascript:;" data-id="9" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="10" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="11" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="12" class="list-group-item"></a>
郭盛 authored
163
                                                <a href="javascript:;" data-id="13" class="list-group-item"></a>
郭盛 authored
164
                                                <a href="javascript:;" data-id="14" class="list-group-item"></a>
郭盛 authored
165
                                            </div>
郭盛 authored
166 167
                                        <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
168 169
                                                <a href="javascript:;" data-id="15" class="list-group-item">检测Token是否过期</a>
                                                <a href="javascript:;" data-id="16" class="list-group-item">刷新Token</a>
郭盛 authored
170 171 172
                                            </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
173
                                                <a href="javascript:;" data-id="17" class="list-group-item">小程序登录</a>
郭盛 authored
174
                                                <a href="javascript:;" data-id="49" class="list-group-item"></a>
郭盛 authored
175 176 177 178
                                                <a href="javascript:;" data-id="41" class="list-group-item">创建图片订单</a>
                                                <a href="javascript:;" data-id="42" class="list-group-item">创建视频订单</a>
                                                <a href="javascript:;" data-id="43" class="list-group-item">创建组合订单</a>
                                                <a href="javascript:;" data-id="44" class="list-group-item">创建苹果订单</a>
郭盛 authored
179 180 181 182 183
                                                <a href="javascript:;" data-id="45" class="list-group-item">发短信</a>
                                                <a href="javascript:;" data-id="46" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="47" class="list-group-item">删除订单</a>
                                                <a href="javascript:;" data-id="48" class="list-group-item">我的订单</a>
                                                <a href="javascript:;" data-id="50" class="list-group-item"></a>
郭盛 authored
184
                                                <a href="javascript:;" data-id="39" class="list-group-item">加入购物车</a>
郭盛 authored
185 186 187 188 189 190 191 192
                                                <a href="javascript:;" data-id="51" class="list-group-item">消费记录</a>
                                                <a href="javascript:;" data-id="52" class="list-group-item">获取sessionkey</a>
                                                <a href="javascript:;" data-id="53" class="list-group-item"></a>
                                                <a href="javascript:;" data-id="54" class="list-group-item">获取用户手机号</a>
                                                <a href="javascript:;" data-id="55" class="list-group-item">绑定用户手机号</a>
                                                <a href="javascript:;" data-id="56" class="list-group-item">填写发票信息</a>
                                                <a href="javascript:;" data-id="57" class="list-group-item">填写授权书信息</a>
                                                <a href="javascript:;" data-id="58" class="list-group-item">投诉与建议</a>
郭盛 authored
193 194
                                                <a href="javascript:;" data-id="40" class="list-group-item">删除购物车商品</a>
                                                <a href="javascript:;" data-id="38" class="list-group-item">购物车列表</a>
郭盛 authored
195
                                                <a href="javascript:;" data-id="18" class="list-group-item">首页flash接口</a>
郭盛 authored
196
                                                <a href="javascript:;" data-id="27" class="list-group-item">精美大片列表</a>
郭盛 authored
197 198 199 200 201 202 203
                                                <a href="javascript:;" data-id="19" class="list-group-item">分享封面接口</a>
                                                <a href="javascript:;" data-id="20" class="list-group-item">首页视频、图片、精美大片入口</a>
                                                <a href="javascript:;" data-id="21" class="list-group-item">地区分类</a>
                                                <a href="javascript:;" data-id="22" class="list-group-item">图片分类(类型</a>
                                                <a href="javascript:;" data-id="23" class="list-group-item">搜索页</a>
                                                <a href="javascript:;" data-id="24" class="list-group-item">图片列表</a>
                                                <a href="javascript:;" data-id="25" class="list-group-item">分类下的图片视频</a>
郭盛 authored
204
                                                <a href="javascript:;" data-id="26" class="list-group-item">视频列表</a>
郭盛 authored
205
                                                <a href="javascript:;" data-id="28" class="list-group-item">图片详情</a>
郭盛 authored
206
                                                <a href="javascript:;" data-id="37" class="list-group-item">会员须知</a>
郭盛 authored
207
                                                <a href="javascript:;" data-id="29" class="list-group-item">视频详情</a>
郭盛 authored
208 209 210 211 212 213 214
                                                <a href="javascript:;" data-id="30" class="list-group-item">是否购买过</a>
                                                <a href="javascript:;" data-id="31" class="list-group-item">搜索关键词内容</a>
                                                <a href="javascript:;" data-id="32" class="list-group-item">通过详情页关键词搜索</a>
                                                <a href="javascript:;" data-id="33" class="list-group-item">我的</a>
                                                <a href="javascript:;" data-id="34" class="list-group-item">创建充值订单</a>
                                                <a href="javascript:;" data-id="35" class="list-group-item">创建开通会员订单</a>
                                                <a href="javascript:;" data-id="36" class="list-group-item">会员介绍</a>
郭盛 authored
215
                                                <a href="javascript:;" data-id="59" class="list-group-item">切换数值</a>
郭盛 authored
216 217 218 219
                                            </div>
                                    </div>
            </div>
            <div class="panel-group" id="accordion">
郭盛 authored
220
                                <h2>公共接口</h2>
郭盛 authored
221 222 223 224
                <hr>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-0">
                        <h4 class="panel-title">
郭盛 authored
225 226
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion0" href="#collapseOne0">  <span class="text-muted">/api/common/test_pdf</span></a>
郭盛 authored
227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243
                        </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">
郭盛 authored
244
                                                                            </div>
郭盛 authored
245 246 247
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
248
郭盛 authored
249 250 251 252 253
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
254
郭盛 authored
255 256 257 258 259 260 261 262 263 264 265 266 267 268 269
                                                                                    </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">
郭盛 authored
270
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/test_pdf" method="get" name="form0" id="form0">
郭盛 authored
271
                                                                                                                <div class="form-group">
郭盛 authored
272
郭盛 authored
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
                                                        </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">
郭盛 authored
317 318
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1"> 加载初始化 <span class="text-muted">/api/common/init</span></a>
郭盛 authored
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335
                        </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">
郭盛 authored
336
                                        加载初始化                                    </div>
郭盛 authored
337 338 339
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
340
郭盛 authored
341 342 343 344 345 346 347 348 349 350 351 352
                                                                                    </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>
353
                                                    </tr>
郭盛 authored
354 355
                                                </thead>
                                                <tbody>
356
                                                                                                        <tr>
郭盛 authored
357 358
                                                        <td>version</td>
                                                        <td>string</td>
359
                                                        <td></td>
郭盛 authored
360 361 362 363 364 365 366 367 368 369 370 371 372
                                                        <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>
郭盛 authored
373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388
                                                    </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">
郭盛 authored
389
                                                <div class="panel-heading"><strong>参数</strong></div>
郭盛 authored
390
                                                <div class="panel-body">
郭盛 authored
391
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/init" method="get" name="form1" id="form1">
郭盛 authored
392
                                                                                                                <div class="form-group">
郭盛 authored
393 394
                                                            <label class="control-label" for="version">version</label>
                                                            <input type="string" class="form-control input-sm" id="version" required placeholder="版本号" name="version">
395 396
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
397 398 399 400 401 402
                                                            <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">
郭盛 authored
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 439 440 441 442 443 444 445 446
                                                        </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>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-2">
                        <h4 class="panel-title">
郭盛 authored
447
                            <span class="label label-primary">POST</span>
郭盛 authored
448
                            <a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne2"> 上传文件 <span class="text-muted">/api/common/upload</span></a>
郭盛 authored
449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465
                        </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">
郭盛 authored
466
                                        上传文件                                    </div>
郭盛 authored
467 468 469
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
470
郭盛 authored
471 472 473 474 475
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
476 477 478 479 480 481 482 483 484 485 486
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
487 488
                                                        <td>file</td>
                                                        <td>File</td>
郭盛 authored
489
                                                        <td></td>
郭盛 authored
490
                                                        <td>文件流</td>
郭盛 authored
491 492 493
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
494 495 496 497 498 499 500 501 502 503 504 505 506
                                                                                    </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">
507 508
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
509
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/upload" method="POST" name="form2" id="form2">
郭盛 authored
510
                                                                                                                <div class="form-group">
郭盛 authored
511 512
                                                            <label class="control-label" for="file">file</label>
                                                            <input type="File" class="form-control input-sm" id="file" required placeholder="文件流" name="file">
郭盛 authored
513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534
                                                        </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
535
郭盛 authored
536 537 538 539 540 541 542 543 544
                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

                                <div class="tab-pane" id="sample2">
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
545
                                            <pre id="sample_response2"></pre>
郭盛 authored
546 547 548 549 550 551 552 553 554 555 556
                                        </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
557
                            <span class="label label-success">GET</span>
郭盛 authored
558
                            <a data-toggle="collapse" data-parent="#accordion3" href="#collapseOne3">  <span class="text-muted">/api/common/send</span></a>
郭盛 authored
559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575
                        </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
576
                                                                            </div>
郭盛 authored
577 578 579
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
580
郭盛 authored
581 582 583 584 585
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
586
郭盛 authored
587 588 589 590 591 592 593 594 595 596 597 598 599 600 601
                                                                                    </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">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
602
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/send" method="get" name="form3" id="form3">
郭盛 authored
603
                                                                                                                <div class="form-group">
郭盛 authored
604
郭盛 authored
605 606
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645
                                                            <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>
郭盛 authored
646 647
                                <h2></h2>
                <hr>
郭盛 authored
648 649 650
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-4">
                        <h4 class="panel-title">
郭盛 authored
651
                            <span class="label label-success">GET</span>
郭盛 authored
652
                            <a data-toggle="collapse" data-parent="#accordion4" href="#collapseOne4">  <span class="text-muted">/api/notify/picOrderNotify</span></a>
郭盛 authored
653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669
                        </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
670
                                                                            </div>
郭盛 authored
671 672 673
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
674
郭盛 authored
675 676 677 678 679
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
680
郭盛 authored
681 682 683 684 685 686 687 688 689 690 691 692 693 694 695
                                                                                    </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">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
696
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/notify/picOrderNotify" method="get" name="form4" id="form4">
郭盛 authored
697
                                                                                                                <div class="form-group">
郭盛 authored
698
郭盛 authored
699 700
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
                                                            <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>
郭盛 authored
740 741
                                <h2>支付接口</h2>
                <hr>
郭盛 authored
742 743 744
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-5">
                        <h4 class="panel-title">
郭盛 authored
745 746
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion5" href="#collapseOne5"> 充值支付 <span class="text-muted">/api/pay/pay</span></a>
郭盛 authored
747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763
                        </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
764
                                        充值支付                                    </div>
郭盛 authored
765 766 767
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785
                                                                                        <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
786 787 788 789 790
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808
                                                                                        <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
809 810 811 812 813 814 815 816 817 818 819 820 821
                                                                                    </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
822 823 824 825 826 827 828 829 830 831 832
                                                <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
833 834
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
835
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/pay" method="POST" name="form5" id="form5">
郭盛 authored
836
                                                                                                                <div class="form-group">
郭盛 authored
837 838
                                                            <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
839 840
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
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 868 869 870 871 872 873 874 875 876 877 878 879
                                                            <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
880 881 882
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-6">
                        <h4 class="panel-title">
郭盛 authored
883 884
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion6" href="#collapseOne6"> 开通会员支付 <span class="text-muted">/api/pay/vippay</span></a>
郭盛 authored
885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901
                        </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">
郭盛 authored
902
                                        开通会员支付                                    </div>
郭盛 authored
903 904 905
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923
                                                                                        <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
924 925 926 927 928
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946
                                                                                        <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
947 948 949 950 951 952 953 954 955 956 957 958 959
                                                                                    </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">
郭盛 authored
960 961 962 963 964 965 966 967 968 969 970
                                                <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
971 972
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
973
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippay" method="POST" name="form6" id="form6">
郭盛 authored
974
                                                                                                                <div class="form-group">
郭盛 authored
975 976
                                                            <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
977 978
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
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 1013 1014 1015 1016 1017 1018 1019 1020
                                                            <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">
郭盛 authored
1021
                            <span class="label label-primary">POST</span>
郭盛 authored
1022
                            <a data-toggle="collapse" data-parent="#accordion7" href="#collapseOne7"> 购买支付 <span class="text-muted">/api/pay/picpay</span></a>
郭盛 authored
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039
                        </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">
郭盛 authored
1040
                                        购买支付                                    </div>
郭盛 authored
1041 1042 1043
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061
                                                                                        <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
1062 1063 1064 1065 1066
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090
                                                                                        <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
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103
                                                                                    </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">
郭盛 authored
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114
                                                <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
1115 1116
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1117
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picpay" method="POST" name="form7" id="form7">
郭盛 authored
1118
                                                                                                                <div class="form-group">
郭盛 authored
1119 1120 1121 1122 1123 1124
                                                            <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
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 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168
                                                        </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">
郭盛 authored
1169 1170
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion8" href="#collapseOne8"> 预约拍摄 <span class="text-muted">/api/pay/appointment</span></a>
郭盛 authored
1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187
                        </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">
郭盛 authored
1188
                                        预约拍摄                                    </div>
郭盛 authored
1189 1190 1191
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209
                                                                                        <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
1210 1211 1212 1213 1214
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>phone</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>手机号</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245
                                                                                    </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">
郭盛 authored
1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256
                                                <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
1257 1258
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
1259
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/appointment" method="POST" name="form8" id="form8">
郭盛 authored
1260
                                                                                                                <div class="form-group">
郭盛 authored
1261 1262
                                                            <label class="control-label" for="phone">phone</label>
                                                            <input type="inter" class="form-control input-sm" id="phone" required placeholder="手机号" name="phone">
郭盛 authored
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 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303
                                                        </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
1304
                                <div class="panel panel-default">
郭盛 authored
1305
                    <div class="panel-heading" id="heading-9">
郭盛 authored
1306
                        <h4 class="panel-title">
郭盛 authored
1307
                            <span class="label label-success">GET</span>
郭盛 authored
1308
                            <a data-toggle="collapse" data-parent="#accordion9" href="#collapseOne9">  <span class="text-muted">/api/pay/sms</span></a>
郭盛 authored
1309 1310
                        </h4>
                    </div>
郭盛 authored
1311
                    <div id="collapseOne9" class="panel-collapse collapse">
郭盛 authored
1312 1313 1314
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1315 1316 1317 1318
                            <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
1319 1320 1321 1322 1323
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1324
                                <div class="tab-pane active" id="info9">
郭盛 authored
1325
                                    <div class="well">
郭盛 authored
1326
                                                                            </div>
郭盛 authored
1327 1328 1329 1330 1331 1332 1333 1334 1335
                                    <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
1336
郭盛 authored
1337 1338 1339 1340 1341 1342 1343 1344 1345
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
1346
                                <div class="tab-pane" id="sandbox9">
郭盛 authored
1347 1348 1349 1350 1351
                                    <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
1352
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/sms" method="get" name="form9" id="form9">
郭盛 authored
1353
                                                                                                                <div class="form-group">
郭盛 authored
1354
郭盛 authored
1355 1356
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
1357 1358
                                                            <button type="submit" class="btn btn-success send" rel="9">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="9">重置</button>
郭盛 authored
1359 1360 1361 1362 1363 1364 1365 1366 1367
                                                        </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
1368 1369
                                                            <pre id="response_headers9"></pre>
                                                            <pre id="response9"></pre>
郭盛 authored
1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383
                                                        </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
1384
                                <div class="tab-pane" id="sample9">
郭盛 authored
1385 1386
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
1387
                                            <pre id="sample_response9"></pre>
郭盛 authored
1388 1389 1390 1391 1392 1393 1394 1395 1396
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
1397
                    <div class="panel-heading" id="heading-10">
郭盛 authored
1398
                        <h4 class="panel-title">
郭盛 authored
1399
                            <span class="label label-success">GET</span>
郭盛 authored
1400
                            <a data-toggle="collapse" data-parent="#accordion10" href="#collapseOne10">  <span class="text-muted">/api/pay/send_sms</span></a>
郭盛 authored
1401 1402
                        </h4>
                    </div>
郭盛 authored
1403
                    <div id="collapseOne10" class="panel-collapse collapse">
郭盛 authored
1404 1405 1406
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1407 1408 1409 1410
                            <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
1411 1412 1413 1414 1415
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1416
                                <div class="tab-pane active" id="info10">
郭盛 authored
1417
                                    <div class="well">
郭盛 authored
1418
                                                                            </div>
郭盛 authored
1419 1420 1421 1422 1423 1424 1425 1426 1427
                                    <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
1428
郭盛 authored
1429 1430 1431 1432 1433 1434 1435 1436 1437
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
1438
                                <div class="tab-pane" id="sandbox10">
郭盛 authored
1439 1440 1441 1442 1443
                                    <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
1444
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/send_sms" method="get" name="form10" id="form10">
郭盛 authored
1445
                                                                                                                <div class="form-group">
郭盛 authored
1446
郭盛 authored
1447 1448
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
1449 1450
                                                            <button type="submit" class="btn btn-success send" rel="10">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="10">重置</button>
郭盛 authored
1451 1452 1453 1454 1455 1456 1457 1458 1459
                                                        </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
1460 1461
                                                            <pre id="response_headers10"></pre>
                                                            <pre id="response10"></pre>
郭盛 authored
1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475
                                                        </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
1476
                                <div class="tab-pane" id="sample10">
郭盛 authored
1477 1478
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
1479
                                            <pre id="sample_response10"></pre>
郭盛 authored
1480 1481 1482 1483 1484 1485 1486 1487 1488
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
1489
                    <div class="panel-heading" id="heading-11">
郭盛 authored
1490
                        <h4 class="panel-title">
郭盛 authored
1491
                            <span class="label label-success">GET</span>
郭盛 authored
1492
                            <a data-toggle="collapse" data-parent="#accordion11" href="#collapseOne11">  <span class="text-muted">/api/pay/payOrderNotify</span></a>
郭盛 authored
1493 1494
                        </h4>
                    </div>
郭盛 authored
1495
                    <div id="collapseOne11" class="panel-collapse collapse">
郭盛 authored
1496 1497 1498
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
1499 1500 1501 1502
                            <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
1503 1504 1505 1506 1507
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1508
                                <div class="tab-pane active" id="info11">
郭盛 authored
1509
                                    <div class="well">
郭盛 authored
1510
                                                                            </div>
郭盛 authored
1511 1512 1513 1514 1515 1516 1517 1518 1519
                                    <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
1520
郭盛 authored
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535
                                                                                    </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
1536
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/payOrderNotify" method="get" name="form11" id="form11">
郭盛 authored
1537
                                                                                                                <div class="form-group">
郭盛 authored
1538
郭盛 authored
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 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582
                                                        </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
1583
                            <span class="label label-success">GET</span>
郭盛 authored
1584
                            <a data-toggle="collapse" data-parent="#accordion12" href="#collapseOne12">  <span class="text-muted">/api/pay/vippayOrderNotify</span></a>
郭盛 authored
1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601
                        </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
1602
                                                                            </div>
郭盛 authored
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
                                    <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">
郭盛 authored
1628
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippayOrderNotify" method="get" name="form12" id="form12">
郭盛 authored
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
                                                                                                                <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>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-13">
                        <h4 class="panel-title">
郭盛 authored
1675
                            <span class="label label-success">GET</span>
郭盛 authored
1676
                            <a data-toggle="collapse" data-parent="#accordion13" href="#collapseOne13">  <span class="text-muted">/api/pay/picOrderNotify</span></a>
郭盛 authored
1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693
                        </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">
郭盛 authored
1694
                                                                            </div>
郭盛 authored
1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719
                                    <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="sandbox13">
                                    <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
1720
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picOrderNotify" method="get" name="form13" id="form13">
郭盛 authored
1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="13">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="13">重置</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_headers13"></pre>
                                                            <pre id="response13"></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="sample13">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response13"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-14">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
1768
                            <a data-toggle="collapse" data-parent="#accordion14" href="#collapseOne14">  <span class="text-muted">/api/pay/getopenid</span></a>
郭盛 authored
1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785
                        </h4>
                    </div>
                    <div id="collapseOne14" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <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>
                            </ul>

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

                                <div class="tab-pane active" id="info14">
                                    <div class="well">
郭盛 authored
1786
                                                                            </div>
郭盛 authored
1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811
                                    <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="sandbox14">
                                    <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
1812
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/getopenid" method="get" name="form14" id="form14">
郭盛 authored
1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 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 1851 1852 1853 1854 1855
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="14">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="14">重置</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_headers14"></pre>
                                                            <pre id="response14"></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="sample14">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response14"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
1856 1857
                                <h2>Token接口</h2>
                <hr>
郭盛 authored
1858 1859 1860
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-15">
                        <h4 class="panel-title">
郭盛 authored
1861
                            <span class="label label-success">GET</span>
郭盛 authored
1862
                            <a data-toggle="collapse" data-parent="#accordion15" href="#collapseOne15"> 检测Token是否过期 <span class="text-muted">/api/token/check</span></a>
郭盛 authored
1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879
                        </h4>
                    </div>
                    <div id="collapseOne15" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <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>
                            </ul>

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

                                <div class="tab-pane active" id="info15">
                                    <div class="well">
郭盛 authored
1880
                                        检测Token是否过期                                    </div>
郭盛 authored
1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905
                                    <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="sandbox15">
                                    <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
1906
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/token/check" method="get" name="form15" id="form15">
郭盛 authored
1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="15">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="15">重置</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_headers15"></pre>
                                                            <pre id="response15"></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="sample15">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response15"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-16">
                        <h4 class="panel-title">
郭盛 authored
1953 1954
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion16" href="#collapseOne16"> 刷新Token <span class="text-muted">/api/token/refresh</span></a>
郭盛 authored
1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971
                        </h4>
                    </div>
                    <div id="collapseOne16" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <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>
                            </ul>

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

                                <div class="tab-pane active" id="info16">
                                    <div class="well">
郭盛 authored
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
                                        刷新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="sandbox16">
                                    <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="form16" id="form16">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="16">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="16">重置</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_headers16"></pre>
                                                            <pre id="response16"></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="sample16">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response16"></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-17">
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion17" href="#collapseOne17"> 小程序登录 <span class="text-muted">/api/user/login</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne17" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <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>
                            </ul>

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

                                <div class="tab-pane active" id="info17">
                                    <div class="well">
郭盛 authored
2066
                                        小程序登录                                    </div>
郭盛 authored
2067 2068 2069 2070 2071 2072 2073 2074 2075
                                    <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
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
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <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>
                                                    </tr>
郭盛 authored
2104 2105 2106 2107 2108 2109
                                                                                                        <tr>
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>是否为苹果用户0否1是</td>
                                                    </tr>
郭盛 authored
2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120
                                                                                                    </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
2121
                                <div class="tab-pane" id="sandbox17">
郭盛 authored
2122 2123 2124 2125 2126
                                    <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
2127
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/login" method="POST" name="form17" id="form17">
郭盛 authored
2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140
                                                                                                                <div class="form-group">
                                                            <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">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="avatar">avatar</label>
                                                            <input type="string" class="form-control input-sm" id="avatar" required placeholder="小程序头像" name="avatar">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2141 2142 2143 2144
                                                            <label class="control-label" for="type">type</label>
                                                            <input type="inter" class="form-control input-sm" id="type" required placeholder="是否为苹果用户0否1是" name="type">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2145 2146
                                                            <button type="submit" class="btn btn-success send" rel="17">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="17">重置</button>
郭盛 authored
2147
                                                        </div>
郭盛 authored
2148 2149 2150 2151 2152 2153 2154 2155
                                                    </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
2156 2157
                                                            <pre id="response_headers17"></pre>
                                                            <pre id="response17"></pre>
郭盛 authored
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171
                                                        </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
2172
                                <div class="tab-pane" id="sample17">
郭盛 authored
2173 2174
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2175
                                            <pre id="sample_response17">{
郭盛 authored
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186
    "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
    }</pre>
郭盛 authored
2187 2188 2189 2190 2191 2192 2193 2194 2195
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2196
                    <div class="panel-heading" id="heading-49">
郭盛 authored
2197 2198
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
2199
                            <a data-toggle="collapse" data-parent="#accordion49" href="#collapseOne49">  <span class="text-muted">/api/user/fetch</span></a>
郭盛 authored
2200 2201
                        </h4>
                    </div>
郭盛 authored
2202
                    <div id="collapseOne49" class="panel-collapse collapse">
郭盛 authored
2203 2204 2205
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2206 2207 2208 2209
                            <ul class="nav nav-tabs" id="doctab49">
                                <li class="active"><a href="#info49" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox49" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample49" data-toggle="tab">返回示例</a></li>
郭盛 authored
2210 2211 2212 2213 2214
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2215
                                <div class="tab-pane active" id="info49">
郭盛 authored
2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236
                                    <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 -->
郭盛 authored
2237
                                <div class="tab-pane" id="sandbox49">
郭盛 authored
2238 2239 2240 2241 2242
                                    <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
2243
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/fetch" method="get" name="form49" id="form49">
郭盛 authored
2244 2245 2246 2247
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2248 2249
                                                            <button type="submit" class="btn btn-success send" rel="49">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="49">重置</button>
2250 2251 2252 2253 2254 2255 2256 2257 2258
                                                        </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
2259 2260
                                                            <pre id="response_headers49"></pre>
                                                            <pre id="response49"></pre>
2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274
                                                        </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
2275
                                <div class="tab-pane" id="sample49">
2276 2277
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2278
                                            <pre id="sample_response49"></pre>
2279 2280 2281 2282 2283 2284 2285 2286 2287
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2288
                    <div class="panel-heading" id="heading-41">
2289 2290
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2291
                            <a data-toggle="collapse" data-parent="#accordion41" href="#collapseOne41"> 创建图片订单 <span class="text-muted">/api/user/picorder</span></a>
2292 2293
                        </h4>
                    </div>
郭盛 authored
2294
                    <div id="collapseOne41" class="panel-collapse collapse">
2295 2296 2297
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2298 2299 2300 2301
                            <ul class="nav nav-tabs" id="doctab41">
                                <li class="active"><a href="#info41" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox41" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample41" data-toggle="tab">返回示例</a></li>
2302 2303 2304 2305 2306
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2307
                                <div class="tab-pane active" id="info41">
2308
                                    <div class="well">
郭盛 authored
2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368
                                        创建图片订单                                    </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>pic_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <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
2369
                                <div class="tab-pane" id="sandbox41">
郭盛 authored
2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385
                                    <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
2386
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/picorder" method="POST" name="form41" id="form41">
郭盛 authored
2387 2388 2389 2390 2391 2392 2393 2394 2395
                                                                                                                <div class="form-group">
                                                            <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">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <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
2396 2397
                                                            <button type="submit" class="btn btn-success send" rel="41">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="41">重置</button>
郭盛 authored
2398 2399 2400 2401 2402 2403 2404 2405 2406
                                                        </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
2407 2408
                                                            <pre id="response_headers41"></pre>
                                                            <pre id="response41"></pre>
郭盛 authored
2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422
                                                        </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
2423
                                <div class="tab-pane" id="sample41">
郭盛 authored
2424 2425
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2426
                                            <pre id="sample_response41">{
郭盛 authored
2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442
    "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
2443
                    <div class="panel-heading" id="heading-42">
郭盛 authored
2444 2445
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2446
                            <a data-toggle="collapse" data-parent="#accordion42" href="#collapseOne42"> 创建视频订单 <span class="text-muted">/api/user/v_order</span></a>
郭盛 authored
2447 2448
                        </h4>
                    </div>
郭盛 authored
2449
                    <div id="collapseOne42" class="panel-collapse collapse">
郭盛 authored
2450 2451 2452
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2453 2454 2455 2456
                            <ul class="nav nav-tabs" id="doctab42">
                                <li class="active"><a href="#info42" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox42" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample42" data-toggle="tab">返回示例</a></li>
郭盛 authored
2457 2458 2459 2460 2461
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2462
                                <div class="tab-pane active" id="info42">
郭盛 authored
2463
                                    <div class="well">
郭盛 authored
2464
                                        创建视频订单                                    </div>
郭盛 authored
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478
                                    <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
2479
                                                        <td>token</td>
郭盛 authored
2480 2481
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2482
                                                        <td>请求的Token</td>
郭盛 authored
2483
                                                    </tr>
郭盛 authored
2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497
                                                                                                    </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>
郭盛 authored
2498
                                                    </tr>
郭盛 authored
2499 2500
                                                </thead>
                                                <tbody>
郭盛 authored
2501
                                                                                                        <tr>
郭盛 authored
2502 2503
                                                        <td>video_id</td>
                                                        <td>inter</td>
郭盛 authored
2504
                                                        <td></td>
郭盛 authored
2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517
                                                        <td>视频ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>video_attr</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>视频品质属性</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>价格</td>
郭盛 authored
2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529
                                                    </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
2530
                                <div class="tab-pane" id="sandbox42">
郭盛 authored
2531 2532 2533
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2534
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
2535
                                                <div class="panel-body">
郭盛 authored
2536
                                                    <div class="headers">
郭盛 authored
2537
                                                                                                                <div class="form-group">
郭盛 authored
2538 2539
                                                            <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
2540
                                                        </div>
郭盛 authored
2541 2542 2543 2544 2545 2546
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2547
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/v_order" method="POST" name="form42" id="form42">
郭盛 authored
2548
                                                                                                                <div class="form-group">
郭盛 authored
2549 2550
                                                            <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
2551 2552
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2553 2554 2555 2556 2557 2558 2559 2560
                                                            <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">
                                                            <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
2561 2562
                                                            <button type="submit" class="btn btn-success send" rel="42">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="42">重置</button>
郭盛 authored
2563 2564 2565 2566 2567 2568 2569 2570 2571
                                                        </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
2572 2573
                                                            <pre id="response_headers42"></pre>
                                                            <pre id="response42"></pre>
郭盛 authored
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587
                                                        </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
2588
                                <div class="tab-pane" id="sample42">
郭盛 authored
2589 2590
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2591
                                            <pre id="sample_response42">{
郭盛 authored
2592 2593 2594
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
2595 2596 2597
        "data": {
            "order_id"://订单ID
        }
郭盛 authored
2598 2599 2600 2601 2602 2603 2604 2605 2606 2607
        }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2608
                    <div class="panel-heading" id="heading-43">
郭盛 authored
2609
                        <h4 class="panel-title">
郭盛 authored
2610
                            <span class="label label-primary">POST</span>
郭盛 authored
2611
                            <a data-toggle="collapse" data-parent="#accordion43" href="#collapseOne43"> 创建组合订单 <span class="text-muted">/api/user/orders</span></a>
郭盛 authored
2612 2613
                        </h4>
                    </div>
郭盛 authored
2614
                    <div id="collapseOne43" class="panel-collapse collapse">
郭盛 authored
2615 2616 2617
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2618 2619 2620 2621
                            <ul class="nav nav-tabs" id="doctab43">
                                <li class="active"><a href="#info43" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox43" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample43" data-toggle="tab">返回示例</a></li>
郭盛 authored
2622 2623 2624 2625 2626
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2627
                                <div class="tab-pane active" id="info43">
郭盛 authored
2628
                                    <div class="well">
郭盛 authored
2629
                                        创建组合订单                                    </div>
郭盛 authored
2630 2631 2632
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650
                                                                                        <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
2651 2652 2653 2654 2655
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2667
                                                        <td>video_id</td>
郭盛 authored
2668 2669
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2670
                                                        <td>视频ID(多个以逗号隔开</td>
郭盛 authored
2671 2672
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
2673
                                                        <td>video_attr</td>
郭盛 authored
2674 2675
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2676
                                                        <td>视频品质属性(多个以逗号隔开)</td>
郭盛 authored
2677 2678
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
2679
                                                        <td>pic_id</td>
郭盛 authored
2680 2681
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2682 2683 2684 2685 2686 2687 2688
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>总价格</td>
郭盛 authored
2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700
                                                    </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
2701
                                <div class="tab-pane" id="sandbox43">
郭盛 authored
2702 2703 2704
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715
                                                <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
2716 2717
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2718
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/orders" method="POST" name="form43" id="form43">
郭盛 authored
2719
                                                                                                                <div class="form-group">
郭盛 authored
2720 2721
                                                            <label class="control-label" for="video_id">video_id</label>
                                                            <input type="string" class="form-control input-sm" id="video_id" required placeholder="视频ID(多个以逗号隔开" name="video_id">
郭盛 authored
2722 2723
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2724 2725
                                                            <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
2726 2727
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2728 2729
                                                            <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">
郭盛 authored
2730 2731
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2732 2733 2734 2735
                                                            <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
2736 2737
                                                            <button type="submit" class="btn btn-success send" rel="43">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="43">重置</button>
郭盛 authored
2738 2739 2740 2741 2742 2743 2744 2745 2746
                                                        </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
2747 2748
                                                            <pre id="response_headers43"></pre>
                                                            <pre id="response43"></pre>
郭盛 authored
2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762
                                                        </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
2763
                                <div class="tab-pane" id="sample43">
郭盛 authored
2764 2765
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2766
                                            <pre id="sample_response43">{
郭盛 authored
2767 2768 2769
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
2770 2771 2772
        "data": {
            "order_id"://订单ID
        }
郭盛 authored
2773 2774 2775 2776 2777 2778 2779 2780 2781 2782
        }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2783
                    <div class="panel-heading" id="heading-44">
郭盛 authored
2784
                        <h4 class="panel-title">
郭盛 authored
2785
                            <span class="label label-primary">POST</span>
郭盛 authored
2786
                            <a data-toggle="collapse" data-parent="#accordion44" href="#collapseOne44"> 创建苹果订单 <span class="text-muted">/api/user/iphone_order</span></a>
郭盛 authored
2787 2788
                        </h4>
                    </div>
郭盛 authored
2789
                    <div id="collapseOne44" class="panel-collapse collapse">
郭盛 authored
2790 2791 2792
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2793 2794 2795 2796
                            <ul class="nav nav-tabs" id="doctab44">
                                <li class="active"><a href="#info44" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox44" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample44" data-toggle="tab">返回示例</a></li>
郭盛 authored
2797 2798 2799 2800 2801
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2802
                                <div class="tab-pane active" id="info44">
郭盛 authored
2803
                                    <div class="well">
郭盛 authored
2804
                                        创建苹果订单                                    </div>
郭盛 authored
2805 2806 2807
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825
                                                                                        <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
2826 2827 2828 2829 2830
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>video_id</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>视频ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>video_attr</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>视频品质属性</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pic_id</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>总价格</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
2867 2868 2869 2870 2871 2872 2873 2874 2875
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2876
                                <div class="tab-pane" id="sandbox44">
郭盛 authored
2877 2878 2879
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890
                                                <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
2891 2892
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2893
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/iphone_order" method="POST" name="form44" id="form44">
郭盛 authored
2894
                                                                                                                <div class="form-group">
郭盛 authored
2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908
                                                            <label class="control-label" for="video_id">video_id</label>
                                                            <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">
                                                        </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>
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="总价格" name="total">
郭盛 authored
2909 2910
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2911 2912
                                                            <button type="submit" class="btn btn-success send" rel="44">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="44">重置</button>
郭盛 authored
2913 2914 2915 2916 2917 2918 2919 2920 2921
                                                        </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
2922 2923
                                                            <pre id="response_headers44"></pre>
                                                            <pre id="response44"></pre>
郭盛 authored
2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937
                                                        </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
2938
                                <div class="tab-pane" id="sample44">
郭盛 authored
2939 2940
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2941
                                            <pre id="sample_response44">{
郭盛 authored
2942 2943 2944 2945 2946 2947 2948
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    "order_id"://订单ID
    }
    }</pre>
郭盛 authored
2949 2950 2951 2952 2953 2954 2955 2956 2957
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2958
                    <div class="panel-heading" id="heading-45">
郭盛 authored
2959
                        <h4 class="panel-title">
郭盛 authored
2960 2961
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion45" href="#collapseOne45"> 发短信 <span class="text-muted">/api/user/duan_send</span></a>
郭盛 authored
2962 2963
                        </h4>
                    </div>
郭盛 authored
2964
                    <div id="collapseOne45" class="panel-collapse collapse">
郭盛 authored
2965 2966 2967
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2968 2969 2970 2971
                            <ul class="nav nav-tabs" id="doctab45">
                                <li class="active"><a href="#info45" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox45" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample45" data-toggle="tab">返回示例</a></li>
郭盛 authored
2972 2973 2974 2975 2976
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2977
                                <div class="tab-pane active" id="info45">
郭盛 authored
2978
                                    <div class="well">
郭盛 authored
2979
                                        发短信                                    </div>
郭盛 authored
2980 2981 2982
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000
                                                                                        <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
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015
                                                                                    </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
3016
                                <div class="tab-pane" id="sandbox45">
郭盛 authored
3017 3018 3019
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030
                                                <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
3031 3032
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3033
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/duan_send" method="POST" name="form45" id="form45">
郭盛 authored
3034 3035 3036 3037
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3038 3039
                                                            <button type="submit" class="btn btn-success send" rel="45">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="45">重置</button>
郭盛 authored
3040 3041 3042 3043 3044 3045 3046 3047 3048
                                                        </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
3049 3050
                                                            <pre id="response_headers45"></pre>
                                                            <pre id="response45"></pre>
郭盛 authored
3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064
                                                        </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
3065
                                <div class="tab-pane" id="sample45">
郭盛 authored
3066 3067
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3068 3069 3070 3071 3072 3073 3074
                                            <pre id="sample_response45">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    }
    }</pre>
郭盛 authored
3075 3076 3077 3078 3079 3080 3081 3082 3083
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3084
                    <div class="panel-heading" id="heading-46">
郭盛 authored
3085
                        <h4 class="panel-title">
郭盛 authored
3086 3087
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion46" href="#collapseOne46">  <span class="text-muted">/api/user/array_merge_more</span></a>
郭盛 authored
3088 3089
                        </h4>
                    </div>
郭盛 authored
3090
                    <div id="collapseOne46" class="panel-collapse collapse">
郭盛 authored
3091 3092 3093
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3094 3095 3096 3097
                            <ul class="nav nav-tabs" id="doctab46">
                                <li class="active"><a href="#info46" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox46" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample46" data-toggle="tab">返回示例</a></li>
郭盛 authored
3098 3099 3100 3101 3102
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3103
                                <div class="tab-pane active" id="info46">
郭盛 authored
3104
                                    <div class="well">
郭盛 authored
3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196
                                                                            </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="sandbox46">
                                    <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="form46" id="form46">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="46">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="46">重置</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_headers46"></pre>
                                                            <pre id="response46"></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="sample46">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response46"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-47">
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion47" href="#collapseOne47"> 删除订单 <span class="text-muted">/api/user/delorder</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne47" class="panel-collapse collapse">
                        <div class="panel-body">

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

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

                                <div class="tab-pane active" id="info47">
                                    <div class="well">
郭盛 authored
3197
                                        删除订单                                    </div>
郭盛 authored
3198 3199 3200
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218
                                                                                        <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
3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234
                                                                                    </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
3235 3236
                                                        <td>ids[]</td>
                                                        <td>inter</td>
郭盛 authored
3237
                                                        <td></td>
郭盛 authored
3238
                                                        <td>订单ID</td>
郭盛 authored
3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250
                                                    </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
3251
                                <div class="tab-pane" id="sandbox47">
郭盛 authored
3252 3253 3254
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265
                                                <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
3266 3267
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3268
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/delorder" method="POST" name="form47" id="form47">
郭盛 authored
3269
                                                                                                                <div class="form-group">
郭盛 authored
3270 3271
                                                            <label class="control-label" for="ids[]">ids[]</label>
                                                            <input type="inter" class="form-control input-sm" id="ids[]" required placeholder="订单ID" name="ids[]">
郭盛 authored
3272 3273
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3274 3275
                                                            <button type="submit" class="btn btn-success send" rel="47">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="47">重置</button>
郭盛 authored
3276 3277 3278 3279 3280 3281 3282 3283 3284
                                                        </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
3285 3286
                                                            <pre id="response_headers47"></pre>
                                                            <pre id="response47"></pre>
郭盛 authored
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300
                                                        </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
3301
                                <div class="tab-pane" id="sample47">
郭盛 authored
3302 3303
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3304
                                            <pre id="sample_response47">{
郭盛 authored
3305 3306 3307
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
3308 3309 3310 3311 3312 3313 3314 3315 3316 3317
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3318
                    <div class="panel-heading" id="heading-48">
郭盛 authored
3319 3320
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3321
                            <a data-toggle="collapse" data-parent="#accordion48" href="#collapseOne48"> 我的订单 <span class="text-muted">/api/user/myorder</span></a>
郭盛 authored
3322 3323
                        </h4>
                    </div>
郭盛 authored
3324
                    <div id="collapseOne48" class="panel-collapse collapse">
郭盛 authored
3325 3326 3327
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3328 3329 3330 3331
                            <ul class="nav nav-tabs" id="doctab48">
                                <li class="active"><a href="#info48" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox48" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample48" data-toggle="tab">返回示例</a></li>
郭盛 authored
3332 3333 3334 3335 3336
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3337
                                <div class="tab-pane active" id="info48">
郭盛 authored
3338
                                    <div class="well">
郭盛 authored
3339
                                        我的订单                                    </div>
郭盛 authored
3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376
                                    <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
3377 3378 3379 3380 3381 3382
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>状态(不传默认为全部 1为待支付 2为已完成</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404
                                                        <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
3405
                                <div class="tab-pane" id="sandbox48">
郭盛 authored
3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421
                                    <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
3422
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/myorder" method="POST" name="form48" id="form48">
郭盛 authored
3423 3424 3425 3426
                                                                                                                <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>
郭盛 authored
3427 3428 3429 3430 3431 3432 3433 3434 3435
                                                                                                                <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
3436 3437
                                                            <button type="submit" class="btn btn-success send" rel="48">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="48">重置</button>
郭盛 authored
3438 3439 3440 3441 3442 3443 3444 3445 3446
                                                        </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
3447 3448
                                                            <pre id="response_headers48"></pre>
                                                            <pre id="response48"></pre>
郭盛 authored
3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462
                                                        </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
3463
                                <div class="tab-pane" id="sample48">
郭盛 authored
3464 3465
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3466
                                            <pre id="sample_response48">{
郭盛 authored
3467 3468 3469 3470
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
3471 3472 3473 3474
            "id":       //用户ID
            "pic_id": //图片,
            "video_id":   //视频,
            "status" :   //状态(1待支付 2已完成</pre>
郭盛 authored
3475 3476 3477 3478 3479 3480 3481 3482 3483
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3484
                    <div class="panel-heading" id="heading-50">
郭盛 authored
3485 3486
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
3487
                            <a data-toggle="collapse" data-parent="#accordion50" href="#collapseOne50">  <span class="text-muted">/api/user/fetch1</span></a>
郭盛 authored
3488 3489
                        </h4>
                    </div>
郭盛 authored
3490
                    <div id="collapseOne50" class="panel-collapse collapse">
郭盛 authored
3491 3492 3493
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3494 3495 3496 3497
                            <ul class="nav nav-tabs" id="doctab50">
                                <li class="active"><a href="#info50" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox50" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample50" data-toggle="tab">返回示例</a></li>
郭盛 authored
3498 3499 3500 3501 3502
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3503
                                <div class="tab-pane active" id="info50">
郭盛 authored
3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524
                                    <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 -->
郭盛 authored
3525
                                <div class="tab-pane" id="sandbox50">
郭盛 authored
3526 3527 3528 3529 3530
                                    <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
3531
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/fetch1" method="get" name="form50" id="form50">
郭盛 authored
3532 3533 3534 3535
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3536 3537
                                                            <button type="submit" class="btn btn-success send" rel="50">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="50">重置</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_headers50"></pre>
                                                            <pre id="response50"></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="sample50">
郭盛 authored
3564 3565
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3566
                                            <pre id="sample_response50"></pre>
郭盛 authored
3567 3568 3569 3570 3571 3572 3573 3574 3575
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3576
                    <div class="panel-heading" id="heading-39">
郭盛 authored
3577
                        <h4 class="panel-title">
郭盛 authored
3578
                            <span class="label label-primary">POST</span>
郭盛 authored
3579
                            <a data-toggle="collapse" data-parent="#accordion39" href="#collapseOne39"> 加入购物车 <span class="text-muted">/api/user/addcar</span></a>
郭盛 authored
3580 3581
                        </h4>
                    </div>
郭盛 authored
3582
                    <div id="collapseOne39" class="panel-collapse collapse">
郭盛 authored
3583 3584
                        <div class="panel-body">
郭盛 authored
3585
                            <!-- Nav tabs -->
郭盛 authored
3586 3587 3588 3589
                            <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
3590 3591 3592 3593 3594
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3595
                                <div class="tab-pane active" id="info39">
郭盛 authored
3596
                                    <div class="well">
郭盛 authored
3597
                                        加入购物车                                    </div>
郭盛 authored
3598 3599 3600
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618
                                                                                        <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
3619 3620 3621 3622 3623
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
3635
                                                        <td>pic_id</td>
郭盛 authored
3636 3637
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3638
                                                        <td>图片ID</td>
郭盛 authored
3639 3640
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
3641
                                                        <td>video_id</td>
郭盛 authored
3642 3643
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3644
                                                        <td>视频ID</td>
郭盛 authored
3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656
                                                    </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
3657
                                <div class="tab-pane" id="sandbox39">
郭盛 authored
3658 3659 3660 3661 3662
                                    <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">
郭盛 authored
3663 3664 3665 3666 3667 3668 3669 3670 3671
                                                    <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
3672 3673
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3674
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/addcar" method="POST" name="form39" id="form39">
郭盛 authored
3675
                                                                                                                <div class="form-group">
郭盛 authored
3676 3677
                                                            <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
3678 3679
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3680 3681
                                                            <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
3682 3683
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3684 3685
                                                            <button type="submit" class="btn btn-success send" rel="39">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="39">重置</button>
郭盛 authored
3686 3687 3688 3689 3690 3691 3692 3693 3694
                                                        </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
3695 3696
                                                            <pre id="response_headers39"></pre>
                                                            <pre id="response39"></pre>
郭盛 authored
3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710
                                                        </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
3711
                                <div class="tab-pane" id="sample39">
郭盛 authored
3712 3713
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3714
                                            <pre id="sample_response39">{
郭盛 authored
3715 3716 3717 3718
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    }</pre>
郭盛 authored
3719 3720 3721 3722 3723 3724 3725 3726 3727
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3728
                    <div class="panel-heading" id="heading-51">
郭盛 authored
3729 3730
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3731
                            <a data-toggle="collapse" data-parent="#accordion51" href="#collapseOne51"> 消费记录 <span class="text-muted">/api/user/payhistory</span></a>
郭盛 authored
3732 3733
                        </h4>
                    </div>
郭盛 authored
3734
                    <div id="collapseOne51" class="panel-collapse collapse">
郭盛 authored
3735 3736 3737
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3738 3739 3740 3741
                            <ul class="nav nav-tabs" id="doctab51">
                                <li class="active"><a href="#info51" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox51" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample51" data-toggle="tab">返回示例</a></li>
郭盛 authored
3742 3743 3744
                            </ul>

                            <!-- Tab panes -->
郭盛 authored
3745 3746
                            <div class="tab-content">
郭盛 authored
3747
                                <div class="tab-pane active" id="info51">
郭盛 authored
3748
                                    <div class="well">
郭盛 authored
3749
                                        消费记录                                    </div>
郭盛 authored
3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786
                                    <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
3787
                                                        <td>page</td>
郭盛 authored
3788
                                                        <td>inter</td>
郭盛 authored
3789
                                                        <td></td>
郭盛 authored
3790
                                                        <td>当前页(默认1</td>
郭盛 authored
3791 3792
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
3793
                                                        <td>pageNum</td>
郭盛 authored
3794 3795
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3796
                                                        <td>每页显示数据个数(默认10)</td>
郭盛 authored
3797
                                                    </tr>
郭盛 authored
3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808
                                                                                                    </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
3809
                                <div class="tab-pane" id="sandbox51">
郭盛 authored
3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825
                                    <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
3826
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/payhistory" method="POST" name="form51" id="form51">
郭盛 authored
3827
                                                                                                                <div class="form-group">
郭盛 authored
3828 3829
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
郭盛 authored
3830 3831
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3832 3833
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
郭盛 authored
3834 3835
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3836 3837
                                                            <button type="submit" class="btn btn-success send" rel="51">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="51">重置</button>
郭盛 authored
3838 3839 3840 3841 3842 3843 3844 3845 3846
                                                        </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
3847 3848
                                                            <pre id="response_headers51"></pre>
                                                            <pre id="response51"></pre>
郭盛 authored
3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862
                                                        </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
3863
                                <div class="tab-pane" id="sample51">
郭盛 authored
3864 3865
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3866
                                            <pre id="sample_response51">{
郭盛 authored
3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
          "times"://时间分段,
          "info":[
                "id": 4,//id,
                "user_id"://用户ID
                "pic_id"://图片ID
                "video_id"://视频ID
          ],
          "total"://总价
        }
        }</pre>
郭盛 authored
3881 3882 3883 3884 3885 3886 3887 3888 3889
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3890
                    <div class="panel-heading" id="heading-52">
郭盛 authored
3891 3892
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3893
                            <a data-toggle="collapse" data-parent="#accordion52" href="#collapseOne52"> 获取sessionkey <span class="text-muted">/api/user/getSessionKey</span></a>
郭盛 authored
3894 3895
                        </h4>
                    </div>
郭盛 authored
3896
                    <div id="collapseOne52" class="panel-collapse collapse">
郭盛 authored
3897 3898 3899
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3900 3901 3902 3903
                            <ul class="nav nav-tabs" id="doctab52">
                                <li class="active"><a href="#info52" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox52" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample52" data-toggle="tab">返回示例</a></li>
郭盛 authored
3904 3905 3906 3907 3908
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3909
                                <div class="tab-pane active" id="info52">
郭盛 authored
3910
                                    <div class="well">
郭盛 authored
3911
                                        获取sessionkey                                    </div>
郭盛 authored
3912 3913 3914
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
3915
郭盛 authored
3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931
                                                                                    </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
3932 3933
                                                        <td>code</td>
                                                        <td>string</td>
郭盛 authored
3934
                                                        <td></td>
郭盛 authored
3935
                                                        <td>code</td>
郭盛 authored
3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947
                                                    </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
3948
                                <div class="tab-pane" id="sandbox52">
郭盛 authored
3949 3950 3951 3952 3953
                                    <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
3954
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/getSessionKey" method="POST" name="form52" id="form52">
郭盛 authored
3955
                                                                                                                <div class="form-group">
郭盛 authored
3956 3957
                                                            <label class="control-label" for="code">code</label>
                                                            <input type="string" class="form-control input-sm" id="code" required placeholder="code" name="code">
郭盛 authored
3958 3959
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3960 3961
                                                            <button type="submit" class="btn btn-success send" rel="52">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="52">重置</button>
郭盛 authored
3962 3963 3964 3965 3966 3967 3968 3969 3970
                                                        </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
3971 3972
                                                            <pre id="response_headers52"></pre>
                                                            <pre id="response52"></pre>
郭盛 authored
3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986
                                                        </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
3987
                                <div class="tab-pane" id="sample52">
郭盛 authored
3988 3989
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3990
                                            <pre id="sample_response52">{
郭盛 authored
3991 3992 3993 3994 3995 3996
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data":[
        "session_key"://session_key
    ]
郭盛 authored
3997 3998 3999 4000 4001 4002 4003 4004 4005 4006
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4007
                    <div class="panel-heading" id="heading-53">
郭盛 authored
4008 4009
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
4010
                            <a data-toggle="collapse" data-parent="#accordion53" href="#collapseOne53">  <span class="text-muted">/api/user/http_get</span></a>
郭盛 authored
4011 4012
                        </h4>
                    </div>
郭盛 authored
4013
                    <div id="collapseOne53" class="panel-collapse collapse">
郭盛 authored
4014 4015 4016
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4017 4018 4019 4020
                            <ul class="nav nav-tabs" id="doctab53">
                                <li class="active"><a href="#info53" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox53" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample53" data-toggle="tab">返回示例</a></li>
郭盛 authored
4021 4022 4023 4024 4025
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4026
                                <div class="tab-pane active" id="info53">
郭盛 authored
4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047
                                    <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 -->
郭盛 authored
4048
                                <div class="tab-pane" id="sandbox53">
郭盛 authored
4049 4050 4051 4052 4053
                                    <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
4054
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/http_get" method="get" name="form53" id="form53">
郭盛 authored
4055 4056 4057 4058
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4059 4060
                                                            <button type="submit" class="btn btn-success send" rel="53">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="53">重置</button>
郭盛 authored
4061
                                                        </div>
郭盛 authored
4062 4063 4064 4065 4066 4067 4068 4069
                                                    </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
4070 4071
                                                            <pre id="response_headers53"></pre>
                                                            <pre id="response53"></pre>
郭盛 authored
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085
                                                        </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
4086
                                <div class="tab-pane" id="sample53">
郭盛 authored
4087 4088
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4089
                                            <pre id="sample_response53"></pre>
郭盛 authored
4090 4091 4092 4093 4094 4095 4096 4097 4098
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4099
                    <div class="panel-heading" id="heading-54">
郭盛 authored
4100 4101
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4102
                            <a data-toggle="collapse" data-parent="#accordion54" href="#collapseOne54"> 获取用户手机号 <span class="text-muted">/api/user/getMobile</span></a>
郭盛 authored
4103 4104
                        </h4>
                    </div>
郭盛 authored
4105
                    <div id="collapseOne54" class="panel-collapse collapse">
郭盛 authored
4106 4107 4108
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4109 4110 4111 4112
                            <ul class="nav nav-tabs" id="doctab54">
                                <li class="active"><a href="#info54" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox54" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample54" data-toggle="tab">返回示例</a></li>
郭盛 authored
4113 4114 4115 4116 4117
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4118
                                <div class="tab-pane active" id="info54">
郭盛 authored
4119
                                    <div class="well">
郭盛 authored
4120
                                        获取用户手机号                                    </div>
郭盛 authored
4121 4122 4123
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
4124
郭盛 authored
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140
                                                                                    </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
4141
                                                        <td>sessionKey</td>
郭盛 authored
4142 4143
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
4144
                                                        <td>sessionkey</td>
郭盛 authored
4145 4146
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
4147
                                                        <td>encryptedData</td>
郭盛 authored
4148 4149
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
4150
                                                        <td>encryptedDate</td>
郭盛 authored
4151 4152
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
4153
                                                        <td>iv</td>
郭盛 authored
4154 4155
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
4156
                                                        <td>iv</td>
郭盛 authored
4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168
                                                    </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
4169
                                <div class="tab-pane" id="sandbox54">
郭盛 authored
4170 4171 4172 4173 4174
                                    <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
4175
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/getMobile" method="POST" name="form54" id="form54">
郭盛 authored
4176
                                                                                                                <div class="form-group">
郭盛 authored
4177 4178
                                                            <label class="control-label" for="sessionKey">sessionKey</label>
                                                            <input type="string" class="form-control input-sm" id="sessionKey" required placeholder="sessionkey" name="sessionKey">
郭盛 authored
4179 4180
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4181 4182
                                                            <label class="control-label" for="encryptedData">encryptedData</label>
                                                            <input type="string" class="form-control input-sm" id="encryptedData" required placeholder="encryptedDate" name="encryptedData">
郭盛 authored
4183 4184
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4185 4186
                                                            <label class="control-label" for="iv">iv</label>
                                                            <input type="string" class="form-control input-sm" id="iv" required placeholder="iv" name="iv">
郭盛 authored
4187 4188
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4189 4190
                                                            <button type="submit" class="btn btn-success send" rel="54">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="54">重置</button>
郭盛 authored
4191 4192 4193 4194 4195 4196 4197 4198 4199
                                                        </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
4200 4201
                                                            <pre id="response_headers54"></pre>
                                                            <pre id="response54"></pre>
郭盛 authored
4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215
                                                        </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
4216
                                <div class="tab-pane" id="sample54">
郭盛 authored
4217 4218
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4219
                                            <pre id="sample_response54">{
郭盛 authored
4220 4221 4222
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
4223 4224 4225
          "data":[
               "phoneNumber"://手机号
          ]
郭盛 authored
4226
        }</pre>
郭盛 authored
4227 4228 4229 4230 4231 4232 4233 4234 4235
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4236
                    <div class="panel-heading" id="heading-55">
郭盛 authored
4237 4238
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4239
                            <a data-toggle="collapse" data-parent="#accordion55" href="#collapseOne55"> 绑定用户手机号 <span class="text-muted">/api/user/phone</span></a>
郭盛 authored
4240 4241
                        </h4>
                    </div>
郭盛 authored
4242
                    <div id="collapseOne55" class="panel-collapse collapse">
郭盛 authored
4243 4244 4245
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4246 4247 4248 4249
                            <ul class="nav nav-tabs" id="doctab55">
                                <li class="active"><a href="#info55" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox55" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample55" data-toggle="tab">返回示例</a></li>
郭盛 authored
4250 4251 4252 4253 4254
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4255
                                <div class="tab-pane active" id="info55">
郭盛 authored
4256
                                    <div class="well">
郭盛 authored
4257
                                        绑定用户手机号                                    </div>
郭盛 authored
4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289
                                    <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>
郭盛 authored
4290
                                                        <th>描述</th>
郭盛 authored
4291
                                                    </tr>
郭盛 authored
4292 4293
                                                </thead>
                                                <tbody>
郭盛 authored
4294
                                                                                                        <tr>
郭盛 authored
4295 4296
                                                        <td>phone</td>
                                                        <td>string</td>
郭盛 authored
4297
                                                        <td></td>
郭盛 authored
4298
                                                        <td>手机号</td>
郭盛 authored
4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310
                                                    </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
4311
                                <div class="tab-pane" id="sandbox55">
郭盛 authored
4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327
                                    <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
4328
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/phone" method="POST" name="form55" id="form55">
郭盛 authored
4329
                                                                                                                <div class="form-group">
郭盛 authored
4330 4331
                                                            <label class="control-label" for="phone">phone</label>
                                                            <input type="string" class="form-control input-sm" id="phone" required placeholder="手机号" name="phone">
郭盛 authored
4332 4333
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4334 4335
                                                            <button type="submit" class="btn btn-success send" rel="55">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="55">重置</button>
郭盛 authored
4336 4337 4338 4339 4340 4341 4342 4343 4344
                                                        </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
4345 4346
                                                            <pre id="response_headers55"></pre>
                                                            <pre id="response55"></pre>
郭盛 authored
4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360
                                                        </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
4361
                                <div class="tab-pane" id="sample55">
郭盛 authored
4362 4363
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4364
                                            <pre id="sample_response55">{
郭盛 authored
4365 4366 4367 4368
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
郭盛 authored
4369 4370 4371 4372 4373 4374 4375 4376 4377
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4378
                    <div class="panel-heading" id="heading-56">
郭盛 authored
4379 4380
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4381
                            <a data-toggle="collapse" data-parent="#accordion56" href="#collapseOne56"> 填写发票信息 <span class="text-muted">/api/user/invoice</span></a>
郭盛 authored
4382 4383
                        </h4>
                    </div>
郭盛 authored
4384
                    <div id="collapseOne56" class="panel-collapse collapse">
郭盛 authored
4385 4386 4387
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4388 4389 4390 4391
                            <ul class="nav nav-tabs" id="doctab56">
                                <li class="active"><a href="#info56" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox56" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample56" data-toggle="tab">返回示例</a></li>
郭盛 authored
4392 4393 4394 4395 4396
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4397
                                <div class="tab-pane active" id="info56">
郭盛 authored
4398
                                    <div class="well">
郭盛 authored
4399
                                        填写发票信息                                    </div>
郭盛 authored
4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436
                                    <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
4437
                                                        <td>order_id</td>
郭盛 authored
4438 4439
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
4440
                                                        <td>订单ID</td>
郭盛 authored
4441 4442
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
4443 4444
                                                        <td>name</td>
                                                        <td>string</td>
郭盛 authored
4445
                                                        <td></td>
郭盛 authored
4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494
                                                        <td>公司名称</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>tel</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>公司电话</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>adress</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>公司地址</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>duty</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>纳税人识别号</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>bank</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>银行名称</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>card</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>银行账号</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>linkname</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>收件人名字</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>linktel</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>收件人电话</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>linkadress</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>收件人地址</td>
郭盛 authored
4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506
                                                    </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
4507
                                <div class="tab-pane" id="sandbox56">
郭盛 authored
4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523
                                    <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
4524
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/invoice" method="POST" name="form56" id="form56">
郭盛 authored
4525
                                                                                                                <div class="form-group">
郭盛 authored
4526 4527
                                                            <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
4528 4529
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4530 4531
                                                            <label class="control-label" for="name">name</label>
                                                            <input type="string" class="form-control input-sm" id="name" required placeholder="公司名称" name="name">
郭盛 authored
4532 4533
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565
                                                            <label class="control-label" for="tel">tel</label>
                                                            <input type="string" class="form-control input-sm" id="tel" required placeholder="公司电话" name="tel">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="adress">adress</label>
                                                            <input type="string" class="form-control input-sm" id="adress" required placeholder="公司地址" name="adress">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="duty">duty</label>
                                                            <input type="string" class="form-control input-sm" id="duty" required placeholder="纳税人识别号" name="duty">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="bank">bank</label>
                                                            <input type="string" class="form-control input-sm" id="bank" required placeholder="银行名称" name="bank">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="card">card</label>
                                                            <input type="string" class="form-control input-sm" id="card" required placeholder="银行账号" name="card">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="linkname">linkname</label>
                                                            <input type="string" class="form-control input-sm" id="linkname" required placeholder="收件人名字" name="linkname">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="linktel">linktel</label>
                                                            <input type="string" class="form-control input-sm" id="linktel" required placeholder="收件人电话" name="linktel">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="linkadress">linkadress</label>
                                                            <input type="string" class="form-control input-sm" id="linkadress" required placeholder="收件人地址" name="linkadress">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4566 4567
                                                            <button type="submit" class="btn btn-success send" rel="56">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="56">重置</button>
郭盛 authored
4568 4569 4570 4571 4572 4573 4574 4575 4576
                                                        </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
4577 4578
                                                            <pre id="response_headers56"></pre>
                                                            <pre id="response56"></pre>
郭盛 authored
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592
                                                        </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
4593
                                <div class="tab-pane" id="sample56">
郭盛 authored
4594 4595
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4596
                                            <pre id="sample_response56">{
郭盛 authored
4597 4598 4599 4600
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
郭盛 authored
4601 4602 4603 4604 4605 4606 4607 4608 4609
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4610
                    <div class="panel-heading" id="heading-57">
郭盛 authored
4611 4612
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4613
                            <a data-toggle="collapse" data-parent="#accordion57" href="#collapseOne57"> 填写授权书信息 <span class="text-muted">/api/user/show</span></a>
郭盛 authored
4614 4615
                        </h4>
                    </div>
郭盛 authored
4616
                    <div id="collapseOne57" class="panel-collapse collapse">
郭盛 authored
4617
                        <div class="panel-body">
郭盛 authored
4618 4619

                            <!-- Nav tabs -->
郭盛 authored
4620 4621 4622 4623
                            <ul class="nav nav-tabs" id="doctab57">
                                <li class="active"><a href="#info57" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox57" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample57" data-toggle="tab">返回示例</a></li>
郭盛 authored
4624 4625 4626 4627 4628
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4629
                                <div class="tab-pane active" id="info57">
郭盛 authored
4630
                                    <div class="well">
郭盛 authored
4631
                                        填写授权书信息                                    </div>
郭盛 authored
4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645
                                    <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
4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668
                                                        <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
4669
                                                        <td>order_id</td>
郭盛 authored
4670 4671
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690
                                                        <td>订单ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>name</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>使用人</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>use</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>用途</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>tel</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>联系方式</td>
郭盛 authored
4691
                                                    </tr>
郭盛 authored
4692 4693 4694 4695 4696 4697
                                                                                                        <tr>
                                                        <td>email</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>邮箱地址</td>
                                                    </tr>
郭盛 authored
4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708
                                                                                                    </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
4709
                                <div class="tab-pane" id="sandbox57">
郭盛 authored
4710 4711 4712
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
4713
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
4714
                                                <div class="panel-body">
郭盛 authored
4715
                                                    <div class="headers">
郭盛 authored
4716
                                                                                                                <div class="form-group">
郭盛 authored
4717 4718
                                                            <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
4719
                                                        </div>
郭盛 authored
4720 4721 4722 4723 4724 4725
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
4726
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/show" method="POST" name="form57" id="form57">
郭盛 authored
4727
                                                                                                                <div class="form-group">
郭盛 authored
4728 4729
                                                            <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
4730 4731
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743
                                                            <label class="control-label" for="name">name</label>
                                                            <input type="string" class="form-control input-sm" id="name" required placeholder="使用人" name="name">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="use">use</label>
                                                            <input type="string" class="form-control input-sm" id="use" required placeholder="用途" name="use">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="tel">tel</label>
                                                            <input type="string" class="form-control input-sm" id="tel" required placeholder="联系方式" name="tel">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4744 4745 4746 4747
                                                            <label class="control-label" for="email">email</label>
                                                            <input type="string" class="form-control input-sm" id="email" required placeholder="邮箱地址" name="email">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4748 4749
                                                            <button type="submit" class="btn btn-success send" rel="57">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="57">重置</button>
郭盛 authored
4750 4751 4752 4753 4754 4755 4756 4757 4758
                                                        </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
4759 4760
                                                            <pre id="response_headers57"></pre>
                                                            <pre id="response57"></pre>
郭盛 authored
4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774
                                                        </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
4775
                                <div class="tab-pane" id="sample57">
郭盛 authored
4776 4777
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4778
                                            <pre id="sample_response57">{
郭盛 authored
4779 4780 4781 4782
            "code": 1,
            "msg": "成功",
            "time": "1571492001",
            }</pre>
郭盛 authored
4783 4784 4785 4786 4787 4788 4789 4790 4791
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4792
                    <div class="panel-heading" id="heading-58">
郭盛 authored
4793
                        <h4 class="panel-title">
4794
                            <span class="label label-primary">POST</span>
郭盛 authored
4795
                            <a data-toggle="collapse" data-parent="#accordion58" href="#collapseOne58"> 投诉与建议 <span class="text-muted">/api/user/suggest</span></a>
郭盛 authored
4796 4797
                        </h4>
                    </div>
郭盛 authored
4798
                    <div id="collapseOne58" class="panel-collapse collapse">
郭盛 authored
4799 4800 4801
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4802 4803 4804 4805
                            <ul class="nav nav-tabs" id="doctab58">
                                <li class="active"><a href="#info58" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox58" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample58" data-toggle="tab">返回示例</a></li>
郭盛 authored
4806 4807 4808 4809 4810
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4811
                                <div class="tab-pane active" id="info58">
郭盛 authored
4812
                                    <div class="well">
郭盛 authored
4813
                                        投诉与建议                                    </div>
郭盛 authored
4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839
                                    <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
4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
4851 4852 4853 4854
                                                        <td>title</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>标题</td>
4855 4856
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
4857 4858 4859 4860
                                                        <td>content</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>内容</td>
郭盛 authored
4861 4862 4863
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
4864 4865 4866 4867 4868 4869 4870 4871 4872
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
4873
                                <div class="tab-pane" id="sandbox58">
郭盛 authored
4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889
                                    <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
4890
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/suggest" method="POST" name="form58" id="form58">
郭盛 authored
4891
                                                                                                                <div class="form-group">
郭盛 authored
4892 4893
                                                            <label class="control-label" for="title">title</label>
                                                            <input type="string" class="form-control input-sm" id="title" required placeholder="标题" name="title">
4894 4895
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4896 4897 4898 4899
                                                            <label class="control-label" for="content">content</label>
                                                            <input type="string" class="form-control input-sm" id="content" required placeholder="内容" name="content">
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4900 4901
                                                            <button type="submit" class="btn btn-success send" rel="58">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="58">重置</button>
郭盛 authored
4902 4903 4904 4905 4906 4907 4908 4909 4910
                                                        </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
4911 4912
                                                            <pre id="response_headers58"></pre>
                                                            <pre id="response58"></pre>
郭盛 authored
4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926
                                                        </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
4927
                                <div class="tab-pane" id="sample58">
郭盛 authored
4928 4929
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4930
                                            <pre id="sample_response58">{
郭盛 authored
4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4944
                    <div class="panel-heading" id="heading-40">
郭盛 authored
4945 4946
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4947
                            <a data-toggle="collapse" data-parent="#accordion40" href="#collapseOne40"> 删除购物车商品 <span class="text-muted">/api/user/delcar</span></a>
郭盛 authored
4948 4949
                        </h4>
                    </div>
郭盛 authored
4950
                    <div id="collapseOne40" class="panel-collapse collapse">
郭盛 authored
4951 4952 4953
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4954 4955 4956 4957
                            <ul class="nav nav-tabs" id="doctab40">
                                <li class="active"><a href="#info40" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox40" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample40" data-toggle="tab">返回示例</a></li>
郭盛 authored
4958 4959 4960 4961 4962
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4963
                                <div class="tab-pane active" id="info40">
郭盛 authored
4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018
                                    <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>ids[]</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>购物车ID</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
5019
                                <div class="tab-pane" id="sandbox40">
郭盛 authored
5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035
                                    <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
5036
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/delcar" method="POST" name="form40" id="form40">
郭盛 authored
5037 5038 5039
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="ids[]">ids[]</label>
                                                            <input type="inter" class="form-control input-sm" id="ids[]" required placeholder="购物车ID" name="ids[]">
郭盛 authored
5040 5041
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5042 5043
                                                            <button type="submit" class="btn btn-success send" rel="40">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="40">重置</button>
郭盛 authored
5044 5045 5046 5047 5048 5049 5050 5051 5052
                                                        </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
5053 5054
                                                            <pre id="response_headers40"></pre>
                                                            <pre id="response40"></pre>
郭盛 authored
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068
                                                        </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
5069
                                <div class="tab-pane" id="sample40">
郭盛 authored
5070 5071
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5072
                                            <pre id="sample_response40">{
郭盛 authored
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5086
                    <div class="panel-heading" id="heading-38">
郭盛 authored
5087 5088
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5089
                            <a data-toggle="collapse" data-parent="#accordion38" href="#collapseOne38"> 购物车列表 <span class="text-muted">/api/user/car</span></a>
郭盛 authored
5090 5091
                        </h4>
                    </div>
郭盛 authored
5092
                    <div id="collapseOne38" class="panel-collapse collapse">
郭盛 authored
5093
                        <div class="panel-body">
郭盛 authored
5094 5095

                            <!-- Nav tabs -->
郭盛 authored
5096 5097 5098 5099
                            <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>
郭盛 authored
5100 5101 5102 5103 5104
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5105
                                <div class="tab-pane active" id="info38">
郭盛 authored
5106
                                    <div class="well">
郭盛 authored
5107
                                        购物车列表                                    </div>
郭盛 authored
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
                                    <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
5134
郭盛 authored
5135 5136 5137 5138 5139 5140 5141 5142 5143
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5144
                                <div class="tab-pane" id="sandbox38">
郭盛 authored
5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160
                                    <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
5161
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/car" method="POST" name="form38" id="form38">
郭盛 authored
5162
                                                                                                                <div class="form-group">
郭盛 authored
5163
郭盛 authored
5164 5165
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5166 5167
                                                            <button type="submit" class="btn btn-success send" rel="38">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="38">重置</button>
郭盛 authored
5168 5169 5170 5171 5172 5173 5174 5175 5176
                                                        </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
5177 5178
                                                            <pre id="response_headers38"></pre>
                                                            <pre id="response38"></pre>
郭盛 authored
5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192
                                                        </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
5193
                                <div class="tab-pane" id="sample38">
郭盛 authored
5194 5195
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5196
                                            <pre id="sample_response38">{
郭盛 authored
5197 5198 5199
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
郭盛 authored
5200
    "data": {
郭盛 authored
5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227
        "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
5228
    }
郭盛 authored
5229 5230 5231 5232 5233 5234 5235 5236 5237 5238
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5239
                    <div class="panel-heading" id="heading-18">
郭盛 authored
5240 5241
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5242
                            <a data-toggle="collapse" data-parent="#accordion18" href="#collapseOne18"> 首页flash接口 <span class="text-muted">/api/user/cover</span></a>
郭盛 authored
5243 5244
                        </h4>
                    </div>
郭盛 authored
5245
                    <div id="collapseOne18" class="panel-collapse collapse">
郭盛 authored
5246
                        <div class="panel-body">
郭盛 authored
5247 5248 5249 5250 5251 5252

                            <!-- Nav tabs -->
                            <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
5253 5254 5255 5256 5257
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5258
                                <div class="tab-pane active" id="info18">
郭盛 authored
5259
                                    <div class="well">
郭盛 authored
5260
                                        首页flash接口                                    </div>
郭盛 authored
5261 5262 5263
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
5264
郭盛 authored
5265 5266 5267 5268 5269
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
5270
郭盛 authored
5271 5272 5273 5274 5275 5276 5277 5278 5279
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5280
                                <div class="tab-pane" id="sandbox18">
郭盛 authored
5281 5282 5283 5284 5285
                                    <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
5286
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/cover" method="POST" name="form18" id="form18">
郭盛 authored
5287
                                                                                                                <div class="form-group">
郭盛 authored
5288
郭盛 authored
5289 5290
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5291 5292
                                                            <button type="submit" class="btn btn-success send" rel="18">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="18">重置</button>
郭盛 authored
5293 5294 5295 5296 5297 5298 5299 5300 5301
                                                        </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
5302 5303
                                                            <pre id="response_headers18"></pre>
                                                            <pre id="response18"></pre>
郭盛 authored
5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317
                                                        </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
5318
                                <div class="tab-pane" id="sample18">
郭盛 authored
5319 5320
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5321
                                            <pre id="sample_response18">{
郭盛 authored
5322 5323 5324
        'code':'1',
        'msg':'返回成功',
        "time": "1571492001",
郭盛 authored
5325
        "data": {
郭盛 authored
5326 5327 5328
        "thumbnail": //封面图地址
        "createtime":  //创建时间
        "updatetime":  //修改时间
郭盛 authored
5329
        }
郭盛 authored
5330
        }</pre>
郭盛 authored
5331 5332 5333 5334 5335 5336 5337 5338 5339
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5340
                    <div class="panel-heading" id="heading-27">
郭盛 authored
5341 5342
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5343
                            <a data-toggle="collapse" data-parent="#accordion27" href="#collapseOne27"> 精美大片列表 <span class="text-muted">/api/user/won</span></a>
郭盛 authored
5344 5345
                        </h4>
                    </div>
郭盛 authored
5346
                    <div id="collapseOne27" class="panel-collapse collapse">
郭盛 authored
5347 5348
                        <div class="panel-body">
郭盛 authored
5349
                            <!-- Nav tabs -->
郭盛 authored
5350 5351 5352 5353
                            <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
5354 5355 5356 5357 5358
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5359
                                <div class="tab-pane active" id="info27">
郭盛 authored
5360
                                    <div class="well">
郭盛 authored
5361
                                        精美大片列表                                    </div>
郭盛 authored
5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387
                                    <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
5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411
                                                                                        <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>
郭盛 authored
5412 5413 5414 5415 5416 5417 5418 5419 5420
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5421
                                <div class="tab-pane" id="sandbox27">
郭盛 authored
5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437
                                    <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
5438
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/won" method="POST" name="form27" id="form27">
郭盛 authored
5439
                                                                                                                <div class="form-group">
郭盛 authored
5440 5441
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
郭盛 authored
5442 5443
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5444 5445 5446 5447
                                                            <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
5448 5449
                                                            <button type="submit" class="btn btn-success send" rel="27">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="27">重置</button>
郭盛 authored
5450 5451 5452 5453 5454 5455 5456 5457 5458
                                                        </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
5459 5460
                                                            <pre id="response_headers27"></pre>
                                                            <pre id="response27"></pre>
郭盛 authored
5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474
                                                        </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
5475
                                <div class="tab-pane" id="sample27">
郭盛 authored
5476 5477
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5478 5479 5480 5481 5482 5483 5484 5485 5486 5487
                                            <pre id="sample_response27">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    "id": //图片id,
    "thumbnail": //视频封面,
    "video"://视频地址
    }
    }</pre>
郭盛 authored
5488 5489 5490 5491 5492 5493 5494 5495 5496
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5497
                    <div class="panel-heading" id="heading-19">
郭盛 authored
5498 5499
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5500
                            <a data-toggle="collapse" data-parent="#accordion19" href="#collapseOne19"> 分享封面接口 <span class="text-muted">/api/user/share</span></a>
郭盛 authored
5501 5502
                        </h4>
                    </div>
郭盛 authored
5503
                    <div id="collapseOne19" class="panel-collapse collapse">
郭盛 authored
5504 5505 5506
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5507 5508 5509 5510
                            <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
5511 5512 5513 5514 5515
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5516
                                <div class="tab-pane active" id="info19">
郭盛 authored
5517
                                    <div class="well">
郭盛 authored
5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537
                                        分享封面接口                                    </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 -->
郭盛 authored
5538
                                <div class="tab-pane" id="sandbox19">
郭盛 authored
5539 5540 5541 5542 5543
                                    <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
5544
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/share" method="POST" name="form19" id="form19">
郭盛 authored
5545 5546 5547 5548
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5549 5550
                                                            <button type="submit" class="btn btn-success send" rel="19">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="19">重置</button>
郭盛 authored
5551 5552 5553 5554 5555 5556 5557 5558 5559
                                                        </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
5560 5561
                                                            <pre id="response_headers19"></pre>
                                                            <pre id="response19"></pre>
郭盛 authored
5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575
                                                        </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
5576
                                <div class="tab-pane" id="sample19">
郭盛 authored
5577 5578
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5579
                                            <pre id="sample_response19">{
郭盛 authored
5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597
    'code':'1',
    'msg':'返回成功',
    "time": "1571492001",
    "data": {
    "thumbnail": //分享图地址
    "createtime":  //创建时间
    "updatetime":  //修改时间
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5598
                    <div class="panel-heading" id="heading-20">
郭盛 authored
5599 5600
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5601
                            <a data-toggle="collapse" data-parent="#accordion20" href="#collapseOne20"> 首页视频、图片、精美大片入口 <span class="text-muted">/api/user/index</span></a>
郭盛 authored
5602 5603
                        </h4>
                    </div>
郭盛 authored
5604
                    <div id="collapseOne20" class="panel-collapse collapse">
郭盛 authored
5605 5606 5607
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5608 5609 5610 5611
                            <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
5612 5613 5614 5615 5616
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5617
                                <div class="tab-pane active" id="info20">
郭盛 authored
5618
                                    <div class="well">
郭盛 authored
5619
                                        首页视频、图片、精美大片入口                                    </div>
郭盛 authored
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
                                    <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
5646
郭盛 authored
5647 5648 5649 5650 5651 5652 5653 5654 5655
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5656
                                <div class="tab-pane" id="sandbox20">
郭盛 authored
5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672
                                    <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
5673
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/index" method="POST" name="form20" id="form20">
郭盛 authored
5674
                                                                                                                <div class="form-group">
郭盛 authored
5675
郭盛 authored
5676 5677
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5678 5679
                                                            <button type="submit" class="btn btn-success send" rel="20">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="20">重置</button>
郭盛 authored
5680 5681 5682 5683 5684 5685 5686 5687 5688
                                                        </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
5689 5690
                                                            <pre id="response_headers20"></pre>
                                                            <pre id="response20"></pre>
郭盛 authored
5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704
                                                        </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
5705
                                <div class="tab-pane" id="sample20">
郭盛 authored
5706 5707
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5708
                                            <pre id="sample_response20">{
郭盛 authored
5709 5710
    'code':'1',
    'msg':'返回成功',
郭盛 authored
5711
    "time": "1571492001",
郭盛 authored
5712 5713 5714 5715
        "data": {
        "thumbnail": //大片封面图地址
        "iamge":  //图片地址
        "pic":  //精美大片地址
郭盛 authored
5716
        }
郭盛 authored
5717
    }</pre>
郭盛 authored
5718 5719 5720 5721 5722 5723 5724 5725 5726
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5727
                    <div class="panel-heading" id="heading-21">
郭盛 authored
5728 5729
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5730
                            <a data-toggle="collapse" data-parent="#accordion21" href="#collapseOne21"> 地区分类 <span class="text-muted">/api/user/type</span></a>
郭盛 authored
5731 5732
                        </h4>
                    </div>
郭盛 authored
5733
                    <div id="collapseOne21" class="panel-collapse collapse">
郭盛 authored
5734 5735 5736
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5737 5738 5739 5740
                            <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
5741 5742 5743 5744 5745
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5746
                                <div class="tab-pane active" id="info21">
郭盛 authored
5747
                                    <div class="well">
郭盛 authored
5748
                                        地区分类                                    </div>
郭盛 authored
5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774
                                    <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
5775
郭盛 authored
5776 5777 5778 5779 5780 5781 5782 5783 5784
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5785
                                <div class="tab-pane" id="sandbox21">
郭盛 authored
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801
                                    <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
5802
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/type" method="POST" name="form21" id="form21">
郭盛 authored
5803
                                                                                                                <div class="form-group">
郭盛 authored
5804
郭盛 authored
5805 5806
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5807 5808
                                                            <button type="submit" class="btn btn-success send" rel="21">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="21">重置</button>
郭盛 authored
5809 5810 5811 5812 5813 5814 5815 5816 5817
                                                        </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
5818 5819
                                                            <pre id="response_headers21"></pre>
                                                            <pre id="response21"></pre>
郭盛 authored
5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833
                                                        </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
5834
                                <div class="tab-pane" id="sample21">
郭盛 authored
5835 5836
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5837
                                            <pre id="sample_response21">{
郭盛 authored
5838 5839 5840 5841 5842
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
        "id": 4,//分类id
郭盛 authored
5843
        "area_name": //分类名称
郭盛 authored
5844
        "thumbnail": //图片
郭盛 authored
5845
        }
郭盛 authored
5846
    }</pre>
郭盛 authored
5847 5848 5849 5850 5851 5852 5853 5854 5855
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5856
                    <div class="panel-heading" id="heading-22">
郭盛 authored
5857 5858
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5859
                            <a data-toggle="collapse" data-parent="#accordion22" href="#collapseOne22"> 图片分类(类型 <span class="text-muted">/api/user/pictype</span></a>
郭盛 authored
5860 5861
                        </h4>
                    </div>
郭盛 authored
5862
                    <div id="collapseOne22" class="panel-collapse collapse">
郭盛 authored
5863 5864 5865
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5866 5867 5868 5869
                            <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
5870 5871 5872 5873 5874
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5875
                                <div class="tab-pane active" id="info22">
郭盛 authored
5876
                                    <div class="well">
郭盛 authored
5877
                                        图片分类(类型                                    </div>
郭盛 authored
5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903
                                    <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
5904
郭盛 authored
5905 5906 5907 5908 5909 5910 5911 5912 5913
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5914
                                <div class="tab-pane" id="sandbox22">
郭盛 authored
5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930
                                    <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
5931
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/pictype" method="POST" name="form22" id="form22">
郭盛 authored
5932
                                                                                                                <div class="form-group">
郭盛 authored
5933
郭盛 authored
5934 5935
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5936 5937
                                                            <button type="submit" class="btn btn-success send" rel="22">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="22">重置</button>
郭盛 authored
5938 5939 5940 5941 5942 5943 5944 5945 5946
                                                        </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
5947 5948
                                                            <pre id="response_headers22"></pre>
                                                            <pre id="response22"></pre>
郭盛 authored
5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962
                                                        </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
5963
                                <div class="tab-pane" id="sample22">
郭盛 authored
5964 5965
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5966
                                            <pre id="sample_response22">{
郭盛 authored
5967 5968 5969 5970 5971 5972 5973 5974
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
        "id": 4,//分类id
        "typename": //分类名称
        "thumbnail": //图片
    }
郭盛 authored
5975
    }</pre>
郭盛 authored
5976 5977 5978 5979 5980 5981 5982 5983 5984
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5985
                    <div class="panel-heading" id="heading-23">
郭盛 authored
5986 5987
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5988
                            <a data-toggle="collapse" data-parent="#accordion23" href="#collapseOne23"> 搜索页 <span class="text-muted">/api/user/search</span></a>
郭盛 authored
5989 5990
                        </h4>
                    </div>
郭盛 authored
5991
                    <div id="collapseOne23" class="panel-collapse collapse">
郭盛 authored
5992 5993 5994
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5995 5996 5997 5998
                            <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
5999 6000 6001 6002 6003
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6004
                                <div class="tab-pane active" id="info23">
郭盛 authored
6005
                                    <div class="well">
郭盛 authored
6006
                                        搜索页                                    </div>
郭盛 authored
6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032
                                    <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
6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
6044
                                                        <td>type_id</td>
郭盛 authored
6045 6046
                                                        <td>inter</td>
                                                        <td></td>
6047
                                                        <td>视频/图片(视频为1 图片为2)</td>
郭盛 authored
6048 6049 6050 6051 6052
                                                    </tr>
                                                                                                        <tr>
                                                        <td>keyword</td>
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
6053
                                                        <td>关键字(多个用空格分开</td>
郭盛 authored
6054 6055
                                                    </tr>
                                                                                                        <tr>
6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070
                                                        <td>address</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>地名关键词数组</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>text</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>内容关键词数组</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>price</td>
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
6071
                                                        <td>价格数组</td>
6072 6073
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086
                                                        <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
6087 6088 6089 6090 6091 6092 6093 6094 6095
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6096
                                <div class="tab-pane" id="sandbox23">
郭盛 authored
6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112
                                    <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
6113
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/search" method="POST" name="form23" id="form23">
郭盛 authored
6114
                                                                                                                <div class="form-group">
郭盛 authored
6115
                                                            <label class="control-label" for="type_id">type_id</label>
6116
                                                            <input type="inter" class="form-control input-sm" id="type_id"  placeholder="视频/图片(视频为1 图片为2)" name="type_id">
郭盛 authored
6117 6118 6119
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="keyword">keyword</label>
郭盛 authored
6120
                                                            <input type="string" class="form-control input-sm" id="keyword" required placeholder="关键字(多个用空格分开" name="keyword">
郭盛 authored
6121 6122
                                                        </div>
                                                                                                                <div class="form-group">
6123 6124 6125 6126 6127 6128 6129 6130 6131
                                                            <label class="control-label" for="address">address</label>
                                                            <input type="string" class="form-control input-sm" id="address" required placeholder="地名关键词数组" name="address">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="text">text</label>
                                                            <input type="string" class="form-control input-sm" id="text" required placeholder="内容关键词数组" name="text">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="price">price</label>
郭盛 authored
6132
                                                            <input type="string" class="form-control input-sm" id="price" required placeholder="价格数组" name="price">
6133 6134
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6135 6136 6137 6138 6139 6140 6141 6142
                                                            <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
6143 6144
                                                            <button type="submit" class="btn btn-success send" rel="23">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="23">重置</button>
郭盛 authored
6145 6146 6147 6148 6149 6150 6151 6152 6153
                                                        </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
6154 6155
                                                            <pre id="response_headers23"></pre>
                                                            <pre id="response23"></pre>
郭盛 authored
6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169
                                                        </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
6170
                                <div class="tab-pane" id="sample23">
郭盛 authored
6171 6172
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6173
                                            <pre id="sample_response23">{
郭盛 authored
6174 6175 6176
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
6177
        "data": {
郭盛 authored
6178 6179 6180
            "id": 4,//视频id/图片id,
            "thumbnail": //视频封面图地址/图片地址,
            "video": //视频路径/精美大片视频路径,
郭盛 authored
6181
        }
郭盛 authored
6182
    }</pre>
郭盛 authored
6183 6184 6185 6186 6187 6188 6189 6190 6191
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
6192
                    <div class="panel-heading" id="heading-24">
郭盛 authored
6193 6194
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6195
                            <a data-toggle="collapse" data-parent="#accordion24" href="#collapseOne24"> 图片列表 <span class="text-muted">/api/user/pic</span></a>
郭盛 authored
6196 6197
                        </h4>
                    </div>
郭盛 authored
6198
                    <div id="collapseOne24" class="panel-collapse collapse">
郭盛 authored
6199 6200 6201
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6202 6203 6204 6205
                            <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
6206 6207 6208 6209 6210
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6211
                                <div class="tab-pane active" id="info24">
郭盛 authored
6212
                                    <div class="well">
郭盛 authored
6213
                                        图片列表                                    </div>
郭盛 authored
6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239
                                    <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
6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
6251
                                                        <td>pictype_id</td>
郭盛 authored
6252 6253
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
6254
                                                        <td>类型ID</td>
郭盛 authored
6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269
                                                    </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
6270 6271 6272 6273 6274 6275 6276 6277 6278
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6279
                                <div class="tab-pane" id="sandbox24">
郭盛 authored
6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295
                                    <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
6296
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/pic" method="POST" name="form24" id="form24">
郭盛 authored
6297
                                                                                                                <div class="form-group">
郭盛 authored
6298 6299
                                                            <label class="control-label" for="pictype_id">pictype_id</label>
                                                            <input type="inter" class="form-control input-sm" id="pictype_id"  placeholder="类型ID" name="pictype_id">
郭盛 authored
6300 6301 6302 6303 6304 6305 6306 6307 6308 6309
                                                        </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
6310 6311
                                                            <button type="submit" class="btn btn-success send" rel="24">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="24">重置</button>
郭盛 authored
6312 6313 6314 6315 6316 6317 6318 6319 6320
                                                        </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
6321 6322
                                                            <pre id="response_headers24"></pre>
                                                            <pre id="response24"></pre>
郭盛 authored
6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336
                                                        </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
6337
                                <div class="tab-pane" id="sample24">
郭盛 authored
6338 6339
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6340
                                            <pre id="sample_response24">{
郭盛 authored
6341 6342 6343 6344 6345 6346 6347 6348
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": 4,//图片id,
            "thumbnail": //缩略图,
        }
        }</pre>
郭盛 authored
6349 6350 6351 6352 6353 6354 6355 6356 6357
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
6358
                    <div class="panel-heading" id="heading-25">
郭盛 authored
6359 6360
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6361
                            <a data-toggle="collapse" data-parent="#accordion25" href="#collapseOne25"> 分类下的图片视频 <span class="text-muted">/api/user/pic_video</span></a>
郭盛 authored
6362 6363
                        </h4>
                    </div>
郭盛 authored
6364
                    <div id="collapseOne25" class="panel-collapse collapse">
郭盛 authored
6365 6366 6367
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6368 6369 6370 6371
                            <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
6372 6373 6374 6375 6376
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6377
                                <div class="tab-pane active" id="info25">
郭盛 authored
6378
                                    <div class="well">
郭盛 authored
6379
                                        分类下的图片视频                                    </div>
郭盛 authored
6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405
                                    <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
6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
6417
                                                        <td>type_id</td>
郭盛 authored
6418
                                                        <td>inter</td>
郭盛 authored
6419
                                                        <td></td>
郭盛 authored
6420 6421 6422
                                                        <td>地区ID</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
6423 6424 6425 6426 6427 6428
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>类型ID(图片为1 视频为2)</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
6429 6430 6431 6432 6433 6434 6435 6436 6437 6438
                                                        <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
6439 6440 6441
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
6442 6443 6444 6445 6446 6447 6448 6449 6450
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6451
                                <div class="tab-pane" id="sandbox25">
郭盛 authored
6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467
                                    <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
6468
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/pic_video" method="POST" name="form25" id="form25">
郭盛 authored
6469
                                                                                                                <div class="form-group">
郭盛 authored
6470
                                                            <label class="control-label" for="type_id">type_id</label>
郭盛 authored
6471 6472 6473 6474 6475
                                                            <input type="inter" class="form-control input-sm" id="type_id" required placeholder="地区ID" name="type_id">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="type">type</label>
                                                            <input type="inter" class="form-control input-sm" id="type"  placeholder="类型ID(图片为1 视频为2)" name="type">
郭盛 authored
6476 6477
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6478 6479 6480 6481 6482 6483 6484 6485
                                                            <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
6486 6487
                                                            <button type="submit" class="btn btn-success send" rel="25">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="25">重置</button>
郭盛 authored
6488 6489 6490 6491 6492 6493 6494 6495 6496
                                                        </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
6497 6498
                                                            <pre id="response_headers25"></pre>
                                                            <pre id="response25"></pre>
郭盛 authored
6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512
                                                        </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
6513
                                <div class="tab-pane" id="sample25">
郭盛 authored
6514 6515
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6516
                                            <pre id="sample_response25">{
郭盛 authored
6517 6518 6519 6520
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
6521 6522
            "id": 4,//图片id,
            "thumbnail": //缩略图,
郭盛 authored
6523 6524
        }
        }</pre>
郭盛 authored
6525 6526 6527 6528 6529 6530 6531 6532 6533
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
6534
                    <div class="panel-heading" id="heading-26">
郭盛 authored
6535 6536
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6537
                            <a data-toggle="collapse" data-parent="#accordion26" href="#collapseOne26"> 视频列表 <span class="text-muted">/api/user/video</span></a>
郭盛 authored
6538 6539
                        </h4>
                    </div>
郭盛 authored
6540
                    <div id="collapseOne26" class="panel-collapse collapse">
郭盛 authored
6541 6542 6543
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6544 6545 6546 6547
                            <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
6548 6549 6550 6551 6552
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6553
                                <div class="tab-pane active" id="info26">
郭盛 authored
6554
                                    <div class="well">
郭盛 authored
6555
                                        视频列表                                    </div>
郭盛 authored
6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581
                                    <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
6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
6593 6594 6595 6596 6597 6598
                                                        <td>type_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>地区ID</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
6599
                                                        <td>page</td>
郭盛 authored
6600
                                                        <td>inter</td>
郭盛 authored
6601 6602 6603 6604 6605 6606 6607 6608
                                                        <td></td>
                                                        <td>当前页(默认1</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>pageNum</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>每页显示数据个数(默认10)</td>
郭盛 authored
6609 6610 6611
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
6612 6613 6614 6615 6616 6617 6618 6619 6620
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6621
                                <div class="tab-pane" id="sandbox26">
郭盛 authored
6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637
                                    <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
6638 6639 6640 6641 6642
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/video" method="POST" name="form26" id="form26">
                                                                                                                <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>
郭盛 authored
6643
                                                                                                                <div class="form-group">
郭盛 authored
6644 6645 6646 6647 6648 6649
                                                            <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
6650 6651
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6652 6653
                                                            <button type="submit" class="btn btn-success send" rel="26">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="26">重置</button>
郭盛 authored
6654 6655 6656 6657 6658 6659 6660 6661 6662
                                                        </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
6663 6664
                                                            <pre id="response_headers26"></pre>
                                                            <pre id="response26"></pre>
郭盛 authored
6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678
                                                        </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
6679
                                <div class="tab-pane" id="sample26">
郭盛 authored
6680 6681
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6682 6683 6684 6685 6686 6687 6688 6689 6690 6691
                                            <pre id="sample_response26">{
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": //图片id,
            "thumbnail": //视频封面,
            "video"://视频地址
        }
        }</pre>
郭盛 authored
6692 6693 6694 6695 6696 6697 6698 6699 6700
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
6701
                    <div class="panel-heading" id="heading-28">
郭盛 authored
6702 6703
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6704
                            <a data-toggle="collapse" data-parent="#accordion28" href="#collapseOne28"> 图片详情 <span class="text-muted">/api/user/picdetail</span></a>
郭盛 authored
6705 6706
                        </h4>
                    </div>
郭盛 authored
6707
                    <div id="collapseOne28" class="panel-collapse collapse">
郭盛 authored
6708 6709 6710
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6711 6712 6713 6714
                            <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
6715 6716 6717 6718 6719
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6720
                                <div class="tab-pane active" id="info28">
郭盛 authored
6721
                                    <div class="well">
郭盛 authored
6722
                                        图片详情                                    </div>
郭盛 authored
6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748
                                    <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
6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>pic_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
6767 6768 6769 6770 6771 6772 6773 6774 6775
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6776
                                <div class="tab-pane" id="sandbox28">
郭盛 authored
6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792
                                    <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
6793
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/picdetail" method="POST" name="form28" id="form28">
郭盛 authored
6794
                                                                                                                <div class="form-group">
郭盛 authored
6795 6796
                                                            <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
6797 6798
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6799 6800
                                                            <button type="submit" class="btn btn-success send" rel="28">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="28">重置</button>
郭盛 authored
6801 6802 6803 6804 6805 6806 6807 6808 6809
                                                        </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
6810 6811
                                                            <pre id="response_headers28"></pre>
                                                            <pre id="response28"></pre>
郭盛 authored
6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825
                                                        </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
6826
                                <div class="tab-pane" id="sample28">
郭盛 authored
6827 6828
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844
                                            <pre id="sample_response28">{
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": 4,//图片id,
            "title"://标题
            "thumbnail": //缩略图,
            "accredit": //授权书图片
            "water_url": //小样带水印的图片地址,
           "price"://正常价格,
           "vip_price"://vip价格,
           "content"://图片介绍,
           "is_vip"://是否为会员(0否 1是)

        }
郭盛 authored
6845
    }</pre>
郭盛 authored
6846 6847 6848 6849 6850 6851 6852 6853
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
6854
                                <div class="panel panel-default">
郭盛 authored
6855
                    <div class="panel-heading" id="heading-37">
郭盛 authored
6856 6857
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6858
                            <a data-toggle="collapse" data-parent="#accordion37" href="#collapseOne37"> 会员须知 <span class="text-muted">/api/user/vipdetail</span></a>
郭盛 authored
6859 6860
                        </h4>
                    </div>
郭盛 authored
6861
                    <div id="collapseOne37" class="panel-collapse collapse">
郭盛 authored
6862 6863 6864
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6865 6866 6867 6868
                            <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>
郭盛 authored
6869 6870 6871 6872 6873
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6874
                                <div class="tab-pane active" id="info37">
郭盛 authored
6875
                                    <div class="well">
郭盛 authored
6876
                                        会员须知                                    </div>
郭盛 authored
6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902
                                    <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
6903
郭盛 authored
6904 6905 6906 6907 6908 6909 6910 6911 6912
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6913
                                <div class="tab-pane" id="sandbox37">
郭盛 authored
6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929
                                    <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
6930
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/vipdetail" method="POST" name="form37" id="form37">
郭盛 authored
6931
                                                                                                                <div class="form-group">
郭盛 authored
6932
郭盛 authored
6933 6934
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6935 6936
                                                            <button type="submit" class="btn btn-success send" rel="37">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="37">重置</button>
郭盛 authored
6937 6938 6939 6940 6941 6942 6943 6944 6945
                                                        </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
6946 6947
                                                            <pre id="response_headers37"></pre>
                                                            <pre id="response37"></pre>
郭盛 authored
6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961
                                                        </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
6962
                                <div class="tab-pane" id="sample37">
郭盛 authored
6963 6964
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6965 6966 6967 6968 6969 6970 6971
                                            <pre id="sample_response37">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    "text":       //会员须知内容
    }
郭盛 authored
6972
    }</pre>
郭盛 authored
6973 6974 6975 6976 6977 6978 6979 6980 6981
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
6982
                    <div class="panel-heading" id="heading-29">
郭盛 authored
6983 6984
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6985
                            <a data-toggle="collapse" data-parent="#accordion29" href="#collapseOne29"> 视频详情 <span class="text-muted">/api/user/videodetail</span></a>
郭盛 authored
6986 6987
                        </h4>
                    </div>
郭盛 authored
6988
                    <div id="collapseOne29" class="panel-collapse collapse">
郭盛 authored
6989 6990 6991
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6992 6993 6994 6995
                            <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
6996 6997 6998 6999 7000
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7001
                                <div class="tab-pane active" id="info29">
郭盛 authored
7002
                                    <div class="well">
郭盛 authored
7003
                                        视频详情                                    </div>
郭盛 authored
7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029
                                    <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
7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047
                                                                                        <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
7048 7049 7050 7051 7052 7053 7054 7055 7056
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7057
                                <div class="tab-pane" id="sandbox29">
郭盛 authored
7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073
                                    <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
7074
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/videodetail" method="POST" name="form29" id="form29">
郭盛 authored
7075
                                                                                                                <div class="form-group">
郭盛 authored
7076 7077
                                                            <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
7078 7079
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7080 7081
                                                            <button type="submit" class="btn btn-success send" rel="29">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="29">重置</button>
郭盛 authored
7082 7083 7084 7085 7086 7087 7088 7089 7090
                                                        </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
7091 7092
                                                            <pre id="response_headers29"></pre>
                                                            <pre id="response29"></pre>
郭盛 authored
7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106
                                                        </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
7107
                                <div class="tab-pane" id="sample29">
郭盛 authored
7108 7109
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7110
                                            <pre id="sample_response29">{
郭盛 authored
7111 7112 7113 7114 7115 7116
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": 4,//视频id,
            "title"://标题
7117
            "keyword"://关键字
郭盛 authored
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131
            "accredit": //授权书图片
            "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
7132 7133 7134 7135 7136 7137 7138 7139 7140
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7141
                    <div class="panel-heading" id="heading-30">
郭盛 authored
7142 7143
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7144
                            <a data-toggle="collapse" data-parent="#accordion30" href="#collapseOne30"> 是否购买过 <span class="text-muted">/api/user/is_buy</span></a>
郭盛 authored
7145 7146
                        </h4>
                    </div>
郭盛 authored
7147
                    <div id="collapseOne30" class="panel-collapse collapse">
郭盛 authored
7148 7149 7150
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7151 7152 7153 7154
                            <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
7155 7156 7157 7158 7159
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7160
                                <div class="tab-pane active" id="info30">
郭盛 authored
7161
                                    <div class="well">
郭盛 authored
7162
                                        是否购买过                                    </div>
郭盛 authored
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188
                                    <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
7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212
                                                                                        <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>
                                                                                                        <tr>
                                                        <td>attr</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>视频属性</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
7213 7214 7215 7216 7217 7218 7219 7220 7221
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7222
                                <div class="tab-pane" id="sandbox30">
郭盛 authored
7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238
                                    <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
7239
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/is_buy" method="POST" name="form30" id="form30">
郭盛 authored
7240
                                                                                                                <div class="form-group">
郭盛 authored
7241 7242 7243 7244 7245 7246
                                                            <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">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="attr">attr</label>
                                                            <input type="inter" class="form-control input-sm" id="attr" required placeholder="视频属性" name="attr">
郭盛 authored
7247 7248
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7249 7250
                                                            <button type="submit" class="btn btn-success send" rel="30">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="30">重置</button>
郭盛 authored
7251 7252 7253 7254 7255 7256 7257 7258 7259
                                                        </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
7260 7261
                                                            <pre id="response_headers30"></pre>
                                                            <pre id="response30"></pre>
郭盛 authored
7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275
                                                        </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
7276
                                <div class="tab-pane" id="sample30">
郭盛 authored
7277 7278
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7279
                                            <pre id="sample_response30">{
郭盛 authored
7280 7281 7282 7283
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
7284
        "is_buy"://是否购买过1购买过2没有
郭盛 authored
7285 7286
    }
    }</pre>
郭盛 authored
7287 7288 7289 7290 7291 7292 7293 7294 7295
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7296
                    <div class="panel-heading" id="heading-31">
郭盛 authored
7297 7298
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7299
                            <a data-toggle="collapse" data-parent="#accordion31" href="#collapseOne31"> 搜索关键词内容 <span class="text-muted">/api/user/words</span></a>
郭盛 authored
7300 7301
                        </h4>
                    </div>
郭盛 authored
7302
                    <div id="collapseOne31" class="panel-collapse collapse">
郭盛 authored
7303 7304 7305
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7306 7307 7308 7309
                            <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
7310 7311 7312 7313 7314
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7315
                                <div class="tab-pane active" id="info31">
郭盛 authored
7316
                                    <div class="well">
郭盛 authored
7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444
                                        搜索关键词内容                                    </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">

                                                                                    </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="sandbox31">
                                    <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">
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/words" method="POST" name="form31" id="form31">
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="31">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="31">重置</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_headers31"></pre>
                                                            <pre id="response31"></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="sample31">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response31">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
        "id"://记录id,
        "name"://关键字名称
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-32">
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion32" href="#collapseOne32"> 通过详情页关键词搜索 <span class="text-muted">/api/user/search_key</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne32" class="panel-collapse collapse">
                        <div class="panel-body">

                            <!-- Nav tabs -->
                            <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>
                            </ul>

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

                                <div class="tab-pane active" id="info32">
                                    <div class="well">
7445
                                        通过详情页关键词搜索                                    </div>
郭盛 authored
7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456
                                    <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
7457 7458 7459 7460 7461 7462 7463 7464
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>token</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>请求的Token</td>
                                                    </tr>
郭盛 authored
7465 7466 7467 7468 7469 7470
                                                                                                        <tr>
                                                        <td>type</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>类型(视频1图片2</td>
                                                    </tr>
郭盛 authored
7471 7472 7473 7474 7475 7476 7477
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
                                                        <td>keyword</td>
                                                        <td>string</td>
                                                        <td></td>
                                                        <td>关键字</td>
                                                    </tr>
郭盛 authored
7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505
                                                                                                        <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>
7506 7507
                                                                                                    </tbody>
                                            </table>
郭盛 authored
7508 7509 7510 7511 7512 7513 7514 7515 7516
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7517
                                <div class="tab-pane" id="sandbox32">
郭盛 authored
7518 7519 7520 7521 7522 7523 7524 7525 7526 7527
                                    <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>
郭盛 authored
7528 7529 7530 7531
                                                                                                                <div class="form-group">
                                                            <label class="control-label" for="type">type</label>
                                                            <input type="string" class="form-control input-sm" id="type" required placeholder="类型(视频1图片2 - Ex: " name="type">
                                                        </div>
郭盛 authored
7532 7533 7534 7535 7536 7537
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
7538
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/search_key" method="POST" name="form32" id="form32">
郭盛 authored
7539
                                                                                                                <div class="form-group">
7540 7541
                                                            <label class="control-label" for="keyword">keyword</label>
                                                            <input type="string" class="form-control input-sm" id="keyword" required placeholder="关键字" name="keyword">
郭盛 authored
7542 7543
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7544 7545 7546 7547 7548 7549 7550 7551
                                                            <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
7552 7553
                                                            <button type="submit" class="btn btn-success send" rel="32">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="32">重置</button>
郭盛 authored
7554 7555 7556 7557 7558 7559 7560 7561 7562
                                                        </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
7563 7564
                                                            <pre id="response_headers32"></pre>
                                                            <pre id="response32"></pre>
郭盛 authored
7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578
                                                        </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
7579
                                <div class="tab-pane" id="sample32">
郭盛 authored
7580 7581
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7582
                                            <pre id="sample_response32">{
郭盛 authored
7583 7584 7585 7586
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
7587 7588 7589 7590 7591
            "id": //id,
            "thumbnail": //视频封面,
            "title"://视频标题
        }
        }</pre>
郭盛 authored
7592 7593 7594 7595 7596 7597 7598 7599
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
7600
                                <div class="panel panel-default">
郭盛 authored
7601
                    <div class="panel-heading" id="heading-33">
郭盛 authored
7602 7603
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7604
                            <a data-toggle="collapse" data-parent="#accordion33" href="#collapseOne33"> 我的 <span class="text-muted">/api/user/mine</span></a>
郭盛 authored
7605 7606
                        </h4>
                    </div>
郭盛 authored
7607
                    <div id="collapseOne33" class="panel-collapse collapse">
郭盛 authored
7608 7609 7610
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7611 7612 7613 7614
                            <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
7615 7616 7617 7618 7619
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7620
                                <div class="tab-pane active" id="info33">
郭盛 authored
7621
                                    <div class="well">
7622
                                        我的                                    </div>
郭盛 authored
7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648
                                    <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">
7649
郭盛 authored
7650 7651 7652 7653 7654 7655 7656 7657 7658
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7659
                                <div class="tab-pane" id="sandbox33">
郭盛 authored
7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675
                                    <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
7676
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/mine" method="POST" name="form33" id="form33">
郭盛 authored
7677
                                                                                                                <div class="form-group">
7678
郭盛 authored
7679 7680
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7681 7682
                                                            <button type="submit" class="btn btn-success send" rel="33">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="33">重置</button>
郭盛 authored
7683 7684 7685 7686 7687 7688 7689 7690 7691
                                                        </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
7692 7693
                                                            <pre id="response_headers33"></pre>
                                                            <pre id="response33"></pre>
郭盛 authored
7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707
                                                        </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
7708
                                <div class="tab-pane" id="sample33">
郭盛 authored
7709 7710
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7711
                                            <pre id="sample_response33">{
郭盛 authored
7712 7713 7714 7715
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
7716 7717 7718 7719 7720
            "id":       //用户ID
            "nickname": //昵称,
            "avatar":   //头像,
            "money" :   //余额
            "is_vip":   //是否为会员(0否 1是</pre>
郭盛 authored
7721 7722 7723 7724 7725 7726 7727 7728 7729
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7730
                    <div class="panel-heading" id="heading-34">
郭盛 authored
7731 7732
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7733
                            <a data-toggle="collapse" data-parent="#accordion34" href="#collapseOne34"> 创建充值订单 <span class="text-muted">/api/user/toporder</span></a>
郭盛 authored
7734 7735
                        </h4>
                    </div>
郭盛 authored
7736
                    <div id="collapseOne34" class="panel-collapse collapse">
郭盛 authored
7737 7738 7739
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7740 7741 7742 7743
                            <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>
郭盛 authored
7744 7745 7746 7747 7748
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7749
                                <div class="tab-pane active" id="info34">
郭盛 authored
7750
                                    <div class="well">
7751
                                        创建充值订单                                    </div>
郭盛 authored
7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777
                                    <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
7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
7789
                                                        <td>money</td>
郭盛 authored
7790 7791
                                                        <td>float</td>
                                                        <td></td>
7792
                                                        <td>充值金额</td>
郭盛 authored
7793 7794 7795
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
7796 7797 7798 7799 7800 7801 7802 7803 7804
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7805
                                <div class="tab-pane" id="sandbox34">
郭盛 authored
7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821
                                    <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
7822
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/toporder" method="POST" name="form34" id="form34">
郭盛 authored
7823
                                                                                                                <div class="form-group">
7824 7825
                                                            <label class="control-label" for="money">money</label>
                                                            <input type="float" class="form-control input-sm" id="money" required placeholder="充值金额" name="money">
郭盛 authored
7826 7827
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7828 7829
                                                            <button type="submit" class="btn btn-success send" rel="34">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="34">重置</button>
郭盛 authored
7830 7831 7832 7833 7834 7835 7836 7837 7838
                                                        </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
7839 7840
                                                            <pre id="response_headers34"></pre>
                                                            <pre id="response34"></pre>
郭盛 authored
7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854
                                                        </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
7855
                                <div class="tab-pane" id="sample34">
郭盛 authored
7856 7857
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7858
                                            <pre id="sample_response34">{
郭盛 authored
7859 7860 7861 7862 7863 7864 7865
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "order_id"://订单ID
        }
        }</pre>
郭盛 authored
7866 7867 7868 7869 7870 7871 7872 7873 7874
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7875
                    <div class="panel-heading" id="heading-35">
郭盛 authored
7876 7877
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7878
                            <a data-toggle="collapse" data-parent="#accordion35" href="#collapseOne35"> 创建开通会员订单 <span class="text-muted">/api/user/viporder</span></a>
郭盛 authored
7879 7880
                        </h4>
                    </div>
郭盛 authored
7881
                    <div id="collapseOne35" class="panel-collapse collapse">
郭盛 authored
7882 7883 7884
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7885 7886 7887 7888
                            <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
7889 7890 7891 7892 7893
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7894
                                <div class="tab-pane active" id="info35">
郭盛 authored
7895
                                    <div class="well">
7896
                                        创建开通会员订单                                    </div>
郭盛 authored
7897 7898 7899
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
7911
                                                        <td>token</td>
郭盛 authored
7912 7913
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
7914
                                                        <td>请求的Token</td>
郭盛 authored
7915
                                                    </tr>
郭盛 authored
7916 7917 7918 7919 7920 7921 7922
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
7923 7924 7925 7926 7927 7928 7929 7930 7931 7932 7933 7934 7935 7936 7937 7938 7939 7940
                                                                                        <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
7941 7942 7943 7944 7945 7946 7947 7948 7949
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7950
                                <div class="tab-pane" id="sandbox35">
郭盛 authored
7951 7952 7953 7954 7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966
                                    <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
7967
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/viporder" method="POST" name="form35" id="form35">
郭盛 authored
7968
                                                                                                                <div class="form-group">
7969 7970
                                                            <label class="control-label" for="total">total</label>
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="金额" name="total">
郭盛 authored
7971 7972
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7973 7974
                                                            <button type="submit" class="btn btn-success send" rel="35">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="35">重置</button>
郭盛 authored
7975 7976 7977 7978 7979 7980 7981 7982 7983
                                                        </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
7984 7985
                                                            <pre id="response_headers35"></pre>
                                                            <pre id="response35"></pre>
郭盛 authored
7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998 7999
                                                        </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
8000
                                <div class="tab-pane" id="sample35">
郭盛 authored
8001 8002
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
8003
                                            <pre id="sample_response35">{
8004 8005 8006 8007 8008 8009 8010
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "order_id"://订单ID
        }
        }</pre>
郭盛 authored
8011 8012 8013 8014 8015 8016 8017 8018 8019
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
8020
                    <div class="panel-heading" id="heading-36">
郭盛 authored
8021 8022
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
8023
                            <a data-toggle="collapse" data-parent="#accordion36" href="#collapseOne36"> 会员介绍 <span class="text-muted">/api/user/vipdesc</span></a>
郭盛 authored
8024 8025
                        </h4>
                    </div>
郭盛 authored
8026
                    <div id="collapseOne36" class="panel-collapse collapse">
郭盛 authored
8027 8028 8029
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
8030 8031 8032 8033
                            <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
8034 8035 8036 8037 8038
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
8039
                                <div class="tab-pane active" id="info36">
郭盛 authored
8040
                                    <div class="well">
郭盛 authored
8041
                                        会员介绍                                    </div>
郭盛 authored
8042 8043 8044
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
8045 8046 8047 8048 8049 8050 8051
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
郭盛 authored
8052
                                                    </tr>
郭盛 authored
8053 8054
                                                </thead>
                                                <tbody>
郭盛 authored
8055
                                                                                                        <tr>
郭盛 authored
8056
                                                        <td>token</td>
郭盛 authored
8057 8058
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
8059 8060 8061 8062 8063 8064 8065 8066 8067
                                                        <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
8068
郭盛 authored
8069 8070 8071 8072 8073 8074 8075 8076 8077
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
8078
                                <div class="tab-pane" id="sandbox36">
郭盛 authored
8079 8080 8081
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
8082
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
8083
                                                <div class="panel-body">
郭盛 authored
8084
                                                    <div class="headers">
郭盛 authored
8085
                                                                                                                <div class="form-group">
郭盛 authored
8086 8087
                                                            <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
8088
                                                        </div>
郭盛 authored
8089 8090 8091 8092 8093 8094
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
8095
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/vipdesc" method="POST" name="form36" id="form36">
郭盛 authored
8096
                                                                                                                <div class="form-group">
郭盛 authored
8097
郭盛 authored
8098 8099
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
8100 8101
                                                            <button type="submit" class="btn btn-success send" rel="36">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="36">重置</button>
郭盛 authored
8102 8103 8104 8105 8106 8107 8108 8109 8110
                                                        </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
8111 8112
                                                            <pre id="response_headers36"></pre>
                                                            <pre id="response36"></pre>
郭盛 authored
8113 8114 8115 8116 8117 8118 8119 8120 8121 8122 8123 8124 8125 8126
                                                        </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
8127
                                <div class="tab-pane" id="sample36">
郭盛 authored
8128 8129
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
8130
                                            <pre id="sample_response36">{
郭盛 authored
8131 8132 8133 8134 8135 8136 8137 8138 8139 8140 8141 8142 8143 8144 8145 8146
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
        "content":       //会员介绍内容
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
8147
                    <div class="panel-heading" id="heading-59">
郭盛 authored
8148 8149
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
8150
                            <a data-toggle="collapse" data-parent="#accordion59" href="#collapseOne59"> 切换数值 <span class="text-muted">/api/user/change</span></a>
郭盛 authored
8151 8152
                        </h4>
                    </div>
郭盛 authored
8153
                    <div id="collapseOne59" class="panel-collapse collapse">
郭盛 authored
8154 8155 8156
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
8157 8158 8159 8160
                            <ul class="nav nav-tabs" id="doctab59">
                                <li class="active"><a href="#info59" data-toggle="tab">基础信息</a></li>
                                <li><a href="#sandbox59" data-toggle="tab">在线测试</a></li>
                                <li><a href="#sample59" data-toggle="tab">返回示例</a></li>
郭盛 authored
8161 8162 8163 8164 8165
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
8166
                                <div class="tab-pane active" id="info59">
郭盛 authored
8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178 8179 8180 8181 8182 8183 8184 8185 8186 8187
                                    <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 -->
郭盛 authored
8188
                                <div class="tab-pane" id="sandbox59">
郭盛 authored
8189 8190 8191 8192 8193
                                    <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
8194
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/change" method="POST" name="form59" id="form59">
郭盛 authored
8195 8196
                                                                                                                <div class="form-group">
郭盛 authored
8197 8198
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
8199 8200
                                                            <button type="submit" class="btn btn-success send" rel="59">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="59">重置</button>
郭盛 authored
8201 8202 8203 8204 8205 8206 8207 8208 8209
                                                        </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
8210 8211
                                                            <pre id="response_headers59"></pre>
                                                            <pre id="response59"></pre>
郭盛 authored
8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225
                                                        </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
8226
                                <div class="tab-pane" id="sample59">
郭盛 authored
8227 8228
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
8229
                                            <pre id="sample_response59">{
郭盛 authored
8230 8231 8232 8233
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
郭盛 authored
8234 8235 8236 8237 8238 8239 8240 8241
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
8242 8243 8244 8245 8246 8247
                            </div>

            <hr>

            <div class="row mt0 footer">
                <div class="col-md-6" align="left">
郭盛 authored
8248
                    Generated on 2020-08-13 17:31:26                </div>
郭盛 authored
8249 8250 8251 8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 8264 8265 8266 8267 8268 8269 8270 8271 8272 8273 8274 8275 8276 8277 8278 8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 8303 8304 8305 8306 8307 8308 8309 8310 8311 8312 8313 8314 8315 8316 8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346 8347 8348 8349 8350 8351 8352 8353 8354 8355 8356 8357 8358 8359 8360 8361 8362 8363 8364 8365 8366 8367 8368 8369 8370 8371 8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 8382 8383 8384 8385 8386 8387 8388 8389 8390 8391 8392 8393 8394 8395 8396 8397 8398 8399 8400 8401 8402 8403 8404 8405 8406 8407 8408 8409 8410 8411 8412 8413 8414 8415 8416 8417 8418 8419 8420 8421 8422 8423 8424 8425 8426 8427 8428 8429 8430 8431 8432 8433 8434 8435 8436 8437 8438 8439 8440 8441 8442 8443 8444 8445 8446 8447 8448 8449 8450 8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 8463 8464 8465 8466 8467 8468 8469 8470 8471 8472 8473 8474 8475 8476 8477 8478 8479
                <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>