mvc-config.json 37.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776
{
    "defaultActionName": "index",
    "layout": {
        "default-layout": "[none]",
        "detail": "[none]",
        "magazine": "[none]",
        "about": "[none]",
        "error": "[none]"
    },
    "renderOptions": {
        "login": {
            "data": [{
                "one": "one1",
                "two": "two",
                "three": "three"
            }, {
                "one": "one2",
                "two": "two",
                "three": "three"
            }]
        },
        "default": "mvc-config-wangwei/mvc-config-wangwei",
        "default/index_with_nothing": "mvc-config-wangwei/mvc-config-wangwei",
        "default/index_without_advert": "mvc-config-wangwei/mvc-config-wangwei",
        "default/index_without_centerbanner": "mvc-config-wangwei/mvc-config-default-without-center-banner",

        "channel/tags": "mvc-config-wangwei/mvc-config-tag",
        "writer/default": "mvc-config-wangwei/mvc-config-editor",


        "detail": "mvc-config-detail",
        "default/index320": "mvc-config-data",

        "channel/detail": "mvc-config-detail",
        "search": "mvc-config-wangwei/mvc-config-search",

        "channel/magazine": "mvc-config-magazine",
        "channel/fashion": "mvc-config-wangwei/mvc-config-fashion",
        "channel/fashion/index_with_nothing": "mvc-config-wangwei/mvc-config-fashion-nothing",
        "channel/fashion/index_without_advert": "mvc-config-wangwei/mvc-config-fashion-no-advert",
        "channel/fashion/index_without_centerbanner": "mvc-config-wangwei/mvc-config-fashion",
        "channel/sports": "mvc-config-wangwei/mvc-config-sports",
        "channel/beauty": "mvc-config-wangwei/mvc-config-beauty",
        "channel/lifestyle": "mvc-config-wangwei/mvc-config-lifestyle",
        "channel/video": "mvc-config-wangwei/mvc-config-video",

        "default/index320": "mvc-config-index320",
        "channel/magazine/index320": "mvc-config-magazine320",
        "channel/video/index320": "mvc-config-video320",
        "writer/default/index320": "mvc-config-writer320",
        "channel/tags/index320": "mvc-config-tags320",
        "search/index320": "mvc-config-search320",
        "channel/fashion/index320": "mvc-config-fashion320",
        "channel/beauty/index320": "mvc-config-beauty320",
        "channel/sports/index320": "mvc-config-sport320",
        "channel/lifestyle/index320": "mvc-config-lifestyle320",
        "channel/detail/index320": "mvc-config-detail320",

        "channel/about": "mvc-config-about",
        "channel/about/index": "mvc-config-about",
        "channel/about/contactus": "mvc-config-about",
        "channel/about/feedback": "mvc-config-about",
        "channel/about/links": "mvc-config-about",
        "channel/about/privacy": "mvc-config-about",
        "channel/about/servers": "mvc-config-about",
        "channel/about/links320": "mvc-config-links320"

    },
    "ajax": {
        "default/default/getnewest": "",
        "todolist/getlist": ["这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list", "这是我的list"],
        "todolist/getlist2": {
            "ajaxRepeat": 3,
            "ajaxData": {
                "one": "one",
                "two": "two",
                "three": "three"
            }
        },
        "getMenu": {
            "status": true,
            "code": 200,
            "data": {
                "fashion": [{
                    "title": "测试添加热播资讯",
                    "subtitle": "热播资讯添加",
                    "cover": "http://img01.yohoboys.com/contentimg/2015/02/26/17/0128539fea8836d625986d3a75f5b7bb6e.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1295-0-0.html"
                }, {
                    "title": "再次发布一条新资讯",
                    "subtitle": "测试发布资讯",
                    "cover": "http://img01.yohoboys.com/contentimg/2015/02/26/17/01ae44f5d73cbc9038aed9c3aa0484608b.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1296-0-0.html"
                }, {
                    "title": "测试封面图片添加测试封面图片添加",
                    "subtitle": "测试封面测试封面测试封面测试封面测试封面测试封面测试封面测试封面测试封面测试封面测试封面测试封面",
                    "cover": "http://img01.yohoboys.com/contentimg/2015/02/11/16/01bc844da0e5c12e77cfe17e82e4d35435.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1291-0-0.html"
                }],
                "sports": [{
                    "title": "The City Is My Gym",
                    "subtitle": "哪里都是运动场",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/03/04/19/02be6f848df69f86f7826b0b39bf3a5ca8.gif",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1300-0-0.html"
                }, {
                    "title": "The City Is My Gym",
                    "subtitle": "哪里都是运动场",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/03/04/19/02be6f848df69f86f7826b0b39bf3a5ca8.gif",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1299-0-0.html"
                }, {
                    "title": "The City Is My Gym",
                    "subtitle": "哪里都是运动场",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/03/04/19/02be6f848df69f86f7826b0b39bf3a5ca8.gif",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1298-0-0.html"
                }],
                "lifestyle": [{
                    "title": "大发现!这些健身说法竟是错误的!",
                    "subtitle": "",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/01/20/19/02d4bc9eb51f283c241a4ed2c8b9c87830.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1276-0-0.html"
                }, {
                    "title": "以羊毛素材作基调",
                    "subtitle": "mita sneakers x Reebok Pump Fury OG",
                    "cover": "http://img01.yohoboys.com/contentimg/2015/02/06/15/0152cac7e3e902bd054f7faa23e9ab6d9e.jpg",
                    "isVideo": false,
                    "link": "http://newboys.test.yoho.cn/news/index-1283-0-0.html"
                }, {
                    "title": "What is Magic?",
                    "subtitle": "大魔术师之全方位小魔术教室",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/01/15/16/0257ce083d90947f2437b2661deb9361d7.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1274-0-0.html"
                }],
                "video": [{
                    "title": "今天内购阿",
                    "subtitle": "好便宜阿",
                    "cover": "http://img01.yohoboys.com/contentimg/2015/02/11/11/0123d60298c6cbd2acccaf5b6642dfdbbd.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1287-0-0.html"
                }, {
                    "title": "What is Magic?",
                    "subtitle": "大魔术师之全方位小魔术教室",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/01/15/16/0257ce083d90947f2437b2661deb9361d7.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1274-0-0.html"
                }, {
                    "title": "WWM With William Chan",
                    "subtitle": "",
                    "cover": "http://img02.yohoboys.com/contentimg/2015/01/12/14/0265c2709b7293f006fbc5e62f6d4cbf05.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1271-0-0.html"
                }],
                "video-viral": [{
                    "title": "如何轻松恢复弯曲的iPhone 6",
                    "subtitle": "",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/11/02/15/01671057000a2470181b959df4231fc294.png?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1190-0-0.html"
                }, {
                    "title": "1000帧冲浪短片诞生",
                    "subtitle": "",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/11/02/15/01e556b0b653ba673383be321644d30709.png?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1189-0-0.html"
                }, {
                    "title": "一颗篮球穿越24部电影",
                    "subtitle": "超人蝙蝠侠周星驰变配角",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/10/16/10/01073ae4c845987ccaf2c1e962934077b1.png?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1160-0-0.html"
                }],
                "video-people": [{
                    "title": "Meet...Nasir Mazhar",
                    "subtitle": "",
                    "cover": "http://img02.yohoboys.com/contentimg/2014/12/30/13/02109a025efaf3d5f12e7c890508391bdb.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1261-0-0.html"
                }, {
                    "title": "Meet...Shawn Yue",
                    "subtitle": "",
                    "cover": "http://img02.yohoboys.com/contentimg/2014/12/12/09/0230069fae4beb407791c3b20d2c30a6aa.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1241-0-0.html"
                }, {
                    "title": "Meet…上官喆",
                    "subtitle": "",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/11/28/09/01d4476bc49f85b0122ae11ed4b2f99167.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1220-0-0.html"
                }],
                "video-ahum": [{
                    "title": "Ah’um",
                    "subtitle": "Hermes",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/08/06/16/018c507b7ec9c7eb5ba1296b24f929b646.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-734-0-0.html"
                }, {
                    "title": "Ah’um",
                    "subtitle": "Givenchy",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/08/02/08/0155f57900099b901500cf9b9cdbb0a6c8.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-684-0-0.html"
                }, {
                    "title": "Ah’um",
                    "subtitle": "Carven",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/07/29/07/017e765c9cb425cf44292f860c323518f8.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-634-0-0.html"
                }],
                "video-playboy": [{
                    "title": "Playboy",
                    "subtitle": "Jasmine ",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/08/31/11/01fcb2785f7bbdb3c3cca432b4f78302d2.png?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1070-0-0.html"
                }, {
                    "title": "Playboy ",
                    "subtitle": "Wing Yu ",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/08/16/15/01b039d388470c686f52291a1f552f9472.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-845-0-0.html"
                }, {
                    "title": "Playboy",
                    "subtitle": "王幼宣",
                    "cover": "http://img02.yohoboys.com/contentimg/2014/08/01/14/0287cbeed8c4095053138f51de68527da2.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-676-0-0.html"
                }],
                "video-sneakerfile": [{
                    "title": "Sneaker file 90",
                    "subtitle": "邵帅",
                    "cover": "http://img02.yohoboys.com/contentimg/2014/11/27/15/0227d2fba364b42246fd4aaafaa9ec45ff.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1219-0-0.html"
                }, {
                    "title": "Sneaker File 60",
                    "subtitle": "Han",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/10/30/16/01cf68a3e04a8802c1b3ddaeca9e5e4f35.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1185-0-0.html"
                }, {
                    "title": "Sneaker File 45",
                    "subtitle": "山田一德",
                    "cover": "http://img01.yohoboys.com/contentimg/2014/09/01/21/01b9e9c997b175c0b7a71e2531e84128e9.jpg?imageMogr2/thumbnail/!0342x0218r/crop/0342x0218",
                    "isVideo": true,
                    "link": "http://newboys.test.yoho.cn/news/index-1098-0-0.html"
                }]
            },
            "message": ""
        },
        "comment/default/list": {
            "status": true,
            "code": 200,
            "data": {
                "comment": [{
                    "username": "YOHO_9d5477",
                    "userimg": "http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
                    "type": "",
                    "partnerType": "yoho",
                    "isSelf": true,
                    "content": "22",
                    "id": "2116"
                }, {
                    "username": "YOHO_9d5477",
                    "userimg": "http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
                    "type": "",
                    "partnerType": "yoho",
                    "isSelf": true,
                    "content": "33",
                    "id": "2115"
                }, {
                    "username": "YOHO_9d5477",
                    "userimg": "http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
                    "type": "",
                    "partnerType": "yoho",
                    "isSelf": true,
                    "content": "22",
                    "id": "2116"
                }, {
                    "username": "YOHO_9d5477",
                    "userimg": "http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
                    "type": "",
                    "partnerType": "yoho",
                    "isSelf": true,
                    "content": "22",
                    "id": "2116"
                }, {
                    "username": "YOHO_9d5477",
                    "userimg": "http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
                    "type": "",
                    "partnerType": "yoho",
                    "isSelf": true,
                    "content": "22",
                    "id": "2116"
                }, {
                    "username": "YOHO_9d5477",
                    "userimg": "http:\/\/rescdn.yohoboys.com\/res\/new\/boys\/images\/detail\/user-img120.png",
                    "type": "",
                    "partnerType": "yoho",
                    "isSelf": true,
                    "content": "22",
                    "id": "2116"
                }],
                "total": "12",
                "page": "<a class='pager-item pager-item-choosen'>1</a><a class='pager-item' href='http://www.yohoboys.com/comment/default/list/id/4242/page/2'>2</a><a class='pager-item' href='http://www.yohoboys.com/comment/default/list/id/4242/page/2'>></a>"
            },
            "message": ""
        },
        "comment/default/publish": {
            "status": true,
            "code": "200",
            "data": {
                "content": "11",
                "userimg": "http://rescdn.yohoboys.com/res/new/boys/images/detail/user-img120.png",
                "id": "2143",
                "isSelf": true,
                "username": "YOHO_9d5477",
                "type": "&#xe65c;",
                "partnerType": "yoho"
            },
            "message": ""
        },
        "channel/magazine/ezine": {
            "status": true,
            "code": 200,
            "data": [{
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "1",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }, {
                "id": "551b625863df0",
                "title": "YOHO! BOY",
                "description": "YOHO! BOY",
                "releaseDate": "2015.04.02",
                "magazineType": "2",
                "deviceType": "4",
                "journal": "95",
                "size": 24,
                "idfsize": 27,
                "bytes": "24718080",
                "idfbytes": "28011376",
                "cover": "http:\/\/yohoezine.qiniudn.com\/cover\/2015\/04\/cover_1427858008.jpg",
                "bestVersion": "1",
                "flag": "0"
            }],
            "message": ""
        },
        "channel/detail/getright": {
            "status": true,
            "code": 200,
            "data": {
                "banners": [{
                    "img": "http:\/\/img01.yohoboys.com\/staticimg\/2015\/04\/24\/09\/01c72ddb870d0141c606d0fb5dc239300d.jpg?imageMogr2\/thumbnail\/!0288x0217r\/crop\/0288x0217",
                    "link": "http:\/\/www.yohoboys.com\/go?url=http%3A%2F%2Fnew.yohoboys.com%2Fnews%2Findex-4269-0-0.html"
                }],
                "video": {
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4337-101002-0.html",
                    "title": "\u897f\u88c5\u6362\u51b2\u6d6a\u8863\u8981\u591a\u4e45\uff1f",
                    "subtitle": "\u522b\u60f3\u4e86\uff0c\u73b0\u5728\u53ef\u4ee5\u76f4\u63a5\u4e0b\u6c34",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/23\/13\/022dffa53dccb9260d857f973135684f3f.png?imageMogr2\/thumbnail\/!0288x0162r\/crop\/0288x0162",
                    "video": "http:\/\/video.yohoboys.com\/2015\/4\/23\/13\/video1429768598558506.mp4",
                    "language": "1"
                },
                "mosts": [{
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4301-0-0.html",
                    "title": "\u4ee5\u9632\u5f39\u80cc\u5fc3\u91cc\u886c\u4f5c\u7d20\u6750",
                    "subtitle": "Reebok Insta Pump Fury ",
                    "isVideo": false,
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/20\/13\/0251fb29e3dee353cfd8b9a38bedd37887.gif"
                }, {
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4289-0-0.html",
                    "title": "\u8054\u540d\u518d\u5ea6\u6765\u88ad",
                    "subtitle": "Stussy x mastermind JAPAN x Loopwheeler",
                    "isVideo": false,
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/18\/18\/02bf0b099ef05eedeeaf496bc6414d795d.gif"
                }, {
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4306-0-0.html",
                    "title": "10\u5927Undercover\u5f85\u671b\u4e4b\u590d\u6d3b\u4f5c",
                    "subtitle": "",
                    "isVideo": false,
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/20\/18\/02a1668cdf33f0dc99320d7ca2d5a9b87c.jpg"
                }, {
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4277-0-0.html",
                    "title": "MY HISTORY ",
                    "subtitle": "\u65e5\u672c\u6700\u5f3a\u786c\u6d3e\u9020\u578b\u5e08\u5317\u539f\u54f2\u592b\u72ec\u5bb6\u4e13\u8bbf",
                    "isVideo": false,
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/17\/09\/027c76d1a1a4eacfbea370fef01923680d.jpg"
                }, {
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4311-0-0.html",
                    "title": "Hello Tiny Times",
                    "subtitle": "\u97f3\u4e50\u5267\u300a\u5c0f\u65f6\u4ee3\u300b\u7387\u5148\u542c\uff01",
                    "isVideo": true,
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/21\/11\/02a7ce5109f959fe75b90abe824eebe5b8.jpg"
                }]
            },
            "message": ""
        },
        "channel/detail/getbottom": {
            "status": true,
            "code": 200,
            "data": {
                "attitude": {
                    "userWow": 0,
                    "userZzz": 0,
                    "userWtf": 1,
                    "wowCount": 1,
                    "zzzCount": 0,
                    "wtfCount": 3
                },
                "commentnum": "1",
                "prevnext": {
                    "prev": [],
                    "next": {
                        "title": "\u57ce\u5e02\u8272\u5f69\u653b\u7565",
                        "link": "http:\/\/www.yohoboys.com\/news\/index-4334-101002-0.html"
                    }
                },
                "related": [{
                    "title": "\u54c4\u62a2\u53ea\u662f\u65f6\u95f4\u95ee\u9898",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4025-0-0.html",
                    "subtitle": "Bape x Asics\u9996\u6b21\u8054\u540d\u66dd\u5149",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/03\/28\/16\/02510c1dfff690efcea53d777c64f40c94.gif",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "Manhattn\u2019s",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-2247-0-0.html",
                    "subtitle": "\u7ebd\u7ea6\u5fc5\u5c1d\u6c49\u5821",
                    "cover": "http:\/\/img01.yohoboys.com\/contentimg\/2014\/11\/27\/17\/01aa37527d9897e8130c97964a5d22bc64.gif?imageMogr2\/thumbnail\/!0310x0198r\/crop\/0310x0198\/format\/jpg",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "MUJI New York Times Square Store",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-2204-0-0.html",
                    "subtitle": "\u5e26\u8fdb\u7ebd\u7ea6\u7684\u65e5\u672c\u5473\u9053",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2014\/11\/24\/20\/02989f04128aeba488a511d98febfcd1e9.gif?imageMogr2\/thumbnail\/!0310x0198r\/crop\/0310x0198\/format\/jpg",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "New York Light",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-2653-0-0.html",
                    "subtitle": "\u7ebd\u7ea6\u516c\u5171\u827a\u672f\u88c5\u7f6e",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2014\/12\/27\/16\/023e08e54044d0f2a3a69ab980b84dc779.jpg?imageMogr2\/thumbnail\/!0310x0198r\/crop\/0310x0198",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "Authentix",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-2654-0-0.html",
                    "subtitle": "\u6d1b\u6749\u77f6\u7403\u978b\u5e97\u94fa",
                    "cover": "http:\/\/img01.yohoboys.com\/contentimg\/2014\/12\/27\/16\/01f950ad839bc1dc7f488c29c38fac3cf9.jpg?imageMogr2\/thumbnail\/!0310x0198r\/crop\/0310x0198",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "Aime Leon Dore x Kith",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-2751-0-0.html",
                    "subtitle": "\u751f\u4e3a\u7ebd\u7ea6\u9b42",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/02\/27\/09\/02532c1d5ac12af9c5829173151198cebb.jpg",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "\u8fd9\u4e2a\u73a9\u7b11\u5f00\u5f97\u65f6\u95f4\u592a\u957f\u4e86",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4341-0-0.html",
                    "subtitle": "Bape x adidas Yeezy Boost",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/23\/18\/02bd34d91f53894524d45b46a71fa2f38d.gif",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "\u602a\u8bde\u914d\u8272\u66ff\u4ee3\u7fc5\u8180",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4340-0-0.html",
                    "subtitle": "Jeremy Scott x adidas Originals",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/23\/18\/026e687d9a5b675a765a4b44d98e92dfd2.gif",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }, {
                    "title": "\u57ce\u5e02\u8272\u5f69\u653b\u7565",
                    "link": "http:\/\/www.yohoboys.com\/news\/index-4334-0-0.html",
                    "subtitle": "New Balance MRT 580",
                    "cover": "http:\/\/img02.yohoboys.com\/contentimg\/2015\/04\/17\/16\/02713797b9741bc0d7d25a62dc9b1d9ab2.gif?imageMogr2\/thumbnail\/!0310x0198r\/crop\/0310x0198\/format\/jpg",
                    "isVideo": false,
                    "hasArrow": {
                        "channel": "fashion"
                    }
                }]
            },
            "message": ""
        },
        "passport/partner/yoho": {
            "status": true,
            "code": 200,
            "data": {
                "nick": "YOHO_9d5477",
                "partner": [],
                "icon": "&#xe65c;",
                "type": "yoho"
            },
            "message": ""
        }



    }
}