在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → PHP微信服务平台源代码

PHP微信服务平台源代码

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:28.58M
  • 下载次数:5
  • 浏览次数:25
  • 发布时间:2023-11-26
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: php 源代码 代码 hp 服务

实例介绍

【实例简介】PHP微信服务平台源代码
乐享微信源码 ,生意宝微信源码 ,微俱聚微信源码 ,微加加微信源码, 微信公众账号开发, 微信二次开发 ,微信接口开发, 微信托管服务, 微信营销 ,微信公众平台接口开发。

【实例截图】

from clipboard

【核心代码】

.
├── PHP微信服务平台源代码.zip
└── 微信多功能营销服务平台源码
    ├── Common
    ├── Core
    │   ├── Common
    │   │   ├── common.php
    │   │   ├── functions.php
    │   │   └── runtime.php
    │   ├── Conf
    │   │   ├── alias.php
    │   │   ├── convention.php
    │   │   ├── debug.php
    │   │   └── tags.php
    │   ├── Extend
    │   │   └── Vendor
    │   │       ├── Pscws
    │   │       │   ├── Pscws4.class.php
    │   │       │   └── xdb_r.class.php
    │   │       └── Ucenter
    │   │           ├── Controller
    │   │           │   ├── AvatarFlashUpload.php
    │   │           │   └── Base.php
    │   │           ├── Inter
    │   │           │   └── Error.php
    │   │           ├── common.php
    │   │           └── config.php
    │   ├── Lang
    │   │   └── zh-cn.php
    │   ├── Lib
    │   │   ├── Behavior
    │   │   │   ├── CheckRouteBehavior.class.php
    │   │   │   ├── ContentReplaceBehavior.class.php
    │   │   │   ├── LocationTemplateBehavior.class.php
    │   │   │   ├── ParseTemplateBehavior.class.php
    │   │   │   ├── ReadHtmlCacheBehavior.class.php
    │   │   │   ├── ShowPageTraceBehavior.class.php
    │   │   │   ├── ShowRuntimeBehavior.class.php
    │   │   │   ├── TokenBuildBehavior.class.php
    │   │   │   └── WriteHtmlCacheBehavior.class.php
    │   │   ├── Core
    │   │   │   ├── Action.class.php
    │   │   │   ├── App.class.php
    │   │   │   ├── Behavior.class.php
    │   │   │   ├── Cache.class.php
    │   │   │   ├── Db.class.php
    │   │   │   ├── Dispatcher.class.php
    │   │   │   ├── Fehavioer.class .php
    │   │   │   ├── Log.class.php
    │   │   │   ├── Model.class.php
    │   │   │   ├── Think.class.php
    │   │   │   ├── ThinkException.class.php
    │   │   │   ├── View.class.php
    │   │   │   └── Widget.class.php
    │   │   ├── Driver
    │   │   │   ├── Cache
    │   │   │   │   └── CacheFile.class.php
    │   │   │   ├── Db
    │   │   │   │   ├── DbMysql.class.php
    │   │   │   │   └── DbMysqli.class.php
    │   │   │   └── TagLib
    │   │   │       └── TagLibCx.class.php
    │   │   └── Template
    │   │       ├── TagLib.class.php
    │   │       └── ThinkTemplate.class.php
    │   ├── Tpl
    │   │   ├── default_index.tpl
    │   │   ├── dispatch_jump.tpl
    │   │   ├── page_trace.tpl
    │   │   ├── think_exception.tpl
    │   │   └── think_exception2.tpl
    │   └── viicms.php
    ├── Lang
    ├── Lib
    │   ├── Action
    │   │   ├── Admin
    │   │   │   ├── AdminAction.class.php
    │   │   │   ├── ArticleAction.class.php
    │   │   │   ├── CaseAction.class.php
    │   │   │   ├── CustomAction.class.php
    │   │   │   ├── EditorAction.class.php
    │   │   │   ├── FunctionAction.class.php
    │   │   │   ├── GroupAction.class.php
    │   │   │   ├── IndexAction.class.php
    │   │   │   ├── LinksAction.class.php
    │   │   │   ├── NodeAction.class.php
    │   │   │   ├── RecordsAction.class.php
    │   │   │   ├── SiteAction.class.php
    │   │   │   ├── SystemAction.class.php
    │   │   │   ├── TextAction.class.php
    │   │   │   ├── TokenAction.class.php
    │   │   │   ├── UserAction.class.php
    │   │   │   ├── User_groupAction.class.php
    │   │   │   ├── UsersAction.class.php
    │   │   │   └── WxfcAction.class.php
    │   │   ├── BackAction.class.php
    │   │   ├── BaseAction.class.php
    │   │   ├── Home
    │   │   │   ├── AdmaAction.class.php
    │   │   │   ├── IndexAction.class.php
    │   │   │   ├── PublicAction.class.php
    │   │   │   ├── SnsAction.class.php
    │   │   │   ├── TAction.class.php
    │   │   │   ├── UsersAction.class.php
    │   │   │   └── WeixinAction.class.php
    │   │   ├── User
    │   │   │   ├── AdmaAction.class.php
    │   │   │   ├── AlipayAction.class.php
    │   │   │   ├── ApiAction.class.php
    │   │   │   ├── AreplyAction.class.php
    │   │   │   ├── ClassifyAction.class.php
    │   │   │   ├── CouponAction.class.php
    │   │   │   ├── DiymenAction.class.php
    │   │   │   ├── FlashAction.class.php
    │   │   │   ├── FunctionAction.class.php
    │   │   │   ├── GuajiangAction.class.php
    │   │   │   ├── HomeAction.class.php
    │   │   │   ├── ImgAction.class.php
    │   │   │   ├── IndexAction.class.php
    │   │   │   ├── LotteryAction.class.php
    │   │   │   ├── MemberAction.class.php
    │   │   │   ├── Member_cardAction.class.php
    │   │   │   ├── OrderingAction.class.php
    │   │   │   ├── PhotoAction.class.php
    │   │   │   ├── QuestionAction.class.php
    │   │   │   ├── TaobaoAction.class.php
    │   │   │   ├── TextAction.class.php
    │   │   │   ├── TmplsAction.class.php
    │   │   │   ├── Token_openAction.class.php
    │   │   │   ├── VoiceresponseAction.class.php
    │   │   │   └── VoteAction.class.php
    │   │   ├── UserAction.class.php
    │   │   └── Wap
    │   │       ├── CardAction.class.php
    │   │       ├── CouponAction.class.php
    │   │       ├── GuajiangAction.class.php
    │   │       ├── IndexAction.class.php
    │   │       ├── LotteryAction.class.php
    │   │       ├── PhotoAction.class.php
    │   │       ├── SignscoreAction.class.php
    │   │       └── UserinfoAction.class.php
    │   ├── Behavior
    │   ├── Model
    │   │   ├── AccessModel.class.php
    │   │   ├── AreplyModel.class.php
    │   │   ├── ArticleModel.class.php
    │   │   ├── CaseModel.class.php
    │   │   ├── ClassifyModel.class.php
    │   │   ├── FlashModel.class.php
    │   │   ├── ImgModel.class.php
    │   │   ├── LinksModel.class.php
    │   │   ├── NodeModel.class.php
    │   │   ├── RoleModel.class.php
    │   │   ├── TextModel.class.php
    │   │   ├── User
    │   │   │   ├── AdmaModel.class.php
    │   │   │   ├── ApiModel.class.php
    │   │   │   ├── CouponModel.class.php
    │   │   │   ├── Diymen_classModel.class.php
    │   │   │   ├── GuajiangModel.class.php
    │   │   │   ├── HomeModel.class.php
    │   │   │   ├── LotteryModel.class.php
    │   │   │   ├── Member_card_contactModel.class.php
    │   │   │   ├── Member_card_couponModel.class.php
    │   │   │   ├── Member_card_exchangeModel.class.php
    │   │   │   ├── Member_card_integralModel.class.php
    │   │   │   ├── Member_card_setModel.class.php
    │   │   │   ├── Member_card_vipModel.class.php
    │   │   │   ├── Order_setModel.class.php
    │   │   │   ├── Ordering_classModel.class.php
    │   │   │   ├── PhotoModel.class.php
    │   │   │   └── Photo_listModel.class.php
    │   │   ├── UserModel.class.php
    │   │   ├── User_groupModel.class.php
    │   │   ├── UsersModel.class.php
    │   │   ├── VoiceresponseModel.class.php
    │   │   └── WxuserModel.class.php
    │   ├── ORG
    │   │   ├── Alipay
    │   │   │   ├── AlipayNotify.class.php
    │   │   │   ├── AlipaySubmit.class.php
    │   │   │   ├── alipay_core.function.php
    │   │   │   ├── alipay_md5.function.php
    │   │   │   └── cacert.pem
    │   │   ├── Express.class.php
    │   │   ├── GetPin.class.php
    │   │   ├── Http.class.php
    │   │   ├── Image.class.php
    │   │   ├── Input.class.php
    │   │   ├── IpLocation.class.php
    │   │   ├── Map.class.php
    │   │   ├── Page.class.php
    │   │   ├── RBAC.class.php
    │   │   ├── Smtp.class.php
    │   │   ├── String.class.php
    │   │   ├── Tree.class.php
    │   │   ├── UploadFile.class.php
    │   │   ├── Wechat.class.php
    │   │   ├── Whre.class.php
    │   │   ├── Yicms_Page.class.php
    │   │   └── getYu.class.php
    │   └── Widget
    ├── admin.php
    ├── config
    │   ├── Admin
    │   │   └── config.php
    │   ├── Home
    │   │   └── config.php
    │   ├── User
    │   │   └── config.php
    │   ├── Wap
    │   │   └── config.php
    │   ├── alipay.php
    │   ├── app.php
    │   ├── cache.php
    │   ├── config.php
    │   ├── db.php
    │   ├── email.php
    │   ├── etc
    │   │   ├── dict.utf8.xdb
    │   │   ├── rules.ini
    │   │   ├── rules.utf8.ini
    │   │   └── rules_cht.utf8.ini
    │   ├── images
    │   │   ├── error.png
    │   │   ├── msg_top_bg.png
    │   │   └── success.png
    │   ├── info.php
    │   ├── route.php
    │   ├── safe.php
    │   ├── suanming.php
    │   └── upfile.php
    ├── ewm2.jpg
    ├── images
    │   ├── css
    │   │   ├── qqserver.css
    │   │   └── qqserver.js
    │   └── img
    ├── index.php
    ├── logs
    ├── map.php
    ├── tpl
    │   ├── Admin
    │   │   ├── Admin
    │   │   │   └── index.html
    │   │   ├── Article
    │   │   │   ├── Article_add.html
    │   │   │   ├── add.html
    │   │   │   ├── edit.html
    │   │   │   └── index.html
    │   │   ├── Case
    │   │   │   ├── add.html
    │   │   │   └── index.html
    │   │   ├── Custom
    │   │   │   ├── Article_add.html
    │   │   │   ├── add.html
    │   │   │   ├── edit.html
    │   │   │   └── index.html
    │   │   ├── Function
    │   │   │   ├── add.html
    │   │   │   └── index.html
    │   │   ├── Group
    │   │   │   ├── access.html
    │   │   │   ├── add.html
    │   │   │   ├── edit.html
    │   │   │   └── index.html
    │   │   ├── Links
    │   │   │   ├── add.html
    │   │   │   └── index.html
    │   │   ├── Node
    │   │   │   ├── add.html
    │   │   │   ├── edit.html
    │   │   │   └── index.html
    │   │   ├── Records
    │   │   │   └── index.html
    │   │   ├── Site
    │   │   │   ├── alipay.html
    │   │   │   ├── email.html
    │   │   │   ├── index.html
    │   │   │   ├── public.html
    │   │   │   ├── safe.html
    │   │   │   └── upfile.html
    │   │   ├── System
    │   │   │   ├── index.html
    │   │   │   ├── main.html
    │   │   │   ├── menu.html
    │   │   │   └── set.html
    │   │   ├── Text
    │   │   │   ├── Article_add.html
    │   │   │   ├── add.html
    │   │   │   ├── edit.html
    │   │   │   └── index.html
    │   │   ├── Token
    │   │   │   ├── add.html
    │   │   │   └── index.html
    │   │   ├── User
    │   │   │   ├── add.html
    │   │   │   └── index.html
    │   │   ├── User_group
    │   │   │   ├── add.html
    │   │   │   ├── edit.html
    │   │   │   └── index.html
    │   │   ├── Users
    │   │   │   ├── add.html
    │   │   │   └── index.html
    │   │   └── common
    │   │       ├── css
    │   │       │   ├── common.css
    │   │       │   ├── page.css
    │   │       │   └── reset.css
    │   │       ├── images
    │   │       │   ├── Thumbs.db
    │   │       │   ├── buttom.png
    │   │       │   ├── edit.jpg
    │   │       │   ├── footbg.png
    │   │       │   ├── footlogo.jpg
    │   │       │   ├── headbg.png
    │   │       │   ├── isub.png
    │   │       │   ├── leftbg.png
    │   │       │   ├── main
    │   │       │   │   ├── Thumbs.db
    │   │       │   │   ├── addnbg.png
    │   │       │   │   ├── addqx.gif
    │   │       │   │   ├── addwz.gif
    │   │       │   │   ├── artbg.png
    │   │       │   │   ├── boxb.png
    │   │       │   │   ├── boxbg.png
    │   │       │   │   ├── gico.gif
    │   │       │   │   ├── gtitle.png
    │   │       │   │   ├── hbline.gif
    │   │       │   │   ├── j.gif
    │   │       │   │   ├── kjico.png
    │   │       │   │   ├── kserico.gif
    │   │       │   │   ├── pageh.png
    │   │       │   │   ├── picup.gif
    │   │       │   │   ├── picxz.gif
    │   │       │   │   ├── rename.gif
    │   │       │   │   └── x.gif
    │   │       │   ├── main.css
    │   │       │   ├── mbox.jpg
    │   │       │   ├── mboxh.jpg
    │   │       │   ├── menuh.png
    │   │       │   ├── set_top.png
    │   │       │   ├── set_top_li.png
    │   │       │   ├── set_top_li_hover.png
    │   │       │   ├── shade.png
    │   │       │   ├── style.css
    │   │       │   ├── tico.png
    │   │       │   ├── topbg.jpg
    │   │       │   └── topnav.gif
    │   │       ├── js
    │   │       │   ├── DD_belatedPNG.js
    │   │       │   └── frame.js
    │   │       ├── login
    │   │       │   ├── A001.jpg
    │   │       │   ├── A001.png
    │   │       │   ├── A002.jpg
    │   │       │   ├── A003.jpg
    │   │       │   ├── Thumbs.db
    │   │       │   ├── bg.jpg
    │   │       │   └── login.css
    │   │       └── public.html
    │   ├── Home
    │   │   ├── new
    │   │   │   └── common
    │   │   │       └── images
    │   │   │           └── ewm2.jpg
    │   │   └── viicms
    │   │       ├── Adma_index.html
    │   │       ├── Index_about.html
    │   │       ├── Index_common.html
    │   │       ├── Index_fc.html
    │   │       ├── Index_help.html
    │   │       ├── Index_index.html
    │   │       ├── Index_login.html
    │   │       ├── Index_price.html
    │   │       ├── Index_reg.html
    │   │       ├── Public_footer.html
    │   │       ├── Public_header.html
    │   │       └── common
    │   │           ├── css
    │   │           │   ├── ie6.css
    │   │           │   ├── img
    │   │           │   │   ├── bnar.jpg
    │   │           │   │   ├── body-bg.gif
    │   │           │   │   ├── c.png
    │   │           │   │   ├── fwxm_line1.png
    │   │           │   │   ├── fwxm_line2.png
    │   │           │   │   ├── h2003070126.jpg
    │   │           │   │   ├── h2003070127.jpg
    │   │           │   │   ├── h2003070128.jpg
    │   │           │   │   ├── h2003070129.jpg
    │   │           │   │   ├── h2003070130.jpg
    │   │           │   │   ├── ico_01.jpg
    │   │           │   │   ├── navbg1.gif
    │   │           │   │   ├── navbg2.gif
    │   │           │   │   ├── navhover.gif
    │   │           │   │   ├── navon.gif
    │   │           │   │   ├── top.png
    │   │           │   │   └── yuan-bg.png
    │   │           │   ├── index.css
    │   │           │   ├── style-price.css
    │   │           │   └── style.css
    │   │           ├── images
    │   │           │   ├── 123.jpg
    │   │           │   ├── 184431fjsraaoa3xarozxr.jpg.thumb.jpg
    │   │           │   ├── 2.jpg
    │   │           │   ├── 23-22-33-46-1.jpg
    │   │           │   ├── 33.jpg
    │   │           │   ├── 4.jpg
    │   │           │   ├── 5.jpg
    │   │           │   ├── c1.png
    │   │           │   ├── c2.png
    │   │           │   ├── c3.png
    │   │           │   ├── demo
    │   │           │   │   ├── gn001-2.jpg
    │   │           │   │   ├── gn001.jpg
    │   │           │   │   ├── gn002.jpg
    │   │           │   │   ├── gn003.jpg
    │   │           │   │   ├── gn004.jpg
    │   │           │   │   ├── gn005.jpg
    │   │           │   │   ├── gn006-2.jpg
    │   │           │   │   ├── gn006.jpg
    │   │           │   │   ├── gn007.jpg
    │   │           │   │   ├── gn008-2.jpg
    │   │           │   │   ├── gn008.jpg
    │   │           │   │   ├── gn009-2.jpg
    │   │           │   │   ├── gn009.jpg
    │   │           │   │   ├── gn010-2.jpg
    │   │           │   │   ├── gn010.jpg
    │   │           │   │   ├── gn011.jpg
    │   │           │   │   ├── gn012-2.jpg
    │   │           │   │   ├── gn012.jpg
    │   │           │   │   ├── gn013-2.jpg
    │   │           │   │   ├── gn013.jpg
    │   │           │   │   ├── gn014.jpg
    │   │           │   │   ├── gn015.jpg
    │   │           │   │   ├── gn016.jpg
    │   │           │   │   ├── gn017.jpg
    │   │           │   │   ├── gn018.jpg
    │   │           │   │   ├── gn019.jpg
    │   │           │   │   ├── gn020-2.jpg
    │   │           │   │   ├── gn020.jpg
    │   │           │   │   ├── gn021.jpg
    │   │           │   │   ├── gn022.jpg
    │   │           │   │   ├── gn023.jpg
    │   │           │   │   ├── gn024-2.jpg
    │   │           │   │   ├── gn024.jpg
    │   │           │   │   ├── gn025.jpg
    │   │           │   │   ├── gn026.jpg
    │   │           │   │   ├── gn027.jpg
    │   │           │   │   ├── gn028-2.jpg
    │   │           │   │   ├── gn028.jpg
    │   │           │   │   ├── gn029.jpg
    │   │           │   │   ├── gn030.jpg
    │   │           │   │   ├── gn031.jpg
    │   │           │   │   ├── gn032-2.jpg
    │   │           │   │   ├── gn032.jpg
    │   │           │   │   ├── gn033-2.jpg
    │   │           │   │   ├── gn033.jpg
    │   │           │   │   ├── gn034-2.jpg
    │   │           │   │   ├── gn034.jpg
    │   │           │   │   ├── gn035-2.jpg
    │   │           │   │   ├── gn035.jpg
    │   │           │   │   ├── gn036-2.jpg
    │   │           │   │   ├── gn036.jpg
    │   │           │   │   ├── gn037-2.jpg
    │   │           │   │   ├── gn037.jpg
    │   │           │   │   ├── gn038-2.jpg
    │   │           │   │   ├── gn038.jpg
    │   │           │   │   ├── gn039.jpg
    │   │           │   │   ├── gn040-2.jpg
    │   │           │   │   ├── gn040.jpg
    │   │           │   │   ├── gn041-2.jpg
    │   │           │   │   ├── gn041.jpg
    │   │           │   │   ├── gn042-2.jpg
    │   │           │   │   ├── gn042-3.jpg
    │   │           │   │   ├── gn042.jpg
    │   │           │   │   ├── gn043-2.jpg
    │   │           │   │   ├── gn043.jpg
    │   │           │   │   ├── gn044.jpg
    │   │           │   │   ├── gn045-10.jpg
    │   │           │   │   ├── gn045-2.jpg
    │   │           │   │   ├── gn045-3.jpg
    │   │           │   │   ├── gn045-4.jpg
    │   │           │   │   ├── gn045-5.jpg
    │   │           │   │   ├── gn045-6.jpg
    │   │           │   │   ├── gn045-7.jpg
    │   │           │   │   ├── gn045-8.jpg
    │   │           │   │   ├── gn045-9.jpg
    │   │           │   │   ├── gn045.jpg
    │   │           │   │   └── gn046.jpg
    │   │           │   ├── dl.png
    │   │           │   ├── gn039-2.jpg
    │   │           │   ├── gn040-2.jpg
    │   │           │   ├── gn040.jpg
    │   │           │   ├── img
    │   │           │   │   ├── checkbox.gif
    │   │           │   │   ├── error.gif
    │   │           │   │   └── icon_new.gif
    │   │           │   ├── l1.png
    │   │           │   ├── l2.png
    │   │           │   ├── l3.png
    │   │           │   ├── l4.png
    │   │           │   ├── l5.png
    │   │           │   ├── l6.png
    │   │           │   ├── logo-viicms.png
    │   │           │   ├── logo.gif
    │   │           │   ├── logo.png
    │   │           │   ├── price_help.png
    │   │           │   ├── s-quanfa-01.png
    │   │           │   ├── s-weiwangzhan-01.png
    │   │           │   ├── s-yijian-01.png
    │   │           │   ├── xmft_pic1.jpg
    │   │           │   ├── xmft_pic2.jpg
    │   │           │   ├── xmft_pic3.jpg
    │   │           │   ├── xmft_pic4.jpg
    │   │           │   ├── xmft_pic5.jpg
    │   │           │   └── zc.png
    │   │           └── js
    │   │               ├── common.js
    │   │               ├── config.js
    │   │               ├── jquery.js
    │   │               ├── jquery.lazyload.js
    │   │               ├── lang.js
    │   │               └── page.js
    │   ├── User
    │   │   └── default
    │   │       ├── Adma_index.html
    │   │       ├── Alipay_index.html
    │   │       ├── Api_index.html
    │   │       ├── Areply_index.html
    │   │       ├── Classify_add.html
    │   │       ├── Classify_edit.html
    │   │       ├── Classify_index.html
    │   │       ├── Coupon_add.html
    │   │       ├── Coupon_index.html
    │   │       ├── Coupon_sn.html
    │   │       ├── Diymen_class_add.html
    │   │       ├── Diymen_class_edit.html
    │   │       ├── Diymen_index.html
    │   │       ├── Flash_add.html
    │   │       ├── Flash_edit.html
    │   │       ├── Flash_index.html
    │   │       ├── Function_index.html
    │   │       ├── Guajiang_add.html
    │   │       ├── Guajiang_index.html
    │   │       ├── Guajiang_sn.html
    │   │       ├── Home_set.html
    │   │       ├── Img_add.html
    │   │       ├── Img_edit.html
    │   │       ├── Img_index.html
    │   │       ├── Index_add.html
    │   │       ├── Index_edit.html
    │   │       ├── Index_header.html
    │   │       ├── Index_index.html
    │   │       ├── Index_useredit.html
    │   │       ├── Lottery_add.html
    │   │       ├── Lottery_index.html
    │   │       ├── Lottery_sn.html
    │   │       ├── Member_card_coupon.html
    │   │       ├── Member_card_coupon_add.html
    │   │       ├── Member_card_coupon_edit.html
    │   │       ├── Member_card_create.html
    │   │       ├── Member_card_create_add.html
    │   │       ├── Member_card_exchange.html
    │   │       ├── Member_card_getuserinfo.html
    │   │       ├── Member_card_index.html
    │   │       ├── Member_card_info.html
    │   │       ├── Member_card_integral.html
    │   │       ├── Member_card_integral_add.html
    │   │       ├── Member_card_integral_edit.html
    │   │       ├── Member_card_privilege.html
    │   │       ├── Member_card_privilege_add.html
    │   │       ├── Member_card_privilege_edit.html
    │   │       ├── Member_index.html
    │   │       ├── Ordering_class_list.html
    │   │       ├── Ordering_index.html
    │   │       ├── Ordering_set.html
    │   │       ├── Photo_add.html
    │   │       ├── Photo_edit.html
    │   │       ├── Photo_index.html
    │   │       ├── Photo_list_add.html
    │   │       ├── Public_footer.html
    │   │       ├── Public_head.html
    │   │       ├── Public_top.html
    │   │       ├── Question_add.html
    │   │       ├── Question_index.html
    │   │       ├── Taobao_index.html
    │   │       ├── Text_add.html
    │   │       ├── Text_edit.html
    │   │       ├── Text_index.html
    │   │       ├── Tmpls_index.html
    │   │       ├── Voiceresponse_add.html
    │   │       ├── Voiceresponse_edit.html
    │   │       ├── Voiceresponse_index.html
    │   │       ├── Vote_add.html
    │   │       ├── Vote_index.html
    │   │       └── common
    │   │           ├── css
    │   │           │   ├── diymen
    │   │           │   │   ├── bg.png
    │   │           │   │   ├── close.gif
    │   │           │   │   ├── index.html
    │   │           │   │   ├── jqery-min.js
    │   │           │   │   ├── loading.gif
    │   │           │   │   ├── test.html
    │   │           │   │   ├── tipswindown.css
    │   │           │   │   └── tipswindown.js
    │   │           │   ├── index.css
    │   │           │   ├── style.css
    │   │           │   └── style_2_common.css
    │   │           ├── images
    │   │           │   ├── Thumbs.db
    │   │           │   ├── activity-lottery-end.jpg
    │   │           │   ├── activity-lottery-start.jpg
    │   │           │   ├── adma
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── erweima_bg2.png
    │   │           │   │   ├── erweima_bg2_left.png
    │   │           │   │   ├── erweima_bg2_right.png
    │   │           │   │   ├── erweima_footer.png
    │   │           │   │   └── erweimabg.png
    │   │           │   ├── background.png
    │   │           │   ├── card
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── card_bg01.png
    │   │           │   │   ├── card_bg02.png
    │   │           │   │   ├── card_bg03.png
    │   │           │   │   ├── card_bg04.png
    │   │           │   │   ├── card_bg05.png
    │   │           │   │   ├── card_bg06.png
    │   │           │   │   ├── card_bg07.png
    │   │           │   │   ├── card_bg08.png
    │   │           │   │   ├── card_bg09.png
    │   │           │   │   ├── card_bg11.png
    │   │           │   │   ├── card_bg12.png
    │   │           │   │   ├── card_bg13.png
    │   │           │   │   ├── card_bg15.png
    │   │           │   │   ├── card_bg16.png
    │   │           │   │   ├── card_bg17.png
    │   │           │   │   ├── card_bg19.png
    │   │           │   │   ├── card_bg20.png
    │   │           │   │   ├── card_bg21.png
    │   │           │   │   ├── card_bg22.png
    │   │           │   │   └── card_bg23.png
    │   │           │   ├── cart_info
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── addr-2.jpg
    │   │           │   │   ├── addr-3.jpg
    │   │           │   │   ├── addr.jpg
    │   │           │   │   ├── info-2.jpg
    │   │           │   │   ├── info-3.jpg
    │   │           │   │   ├── iphoen手机左上角文字.psd
    │   │           │   │   ├── logo-card.png
    │   │           │   │   ├── news-2.jpg
    │   │           │   │   ├── news-3.jpg
    │   │           │   │   ├── news.jpg
    │   │           │   │   ├── power1.png
    │   │           │   │   ├── power2.png
    │   │           │   │   ├── power3.png
    │   │           │   │   ├── qiandao-2.jpg
    │   │           │   │   ├── qiandao-3.jpg
    │   │           │   │   ├── qiandao-4.png
    │   │           │   │   ├── qiandao.jpg
    │   │           │   │   ├── shopping-2.jpg
    │   │           │   │   ├── shopping-3.jpg
    │   │           │   │   ├── shopping.jpg
    │   │           │   │   ├── template.rar
    │   │           │   │   ├── template2.rar
    │   │           │   │   ├── user-2.jpg
    │   │           │   │   ├── user-3.jpg
    │   │           │   │   ├── user.jpg
    │   │           │   │   ├── vippower-2.jpg
    │   │           │   │   ├── vippower-3.jpg
    │   │           │   │   ├── vippower.jpg
    │   │           │   │   └── 多用户微信营销系统团购原图.psd
    │   │           │   ├── cate1.png
    │   │           │   ├── cate2.png
    │   │           │   ├── cate3.png
    │   │           │   ├── cate4.png
    │   │           │   ├── cate5.png
    │   │           │   ├── cate6.png
    │   │           │   ├── cate7.png
    │   │           │   ├── cate9.png
    │   │           │   ├── chaolianjie.jpg
    │   │           │   ├── export.png
    │   │           │   ├── face
    │   │           │   │   ├── 0.gif
    │   │           │   │   ├── 1.gif
    │   │           │   │   ├── 10.gif
    │   │           │   │   ├── 100.gif
    │   │           │   │   ├── 101.gif
    │   │           │   │   ├── 102.gif
    │   │           │   │   ├── 103.gif
    │   │           │   │   ├── 11.gif
    │   │           │   │   ├── 12.gif
    │   │           │   │   ├── 13.gif
    │   │           │   │   ├── 14.gif
    │   │           │   │   ├── 15.gif
    │   │           │   │   ├── 16.gif
    │   │           │   │   ├── 17.gif
    │   │           │   │   ├── 18.gif
    │   │           │   │   ├── 19.gif
    │   │           │   │   ├── 2.gif
    │   │           │   │   ├── 20.gif
    │   │           │   │   ├── 21.gif
    │   │           │   │   ├── 22.gif
    │   │           │   │   ├── 23.gif
    │   │           │   │   ├── 24.gif
    │   │           │   │   ├── 25.gif
    │   │           │   │   ├── 26.gif
    │   │           │   │   ├── 27.gif
    │   │           │   │   ├── 28.gif
    │   │           │   │   ├── 29.gif
    │   │           │   │   ├── 3.gif
    │   │           │   │   ├── 30.gif
    │   │           │   │   ├── 31.gif
    │   │           │   │   ├── 32.gif
    │   │           │   │   ├── 33.gif
    │   │           │   │   ├── 34.gif
    │   │           │   │   ├── 35.gif
    │   │           │   │   ├── 36.gif
    │   │           │   │   ├── 37.gif
    │   │           │   │   ├── 38.gif
    │   │           │   │   ├── 39.gif
    │   │           │   │   ├── 4.gif
    │   │           │   │   ├── 40.gif
    │   │           │   │   ├── 41.gif
    │   │           │   │   ├── 42.gif
    │   │           │   │   ├── 43.gif
    │   │           │   │   ├── 44.gif
    │   │           │   │   ├── 45.gif
    │   │           │   │   ├── 46.gif
    │   │           │   │   ├── 47.gif
    │   │           │   │   ├── 48.gif
    │   │           │   │   ├── 49.gif
    │   │           │   │   ├── 5.gif
    │   │           │   │   ├── 50.gif
    │   │           │   │   ├── 51.gif
    │   │           │   │   ├── 52.gif
    │   │           │   │   ├── 53.gif
    │   │           │   │   ├── 54.gif
    │   │           │   │   ├── 55.gif
    │   │           │   │   ├── 56.gif
    │   │           │   │   ├── 57.gif
    │   │           │   │   ├── 58.gif
    │   │           │   │   ├── 59.gif
    │   │           │   │   ├── 6.gif
    │   │           │   │   ├── 60.gif
    │   │           │   │   ├── 61.gif
    │   │           │   │   ├── 62.gif
    │   │           │   │   ├── 63.gif
    │   │           │   │   ├── 64.gif
    │   │           │   │   ├── 65.gif
    │   │           │   │   ├── 66.gif
    │   │           │   │   ├── 67.gif
    │   │           │   │   ├── 68.gif
    │   │           │   │   ├── 69.gif
    │   │           │   │   ├── 7.gif
    │   │           │   │   ├── 70.gif
    │   │           │   │   ├── 71.gif
    │   │           │   │   ├── 72.gif
    │   │           │   │   ├── 73.gif
    │   │           │   │   ├── 74.gif
    │   │           │   │   ├── 75.gif
    │   │           │   │   ├── 76.gif
    │   │           │   │   ├── 77.gif
    │   │           │   │   ├── 78.gif
    │   │           │   │   ├── 79.gif
    │   │           │   │   ├── 8.gif
    │   │           │   │   ├── 80.gif
    │   │           │   │   ├── 81.gif
    │   │           │   │   ├── 82.gif
    │   │           │   │   ├── 83.gif
    │   │           │   │   ├── 84.gif
    │   │           │   │   ├── 85.gif
    │   │           │   │   ├── 86.gif
    │   │           │   │   ├── 87.gif
    │   │           │   │   ├── 88.gif
    │   │           │   │   ├── 89.gif
    │   │           │   │   ├── 9.gif
    │   │           │   │   ├── 90.gif
    │   │           │   │   ├── 91.gif
    │   │           │   │   ├── 92.gif
    │   │           │   │   ├── 93.gif
    │   │           │   │   ├── 94.gif
    │   │           │   │   ├── 95.gif
    │   │           │   │   ├── 96.gif
    │   │           │   │   ├── 97.gif
    │   │           │   │   ├── 98.gif
    │   │           │   │   ├── 99.gif
    │   │           │   │   └── Thumbs.db
    │   │           │   ├── feed
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── favorite_b.png
    │   │           │   │   ├── friend_b.png
    │   │           │   │   ├── magic_b.png
    │   │           │   │   ├── medal_b.png
    │   │           │   │   ├── task_b.png
    │   │           │   │   └── thread_b.png
    │   │           │   ├── header.png
    │   │           │   ├── help.png
    │   │           │   ├── img
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── activity-lottery-end.jpg
    │   │           │   │   ├── activity-lottery-start.jpg
    │   │           │   │   ├── activity-lottery.png
    │   │           │   │   ├── activity-scratch-card-end.jpg
    │   │           │   │   ├── activity-scratch-card-start.jpg
    │   │           │   │   ├── activity-scratch-card.png
    │   │           │   │   ├── ad.gif
    │   │           │   │   ├── addwx.png
    │   │           │   │   ├── appinfo_icons.png
    │   │           │   │   ├── arrow.gif
    │   │           │   │   ├── arrow_click.png
    │   │           │   │   ├── arrow_unclick.png
    │   │           │   │   ├── arrwd.gif
    │   │           │   │   ├── arw_l.gif
    │   │           │   │   ├── arw_r.gif
    │   │           │   │   ├── background.png
    │   │           │   │   ├── bg_home.png
    │   │           │   │   ├── bg_home1.png
    │   │           │   │   ├── bg_home2.jpg
    │   │           │   │   ├── bg_repno.gif
    │   │           │   │   ├── biaoqing.png
    │   │           │   │   ├── bs_2_ft.png
    │   │           │   │   ├── bs_2_ft_r.png
    │   │           │   │   ├── bs_2_hd.png
    │   │           │   │   ├── bs_3_ft.png
    │   │           │   │   ├── bs_3_ft_r.png
    │   │           │   │   ├── bs_3_hd.png
    │   │           │   │   ├── bs_4_ft.png
    │   │           │   │   ├── bs_4_ft_r.png
    │   │           │   │   ├── bs_4_hd.png
    │   │           │   │   ├── bs_5_ft.png
    │   │           │   │   ├── bs_5_ft_r.png
    │   │           │   │   ├── bs_5_hd.png
    │   │           │   │   ├── bs_6_ft.png
    │   │           │   │   ├── bs_6_ft_r.png
    │   │           │   │   ├── bs_6_hd.png
    │   │           │   │   ├── bs_7_ft.png
    │   │           │   │   ├── bs_7_ft_r.png
    │   │           │   │   ├── bs_7_hd.png
    │   │           │   │   ├── card_btn.png
    │   │           │   │   ├── check_error.gif
    │   │           │   │   ├── check_right.gif
    │   │           │   │   ├── checkbox.gif
    │   │           │   │   ├── clck.gif
    │   │           │   │   ├── cls.gif
    │   │           │   │   ├── coin_gold.png
    │   │           │   │   ├── connect_qq.gif
    │   │           │   │   ├── dash.gif
    │   │           │   │   ├── data_valid.gif
    │   │           │   │   ├── debatesmall.gif
    │   │           │   │   ├── dot.gif
    │   │           │   │   ├── download.png
    │   │           │   │   ├── download_01.png
    │   │           │   │   ├── download_02.png
    │   │           │   │   ├── editor.gif
    │   │           │   │   ├── error.gif
    │   │           │   │   ├── fav.gif
    │   │           │   │   ├── gb.gif
    │   │           │   │   ├── goldwinning.png
    │   │           │   │   ├── gst.gif
    │   │           │   │   ├── header.png
    │   │           │   │   ├── hot.png
    │   │           │   │   ├── icon_new.gif
    │   │           │   │   ├── info.gif
    │   │           │   │   ├── magic_imgbg.gif
    │   │           │   │   ├── mu.png
    │   │           │   │   ├── mu_bg.png
    │   │           │   │   ├── new-btn-fixed.png
    │   │           │   │   ├── new_pm.gif
    │   │           │   │   ├── newarow.gif
    │   │           │   │   ├── noicon.gif
    │   │           │   │   ├── notice.gif
    │   │           │   │   ├── nv.png
    │   │           │   │   ├── nv_a.png
    │   │           │   │   ├── op.png
    │   │           │   │   ├── oshr.png
    │   │           │   │   ├── p_debate_chart.png
    │   │           │   │   ├── panel-toggle.png
    │   │           │   │   ├── pg_arw.png
    │   │           │   │   ├── pm-bg1.png
    │   │           │   │   ├── pm-bg2.png
    │   │           │   │   ├── pm.png
    │   │           │   │   ├── pn.png
    │   │           │   │   ├── pn_color.png
    │   │           │   │   ├── pollsmall.gif
    │   │           │   │   ├── popupcredit_bg.gif
    │   │           │   │   ├── pt_item.png
    │   │           │   │   ├── px.png
    │   │           │   │   ├── px_e.png
    │   │           │   │   ├── qa.gif
    │   │           │   │   ├── qmenu.png
    │   │           │   │   ├── qqqun.png
    │   │           │   │   ├── qz.gif
    │   │           │   │   ├── radio_iphone.png
    │   │           │   │   ├── radio_iphone0.png
    │   │           │   │   ├── re_unsolved.gif
    │   │           │   │   ├── right.gif
    │   │           │   │   ├── samsung-render.jpg
    │   │           │   │   ├── scrolltop.png
    │   │           │   │   ├── search.png
    │   │           │   │   ├── sortnum.png
    │   │           │   │   ├── style_switch.png
    │   │           │   │   ├── tagleft.gif
    │   │           │   │   ├── tagright.gif
    │   │           │   │   ├── task.gif
    │   │           │   │   ├── thead.png
    │   │           │   │   ├── tip_bottom.png
    │   │           │   │   ├── tip_top.png
    │   │           │   │   ├── title.png
    │   │           │   │   ├── user_online.gif
    │   │           │   │   ├── vip.png
    │   │           │   │   ├── vline.png
    │   │           │   │   ├── vline2.png
    │   │           │   │   ├── xx.gif
    │   │           │   │   ├── xx_hover.gif
    │   │           │   │   └── zhifubao.png
    │   │           │   ├── import.png
    │   │           │   ├── list1.png
    │   │           │   ├── list2.png
    │   │           │   ├── list3.png
    │   │           │   ├── list4.png
    │   │           │   ├── list5.png
    │   │           │   ├── list6.png
    │   │           │   ├── logo-card.png
    │   │           │   ├── music.png
    │   │           │   ├── navhover.gif
    │   │           │   ├── navon.gif
    │   │           │   ├── news1.png
    │   │           │   ├── news2.png
    │   │           │   ├── news3.png
    │   │           │   ├── nv.png
    │   │           │   ├── nv_a.png
    │   │           │   ├── photo
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── bottom.png
    │   │           │   │   ├── mesgIcon.png
    │   │           │   │   └── noneimg.jpg
    │   │           │   ├── pic.png
    │   │           │   ├── price_help.png
    │   │           │   ├── scrolltop.png
    │   │           │   ├── site_qq.jpg
    │   │           │   ├── text.png
    │   │           │   └── top.png
    │   │           └── js
    │   │               ├── Calendar1.js
    │   │               ├── cart
    │   │               │   ├── arrow.gif
    │   │               │   ├── cross.gif
    │   │               │   ├── hs.png
    │   │               │   ├── hv.png
    │   │               │   └── jscolor.js
    │   │               ├── common.js
    │   │               ├── date
    │   │               │   ├── My97DatePicker.htm
    │   │               │   ├── WdatePicker.js
    │   │               │   ├── calendar.js
    │   │               │   ├── config.js
    │   │               │   ├── lang
    │   │               │   │   └── zh-cn.js
    │   │               │   └── skin
    │   │               │       ├── WdatePicker.css
    │   │               │       ├── datePicker.gif
    │   │               │       └── default
    │   │               │           ├── datepicker.css
    │   │               │           └── img.gif
    │   │               └── discuz_tips.js
    │   ├── Wap
    │   │   └── default
    │   │       ├── Card_addr.html
    │   │       ├── Card_get_card.html
    │   │       ├── Card_index.html
    │   │       ├── Card_info.html
    │   │       ├── Card_request.html
    │   │       ├── Card_vip.html
    │   │       ├── Coupon_index.html
    │   │       ├── Guajiang_index.html
    │   │       ├── Index_flash_index.html
    │   │       ├── Index_ktv_content.html
    │   │       ├── Index_ktv_index.html
    │   │       ├── Index_ktv_list.html
    │   │       ├── Index_mr_index.html
    │   │       ├── Index_ty_index.html
    │   │       ├── Index_ty_index2.html
    │   │       ├── Index_yl_content.html
    │   │       ├── Index_yl_list.html
    │   │       ├── Lottery_index.html
    │   │       ├── Photo_index.html
    │   │       ├── Photo_plist.html
    │   │       ├── Signscore_expend.html
    │   │       ├── Signscore_index.html
    │   │       ├── Userinfo_getcard.html
    │   │       ├── Userinfo_index.html
    │   │       └── common
    │   │           ├── css
    │   │           │   ├── Photo
    │   │           │   │   ├── banner.jpg
    │   │           │   │   ├── css
    │   │           │   │   │   ├── img
    │   │           │   │   │   │   ├── Thumbs.db
    │   │           │   │   │   │   ├── bottom.png
    │   │           │   │   │   │   ├── error.gif
    │   │           │   │   │   │   ├── ico-next2.png
    │   │           │   │   │   │   ├── icons.png
    │   │           │   │   │   │   ├── icons@2x.png
    │   │           │   │   │   │   └── loader.gif
    │   │           │   │   │   ├── photo.css
    │   │           │   │   │   └── photoswipe.css
    │   │           │   │   ├── images
    │   │           │   │   │   └── img
    │   │           │   │   └── js
    │   │           │   │       ├── code.photoswipe-3.0.5.min.js
    │   │           │   │       ├── jquery.imagesloaded.js
    │   │           │   │       ├── jquery.min.js
    │   │           │   │       ├── jquery.wookmark.min.js
    │   │           │   │       └── klass.min.js
    │   │           │   ├── card
    │   │           │   │   ├── img
    │   │           │   │   │   ├── Thumbs.db
    │   │           │   │   │   ├── addr.png
    │   │           │   │   │   ├── arrow1.png
    │   │           │   │   │   ├── arrow2.jpg
    │   │           │   │   │   ├── arrow3.png
    │   │           │   │   │   ├── article1.png
    │   │           │   │   │   ├── bk_repeat1_1.jpg
    │   │           │   │   │   ├── bk_repeat1_2.jpg
    │   │           │   │   │   ├── bk_repeat1_3.jpg
    │   │           │   │   │   ├── bk_repeat2.jpg
    │   │           │   │   │   ├── bk_showbtn.jpg
    │   │           │   │   │   ├── bk_square1.jpg
    │   │           │   │   │   ├── bk_square2.jpg
    │   │           │   │   │   ├── bk_square3.jpg
    │   │           │   │   │   ├── bk_store1.jpg
    │   │           │   │   │   ├── bk_store2.png
    │   │           │   │   │   ├── bk_top1_1.jpg
    │   │           │   │   │   ├── bk_veri2.jpg
    │   │           │   │   │   ├── card1.png
    │   │           │   │   │   ├── corner1.png
    │   │           │   │   │   ├── li_dot1.png
    │   │           │   │   │   ├── li_dot2.png
    │   │           │   │   │   ├── li_dot3.png
    │   │           │   │   │   ├── mc_close.png
    │   │           │   │   │   ├── mc_err1.png
    │   │           │   │   │   ├── mc_toggle.png
    │   │           │   │   │   ├── mc_toggle_arrow.png
    │   │           │   │   │   ├── msk1.png
    │   │           │   │   │   ├── posi1.png
    │   │           │   │   │   ├── score_arrow.png
    │   │           │   │   │   ├── show1.jpg
    │   │           │   │   │   ├── show2.jpg
    │   │           │   │   │   ├── tag1.png
    │   │           │   │   │   ├── tag2.png
    │   │           │   │   │   ├── tag3.png
    │   │           │   │   │   ├── tel.png
    │   │           │   │   │   ├── tree.png
    │   │           │   │   │   ├── warn1.png
    │   │           │   │   │   └── wei_card.png
    │   │           │   │   └── wei_webapp_new_v1.0.4.css
    │   │           │   ├── dc
    │   │           │   │   ├── all.css
    │   │           │   │   ├── img
    │   │           │   │   │   ├── 2000
    │   │           │   │   │   ├── Refresh2.png
    │   │           │   │   │   ├── bg.png
    │   │           │   │   │   ├── bg003.jpg
    │   │           │   │   │   ├── bgimg_404.gif
    │   │           │   │   │   ├── bottom.png
    │   │           │   │   │   ├── down1.png
    │   │           │   │   │   ├── down2.png
    │   │           │   │   │   ├── down3.png
    │   │           │   │   │   ├── headbg.png
    │   │           │   │   │   ├── home2.png
    │   │           │   │   │   ├── ico-next.png
    │   │           │   │   │   ├── ico-next2.png
    │   │           │   │   │   ├── index_new_ico.png
    │   │           │   │   │   ├── jiantou.png
    │   │           │   │   │   ├── logo.png
    │   │           │   │   │   ├── menu.png
    │   │           │   │   │   ├── newstop.png
    │   │           │   │   │   ├── pre2.png
    │   │           │   │   │   ├── qifu.png
    │   │           │   │   │   ├── recommend.png
    │   │           │   │   │   ├── top.png
    │   │           │   │   │   └── ttext.png
    │   │           │   │   ├── index_new.css
    │   │           │   │   ├── news.css
    │   │           │   │   └── news2.css
    │   │           │   ├── flash
    │   │           │   │   ├── css
    │   │           │   │   │   ├── img
    │   │           │   │   │   │   ├── 2000
    │   │           │   │   │   │   ├── Refresh2.png
    │   │           │   │   │   │   ├── bg003.jpg
    │   │           │   │   │   │   ├── bottom.png
    │   │           │   │   │   │   ├── headbg.png
    │   │           │   │   │   │   ├── home2.png
    │   │           │   │   │   │   ├── ico-next.png
    │   │           │   │   │   │   ├── ico-next2.png
    │   │           │   │   │   │   ├── jiantou.png
    │   │           │   │   │   │   ├── menu.png
    │   │           │   │   │   │   ├── newstop.png
    │   │           │   │   │   │   ├── plugmenu.png
    │   │           │   │   │   │   ├── pre2.png
    │   │           │   │   │   │   ├── recommend.png
    │   │           │   │   │   │   └── ttext.png
    │   │           │   │   │   ├── news2.css
    │   │           │   │   │   └── plugmenu.css
    │   │           │   │   ├── images
    │   │           │   │   │   ├── IiVRlMiIPT.jpg
    │   │           │   │   │   ├── PNXBxyT5HQ.jpg
    │   │           │   │   │   ├── SLFnZfj2b6.jpg
    │   │           │   │   │   └── img
    │   │           │   │   │       ├── plugmenu1.png
    │   │           │   │   │       ├── plugmenu3.png
    │   │           │   │   │       ├── plugmenu6.png
    │   │           │   │   │       └── plugmenu7.png
    │   │           │   │   └── js
    │   │           │   │       ├── iscroll.js
    │   │           │   │       ├── plugmenu.js
    │   │           │   │       └── zepto.min.js
    │   │           │   ├── guajiang
    │   │           │   │   ├── css
    │   │           │   │   │   └── activity-style.css
    │   │           │   │   ├── images
    │   │           │   │   │   ├── Thumbs.db
    │   │           │   │   │   ├── activity-coupon-end.jpg
    │   │           │   │   │   ├── activity-coupon-null.jpg
    │   │           │   │   │   ├── activity-coupon-start.jpg
    │   │           │   │   │   ├── activity-coupon-win.jpg
    │   │           │   │   │   ├── activity-coupon-winning.jpg
    │   │           │   │   │   ├── activity-lottery-2.png
    │   │           │   │   │   ├── activity-lottery-5.png
    │   │           │   │   │   ├── activity-lottery-bg.png
    │   │           │   │   │   ├── activity-lottery-bg2(2).jpg
    │   │           │   │   │   ├── activity-lottery-bg2.jpg
    │   │           │   │   │   ├── activity-lottery-end.jpg
    │   │           │   │   │   ├── activity-lottery-end2.jpg
    │   │           │   │   │   ├── activity-lottery-start.jpg
    │   │           │   │   │   ├── activity-scratch-card-bannerbg.png
    │   │           │   │   │   ├── activity-scratch-card-bg(2).jpg
    │   │           │   │   │   ├── activity-scratch-card-bg.jpg
    │   │           │   │   │   ├── activity-scratch-card-end2.jpg
    │   │           │   │   │   ├── day.png
    │   │           │   │   │   ├── dzp.jpg
    │   │           │   │   │   ├── ggk.jpg
    │   │           │   │   │   ├── index_01.jpg
    │   │           │   │   │   ├── index_02.jpg
    │   │           │   │   │   ├── index_03.jpg
    │   │           │   │   │   ├── index_04.jpg
    │   │           │   │   │   ├── index_05.jpg
    │   │           │   │   │   ├── index_06.jpg
    │   │           │   │   │   ├── index_07.jpg
    │   │           │   │   │   ├── index_08.jpg
    │   │           │   │   │   ├── index_09.jpg
    │   │           │   │   │   ├── index_10.jpg
    │   │           │   │   │   ├── index_11.jpg
    │   │           │   │   │   ├── spacer.gif
    │   │           │   │   │   ├── title-bg-brown.png
    │   │           │   │   │   ├── title-bg-green.png
    │   │           │   │   │   ├── title-bg-orange.png
    │   │           │   │   │   └── title-bg-red.png
    │   │           │   │   └── js
    │   │           │   │       ├── _meishi_wei_html5_v3.2.9.js
    │   │           │   │       ├── alert.js
    │   │           │   │       ├── auto_complete.js
    │   │           │   │       ├── calendar
    │   │           │   │       │   ├── active-bg.gif
    │   │           │   │       │   ├── calendar.css
    │   │           │   │       │   ├── calendar.js
    │   │           │   │       │   ├── dark-bg.gif
    │   │           │   │       │   ├── hover-bg.gif
    │   │           │   │       │   ├── menuarrow.gif
    │   │           │   │       │   ├── normal-bg.gif
    │   │           │   │       │   ├── rowhover-bg.gif
    │   │           │   │       │   ├── status-bg.gif
    │   │           │   │       │   └── title-bg.gif
    │   │           │   │       ├── calendar.php
    │   │           │   │       ├── common.js
    │   │           │   │       ├── compare.js
    │   │           │   │       ├── global.js
    │   │           │   │       ├── index.js
    │   │           │   │       ├── jquery.js
    │   │           │   │       ├── lefttime.js
    │   │           │   │       ├── myship.js
    │   │           │   │       ├── region.js
    │   │           │   │       ├── shopping_flow.js
    │   │           │   │       ├── showdiv.js
    │   │           │   │       ├── tagbox.js
    │   │           │   │       ├── transport.js
    │   │           │   │       ├── user.js
    │   │           │   │       ├── utils.js
    │   │           │   │       ├── wScratchPad.js
    │   │           │   │       ├── wScratchPad222.js
    │   │           │   │       └── wei_webapp_v3.8.7.js
    │   │           │   ├── ktv
    │   │           │   │   ├── img
    │   │           │   │   │   ├── 2000
    │   │           │   │   │   └── jiantou.png
    │   │           │   │   ├── news5.css
    │   │           │   │   ├── style.css
    │   │           │   │   └── style01.css
    │   │           │   ├── mr
    │   │           │   │   ├── img
    │   │           │   │   │   ├── 2000
    │   │           │   │   │   ├── Refresh.png
    │   │           │   │   │   ├── bg003.jpg
    │   │           │   │   │   ├── home.png
    │   │           │   │   │   ├── ico-next.png
    │   │           │   │   │   ├── ico-next2.png
    │   │           │   │   │   ├── jiantou.png
    │   │           │   │   │   ├── menu.png
    │   │           │   │   │   ├── newstop.png
    │   │           │   │   │   ├── pre.png
    │   │           │   │   │   ├── recommend.png
    │   │           │   │   │   └── ttext.png
    │   │           │   │   └── news.css
    │   │           │   ├── ty
    │   │           │   │   ├── img
    │   │           │   │   │   ├── 2000
    │   │           │   │   │   ├── Refresh.png
    │   │           │   │   │   ├── Refresh2.png
    │   │           │   │   │   ├── bg003.jpg
    │   │           │   │   │   ├── bg004.jpg
    │   │           │   │   │   ├── bottom.png
    │   │           │   │   │   ├── home.png
    │   │           │   │   │   ├── home2.png
    │   │           │   │   │   ├── ico-next (2).png
    │   │           │   │   │   ├── ico-next.png
    │   │           │   │   │   ├── ico-next2 (2).png
    │   │           │   │   │   ├── ico-next2.png
    │   │           │   │   │   ├── ico-next3.png
    │   │           │   │   │   ├── jiantou (2).png
    │   │           │   │   │   ├── jiantou.png
    │   │           │   │   │   ├── menu (2).png
    │   │           │   │   │   ├── menu.png
    │   │           │   │   │   ├── newstop (2).png
    │   │           │   │   │   ├── newstop.png
    │   │           │   │   │   ├── pre.png
    │   │           │   │   │   ├── pre2.png
    │   │           │   │   │   ├── recommend (2).png
    │   │           │   │   │   ├── recommend.png
    │   │           │   │   │   ├── ttext (2).png
    │   │           │   │   │   └── ttext.png
    │   │           │   │   ├── news.css
    │   │           │   │   └── news5.css
    │   │           │   ├── userinfo
    │   │           │   │   ├── fans.css
    │   │           │   │   └── img
    │   │           │   │       ├── addr.png
    │   │           │   │       ├── arrow3.png
    │   │           │   │       ├── detail.png
    │   │           │   │       ├── order.png
    │   │           │   │       └── tel.png
    │   │           │   └── yl
    │   │           │       ├── img
    │   │           │       │   ├── 2000
    │   │           │       │   ├── Refresh.png
    │   │           │       │   ├── bg003.jpg
    │   │           │       │   ├── home.png
    │   │           │       │   ├── ico-next.png
    │   │           │       │   ├── ico-next2.png
    │   │           │       │   ├── jiantou.png
    │   │           │       │   ├── menu.png
    │   │           │       │   ├── newstop.png
    │   │           │       │   ├── pre.png
    │   │           │       │   ├── recommend.png
    │   │           │       │   └── ttext.png
    │   │           │       └── news.css
    │   │           ├── images
    │   │           │   ├── cart_info
    │   │           │   │   ├── Thumbs.db
    │   │           │   │   ├── addr-2.jpg
    │   │           │   │   ├── addr-3.jpg
    │   │           │   │   ├── addr.jpg
    │   │           │   │   ├── info-2.jpg
    │   │           │   │   ├── info-3.jpg
    │   │           │   │   ├── iphoen手机左上角文字.psd
    │   │           │   │   ├── logo-card.png
    │   │           │   │   ├── news-2.jpg
    │   │           │   │   ├── news-3.jpg
    │   │           │   │   ├── news.jpg
    │   │           │   │   ├── power1.png
    │   │           │   │   ├── power2.png
    │   │           │   │   ├── power3.png
    │   │           │   │   ├── qiandao-2.jpg
    │   │           │   │   ├── qiandao-3.jpg
    │   │           │   │   ├── qiandao-4.png
    │   │           │   │   ├── qiandao.jpg
    │   │           │   │   ├── qiandao4.png
    │   │           │   │   ├── qiandaook.png
    │   │           │   │   ├── shopping-2.jpg
    │   │           │   │   ├── shopping-3.jpg
    │   │           │   │   ├── shopping.jpg
    │   │           │   │   ├── signed.png
    │   │           │   │   ├── template.rar
    │   │           │   │   ├── template2.rar
    │   │           │   │   ├── user-2.jpg
    │   │           │   │   ├── user-3.jpg
    │   │           │   │   ├── user.jpg
    │   │           │   │   ├── vippower-2.jpg
    │   │           │   │   ├── vippower-3.jpg
    │   │           │   │   └── vippower.jpg
    │   │           │   ├── dc
    │   │           │   │   └── 1.jpg
    │   │           │   ├── ktv
    │   │           │   │   ├── 100.jpg
    │   │           │   │   ├── a01.png
    │   │           │   │   ├── a02.png
    │   │           │   │   ├── a03.png
    │   │           │   │   ├── a04.png
    │   │           │   │   ├── a05.png
    │   │           │   │   ├── a06.png
    │   │           │   │   ├── a07.png
    │   │           │   │   ├── a08.png
    │   │           │   │   ├── a09.png
    │   │           │   │   ├── a10.png
    │   │           │   │   ├── a11.png
    │   │           │   │   └── gn002.jpg
    │   │           │   ├── mr
    │   │           │   │   ├── 14461069968.jpg
    │   │           │   │   ├── 14510176747.png
    │   │           │   │   ├── 15480260473.jpg
    │   │           │   │   ├── 20100619135053410.jpg
    │   │           │   │   ├── 201305052139501367761190.jpg
    │   │           │   │   ├── 201305052207321367762852.jpg
    │   │           │   │   ├── 201305052243561367765036.jpg
    │   │           │   │   ├── 201305062250541367851854.jpg
    │   │           │   │   ├── 201305062337261367854646.jpg
    │   │           │   │   ├── 201305071020581367893258.jpg
    │   │           │   │   ├── 201305071021571367893317.jpg
    │   │           │   │   ├── 201305071034501367894090.jpg
    │   │           │   │   ├── 201305091049141368067754.jpg
    │   │           │   │   ├── 201305091116031368069363.jpg
    │   │           │   │   ├── 201305092151201368107480.jpg
    │   │           │   │   ├── 201305101509001368169740.jpg
    │   │           │   │   ├── 201305101544501368171890.jpg
    │   │           │   │   ├── 201305102117191368191839.jpg
    │   │           │   │   ├── 201305102118561368191936.jpg
    │   │           │   │   ├── 201305172116211368796581.jpg
    │   │           │   │   └── 23163218624.jpg
    │   │           │   ├── ty
    │   │           │   │   ├── c1.png
    │   │           │   │   ├── c2.png
    │   │           │   │   ├── c3.png
    │   │           │   │   ├── c4.png
    │   │           │   │   ├── c5.png
    │   │           │   │   ├── c6.png
    │   │           │   │   ├── c7.png
    │   │           │   │   ├── c8.png
    │   │           │   │   └── t9.jpg
    │   │           │   ├── userinfo
    │   │           │   │   └── fans.jpg
    │   │           │   └── yl
    │   │           │       ├── 0.jpg
    │   │           │       ├── 1-13052G61545-50.jpg
    │   │           │       ├── 1-13052G61545.jpg
    │   │           │       ├── 1-13052G61546-50.jpg
    │   │           │       ├── 1-13052G61546-51.jpg
    │   │           │       ├── 1-13052G61546-52.jpg
    │   │           │       ├── 1-13052G61546.jpg
    │   │           │       ├── 1-13052G61547.jpg
    │   │           │       ├── 1-13052G61548-50.jpg
    │   │           │       ├── 1-13052G61548-51.jpg
    │   │           │       ├── 1-13052G61548.jpg
    │   │           │       └── img
    │   │           │           └── wxapi.php
    │   │           └── js
    │   │               ├── card
    │   │               │   ├── jquery.js
    │   │               │   └── rotate.js
    │   │               ├── dc
    │   │               │   ├── audio.min.js
    │   │               │   ├── count.js
    │   │               │   ├── jq.mobi.min.js
    │   │               │   ├── m.index_new.js
    │   │               │   ├── m.lazyload.js
    │   │               │   └── play.js
    │   │               ├── ktv
    │   │               │   └── iscroll.js
    │   │               ├── lottery
    │   │               │   ├── disk.jpg
    │   │               │   ├── disk.png
    │   │               │   ├── guajiang.png
    │   │               │   ├── guajiang1.png
    │   │               │   ├── jQueryRotate.2.2.js
    │   │               │   ├── jquery.easing.min.js
    │   │               │   ├── rember.txt
    │   │               │   ├── start.png
    │   │               │   └── start2.png
    │   │               ├── mr
    │   │               │   └── iscroll.js
    │   │               ├── ty
    │   │               │   ├── audio.min.js
    │   │               │   ├── iscroll.js
    │   │               │   └── play.js
    │   │               └── yl
    │   │                   ├── audio.min.js
    │   │                   ├── iscroll.js
    │   │                   └── play.js
    │   └── static
    │       ├── Thumbs.db
    │       ├── artDialog
    │       │   ├── jquery.artDialog.js
    │       │   ├── plugins
    │       │   │   └── iframeTools.js
    │       │   └── skins
    │       │       ├── basic.css
    │       │       ├── default.css
    │       │       └── icons
    │       │           └── loading.gif
    │       ├── function.js
    │       ├── help
    │       │   ├── Thumbs.db
    │       │   ├── help0.jpg
    │       │   ├── help002.jpg
    │       │   ├── help003.jpg
    │       │   ├── help004.jpg
    │       │   └── help01.jpg
    │       ├── images
    │       │   ├── d-01.png
    │       │   ├── home.jpg
    │       │   ├── homelogo.png
    │       │   ├── member.jpg
    │       │   ├── ordering.png
    │       │   ├── vip.jpg
    │       │   └── yj.jpg
    │       ├── jquery-1.4.2.min.js
    │       ├── jquery.min.js
    │       ├── kindeditor
    │       │   ├── kindeditor-min.js
    │       │   ├── kindeditor.js
    │       │   ├── lang
    │       │   │   └── zh_CN.js
    │       │   ├── plugins
    │       │   │   ├── anchor
    │       │   │   │   └── anchor.js
    │       │   │   ├── baidumap
    │       │   │   │   ├── baidumap.js
    │       │   │   │   └── map.html
    │       │   │   ├── clearhtml
    │       │   │   │   └── clearhtml.js
    │       │   │   ├── code
    │       │   │   │   ├── code.js
    │       │   │   │   ├── prettify.css
    │       │   │   │   └── prettify.js
    │       │   │   ├── emoticons
    │       │   │   │   ├── emoticons.js
    │       │   │   │   └── images
    │       │   │   │       ├── 0.gif
    │       │   │   │       ├── 1.gif
    │       │   │   │       ├── 10.gif
    │       │   │   │       ├── 100.gif
    │       │   │   │       ├── 101.gif
    │       │   │   │       ├── 102.gif
    │       │   │   │       ├── 103.gif
    │       │   │   │       ├── 104.gif
    │       │   │   │       ├── 105.gif
    │       │   │   │       ├── 106.gif
    │       │   │   │       ├── 107.gif
    │       │   │   │       ├── 108.gif
    │       │   │   │       ├── 109.gif
    │       │   │   │       ├── 11.gif
    │       │   │   │       ├── 110.gif
    │       │   │   │       ├── 111.gif
    │       │   │   │       ├── 112.gif
    │       │   │   │       ├── 113.gif
    │       │   │   │       ├── 114.gif
    │       │   │   │       ├── 115.gif
    │       │   │   │       ├── 116.gif
    │       │   │   │       ├── 117.gif
    │       │   │   │       ├── 118.gif
    │       │   │   │       ├── 119.gif
    │       │   │   │       ├── 12.gif
    │       │   │   │       ├── 120.gif
    │       │   │   │       ├── 121.gif
    │       │   │   │       ├── 122.gif
    │       │   │   │       ├── 123.gif
    │       │   │   │       ├── 124.gif
    │       │   │   │       ├── 125.gif
    │       │   │   │       ├── 126.gif
    │       │   │   │       ├── 127.gif
    │       │   │   │       ├── 128.gif
    │       │   │   │       ├── 129.gif
    │       │   │   │       ├── 13.gif
    │       │   │   │       ├── 130.gif
    │       │   │   │       ├── 131.gif
    │       │   │   │       ├── 132.gif
    │       │   │   │       ├── 133.gif
    │       │   │   │       ├── 134.gif
    │       │   │   │       ├── 14.gif
    │       │   │   │       ├── 15.gif
    │       │   │   │       ├── 16.gif
    │       │   │   │       ├── 17.gif
    │       │   │   │       ├── 18.gif
    │       │   │   │       ├── 19.gif
    │       │   │   │       ├── 2.gif
    │       │   │   │       ├── 20.gif
    │       │   │   │       ├── 21.gif
    │       │   │   │       ├── 22.gif
    │       │   │   │       ├── 23.gif
    │       │   │   │       ├── 24.gif
    │       │   │   │       ├── 25.gif
    │       │   │   │       ├── 26.gif
    │       │   │   │       ├── 27.gif
    │       │   │   │       ├── 28.gif
    │       │   │   │       ├── 29.gif
    │       │   │   │       ├── 3.gif
    │       │   │   │       ├── 30.gif
    │       │   │   │       ├── 31.gif
    │       │   │   │       ├── 32.gif
    │       │   │   │       ├── 33.gif
    │       │   │   │       ├── 34.gif
    │       │   │   │       ├── 35.gif
    │       │   │   │       ├── 36.gif
    │       │   │   │       ├── 37.gif
    │       │   │   │       ├── 38.gif
    │       │   │   │       ├── 39.gif
    │       │   │   │       ├── 4.gif
    │       │   │   │       ├── 40.gif
    │       │   │   │       ├── 41.gif
    │       │   │   │       ├── 42.gif
    │       │   │   │       ├── 43.gif
    │       │   │   │       ├── 44.gif
    │       │   │   │       ├── 45.gif
    │       │   │   │       ├── 46.gif
    │       │   │   │       ├── 47.gif
    │       │   │   │       ├── 48.gif
    │       │   │   │       ├── 49.gif
    │       │   │   │       ├── 5.gif
    │       │   │   │       ├── 50.gif
    │       │   │   │       ├── 51.gif
    │       │   │   │       ├── 52.gif
    │       │   │   │       ├── 53.gif
    │       │   │   │       ├── 54.gif
    │       │   │   │       ├── 55.gif
    │       │   │   │       ├── 56.gif
    │       │   │   │       ├── 57.gif
    │       │   │   │       ├── 58.gif
    │       │   │   │       ├── 59.gif
    │       │   │   │       ├── 6.gif
    │       │   │   │       ├── 60.gif
    │       │   │   │       ├── 61.gif
    │       │   │   │       ├── 62.gif
    │       │   │   │       ├── 63.gif
    │       │   │   │       ├── 64.gif
    │       │   │   │       ├── 65.gif
    │       │   │   │       ├── 66.gif
    │       │   │   │       ├── 67.gif
    │       │   │   │       ├── 68.gif
    │       │   │   │       ├── 69.gif
    │       │   │   │       ├── 7.gif
    │       │   │   │       ├── 70.gif
    │       │   │   │       ├── 71.gif
    │       │   │   │       ├── 72.gif
    │       │   │   │       ├── 73.gif
    │       │   │   │       ├── 74.gif
    │       │   │   │       ├── 75.gif
    │       │   │   │       ├── 76.gif
    │       │   │   │       ├── 77.gif
    │       │   │   │       ├── 78.gif
    │       │   │   │       ├── 79.gif
    │       │   │   │       ├── 8.gif
    │       │   │   │       ├── 80.gif
    │       │   │   │       ├── 81.gif
    │       │   │   │       ├── 82.gif
    │       │   │   │       ├── 83.gif
    │       │   │   │       ├── 84.gif
    │       │   │   │       ├── 85.gif
    │       │   │   │       ├── 86.gif
    │       │   │   │       ├── 87.gif
    │       │   │   │       ├── 88.gif
    │       │   │   │       ├── 89.gif
    │       │   │   │       ├── 9.gif
    │       │   │   │       ├── 90.gif
    │       │   │   │       ├── 91.gif
    │       │   │   │       ├── 92.gif
    │       │   │   │       ├── 93.gif
    │       │   │   │       ├── 94.gif
    │       │   │   │       ├── 95.gif
    │       │   │   │       ├── 96.gif
    │       │   │   │       ├── 97.gif
    │       │   │   │       ├── 98.gif
    │       │   │   │       ├── 99.gif
    │       │   │   │       └── static.gif
    │       │   │   ├── filemanager
    │       │   │   │   ├── filemanager.js
    │       │   │   │   └── images
    │       │   │   │       ├── file-16.gif
    │       │   │   │       ├── file-64.gif
    │       │   │   │       ├── folder-16.gif
    │       │   │   │       ├── folder-64.gif
    │       │   │   │       └── go-up.gif
    │       │   │   ├── flash
    │       │   │   │   └── flash.js
    │       │   │   ├── image
    │       │   │   │   ├── image.js
    │       │   │   │   └── images
    │       │   │   │       ├── align_left.gif
    │       │   │   │       ├── align_right.gif
    │       │   │   │       ├── align_top.gif
    │       │   │   │       └── refresh.png
    │       │   │   ├── insertfile
    │       │   │   │   └── insertfile.js
    │       │   │   ├── lineheight
    │       │   │   │   └── lineheight.js
    │       │   │   ├── link
    │       │   │   │   └── link.js
    │       │   │   ├── map
    │       │   │   │   ├── map.html
    │       │   │   │   └── map.js
    │       │   │   ├── media
    │       │   │   │   └── media.js
    │       │   │   ├── multiimage
    │       │   │   │   ├── images
    │       │   │   │   │   ├── image.png
    │       │   │   │   │   ├── select-files-en.png
    │       │   │   │   │   ├── select-files-zh_CN.png
    │       │   │   │   │   └── swfupload.swf
    │       │   │   │   └── multiimage.js
    │       │   │   ├── pagebreak
    │       │   │   │   └── pagebreak.js
    │       │   │   ├── plainpaste
    │       │   │   │   └── plainpaste.js
    │       │   │   ├── preview
    │       │   │   │   └── preview.js
    │       │   │   ├── quickformat
    │       │   │   │   └── quickformat.js
    │       │   │   ├── table
    │       │   │   │   └── table.js
    │       │   │   ├── template
    │       │   │   │   ├── html
    │       │   │   │   │   ├── 1.html
    │       │   │   │   │   ├── 2.html
    │       │   │   │   │   └── 3.html
    │       │   │   │   └── template.js
    │       │   │   └── wordpaste
    │       │   │       └── wordpaste.js
    │       │   └── themes
    │       │       ├── common
    │       │       │   ├── anchor.gif
    │       │       │   ├── blank.gif
    │       │       │   ├── flash.gif
    │       │       │   ├── loading.gif
    │       │       │   ├── media.gif
    │       │       │   └── rm.gif
    │       │       ├── default
    │       │       │   ├── background.png
    │       │       │   ├── default.css
    │       │       │   └── default.png
    │       │       ├── qq
    │       │       │   ├── editor.gif
    │       │       │   └── qq.css
    │       │       └── simple
    │       │           └── simple.css
    │       ├── logo.png
    │       └── treetable
    │           ├── admin_style.css
    │           ├── css
    │           │   └── jquery.treeTable.css
    │           ├── images
    │           │   ├── toggle-collapse-dark.png
    │           │   ├── toggle-collapse-light.png
    │           │   ├── toggle-expand-dark.png
    │           │   └── toggle-expand-light.png
    │           └── jquery.treetable.js
    ├── vii.sql
    └── 安装说明.txt

196 directories, 1474 files


实例下载地址

PHP微信服务平台源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警