审查视图

public/api.html 595.0 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="50" class="list-group-item"></a>
郭盛 authored
175 176 177
                                                <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
178 179 180 181
                                                <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>
郭盛 authored
182 183
                                                <a href="javascript:;" data-id="49" class="list-group-item">苹果完成订单</a>
                                                <a href="javascript:;" data-id="51" class="list-group-item"></a>
郭盛 authored
184
                                                <a href="javascript:;" data-id="40" class="list-group-item">删除购物车商品</a>
郭盛 authored
185 186 187 188 189 190 191 192 193 194
                                                <a href="javascript:;" data-id="52" class="list-group-item">消费记录</a>
                                                <a href="javascript:;" data-id="53" class="list-group-item">获取sessionkey</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>
                                                <a href="javascript:;" data-id="59" class="list-group-item">投诉与建议</a>
                                                <a href="javascript:;" data-id="41" class="list-group-item">创建图片订单</a>
                                                <a href="javascript:;" data-id="39" 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="38" 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 216
                                                <a href="javascript:;" data-id="37" class="list-group-item">会员须知</a>
                                                <a href="javascript:;" data-id="60" class="list-group-item">切换数值</a>
郭盛 authored
217 218 219 220
                                            </div>
                                    </div>
            </div>
            <div class="panel-group" id="accordion">
郭盛 authored
221
                                <h2>公共接口</h2>
郭盛 authored
222 223 224 225
                <hr>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-0">
                        <h4 class="panel-title">
郭盛 authored
226 227
                            <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
228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244
                        </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
245
                                                                            </div>
郭盛 authored
246 247 248
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
249
郭盛 authored
250 251 252 253 254
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
255
郭盛 authored
256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
                                                                                    </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
271
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/test_pdf" method="get" name="form0" id="form0">
郭盛 authored
272
                                                                                                                <div class="form-group">
郭盛 authored
273
郭盛 authored
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
                                                        </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
318 319
                            <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
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336
                        </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
337
                                        加载初始化                                    </div>
郭盛 authored
338 339 340
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
341
郭盛 authored
342 343 344 345 346 347 348 349 350 351 352 353
                                                                                    </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>
354
                                                    </tr>
郭盛 authored
355 356
                                                </thead>
                                                <tbody>
357
                                                                                                        <tr>
郭盛 authored
358 359
                                                        <td>version</td>
                                                        <td>string</td>
360
                                                        <td></td>
郭盛 authored
361 362 363 364 365 366 367 368 369 370 371 372 373
                                                        <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
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389
                                                    </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
390
                                                <div class="panel-heading"><strong>参数</strong></div>
郭盛 authored
391
                                                <div class="panel-body">
郭盛 authored
392
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/init" method="get" name="form1" id="form1">
郭盛 authored
393
                                                                                                                <div class="form-group">
郭盛 authored
394 395
                                                            <label class="control-label" for="version">version</label>
                                                            <input type="string" class="form-control input-sm" id="version" required placeholder="版本号" name="version">
396 397
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
398 399 400 401 402 403
                                                            <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
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 447
                                                        </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
448
                            <span class="label label-primary">POST</span>
郭盛 authored
449
                            <a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne2"> 上传文件 <span class="text-muted">/api/common/upload</span></a>
郭盛 authored
450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466
                        </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
467
                                        上传文件                                    </div>
郭盛 authored
468 469 470
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
471
郭盛 authored
472 473 474 475 476
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
477 478 479 480 481 482 483 484 485 486 487
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
488 489
                                                        <td>file</td>
                                                        <td>File</td>
郭盛 authored
490
                                                        <td></td>
郭盛 authored
491
                                                        <td>文件流</td>
郭盛 authored
492 493 494
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
495 496 497 498 499 500 501 502 503 504 505 506 507
                                                                                    </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">
508 509
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
510
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/common/upload" method="POST" name="form2" id="form2">
郭盛 authored
511
                                                                                                                <div class="form-group">
郭盛 authored
512 513
                                                            <label class="control-label" for="file">file</label>
                                                            <input type="File" class="form-control input-sm" id="file" required placeholder="文件流" name="file">
郭盛 authored
514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535
                                                        </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
536
郭盛 authored
537 538 539 540 541 542 543 544 545
                                                                                                    </div>
                                            </div>
                                        </div>
                                    </div>
                                </div><!-- #sandbox -->

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

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

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

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

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

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

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

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

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
1509
                                <div class="tab-pane active" id="info11">
郭盛 authored
1510
                                    <div class="well">
郭盛 authored
1511
                                                                            </div>
郭盛 authored
1512 1513 1514 1515 1516 1517 1518 1519 1520
                                    <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
1521
郭盛 authored
1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536
                                                                                    </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
1537
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/payOrderNotify" method="get" name="form11" id="form11">
郭盛 authored
1538
                                                                                                                <div class="form-group">
郭盛 authored
1539
郭盛 authored
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 1583
                                                        </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
1584
                            <span class="label label-success">GET</span>
郭盛 authored
1585
                            <a data-toggle="collapse" data-parent="#accordion12" href="#collapseOne12">  <span class="text-muted">/api/pay/vippayOrderNotify</span></a>
郭盛 authored
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602
                        </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
1603
                                                                            </div>
郭盛 authored
1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628
                                    <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
1629
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/vippayOrderNotify" method="get" name="form12" id="form12">
郭盛 authored
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675
                                                                                                                <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
1676
                            <span class="label label-success">GET</span>
郭盛 authored
1677
                            <a data-toggle="collapse" data-parent="#accordion13" href="#collapseOne13">  <span class="text-muted">/api/pay/picOrderNotify</span></a>
郭盛 authored
1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694
                        </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
1695
                                                                            </div>
郭盛 authored
1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720
                                    <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
1721
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/picOrderNotify" method="get" name="form13" id="form13">
郭盛 authored
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 1768
                                                                                                                <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
1769
                            <a data-toggle="collapse" data-parent="#accordion14" href="#collapseOne14">  <span class="text-muted">/api/pay/getopenid</span></a>
郭盛 authored
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786
                        </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
1787
                                                                            </div>
郭盛 authored
1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812
                                    <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
1813
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/pay/getopenid" method="get" name="form14" id="form14">
郭盛 authored
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 1856
                                                                                                                <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
1857 1858
                                <h2>Token接口</h2>
                <hr>
郭盛 authored
1859 1860 1861
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-15">
                        <h4 class="panel-title">
郭盛 authored
1862
                            <span class="label label-success">GET</span>
郭盛 authored
1863
                            <a data-toggle="collapse" data-parent="#accordion15" href="#collapseOne15"> 检测Token是否过期 <span class="text-muted">/api/token/check</span></a>
郭盛 authored
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880
                        </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
1881
                                        检测Token是否过期                                    </div>
郭盛 authored
1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906
                                    <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
1907
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/token/check" method="get" name="form15" id="form15">
郭盛 authored
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 1953
                                                                                                                <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
1954 1955
                            <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
1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972
                        </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
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066
                                        刷新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
2067
                                        小程序登录                                    </div>
郭盛 authored
2068 2069 2070 2071 2072 2073 2074 2075 2076
                                    <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
2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104
                                                                                        <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
2105 2106 2107 2108 2109 2110
                                                                                                        <tr>
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>是否为苹果用户0否1是</td>
                                                    </tr>
郭盛 authored
2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121
                                                                                                    </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
2122
                                <div class="tab-pane" id="sandbox17">
郭盛 authored
2123 2124 2125 2126 2127
                                    <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
2128
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/login" method="POST" name="form17" id="form17">
郭盛 authored
2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141
                                                                                                                <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
2142 2143 2144 2145
                                                            <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
2146 2147
                                                            <button type="submit" class="btn btn-success send" rel="17">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="17">重置</button>
郭盛 authored
2148
                                                        </div>
郭盛 authored
2149 2150 2151 2152 2153 2154 2155 2156
                                                    </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
2157 2158
                                                            <pre id="response_headers17"></pre>
                                                            <pre id="response17"></pre>
郭盛 authored
2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172
                                                        </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
2173
                                <div class="tab-pane" id="sample17">
郭盛 authored
2174 2175
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2176
                                            <pre id="sample_response17">{
郭盛 authored
2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187
    "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
2188 2189 2190 2191 2192 2193 2194 2195 2196
                                        </div>
                                    </div>
                                </div><!-- #sample -->

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

                            <!-- Nav tabs -->
郭盛 authored
2207 2208 2209 2210
                            <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
2211 2212 2213 2214 2215
                            </ul>

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

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2289
                    <div class="panel-heading" id="heading-42">
郭盛 authored
2290 2291
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
2292
                            <a data-toggle="collapse" data-parent="#accordion42" href="#collapseOne42"> 创建视频订单 <span class="text-muted">/api/user/v_order</span></a>
郭盛 authored
2293 2294
                        </h4>
                    </div>
郭盛 authored
2295
                    <div id="collapseOne42" class="panel-collapse collapse">
郭盛 authored
2296 2297 2298
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2299 2300 2301 2302
                            <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
2303 2304 2305 2306 2307
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2308
                                <div class="tab-pane active" id="info42">
郭盛 authored
2309
                                    <div class="well">
郭盛 authored
2310
                                        创建视频订单                                    </div>
郭盛 authored
2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324
                                    <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
2325
                                                        <td>token</td>
郭盛 authored
2326 2327
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2328
                                                        <td>请求的Token</td>
郭盛 authored
2329
                                                    </tr>
郭盛 authored
2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343
                                                                                                    </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
2344
                                                    </tr>
郭盛 authored
2345 2346
                                                </thead>
                                                <tbody>
郭盛 authored
2347
                                                                                                        <tr>
郭盛 authored
2348 2349
                                                        <td>video_id</td>
                                                        <td>inter</td>
郭盛 authored
2350
                                                        <td></td>
郭盛 authored
2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363
                                                        <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
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375
                                                    </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
2376
                                <div class="tab-pane" id="sandbox42">
郭盛 authored
2377 2378 2379
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2380
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
2381
                                                <div class="panel-body">
郭盛 authored
2382
                                                    <div class="headers">
郭盛 authored
2383
                                                                                                                <div class="form-group">
郭盛 authored
2384 2385
                                                            <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
2386
                                                        </div>
郭盛 authored
2387 2388 2389 2390 2391 2392
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2393
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/v_order" method="POST" name="form42" id="form42">
郭盛 authored
2394
                                                                                                                <div class="form-group">
郭盛 authored
2395 2396
                                                            <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
2397 2398
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2399 2400 2401 2402 2403 2404 2405 2406
                                                            <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
2407 2408
                                                            <button type="submit" class="btn btn-success send" rel="42">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="42">重置</button>
郭盛 authored
2409 2410 2411 2412 2413 2414 2415 2416 2417
                                                        </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
2418 2419
                                                            <pre id="response_headers42"></pre>
                                                            <pre id="response42"></pre>
郭盛 authored
2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433
                                                        </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
2434
                                <div class="tab-pane" id="sample42">
郭盛 authored
2435 2436
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2437
                                            <pre id="sample_response42">{
郭盛 authored
2438 2439 2440
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
2441 2442 2443
        "data": {
            "order_id"://订单ID
        }
郭盛 authored
2444 2445 2446 2447 2448 2449 2450 2451 2452 2453
        }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2454
                    <div class="panel-heading" id="heading-43">
郭盛 authored
2455
                        <h4 class="panel-title">
郭盛 authored
2456
                            <span class="label label-primary">POST</span>
郭盛 authored
2457
                            <a data-toggle="collapse" data-parent="#accordion43" href="#collapseOne43"> 创建组合订单 <span class="text-muted">/api/user/orders</span></a>
郭盛 authored
2458 2459
                        </h4>
                    </div>
郭盛 authored
2460
                    <div id="collapseOne43" class="panel-collapse collapse">
郭盛 authored
2461 2462 2463
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2464 2465 2466 2467
                            <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
2468 2469 2470 2471 2472
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2473
                                <div class="tab-pane active" id="info43">
郭盛 authored
2474
                                    <div class="well">
郭盛 authored
2475
                                        创建组合订单                                    </div>
郭盛 authored
2476 2477 2478
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496
                                                                                        <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
2497 2498 2499 2500 2501
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
2513
                                                        <td>video_id</td>
郭盛 authored
2514 2515
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2516
                                                        <td>视频ID(多个以逗号隔开</td>
郭盛 authored
2517 2518
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
2519
                                                        <td>video_attr</td>
郭盛 authored
2520 2521
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2522
                                                        <td>视频品质属性(多个以逗号隔开)</td>
郭盛 authored
2523 2524
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
2525
                                                        <td>pic_id</td>
郭盛 authored
2526 2527
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
2528 2529 2530 2531 2532 2533 2534
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>总价格</td>
郭盛 authored
2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546
                                                    </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
2547
                                <div class="tab-pane" id="sandbox43">
郭盛 authored
2548 2549 2550
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561
                                                <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
2562 2563
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2564
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/orders" method="POST" name="form43" id="form43">
郭盛 authored
2565
                                                                                                                <div class="form-group">
郭盛 authored
2566 2567
                                                            <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
2568 2569
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2570 2571
                                                            <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
2572 2573
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2574 2575
                                                            <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
2576 2577
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2578 2579 2580 2581
                                                            <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
2582 2583
                                                            <button type="submit" class="btn btn-success send" rel="43">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="43">重置</button>
郭盛 authored
2584 2585 2586 2587 2588 2589 2590 2591 2592
                                                        </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
2593 2594
                                                            <pre id="response_headers43"></pre>
                                                            <pre id="response43"></pre>
郭盛 authored
2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608
                                                        </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
2609
                                <div class="tab-pane" id="sample43">
郭盛 authored
2610 2611
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2612
                                            <pre id="sample_response43">{
郭盛 authored
2613 2614 2615
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
2616 2617 2618
        "data": {
            "order_id"://订单ID
        }
郭盛 authored
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628
        }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2629
                    <div class="panel-heading" id="heading-44">
郭盛 authored
2630
                        <h4 class="panel-title">
郭盛 authored
2631
                            <span class="label label-primary">POST</span>
郭盛 authored
2632
                            <a data-toggle="collapse" data-parent="#accordion44" href="#collapseOne44"> 创建苹果订单 <span class="text-muted">/api/user/iphone_order</span></a>
郭盛 authored
2633 2634
                        </h4>
                    </div>
郭盛 authored
2635
                    <div id="collapseOne44" class="panel-collapse collapse">
郭盛 authored
2636 2637 2638
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2639 2640 2641 2642
                            <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
2643 2644 2645 2646 2647
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2648
                                <div class="tab-pane active" id="info44">
郭盛 authored
2649
                                    <div class="well">
郭盛 authored
2650
                                        创建苹果订单                                    </div>
郭盛 authored
2651 2652 2653
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671
                                                                                        <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
2672 2673 2674 2675 2676
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
郭盛 authored
2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712
                                                                                        <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
2713 2714 2715 2716 2717 2718 2719 2720 2721
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
2722
                                <div class="tab-pane" id="sandbox44">
郭盛 authored
2723 2724 2725
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736
                                                <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
2737 2738
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2739
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/iphone_order" method="POST" name="form44" id="form44">
郭盛 authored
2740
                                                                                                                <div class="form-group">
郭盛 authored
2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754
                                                            <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
2755 2756
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2757 2758
                                                            <button type="submit" class="btn btn-success send" rel="44">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="44">重置</button>
郭盛 authored
2759 2760 2761 2762 2763 2764 2765 2766 2767
                                                        </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
2768 2769
                                                            <pre id="response_headers44"></pre>
                                                            <pre id="response44"></pre>
郭盛 authored
2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783
                                                        </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
2784
                                <div class="tab-pane" id="sample44">
郭盛 authored
2785 2786
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2787
                                            <pre id="sample_response44">{
郭盛 authored
2788 2789 2790 2791
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
2792 2793
    "is_vip"://是否是会员1是0否
    "is_enough"://余额是否充足1充足2不足
郭盛 authored
2794 2795 2796
    "order_id"://订单ID
    }
    }</pre>
郭盛 authored
2797 2798 2799 2800 2801 2802 2803 2804 2805
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2806
                    <div class="panel-heading" id="heading-45">
郭盛 authored
2807
                        <h4 class="panel-title">
郭盛 authored
2808 2809
                            <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
2810 2811
                        </h4>
                    </div>
郭盛 authored
2812
                    <div id="collapseOne45" class="panel-collapse collapse">
郭盛 authored
2813 2814 2815
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2816 2817 2818 2819
                            <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
2820 2821 2822 2823 2824
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2825
                                <div class="tab-pane active" id="info45">
郭盛 authored
2826
                                    <div class="well">
郭盛 authored
2827
                                        发短信                                    </div>
郭盛 authored
2828 2829 2830
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</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
                                                                                        <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
2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863
                                                                                    </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
2864
                                <div class="tab-pane" id="sandbox45">
郭盛 authored
2865 2866 2867
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878
                                                <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
2879 2880
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
2881
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/duan_send" method="POST" name="form45" id="form45">
郭盛 authored
2882 2883 2884 2885
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
2886 2887
                                                            <button type="submit" class="btn btn-success send" rel="45">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="45">重置</button>
郭盛 authored
2888 2889 2890 2891 2892 2893 2894 2895 2896
                                                        </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
2897 2898
                                                            <pre id="response_headers45"></pre>
                                                            <pre id="response45"></pre>
郭盛 authored
2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912
                                                        </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
2913
                                <div class="tab-pane" id="sample45">
郭盛 authored
2914 2915
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
2916 2917 2918 2919 2920 2921 2922
                                            <pre id="sample_response45">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    }
    }</pre>
郭盛 authored
2923 2924 2925 2926 2927 2928 2929 2930 2931
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
2932
                    <div class="panel-heading" id="heading-46">
郭盛 authored
2933
                        <h4 class="panel-title">
郭盛 authored
2934 2935
                            <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
2936 2937
                        </h4>
                    </div>
郭盛 authored
2938
                    <div id="collapseOne46" class="panel-collapse collapse">
郭盛 authored
2939 2940 2941
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
2942 2943 2944 2945
                            <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
2946 2947 2948 2949 2950
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
2951
                                <div class="tab-pane active" id="info46">
郭盛 authored
2952
                                    <div class="well">
郭盛 authored
2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044
                                                                            </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
3045
                                        删除订单                                    </div>
郭盛 authored
3046 3047 3048
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066
                                                                                        <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
3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082
                                                                                    </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
3083 3084
                                                        <td>ids[]</td>
                                                        <td>inter</td>
郭盛 authored
3085
                                                        <td></td>
郭盛 authored
3086
                                                        <td>订单ID</td>
郭盛 authored
3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098
                                                    </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
3099
                                <div class="tab-pane" id="sandbox47">
郭盛 authored
3100 3101 3102
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113
                                                <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
3114 3115
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3116
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/delorder" method="POST" name="form47" id="form47">
郭盛 authored
3117
                                                                                                                <div class="form-group">
郭盛 authored
3118 3119
                                                            <label class="control-label" for="ids[]">ids[]</label>
                                                            <input type="inter" class="form-control input-sm" id="ids[]" required placeholder="订单ID" name="ids[]">
郭盛 authored
3120 3121
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3122 3123
                                                            <button type="submit" class="btn btn-success send" rel="47">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="47">重置</button>
郭盛 authored
3124 3125 3126 3127 3128 3129 3130 3131 3132
                                                        </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
3133 3134
                                                            <pre id="response_headers47"></pre>
                                                            <pre id="response47"></pre>
郭盛 authored
3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148
                                                        </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
3149
                                <div class="tab-pane" id="sample47">
郭盛 authored
3150 3151
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3152
                                            <pre id="sample_response47">{
郭盛 authored
3153 3154 3155
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
郭盛 authored
3156 3157 3158 3159 3160 3161 3162 3163 3164 3165
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3166
                    <div class="panel-heading" id="heading-48">
郭盛 authored
3167 3168
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3169
                            <a data-toggle="collapse" data-parent="#accordion48" href="#collapseOne48"> 我的订单 <span class="text-muted">/api/user/myorder</span></a>
郭盛 authored
3170 3171
                        </h4>
                    </div>
郭盛 authored
3172
                    <div id="collapseOne48" class="panel-collapse collapse">
郭盛 authored
3173 3174 3175
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3176 3177 3178 3179
                            <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
3180 3181 3182 3183 3184
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3185
                                <div class="tab-pane active" id="info48">
郭盛 authored
3186
                                    <div class="well">
郭盛 authored
3187
                                        我的订单                                    </div>
郭盛 authored
3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224
                                    <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
3225 3226 3227 3228 3229 3230
                                                        <td>type</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>状态(不传默认为全部 1为待支付 2为已完成</td>
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252
                                                        <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
3253
                                <div class="tab-pane" id="sandbox48">
郭盛 authored
3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269
                                    <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
3270
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/myorder" method="POST" name="form48" id="form48">
郭盛 authored
3271 3272 3273 3274
                                                                                                                <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
3275 3276 3277 3278 3279 3280 3281 3282 3283
                                                                                                                <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
3284 3285
                                                            <button type="submit" class="btn btn-success send" rel="48">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="48">重置</button>
郭盛 authored
3286 3287 3288 3289 3290 3291 3292 3293 3294
                                                        </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
3295 3296
                                                            <pre id="response_headers48"></pre>
                                                            <pre id="response48"></pre>
郭盛 authored
3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310
                                                        </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
3311
                                <div class="tab-pane" id="sample48">
郭盛 authored
3312 3313
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3314
                                            <pre id="sample_response48">{
郭盛 authored
3315 3316 3317 3318
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
郭盛 authored
3319 3320 3321 3322
            "id":       //用户ID
            "pic_id": //图片,
            "video_id":   //视频,
            "status" :   //状态(1待支付 2已完成</pre>
郭盛 authored
3323 3324 3325 3326 3327 3328 3329 3330 3331
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3332
                    <div class="panel-heading" id="heading-49">
郭盛 authored
3333
                        <h4 class="panel-title">
郭盛 authored
3334 3335
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion49" href="#collapseOne49"> 苹果完成订单 <span class="text-muted">/api/user/iphone_finish_order</span></a>
郭盛 authored
3336 3337
                        </h4>
                    </div>
郭盛 authored
3338
                    <div id="collapseOne49" class="panel-collapse collapse">
郭盛 authored
3339 3340 3341
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3342 3343 3344 3345
                            <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
3346 3347 3348 3349 3350
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
3351
                                <div class="tab-pane active" id="info49">
郭盛 authored
3352
                                    <div class="well">
郭盛 authored
3353
                                        苹果完成订单                                    </div>
郭盛 authored
3354 3355 3356
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374
                                                                                        <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
3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389
                                                                                    </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
3390
                                <div class="tab-pane" id="sandbox49">
郭盛 authored
3391 3392 3393
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404
                                                <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
3405 3406
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
3407
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/iphone_finish_order" method="POST" name="form49" id="form49">
郭盛 authored
3408 3409 3410 3411
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3412 3413
                                                            <button type="submit" class="btn btn-success send" rel="49">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="49">重置</button>
郭盛 authored
3414 3415 3416 3417 3418 3419 3420 3421 3422
                                                        </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
3423 3424
                                                            <pre id="response_headers49"></pre>
                                                            <pre id="response49"></pre>
郭盛 authored
3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438
                                                        </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
3439
                                <div class="tab-pane" id="sample49">
郭盛 authored
3440 3441
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482
                                            <pre id="sample_response49">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    "info": [
    {
    "id": 13,
    "user_id": 10,
    "pic_id": null,
    "video_id": {
    "id": "1346",
    "attr": "2K",
    "vipprice": 1350,
    "thumbnail": "http://qiniuareial.w.broing.cn/uploads/20200811/Fmpouw8DlCJYxSCSveIh2fjlhG9i.gif"
    },
    "total": 1350,
    "status": 2,
    "num": "2020081299101519",
    "createtime": 1597232108,
    "updatetime": 1597232127
    },
    {
    "id": 22,
    "user_id": 10,
    "pic_id": 31,
    "video_id": null,
    "total": 2250,
    "status": 2,
    "num": "2020081810151565",
    "createtime": 1597747902,
    "updatetime": null
    }
    ],
    "is_vip": "1"
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->
郭盛 authored
3483 3484 3485 3486 3487
                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580
                    <div class="panel-heading" id="heading-51">
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
                            <a data-toggle="collapse" data-parent="#accordion51" href="#collapseOne51">  <span class="text-muted">/api/user/fetch1</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne51" class="panel-collapse collapse">
                        <div class="panel-body">

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

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

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

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

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

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

                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="51">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="51">重置</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_headers51"></pre>
                                                            <pre id="response51"></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="sample51">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response51"></pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-40">
郭盛 authored
3581
                        <h4 class="panel-title">
郭盛 authored
3582
                            <span class="label label-primary">POST</span>
郭盛 authored
3583
                            <a data-toggle="collapse" data-parent="#accordion40" href="#collapseOne40"> 删除购物车商品 <span class="text-muted">/api/user/delcar</span></a>
郭盛 authored
3584 3585
                        </h4>
                    </div>
郭盛 authored
3586
                    <div id="collapseOne40" class="panel-collapse collapse">
郭盛 authored
3587 3588
                        <div class="panel-body">
郭盛 authored
3589
                            <!-- Nav tabs -->
郭盛 authored
3590 3591 3592 3593
                            <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
3594 3595 3596 3597 3598
                            </ul>

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3722
                    <div class="panel-heading" id="heading-52">
郭盛 authored
3723 3724
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3725
                            <a data-toggle="collapse" data-parent="#accordion52" href="#collapseOne52"> 消费记录 <span class="text-muted">/api/user/payhistory</span></a>
郭盛 authored
3726 3727
                        </h4>
                    </div>
郭盛 authored
3728
                    <div id="collapseOne52" class="panel-collapse collapse">
郭盛 authored
3729 3730 3731
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3732 3733 3734 3735
                            <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
3736 3737 3738
                            </ul>

                            <!-- Tab panes -->
郭盛 authored
3739 3740
                            <div class="tab-content">
郭盛 authored
3741
                                <div class="tab-pane active" id="info52">
郭盛 authored
3742
                                    <div class="well">
郭盛 authored
3743
                                        消费记录                                    </div>
郭盛 authored
3744 3745 3746 3747 3748 3749 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
                                    <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
3781
                                                        <td>page</td>
郭盛 authored
3782
                                                        <td>inter</td>
郭盛 authored
3783
                                                        <td></td>
郭盛 authored
3784
                                                        <td>当前页(默认1</td>
郭盛 authored
3785 3786
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
3787
                                                        <td>pageNum</td>
郭盛 authored
3788 3789
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
3790
                                                        <td>每页显示数据个数(默认10)</td>
郭盛 authored
3791
                                                    </tr>
郭盛 authored
3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802
                                                                                                    </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
3803
                                <div class="tab-pane" id="sandbox52">
郭盛 authored
3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819
                                    <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
3820
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/payhistory" method="POST" name="form52" id="form52">
郭盛 authored
3821
                                                                                                                <div class="form-group">
郭盛 authored
3822 3823
                                                            <label class="control-label" for="page">page</label>
                                                            <input type="inter" class="form-control input-sm" id="page"  placeholder="当前页(默认1" name="page">
郭盛 authored
3824 3825
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3826 3827
                                                            <label class="control-label" for="pageNum">pageNum</label>
                                                            <input type="inter" class="form-control input-sm" id="pageNum"  placeholder="每页显示数据个数(默认10)" name="pageNum">
郭盛 authored
3828 3829
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
3830 3831
                                                            <button type="submit" class="btn btn-success send" rel="52">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="52">重置</button>
郭盛 authored
3832 3833 3834 3835 3836 3837 3838 3839 3840
                                                        </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
3841 3842
                                                            <pre id="response_headers52"></pre>
                                                            <pre id="response52"></pre>
郭盛 authored
3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856
                                                        </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
3857
                                <div class="tab-pane" id="sample52">
郭盛 authored
3858 3859
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
3860
                                            <pre id="sample_response52">{
郭盛 authored
3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
          "times"://时间分段,
          "info":[
                "id": 4,//id,
                "user_id"://用户ID
                "pic_id"://图片ID
                "video_id"://视频ID
          ],
          "total"://总价
        }
        }</pre>
郭盛 authored
3875 3876 3877 3878 3879 3880 3881 3882 3883
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
3884
                    <div class="panel-heading" id="heading-53">
郭盛 authored
3885 3886
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
3887
                            <a data-toggle="collapse" data-parent="#accordion53" href="#collapseOne53"> 获取sessionkey <span class="text-muted">/api/user/getSessionKey</span></a>
郭盛 authored
3888 3889
                        </h4>
                    </div>
郭盛 authored
3890
                    <div id="collapseOne53" class="panel-collapse collapse">
郭盛 authored
3891 3892 3893
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
3894 3895 3896 3897
                            <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
3898 3899 3900 3901 3902
                            </ul>

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4001
                    <div class="panel-heading" id="heading-54">
郭盛 authored
4002 4003
                        <h4 class="panel-title">
                            <span class="label label-success">GET</span>
郭盛 authored
4004
                            <a data-toggle="collapse" data-parent="#accordion54" href="#collapseOne54">  <span class="text-muted">/api/user/http_get</span></a>
郭盛 authored
4005 4006
                        </h4>
                    </div>
郭盛 authored
4007
                    <div id="collapseOne54" class="panel-collapse collapse">
郭盛 authored
4008 4009 4010
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4011 4012 4013 4014
                            <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
4015 4016 4017 4018 4019
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4020
                                <div class="tab-pane active" id="info54">
郭盛 authored
4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041
                                    <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
4042
                                <div class="tab-pane" id="sandbox54">
郭盛 authored
4043 4044 4045 4046 4047
                                    <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
4048
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/http_get" method="get" name="form54" id="form54">
郭盛 authored
4049 4050 4051 4052
                                                                                                                <div class="form-group">

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4053 4054
                                                            <button type="submit" class="btn btn-success send" rel="54">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="54">重置</button>
郭盛 authored
4055
                                                        </div>
郭盛 authored
4056 4057 4058 4059 4060 4061 4062 4063
                                                    </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
4064 4065
                                                            <pre id="response_headers54"></pre>
                                                            <pre id="response54"></pre>
郭盛 authored
4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079
                                                        </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
4080
                                <div class="tab-pane" id="sample54">
郭盛 authored
4081 4082
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4083
                                            <pre id="sample_response54"></pre>
郭盛 authored
4084 4085 4086 4087 4088 4089 4090 4091 4092
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4093
                    <div class="panel-heading" id="heading-55">
郭盛 authored
4094 4095
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4096
                            <a data-toggle="collapse" data-parent="#accordion55" href="#collapseOne55"> 获取用户手机号 <span class="text-muted">/api/user/getMobile</span></a>
郭盛 authored
4097 4098
                        </h4>
                    </div>
郭盛 authored
4099
                    <div id="collapseOne55" class="panel-collapse collapse">
郭盛 authored
4100 4101 4102
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4103 4104 4105 4106
                            <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
4107 4108 4109 4110 4111
                            </ul>

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4230
                    <div class="panel-heading" id="heading-56">
郭盛 authored
4231 4232
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4233
                            <a data-toggle="collapse" data-parent="#accordion56" href="#collapseOne56"> 绑定用户手机号 <span class="text-muted">/api/user/phone</span></a>
郭盛 authored
4234 4235
                        </h4>
                    </div>
郭盛 authored
4236
                    <div id="collapseOne56" class="panel-collapse collapse">
郭盛 authored
4237 4238 4239
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4240 4241 4242 4243
                            <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
4244 4245 4246 4247 4248
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4249
                                <div class="tab-pane active" id="info56">
郭盛 authored
4250
                                    <div class="well">
郭盛 authored
4251
                                        绑定用户手机号                                    </div>
郭盛 authored
4252 4253 4254 4255 4256 4257 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
                                    <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
4284
                                                        <th>描述</th>
郭盛 authored
4285
                                                    </tr>
郭盛 authored
4286 4287
                                                </thead>
                                                <tbody>
郭盛 authored
4288
                                                                                                        <tr>
郭盛 authored
4289 4290
                                                        <td>phone</td>
                                                        <td>string</td>
郭盛 authored
4291
                                                        <td></td>
郭盛 authored
4292
                                                        <td>手机号</td>
郭盛 authored
4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304
                                                    </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
4305
                                <div class="tab-pane" id="sandbox56">
郭盛 authored
4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321
                                    <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
4322
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/phone" method="POST" name="form56" id="form56">
郭盛 authored
4323
                                                                                                                <div class="form-group">
郭盛 authored
4324 4325
                                                            <label class="control-label" for="phone">phone</label>
                                                            <input type="string" class="form-control input-sm" id="phone" required placeholder="手机号" name="phone">
郭盛 authored
4326 4327
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4328 4329
                                                            <button type="submit" class="btn btn-success send" rel="56">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="56">重置</button>
郭盛 authored
4330 4331 4332 4333 4334 4335 4336 4337 4338
                                                        </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
4339 4340
                                                            <pre id="response_headers56"></pre>
                                                            <pre id="response56"></pre>
郭盛 authored
4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354
                                                        </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
4355
                                <div class="tab-pane" id="sample56">
郭盛 authored
4356 4357
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4358
                                            <pre id="sample_response56">{
郭盛 authored
4359 4360 4361 4362
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
郭盛 authored
4363 4364 4365 4366 4367 4368 4369 4370 4371
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4372
                    <div class="panel-heading" id="heading-57">
郭盛 authored
4373 4374
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4375
                            <a data-toggle="collapse" data-parent="#accordion57" href="#collapseOne57"> 填写发票信息 <span class="text-muted">/api/user/invoice</span></a>
郭盛 authored
4376 4377
                        </h4>
                    </div>
郭盛 authored
4378
                    <div id="collapseOne57" class="panel-collapse collapse">
郭盛 authored
4379 4380 4381
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4382 4383 4384 4385
                            <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
4386 4387 4388 4389 4390
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4391
                                <div class="tab-pane active" id="info57">
郭盛 authored
4392
                                    <div class="well">
郭盛 authored
4393
                                        填写发票信息                                    </div>
郭盛 authored
4394 4395 4396 4397 4398 4399 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
                                    <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
4431
                                                        <td>order_id</td>
郭盛 authored
4432 4433
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
4434
                                                        <td>订单ID</td>
郭盛 authored
4435 4436
                                                    </tr>
                                                                                                        <tr>
郭盛 authored
4437 4438
                                                        <td>name</td>
                                                        <td>string</td>
郭盛 authored
4439
                                                        <td></td>
郭盛 authored
4440 4441 4442 4443 4444 4445 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
                                                        <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
4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500
                                                    </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
4501
                                <div class="tab-pane" id="sandbox57">
郭盛 authored
4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517
                                    <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
4518
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/invoice" method="POST" name="form57" id="form57">
郭盛 authored
4519
                                                                                                                <div class="form-group">
郭盛 authored
4520 4521
                                                            <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
4522 4523
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4524 4525
                                                            <label class="control-label" for="name">name</label>
                                                            <input type="string" class="form-control input-sm" id="name" required placeholder="公司名称" name="name">
郭盛 authored
4526 4527
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
4528 4529 4530 4531 4532 4533 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
                                                            <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
4560 4561
                                                            <button type="submit" class="btn btn-success send" rel="57">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="57">重置</button>
郭盛 authored
4562 4563 4564 4565 4566 4567 4568 4569 4570
                                                        </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
4571 4572
                                                            <pre id="response_headers57"></pre>
                                                            <pre id="response57"></pre>
郭盛 authored
4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586
                                                        </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
4587
                                <div class="tab-pane" id="sample57">
郭盛 authored
4588 4589
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
4590
                                            <pre id="sample_response57">{
郭盛 authored
4591 4592 4593 4594
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
郭盛 authored
4595 4596 4597 4598 4599 4600 4601 4602 4603
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4604
                    <div class="panel-heading" id="heading-58">
郭盛 authored
4605 4606
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4607
                            <a data-toggle="collapse" data-parent="#accordion58" href="#collapseOne58"> 填写授权书信息 <span class="text-muted">/api/user/show</span></a>
郭盛 authored
4608 4609
                        </h4>
                    </div>
郭盛 authored
4610
                    <div id="collapseOne58" class="panel-collapse collapse">
郭盛 authored
4611
                        <div class="panel-body">
郭盛 authored
4612 4613

                            <!-- Nav tabs -->
郭盛 authored
4614 4615 4616 4617
                            <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
4618 4619 4620 4621 4622
                            </ul>

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4786
                    <div class="panel-heading" id="heading-59">
郭盛 authored
4787
                        <h4 class="panel-title">
4788
                            <span class="label label-primary">POST</span>
郭盛 authored
4789
                            <a data-toggle="collapse" data-parent="#accordion59" href="#collapseOne59"> 投诉与建议 <span class="text-muted">/api/user/suggest</span></a>
郭盛 authored
4790 4791
                        </h4>
                    </div>
郭盛 authored
4792
                    <div id="collapseOne59" class="panel-collapse collapse">
郭盛 authored
4793 4794 4795
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4796 4797 4798 4799
                            <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
4800 4801 4802 4803 4804
                            </ul>

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
4938
                    <div class="panel-heading" id="heading-41">
郭盛 authored
4939 4940
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
4941
                            <a data-toggle="collapse" data-parent="#accordion41" href="#collapseOne41"> 创建图片订单 <span class="text-muted">/api/user/picorder</span></a>
郭盛 authored
4942 4943
                        </h4>
                    </div>
郭盛 authored
4944
                    <div id="collapseOne41" class="panel-collapse collapse">
郭盛 authored
4945 4946 4947
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
4948 4949 4950 4951
                            <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>
郭盛 authored
4952 4953 4954 4955 4956
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
4957
                                <div class="tab-pane active" id="info41">
郭盛 authored
4958
                                    <div class="well">
郭盛 authored
4959
                                        创建图片订单                                    </div>
郭盛 authored
4960 4961 4962 4963 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
                                    <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
4997
                                                        <td>pic_id</td>
郭盛 authored
4998 4999
                                                        <td>inter</td>
                                                        <td></td>
郭盛 authored
5000 5001 5002 5003 5004 5005 5006
                                                        <td>图片ID</td>
                                                    </tr>
                                                                                                        <tr>
                                                        <td>total</td>
                                                        <td>float</td>
                                                        <td></td>
                                                        <td>价格</td>
郭盛 authored
5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018
                                                    </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="sandbox41">
郭盛 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/picorder" method="POST" name="form41" id="form41">
郭盛 authored
5037
                                                                                                                <div class="form-group">
郭盛 authored
5038 5039
                                                            <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
5040 5041
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5042 5043 5044 5045 5046 5047
                                                            <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">
                                                            <button type="submit" class="btn btn-success send" rel="41">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="41">重置</button>
郭盛 authored
5048 5049 5050 5051 5052 5053 5054 5055 5056
                                                        </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
5057 5058
                                                            <pre id="response_headers41"></pre>
                                                            <pre id="response41"></pre>
郭盛 authored
5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072
                                                        </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
5073
                                <div class="tab-pane" id="sample41">
郭盛 authored
5074 5075
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5076
                                            <pre id="sample_response41">{
郭盛 authored
5077 5078 5079
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
郭盛 authored
5080 5081 5082
    "data": {
        "order_id"://订单ID
    }
郭盛 authored
5083 5084 5085 5086 5087 5088 5089 5090 5091 5092
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
5093
                    <div class="panel-heading" id="heading-39">
郭盛 authored
5094 5095
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5096
                            <a data-toggle="collapse" data-parent="#accordion39" href="#collapseOne39"> 加入购物车 <span class="text-muted">/api/user/addcar</span></a>
郭盛 authored
5097 5098
                        </h4>
                    </div>
郭盛 authored
5099
                    <div id="collapseOne39" class="panel-collapse collapse">
郭盛 authored
5100
                        <div class="panel-body">
郭盛 authored
5101 5102

                            <!-- Nav tabs -->
郭盛 authored
5103 5104 5105 5106
                            <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
5107 5108 5109 5110 5111
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
5112
                                <div class="tab-pane active" id="info39">
郭盛 authored
5113
                                    <div class="well">
郭盛 authored
5114
                                        加入购物车                                    </div>
郭盛 authored
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140
                                    <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
5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164
                                                                                        <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>video_id</td>
                                                        <td>inter</td>
                                                        <td></td>
                                                        <td>视频ID</td>
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
5165 5166 5167 5168 5169 5170 5171 5172 5173
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
5174
                                <div class="tab-pane" id="sandbox39">
郭盛 authored
5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190
                                    <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
5191
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/addcar" method="POST" name="form39" id="form39">
郭盛 authored
5192
                                                                                                                <div class="form-group">
郭盛 authored
5193 5194
                                                            <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
5195 5196
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5197 5198 5199 5200 5201 5202
                                                            <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">
                                                        </div>
                                                                                                                <div class="form-group">
                                                            <button type="submit" class="btn btn-success send" rel="39">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="39">重置</button>
郭盛 authored
5203 5204 5205 5206 5207 5208 5209 5210 5211
                                                        </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
5212 5213
                                                            <pre id="response_headers39"></pre>
                                                            <pre id="response39"></pre>
郭盛 authored
5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227
                                                        </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
5228
                                <div class="tab-pane" id="sample39">
郭盛 authored
5229 5230
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5231
                                            <pre id="sample_response39">{
郭盛 authored
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

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

                            <!-- 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
5259 5260 5261 5262 5263
                            </ul>

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

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

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

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

                            <!-- Nav tabs -->
郭盛 authored
5513 5514 5515 5516
                            <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
5517 5518 5519 5520 5521
                            </ul>

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

                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
5555 5556
                                                            <button type="submit" class="btn btn-success send" rel="19">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="19">重置</button>
郭盛 authored
5557 5558 5559 5560 5561 5562 5563 5564 5565
                                                        </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
5566 5567
                                                            <pre id="response_headers19"></pre>
                                                            <pre id="response19"></pre>
郭盛 authored
5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581
                                                        </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
5582
                                <div class="tab-pane" id="sample19">
郭盛 authored
5583 5584
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
5585
                                            <pre id="sample_response19">{
郭盛 authored
5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603
    '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
5604
                    <div class="panel-heading" id="heading-20">
郭盛 authored
5605 5606
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
5607
                            <a data-toggle="collapse" data-parent="#accordion20" href="#collapseOne20"> 首页视频、图片、精美大片入口 <span class="text-muted">/api/user/index</span></a>
郭盛 authored
5608 5609
                        </h4>
                    </div>
郭盛 authored
5610
                    <div id="collapseOne20" class="panel-collapse collapse">
郭盛 authored
5611 5612 5613
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
5614 5615 5616 5617
                            <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
5618 5619 5620 5621 5622
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
5743 5744 5745 5746
                            <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
5747 5748 5749 5750 5751
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
5872 5873 5874 5875
                            <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
5876 5877 5878 5879 5880
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
6001 6002 6003 6004
                            <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
6005 6006 6007 6008 6009
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
6208 6209 6210 6211
                            <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
6212 6213 6214 6215 6216
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
6374 6375 6376 6377
                            <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
6378 6379 6380 6381 6382
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
6550 6551 6552 6553
                            <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
6554 6555 6556 6557 6558
                            </ul>

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

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

                            <!-- Nav tabs -->
郭盛 authored
6717 6718 6719 6720
                            <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
6721 6722 6723 6724 6725
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6726
                                <div class="tab-pane active" id="info28">
郭盛 authored
6727
                                    <div class="well">
郭盛 authored
6728
                                        图片详情                                    </div>
郭盛 authored
6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754
                                    <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
6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772
                                                                                        <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
6773 6774 6775 6776 6777 6778 6779 6780 6781
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6782
                                <div class="tab-pane" id="sandbox28">
郭盛 authored
6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798
                                    <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
6799
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/picdetail" method="POST" name="form28" id="form28">
郭盛 authored
6800
                                                                                                                <div class="form-group">
郭盛 authored
6801 6802
                                                            <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
6803 6804
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6805 6806
                                                            <button type="submit" class="btn btn-success send" rel="28">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="28">重置</button>
郭盛 authored
6807 6808 6809 6810 6811 6812 6813 6814 6815
                                                        </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
6816 6817
                                                            <pre id="response_headers28"></pre>
                                                            <pre id="response28"></pre>
郭盛 authored
6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831
                                                        </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
6832
                                <div class="tab-pane" id="sample28">
郭盛 authored
6833 6834
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850
                                            <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
6851
    }</pre>
郭盛 authored
6852 6853 6854 6855 6856 6857 6858 6859
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
6860
                                <div class="panel panel-default">
郭盛 authored
6861
                    <div class="panel-heading" id="heading-38">
郭盛 authored
6862 6863
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
6864
                            <a data-toggle="collapse" data-parent="#accordion38" href="#collapseOne38"> 购物车列表 <span class="text-muted">/api/user/car</span></a>
郭盛 authored
6865 6866
                        </h4>
                    </div>
郭盛 authored
6867
                    <div id="collapseOne38" class="panel-collapse collapse">
郭盛 authored
6868 6869 6870
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
6871 6872 6873 6874
                            <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
6875 6876 6877 6878 6879
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
6880
                                <div class="tab-pane active" id="info38">
郭盛 authored
6881
                                    <div class="well">
郭盛 authored
6882
                                        购物车列表                                    </div>
郭盛 authored
6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908
                                    <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
6909
郭盛 authored
6910 6911 6912 6913 6914 6915 6916 6917 6918
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
6919
                                <div class="tab-pane" id="sandbox38">
郭盛 authored
6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935
                                    <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
6936
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/car" method="POST" name="form38" id="form38">
郭盛 authored
6937
                                                                                                                <div class="form-group">
郭盛 authored
6938
郭盛 authored
6939 6940
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
6941 6942
                                                            <button type="submit" class="btn btn-success send" rel="38">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="38">重置</button>
郭盛 authored
6943 6944 6945 6946 6947 6948 6949 6950 6951
                                                        </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
6952 6953
                                                            <pre id="response_headers38"></pre>
                                                            <pre id="response38"></pre>
郭盛 authored
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967
                                                        </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
6968
                                <div class="tab-pane" id="sample38">
郭盛 authored
6969 6970
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
6971
                                            <pre id="sample_response38">{
郭盛 authored
6972 6973 6974 6975
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002
        "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
7003
    }
郭盛 authored
7004
    }</pre>
郭盛 authored
7005 7006 7007 7008 7009 7010 7011 7012 7013
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7014
                    <div class="panel-heading" id="heading-29">
郭盛 authored
7015 7016
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7017
                            <a data-toggle="collapse" data-parent="#accordion29" href="#collapseOne29"> 视频详情 <span class="text-muted">/api/user/videodetail</span></a>
郭盛 authored
7018 7019
                        </h4>
                    </div>
郭盛 authored
7020
                    <div id="collapseOne29" class="panel-collapse collapse">
郭盛 authored
7021 7022 7023
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7024 7025 7026 7027
                            <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
7028 7029 7030 7031 7032
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7033
                                <div class="tab-pane active" id="info29">
郭盛 authored
7034
                                    <div class="well">
郭盛 authored
7035
                                        视频详情                                    </div>
郭盛 authored
7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061
                                    <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
7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079
                                                                                        <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
7080 7081 7082 7083 7084 7085 7086 7087 7088
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7089
                                <div class="tab-pane" id="sandbox29">
郭盛 authored
7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105
                                    <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
7106
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/videodetail" method="POST" name="form29" id="form29">
郭盛 authored
7107
                                                                                                                <div class="form-group">
郭盛 authored
7108 7109
                                                            <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
7110 7111
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7112 7113
                                                            <button type="submit" class="btn btn-success send" rel="29">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="29">重置</button>
郭盛 authored
7114 7115 7116 7117 7118 7119 7120 7121 7122
                                                        </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
7123 7124
                                                            <pre id="response_headers29"></pre>
                                                            <pre id="response29"></pre>
郭盛 authored
7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138
                                                        </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
7139
                                <div class="tab-pane" id="sample29">
郭盛 authored
7140 7141
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7142
                                            <pre id="sample_response29">{
郭盛 authored
7143 7144 7145 7146 7147 7148
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "id": 4,//视频id,
            "title"://标题
7149
            "keyword"://关键字
郭盛 authored
7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163
            "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
7164 7165 7166 7167 7168 7169 7170 7171 7172
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7173
                    <div class="panel-heading" id="heading-30">
郭盛 authored
7174 7175
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7176
                            <a data-toggle="collapse" data-parent="#accordion30" href="#collapseOne30"> 是否购买过 <span class="text-muted">/api/user/is_buy</span></a>
郭盛 authored
7177 7178
                        </h4>
                    </div>
郭盛 authored
7179
                    <div id="collapseOne30" class="panel-collapse collapse">
郭盛 authored
7180 7181 7182
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7183 7184 7185 7186
                            <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
7187 7188 7189 7190 7191
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7192
                                <div class="tab-pane active" id="info30">
郭盛 authored
7193
                                    <div class="well">
郭盛 authored
7194
                                        是否购买过                                    </div>
郭盛 authored
7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220
                                    <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
7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244
                                                                                        <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
7245 7246 7247 7248 7249 7250 7251 7252 7253
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7254
                                <div class="tab-pane" id="sandbox30">
郭盛 authored
7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270
                                    <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
7271
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/is_buy" method="POST" name="form30" id="form30">
郭盛 authored
7272
                                                                                                                <div class="form-group">
郭盛 authored
7273 7274 7275 7276 7277 7278
                                                            <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
7279 7280
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7281 7282
                                                            <button type="submit" class="btn btn-success send" rel="30">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="30">重置</button>
郭盛 authored
7283 7284 7285 7286 7287 7288 7289 7290 7291
                                                        </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
7292 7293
                                                            <pre id="response_headers30"></pre>
                                                            <pre id="response30"></pre>
郭盛 authored
7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307
                                                        </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
7308
                                <div class="tab-pane" id="sample30">
郭盛 authored
7309 7310
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7311
                                            <pre id="sample_response30">{
郭盛 authored
7312 7313 7314 7315
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
郭盛 authored
7316
        "is_buy"://是否购买过1购买过2没有
郭盛 authored
7317 7318
    }
    }</pre>
郭盛 authored
7319 7320 7321 7322 7323 7324 7325 7326 7327
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7328
                    <div class="panel-heading" id="heading-31">
郭盛 authored
7329 7330
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7331
                            <a data-toggle="collapse" data-parent="#accordion31" href="#collapseOne31"> 搜索关键词内容 <span class="text-muted">/api/user/words</span></a>
郭盛 authored
7332 7333
                        </h4>
                    </div>
郭盛 authored
7334
                    <div id="collapseOne31" class="panel-collapse collapse">
郭盛 authored
7335 7336 7337
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7338 7339 7340 7341
                            <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
7342 7343 7344 7345 7346
                            </ul>

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

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
7632
                                <div class="panel panel-default">
郭盛 authored
7633
                    <div class="panel-heading" id="heading-33">
郭盛 authored
7634 7635
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7636
                            <a data-toggle="collapse" data-parent="#accordion33" href="#collapseOne33"> 我的 <span class="text-muted">/api/user/mine</span></a>
郭盛 authored
7637 7638
                        </h4>
                    </div>
郭盛 authored
7639
                    <div id="collapseOne33" class="panel-collapse collapse">
郭盛 authored
7640 7641 7642
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7643 7644 7645 7646
                            <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
7647 7648 7649 7650 7651
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7652
                                <div class="tab-pane active" id="info33">
郭盛 authored
7653
                                    <div class="well">
7654
                                        我的                                    </div>
郭盛 authored
7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680
                                    <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">
7681
郭盛 authored
7682 7683 7684 7685 7686 7687 7688 7689 7690
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7691
                                <div class="tab-pane" id="sandbox33">
郭盛 authored
7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707
                                    <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
7708
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/mine" method="POST" name="form33" id="form33">
郭盛 authored
7709
                                                                                                                <div class="form-group">
7710
郭盛 authored
7711 7712
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7713 7714
                                                            <button type="submit" class="btn btn-success send" rel="33">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="33">重置</button>
郭盛 authored
7715 7716 7717 7718 7719 7720 7721 7722 7723
                                                        </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
7724 7725
                                                            <pre id="response_headers33"></pre>
                                                            <pre id="response33"></pre>
郭盛 authored
7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739
                                                        </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
7740
                                <div class="tab-pane" id="sample33">
郭盛 authored
7741 7742
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7743
                                            <pre id="sample_response33">{
郭盛 authored
7744 7745 7746 7747
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
7748 7749 7750 7751 7752
            "id":       //用户ID
            "nickname": //昵称,
            "avatar":   //头像,
            "money" :   //余额
            "is_vip":   //是否为会员(0否 1是</pre>
郭盛 authored
7753 7754 7755 7756 7757 7758 7759 7760 7761
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7762
                    <div class="panel-heading" id="heading-34">
郭盛 authored
7763 7764
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7765
                            <a data-toggle="collapse" data-parent="#accordion34" href="#collapseOne34"> 创建充值订单 <span class="text-muted">/api/user/toporder</span></a>
郭盛 authored
7766 7767
                        </h4>
                    </div>
郭盛 authored
7768
                    <div id="collapseOne34" class="panel-collapse collapse">
郭盛 authored
7769 7770 7771
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7772 7773 7774 7775
                            <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
7776 7777 7778 7779 7780
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7781
                                <div class="tab-pane active" id="info34">
郭盛 authored
7782
                                    <div class="well">
7783
                                        创建充值订单                                    </div>
郭盛 authored
7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809
                                    <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
7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
7821
                                                        <td>money</td>
郭盛 authored
7822 7823
                                                        <td>float</td>
                                                        <td></td>
7824
                                                        <td>充值金额</td>
郭盛 authored
7825 7826 7827
                                                    </tr>
                                                                                                    </tbody>
                                            </table>
郭盛 authored
7828 7829 7830 7831 7832 7833 7834 7835 7836
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7837
                                <div class="tab-pane" id="sandbox34">
郭盛 authored
7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853
                                    <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
7854
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/toporder" method="POST" name="form34" id="form34">
郭盛 authored
7855
                                                                                                                <div class="form-group">
7856 7857
                                                            <label class="control-label" for="money">money</label>
                                                            <input type="float" class="form-control input-sm" id="money" required placeholder="充值金额" name="money">
郭盛 authored
7858 7859
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
7860 7861
                                                            <button type="submit" class="btn btn-success send" rel="34">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="34">重置</button>
郭盛 authored
7862 7863 7864 7865 7866 7867 7868 7869 7870
                                                        </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
7871 7872
                                                            <pre id="response_headers34"></pre>
                                                            <pre id="response34"></pre>
郭盛 authored
7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886
                                                        </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
7887
                                <div class="tab-pane" id="sample34">
郭盛 authored
7888 7889
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
7890
                                            <pre id="sample_response34">{
郭盛 authored
7891 7892 7893 7894 7895 7896 7897
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "order_id"://订单ID
        }
        }</pre>
郭盛 authored
7898 7899 7900 7901 7902 7903 7904 7905 7906
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
7907
                    <div class="panel-heading" id="heading-35">
郭盛 authored
7908 7909
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
7910
                            <a data-toggle="collapse" data-parent="#accordion35" href="#collapseOne35"> 创建开通会员订单 <span class="text-muted">/api/user/viporder</span></a>
郭盛 authored
7911 7912
                        </h4>
                    </div>
郭盛 authored
7913
                    <div id="collapseOne35" class="panel-collapse collapse">
郭盛 authored
7914 7915 7916
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
7917 7918 7919 7920
                            <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
7921 7922 7923 7924 7925
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
7926
                                <div class="tab-pane active" id="info35">
郭盛 authored
7927
                                    <div class="well">
7928
                                        创建开通会员订单                                    </div>
郭盛 authored
7929 7930 7931
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
7932 7933 7934 7935 7936 7937 7938 7939 7940 7941 7942
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
                                                    </tr>
                                                </thead>
                                                <tbody>
                                                                                                        <tr>
郭盛 authored
7943
                                                        <td>token</td>
郭盛 authored
7944 7945
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
7946
                                                        <td>请求的Token</td>
郭盛 authored
7947
                                                    </tr>
郭盛 authored
7948 7949 7950 7951 7952 7953 7954
                                                                                                    </tbody>
                                            </table>
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>参数</strong></div>
                                        <div class="panel-body">
7955 7956 7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 7970 7971 7972
                                                                                        <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
7973 7974 7975 7976 7977 7978 7979 7980 7981
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
7982
                                <div class="tab-pane" id="sandbox35">
郭盛 authored
7983 7984 7985 7986 7987 7988 7989 7990 7991 7992 7993 7994 7995 7996 7997 7998
                                    <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
7999
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/viporder" method="POST" name="form35" id="form35">
郭盛 authored
8000
                                                                                                                <div class="form-group">
8001 8002
                                                            <label class="control-label" for="total">total</label>
                                                            <input type="float" class="form-control input-sm" id="total" required placeholder="金额" name="total">
郭盛 authored
8003 8004
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
8005 8006
                                                            <button type="submit" class="btn btn-success send" rel="35">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="35">重置</button>
郭盛 authored
8007 8008 8009 8010 8011 8012 8013 8014 8015
                                                        </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
8016 8017
                                                            <pre id="response_headers35"></pre>
                                                            <pre id="response35"></pre>
郭盛 authored
8018 8019 8020 8021 8022 8023 8024 8025 8026 8027 8028 8029 8030 8031
                                                        </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
8032
                                <div class="tab-pane" id="sample35">
郭盛 authored
8033 8034
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
8035
                                            <pre id="sample_response35">{
8036 8037 8038 8039 8040 8041 8042
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        "data": {
            "order_id"://订单ID
        }
        }</pre>
郭盛 authored
8043 8044 8045 8046 8047 8048 8049 8050 8051
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
8052
                    <div class="panel-heading" id="heading-36">
郭盛 authored
8053 8054
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
8055
                            <a data-toggle="collapse" data-parent="#accordion36" href="#collapseOne36"> 会员介绍 <span class="text-muted">/api/user/vipdesc</span></a>
郭盛 authored
8056 8057
                        </h4>
                    </div>
郭盛 authored
8058
                    <div id="collapseOne36" class="panel-collapse collapse">
郭盛 authored
8059 8060 8061
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
8062 8063 8064 8065
                            <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
8066 8067 8068 8069 8070
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
8071
                                <div class="tab-pane active" id="info36">
郭盛 authored
8072
                                    <div class="well">
郭盛 authored
8073
                                        会员介绍                                    </div>
郭盛 authored
8074 8075 8076
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
郭盛 authored
8077 8078 8079 8080 8081 8082 8083
                                                                                        <table class="table table-hover">
                                                <thead>
                                                    <tr>
                                                        <th>名称</th>
                                                        <th>类型</th>
                                                        <th>必选</th>
                                                        <th>描述</th>
郭盛 authored
8084
                                                    </tr>
郭盛 authored
8085 8086
                                                </thead>
                                                <tbody>
郭盛 authored
8087
                                                                                                        <tr>
郭盛 authored
8088
                                                        <td>token</td>
郭盛 authored
8089 8090
                                                        <td>string</td>
                                                        <td></td>
郭盛 authored
8091 8092 8093 8094 8095 8096 8097 8098 8099
                                                        <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
8100
郭盛 authored
8101 8102 8103 8104 8105 8106 8107 8108 8109
                                                                                    </div>
                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>正文</strong></div>
                                        <div class="panel-body">
</div>
                                    </div>
                                </div><!-- #info -->
郭盛 authored
8110
                                <div class="tab-pane" id="sandbox36">
郭盛 authored
8111 8112 8113
                                    <div class="row">
                                        <div class="col-md-12">
                                                                                        <div class="panel panel-default">
郭盛 authored
8114
                                                <div class="panel-heading"><strong>Headers</strong></div>
郭盛 authored
8115
                                                <div class="panel-body">
郭盛 authored
8116
                                                    <div class="headers">
郭盛 authored
8117
                                                                                                                <div class="form-group">
郭盛 authored
8118 8119
                                                            <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
8120
                                                        </div>
郭盛 authored
8121 8122 8123 8124 8125 8126
                                                                                                            </div>
                                                </div>
                                            </div>
                                                                                        <div class="panel panel-default">
                                                <div class="panel-heading"><strong>参数</strong></div>
                                                <div class="panel-body">
郭盛 authored
8127
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/vipdesc" method="POST" name="form36" id="form36">
郭盛 authored
8128
                                                                                                                <div class="form-group">
郭盛 authored
8129
郭盛 authored
8130 8131
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
8132 8133
                                                            <button type="submit" class="btn btn-success send" rel="36">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="36">重置</button>
郭盛 authored
8134 8135 8136 8137 8138 8139 8140 8141 8142
                                                        </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
8143 8144
                                                            <pre id="response_headers36"></pre>
                                                            <pre id="response36"></pre>
郭盛 authored
8145 8146 8147 8148 8149 8150 8151 8152 8153 8154 8155 8156 8157 8158
                                                        </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
8159
                                <div class="tab-pane" id="sample36">
郭盛 authored
8160 8161
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
8162
                                            <pre id="sample_response36">{
郭盛 authored
8163 8164 8165 8166 8167 8168 8169 8170 8171 8172 8173 8174 8175 8176 8177 8178
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
        "content":       //会员介绍内容
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
郭盛 authored
8179
                    <div class="panel-heading" id="heading-37">
郭盛 authored
8180 8181
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
郭盛 authored
8182
                            <a data-toggle="collapse" data-parent="#accordion37" href="#collapseOne37"> 会员须知 <span class="text-muted">/api/user/vipdetail</span></a>
郭盛 authored
8183 8184
                        </h4>
                    </div>
郭盛 authored
8185
                    <div id="collapseOne37" class="panel-collapse collapse">
郭盛 authored
8186 8187 8188
                        <div class="panel-body">

                            <!-- Nav tabs -->
郭盛 authored
8189 8190 8191 8192
                            <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
8193 8194 8195 8196 8197
                            </ul>

                            <!-- Tab panes -->
                            <div class="tab-content">
郭盛 authored
8198 8199 8200 8201 8202 8203 8204 8205 8206 8207 8208 8209 8210 8211 8212 8213 8214 8215 8216 8217 8218 8219 8220 8221 8222 8223 8224 8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 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
                                <div class="tab-pane active" id="info37">
                                    <div class="well">
                                        会员须知                                    </div>
                                    <div class="panel panel-default">
                                        <div class="panel-heading"><strong>Headers</strong></div>
                                        <div class="panel-body">
                                                                                        <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="sandbox37">
                                    <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/vipdetail" method="POST" name="form37" id="form37">
                                                                                                                <div class="form-group">

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

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

                                <div class="tab-pane" id="sample37">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <pre id="sample_response37">{
    "code": 1,
    "msg": "成功",
    "time": "1571492001",
    "data": {
    "text":       //会员须知内容
    }
    }</pre>
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
                                <div class="panel panel-default">
                    <div class="panel-heading" id="heading-60">
                        <h4 class="panel-title">
                            <span class="label label-primary">POST</span>
                            <a data-toggle="collapse" data-parent="#accordion60" href="#collapseOne60"> 切换数值 <span class="text-muted">/api/user/change</span></a>
                        </h4>
                    </div>
                    <div id="collapseOne60" class="panel-collapse collapse">
                        <div class="panel-body">

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

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

                                <div class="tab-pane active" id="info60">
郭盛 authored
8326 8327 8328 8329 8330 8331 8332 8333 8334 8335 8336 8337 8338 8339 8340 8341 8342 8343 8344 8345 8346
                                    <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
8347
                                <div class="tab-pane" id="sandbox60">
郭盛 authored
8348 8349 8350 8351 8352
                                    <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
8353
                                                    <form enctype="application/x-www-form-urlencoded" role="form" action="/api/user/change" method="POST" name="form60" id="form60">
郭盛 authored
8354 8355
                                                                                                                <div class="form-group">
郭盛 authored
8356 8357
                                                        </div>
                                                                                                                <div class="form-group">
郭盛 authored
8358 8359
                                                            <button type="submit" class="btn btn-success send" rel="60">提交</button>
                                                            <button type="reset" class="btn btn-info" rel="60">重置</button>
郭盛 authored
8360 8361 8362 8363 8364 8365 8366 8367 8368
                                                        </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
8369 8370
                                                            <pre id="response_headers60"></pre>
                                                            <pre id="response60"></pre>
郭盛 authored
8371 8372 8373 8374 8375 8376 8377 8378 8379 8380 8381 8382 8383 8384
                                                        </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
8385
                                <div class="tab-pane" id="sample60">
郭盛 authored
8386 8387
                                    <div class="row">
                                        <div class="col-md-12">
郭盛 authored
8388
                                            <pre id="sample_response60">{
郭盛 authored
8389 8390 8391 8392
        "code": 1,
        "msg": "成功",
        "time": "1571492001",
        }</pre>
郭盛 authored
8393 8394 8395 8396 8397 8398 8399 8400
                                        </div>
                                    </div>
                                </div><!-- #sample -->

                            </div><!-- .tab-content -->
                        </div>
                    </div>
                </div>
郭盛 authored
8401 8402 8403 8404 8405 8406
                            </div>

            <hr>

            <div class="row mt0 footer">
                <div class="col-md-6" align="left">
郭盛 authored
8407
                    Generated on 2020-08-18 18:59:28                </div>
郭盛 authored
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 8480 8481 8482 8483 8484 8485 8486 8487 8488 8489 8490 8491 8492 8493 8494 8495 8496 8497 8498 8499 8500 8501 8502 8503 8504 8505 8506 8507 8508 8509 8510 8511 8512 8513 8514 8515 8516 8517 8518 8519 8520 8521 8522 8523 8524 8525 8526 8527 8528 8529 8530 8531 8532 8533 8534 8535 8536 8537 8538 8539 8540 8541 8542 8543 8544 8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 8555 8556 8557 8558 8559 8560 8561 8562 8563 8564 8565 8566 8567 8568 8569 8570 8571 8572 8573 8574 8575 8576 8577 8578 8579 8580 8581 8582 8583 8584 8585 8586 8587 8588 8589 8590 8591 8592 8593 8594 8595 8596 8597 8598 8599 8600 8601 8602 8603 8604 8605 8606 8607 8608 8609 8610 8611 8612 8613 8614 8615 8616 8617 8618 8619 8620 8621 8622 8623 8624 8625 8626 8627 8628 8629 8630 8631 8632 8633 8634 8635 8636 8637 8638
                <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>