在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 社区团购源码

社区团购源码

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:261.70M
  • 下载次数:32
  • 浏览次数:204
  • 发布时间:2022-11-08
  • 实例类别:PHP语言基础
  • 发 布 人:xiaoqiao2022
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 社区 团购 源码

实例介绍

【实例简介】社区团购源码

【实例截图】

from clipboard

【核心代码】

.
├── DB
│   └── 190723135157.psc
├── Doc
│   ├── 数据字典.doc
│   ├── 领域划分.doc
│   ├── 社区云店管理APP接口文档.doc
│   ├── 社区云店产品介绍.pptx
│   ├── 移动端商城接口文档.doc
│   └── 社区新零售操作使用手册.doc
├── HimallApp
│   ├── AdminApp
│   │   ├── account-inout.html
│   │   ├── account-withdraw-apply.html
│   │   ├── account.html
│   │   ├── bind-member.html
│   │   ├── cargo-detail.html
│   │   ├── cargo.html
│   │   ├── change-password.html
│   │   ├── check-fail.html
│   │   ├── check-input.html
│   │   ├── check-order.html
│   │   ├── check-qrcode.html
│   │   ├── css
│   │   │   ├── app.css
│   │   │   ├── app.css.map
│   │   │   ├── app.scss
│   │   │   ├── mui.listpicker.css
│   │   │   ├── mui.min.css
│   │   │   ├── mui.picker.min.css
│   │   │   ├── mui.poppicker.css
│   │   │   └── style.css
│   │   ├── fonts
│   │   │   ├── iconfont.css
│   │   │   ├── iconfont.ttf
│   │   │   └── mui.ttf
│   │   ├── forget-password.html
│   │   ├── goods-repertory.html
│   │   ├── images
│   │   │   ├── 24_badge_copper.png
│   │   │   ├── 24_badge_gold.png
│   │   │   ├── 24_badge_silver.png
│   │   │   ├── account-gb.png
│   │   │   ├── admin-index-bg.png
│   │   │   ├── blank.gif
│   │   │   ├── border_line.png
│   │   │   ├── check_fail.png
│   │   │   ├── codeBg.png
│   │   │   ├── default.png
│   │   │   ├── history.png
│   │   │   ├── icon_code.png
│   │   │   ├── icon_history.png
│   │   │   ├── icon_in.png
│   │   │   ├── icon_minapp.png
│   │   │   ├── icon_qq.png
│   │   │   ├── icon_recharge.png
│   │   │   ├── icon_refund.png
│   │   │   ├── icon_service.png
│   │   │   ├── icon_share.png
│   │   │   ├── icon_sz.png
│   │   │   ├── icon_top.png
│   │   │   ├── icon_withdraw.png
│   │   │   ├── icon_wx.png
│   │   │   ├── icon_wxp.png
│   │   │   ├── img-share.png
│   │   │   ├── indexbg.png
│   │   │   ├── loginbg.png
│   │   │   ├── logo-bg.png
│   │   │   ├── logo.png
│   │   │   ├── order_null.png
│   │   │   ├── pic.png
│   │   │   ├── posterbg.jpg
│   │   │   ├── store.png
│   │   │   ├── street_bg2.png
│   │   │   ├── success.png
│   │   │   ├── user.png
│   │   │   └── white-logo.png
│   │   ├── index.html
│   │   ├── js
│   │   │   ├── 1.chunk.js
│   │   │   ├── 2.chunk.js
│   │   │   ├── app.js
│   │   │   ├── delayimg.min.js
│   │   │   ├── html2canvas.min.js
│   │   │   ├── html2canvas.svg.min.js
│   │   │   ├── jquery-3.3.1.min.js
│   │   │   ├── jquery.qrcode.js
│   │   │   ├── jquery.signalR-2.2.2.min.js
│   │   │   ├── lrz.bundle.js
│   │   │   ├── md5.js
│   │   │   ├── mui.listpicker.js
│   │   │   ├── mui.min.js
│   │   │   ├── mui.picker.min.js
│   │   │   ├── mui.poppicker.js
│   │   │   ├── mui.previewimage.js
│   │   │   ├── mui.zoom.js
│   │   │   ├── plusShare.js
│   │   │   ├── printer.js
│   │   │   ├── printformat.js
│   │   │   ├── region.js
│   │   │   ├── swiper.min.js
│   │   │   ├── template.js
│   │   │   └── utf.js
│   │   ├── login.html
│   │   ├── manifest.json
│   │   ├── members.html
│   │   ├── message.html
│   │   ├── order-details.html
│   │   ├── order-list.html
│   │   ├── refund-apply.html
│   │   ├── refund-detail.html
│   │   ├── refund-list.html
│   │   ├── refund-logs.html
│   │   ├── setting.html
│   │   ├── statistics.html
│   │   ├── submit-order-success.html
│   │   ├── submit-order.html
│   │   ├── unpackage
│   │   │   ├── himallstore.keystore
│   │   │   ├── release
│   │   │   └── res
│   │   ├── valet-order.html
│   │   └── verify-record.html
│   └── 文档
│       └── 社区云店管理APP接口文档.doc
├── Strategies
│   ├── Cache
│   │   ├── Himall.Core.Plugin.AspNetCache
│   │   │   ├── AspNetCache.cs
│   │   │   ├── Himall.Strategy.AspNetCache.csproj
│   │   │   ├── Properties
│   │   │   ├── app.config
│   │   │   └── packages.config
│   │   ├── Himall.Core.Plugin.Memecache
│   │   │   ├── App.config
│   │   │   ├── Himall.Strategy.Memecached.csproj
│   │   │   ├── Lib
│   │   │   ├── MemcachedClientService.cs
│   │   │   ├── Memecached.cs
│   │   │   ├── Properties
│   │   │   └── packages.config
│   │   └── Himall.Strategy.Redis
│   │       ├── Himall.Strategy.Redis.csproj
│   │       ├── Properties
│   │       ├── Redis.cs
│   │       ├── app.config
│   │       └── packages.config
│   ├── Himall.Strategy.AspNetIO
│   │   ├── AspNetIO.cs
│   │   ├── Himall.Strategy.AspNetIO.csproj
│   │   ├── IOErrorMsg.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── packages.config
│   ├── Himall.Strategy.IO
│   │   └── Properties
│   │       └── AssemblyInfo.cs
│   ├── Himall.Strategy.OSS
│   │   ├── AccountSettings.cs
│   │   ├── Config.cs
│   │   ├── Himall.Strategy.OSS.csproj
│   │   ├── IOErrorMsg.cs
│   │   ├── OSS.cs
│   │   ├── OssClientFactory.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── packages.config
│   ├── Lib
│   │   ├── Aliyun.OSS.dll
│   │   ├── Himall.Core.XML
│   │   ├── Himall.Core.dll
│   │   ├── Newtonsoft.Json.dll
│   │   └── StackExchange.Redis.dll
│   └── Strategies.sln
├── TaoBaoSDK
│   └── Himall.TaoBaoSDK
│       ├── Himall.TaoBaoSDK.Spider
│       │   ├── Himall.TaoBaoSDK.Spider.csproj
│       │   ├── Properties
│       │   ├── SpiderHelper.cs
│       │   └── TaoBaoSpider.cs
│       ├── Himall.TaoBaoSDK.sln
│       └── Lib
│           └── Himall.Core.dll
├── Upgrade
│   └── Himall.Upgrade26
│       ├── Himall.Upgrade26
│       │   ├── ConfigHelper.cs
│       │   ├── DirectoryHelper.cs
│       │   ├── Form1.Designer.cs
│       │   ├── Form1.cs
│       │   ├── Form1.resx
│       │   ├── Himall.Upgrade26.csproj
│       │   ├── IISHelper.cs
│       │   ├── MysqlHelper.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   ├── Upgrade
│       │   ├── app.config
│       │   ├── packages.config
│       │   └── 说明
│       └── Himall.Upgrade26.sln
├── WeChatApplet
│   ├── app.js
│   ├── app.json
│   ├── app.wxss
│   ├── components
│   │   ├── addtocart
│   │   │   ├── addtocart.js
│   │   │   ├── addtocart.json
│   │   │   ├── addtocart.wxml
│   │   │   └── addtocart.wxss
│   │   ├── painter
│   │   │   ├── lib
│   │   │   ├── painter.js
│   │   │   ├── painter.json
│   │   │   └── painter.wxml
│   │   ├── passwordset
│   │   │   ├── passwordset.js
│   │   │   ├── passwordset.json
│   │   │   ├── passwordset.wxml
│   │   │   └── passwordset.wxss
│   │   ├── storecart
│   │   │   ├── storecart.js
│   │   │   ├── storecart.json
│   │   │   ├── storecart.wxml
│   │   │   └── storecart.wxss
│   │   └── viewmodule
│   │       ├── viewmodule.js
│   │       ├── viewmodule.json
│   │       ├── viewmodule.wxml
│   │       └── viewmodule.wxss
│   ├── images
│   │   ├── avatar-null.png
│   │   ├── cart.png
│   │   ├── cart_hover.png
│   │   ├── category.png
│   │   ├── category_hover.png
│   │   ├── confuse_apply.png
│   │   ├── counp-background.jpg
│   │   ├── countdown-banner.jpg
│   │   ├── coup-line.jpg
│   │   ├── coupdetail-back.jpg
│   │   ├── coupon.png
│   │   ├── dihzi.jpg
│   │   ├── distributor_bg.jpg
│   │   ├── flr2.jpg
│   │   ├── flr3.jpg
│   │   ├── flr3_img1.jpg
│   │   ├── flr3_img2.jpg
│   │   ├── home.png
│   │   ├── home_hover.png
│   │   ├── ic_close.png
│   │   ├── icon_more.png
│   │   ├── login-bg.jpg
│   │   ├── login.jpg
│   │   ├── mask-end-small.png
│   │   ├── mask-end.png
│   │   ├── mask-sellout-small.png
│   │   ├── mask-sellout.png
│   │   ├── my.png
│   │   ├── my_hover.png
│   │   ├── mycommision_bg.png
│   │   ├── mystore_bg.png
│   │   ├── nearby.png
│   │   ├── nearby_hover.png
│   │   ├── no-comment.png
│   │   ├── no-coupon.png
│   │   ├── no-locate.png
│   │   ├── no-order.png
│   │   ├── no-search.png
│   │   ├── noimage200.png
│   │   ├── order_06.jpg
│   │   ├── over_counp.png
│   │   ├── plun_06.jpg
│   │   ├── plun_12.jpg
│   │   ├── shopcart-empty.png
│   │   ├── start.png
│   │   ├── storeapply.png
│   │   ├── submit_apply.png
│   │   ├── supplierapply.png
│   │   ├── traingle.png
│   │   └── use_counp.png
│   ├── pages
│   │   ├── cart
│   │   │   ├── cart.js
│   │   │   ├── cart.json
│   │   │   ├── cart.wxml
│   │   │   └── cart.wxss
│   │   ├── categories
│   │   │   ├── categories.js
│   │   │   ├── categories.json
│   │   │   ├── categories.wxml
│   │   │   └── categories.wxss
│   │   ├── comment
│   │   │   ├── comment.js
│   │   │   ├── comment.json
│   │   │   ├── comment.wxml
│   │   │   └── comment.wxss
│   │   ├── commentappend
│   │   │   ├── commentappend.js
│   │   │   ├── commentappend.json
│   │   │   ├── commentappend.wxml
│   │   │   └── commentappend.wxss
│   │   ├── commentlist
│   │   │   ├── commentlist.js
│   │   │   ├── commentlist.json
│   │   │   ├── commentlist.wxml
│   │   │   └── commentlist.wxss
│   │   ├── coupon
│   │   │   ├── coupon.js
│   │   │   ├── coupon.json
│   │   │   ├── coupon.wxml
│   │   │   └── coupon.wxss
│   │   ├── couponcenter
│   │   │   ├── couponcenter.js
│   │   │   ├── couponcenter.json
│   │   │   ├── couponcenter.wxml
│   │   │   └── couponcenter.wxss
│   │   ├── coupondetail
│   │   │   ├── coupondetail.js
│   │   │   ├── coupondetail.json
│   │   │   ├── coupondetail.wxml
│   │   │   └── coupondetail.wxss
│   │   ├── integralcoupons
│   │   │   ├── integralcoupons.js
│   │   │   ├── integralcoupons.json
│   │   │   ├── integralcoupons.wxml
│   │   │   └── integralcoupons.wxss
│   │   ├── integralhome
│   │   │   ├── integralhome.js
│   │   │   ├── integralhome.json
│   │   │   ├── integralhome.wxml
│   │   │   └── integralhome.wxss
│   │   ├── login
│   │   │   ├── login.js
│   │   │   ├── login.json
│   │   │   ├── login.wxml
│   │   │   └── login.wxss
│   │   ├── loginprotocol
│   │   │   ├── loginprotocol.js
│   │   │   ├── loginprotocol.json
│   │   │   ├── loginprotocol.wxml
│   │   │   └── loginprotocol.wxss
│   │   ├── orderdetails
│   │   │   ├── orderdetails.js
│   │   │   ├── orderdetails.json
│   │   │   ├── orderdetails.wxml
│   │   │   └── orderdetails.wxss
│   │   ├── orderlist
│   │   │   ├── orderlist.js
│   │   │   ├── orderlist.json
│   │   │   ├── orderlist.wxml
│   │   │   └── orderlist.wxss
│   │   ├── ordershare
│   │   │   ├── ordershare.js
│   │   │   ├── ordershare.json
│   │   │   ├── ordershare.wxml
│   │   │   └── ordershare.wxss
│   │   ├── ordersubmit
│   │   │   ├── ordersubmit.js
│   │   │   ├── ordersubmit.json
│   │   │   ├── ordersubmit.wxml
│   │   │   └── ordersubmit.wxss
│   │   ├── outurl
│   │   │   ├── outurl.js
│   │   │   ├── outurl.json
│   │   │   ├── outurl.wxml
│   │   │   └── outurl.wxss
│   │   ├── position
│   │   │   ├── position.js
│   │   │   ├── position.json
│   │   │   ├── position.wxml
│   │   │   └── position.wxss
│   │   ├── productdetail
│   │   │   ├── productdetail.js
│   │   │   ├── productdetail.json
│   │   │   ├── productdetail.wxml
│   │   │   └── productdetail.wxss
│   │   ├── refundapply
│   │   │   ├── refundapply.js
│   │   │   ├── refundapply.json
│   │   │   ├── refundapply.wxml
│   │   │   └── refundapply.wxss
│   │   ├── refunddetail
│   │   │   ├── refunddetail.js
│   │   │   ├── refunddetail.json
│   │   │   ├── refunddetail.wxml
│   │   │   └── refunddetail.wxss
│   │   ├── refundlist
│   │   │   ├── refundlist.js
│   │   │   ├── refundlist.json
│   │   │   ├── refundlist.wxml
│   │   │   └── refundlist.wxss
│   │   ├── storehome
│   │   │   ├── storehome.js
│   │   │   ├── storehome.json
│   │   │   ├── storehome.wxml
│   │   │   └── storehome.wxss
│   │   ├── storelocation
│   │   │   ├── storelocation.js
│   │   │   ├── storelocation.json
│   │   │   ├── storelocation.wxml
│   │   │   └── storelocation.wxss
│   │   ├── stores
│   │   │   ├── stores.js
│   │   │   ├── stores.json
│   │   │   ├── stores.wxml
│   │   │   └── stores.wxss
│   │   ├── topicdetail
│   │   │   ├── topicdetail.js
│   │   │   ├── topicdetail.json
│   │   │   ├── topicdetail.wxml
│   │   │   └── topicdetail.wxss
│   │   ├── userapplyresult
│   │   │   ├── userapplyresult.js
│   │   │   ├── userapplyresult.json
│   │   │   ├── userapplyresult.wxml
│   │   │   └── userapplyresult.wxss
│   │   ├── userapplystore
│   │   │   ├── userapplystore.js
│   │   │   ├── userapplystore.json
│   │   │   ├── userapplystore.wxml
│   │   │   └── userapplystore.wxss
│   │   ├── userapplysupplier
│   │   │   ├── userapplysupplier.js
│   │   │   ├── userapplysupplier.json
│   │   │   ├── userapplysupplier.wxml
│   │   │   └── userapplysupplier.wxss
│   │   ├── userasset
│   │   │   ├── userasset.js
│   │   │   ├── userasset.json
│   │   │   ├── userasset.wxml
│   │   │   └── userasset.wxss
│   │   ├── userbindphone
│   │   │   ├── userbindphone.js
│   │   │   ├── userbindphone.json
│   │   │   ├── userbindphone.wxml
│   │   │   └── userbindphone.wxss
│   │   ├── usercenter
│   │   │   ├── usercenter.js
│   │   │   ├── usercenter.json
│   │   │   ├── usercenter.wxml
│   │   │   └── usercenter.wxss
│   │   ├── userintegral
│   │   │   ├── userintegral.js
│   │   │   ├── userintegral.json
│   │   │   ├── userintegral.wxml
│   │   │   └── userintegral.wxss
│   │   ├── userpickupstation
│   │   │   ├── userpickupstation.js
│   │   │   ├── userpickupstation.json
│   │   │   ├── userpickupstation.wxml
│   │   │   └── userpickupstation.wxss
│   │   ├── userrecharge
│   │   │   ├── userrecharge.js
│   │   │   ├── userrecharge.json
│   │   │   ├── userrecharge.wxml
│   │   │   └── userrecharge.wxss
│   │   └── wxParse
│   │       ├── html2json.js
│   │       ├── htmlparser.js
│   │       ├── showdown.js
│   │       ├── wxDiscode.js
│   │       ├── wxParse.js
│   │       ├── wxParse.wxml
│   │       └── wxParse.wxss
│   ├── project.config.json
│   └── utils
│       ├── config.js
│       ├── qqmap-wx-jssdk.min.js
│       └── util.js
├── WeiXinMPSDK-master
│   ├── Senparc.Weixin
│   │   ├── Senparc.Weixin
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Config.cs
│   │   │   ├── Context
│   │   │   ├── Entities
│   │   │   ├── Enums.cs
│   │   │   ├── Exceptions
│   │   │   ├── Helpers
│   │   │   ├── MessageHandlers
│   │   │   ├── Properties
│   │   │   ├── Senparc.Weixin.csproj
│   │   │   ├── Utilities
│   │   │   └── obj
│   │   └── Senparc.Weixin.sln
│   ├── Senparc.Weixin.MP
│   │   ├── Senparc.Weixin.MP
│   │   │   ├── AdvancedAPIs
│   │   │   ├── Agents
│   │   │   ├── AppStore
│   │   │   ├── CheckSignature.cs
│   │   │   ├── CommonAPIs
│   │   │   ├── Entities
│   │   │   ├── Enums.cs
│   │   │   ├── Helpers
│   │   │   ├── MessageHandlers
│   │   │   ├── Properties
│   │   │   ├── RequestMessageFactory.cs
│   │   │   ├── ResponseMessageFactory.cs
│   │   │   ├── Senparc.Weixin.MP.csproj
│   │   │   ├── TenPayLib
│   │   │   ├── TenPayLibV3
│   │   │   ├── Tencent
│   │   │   └── obj
│   │   ├── Senparc.Weixin.MP.Test
│   │   │   ├── AdvancedAPIs
│   │   │   ├── Agents
│   │   │   ├── CheckSignatureTest.cs
│   │   │   ├── CommonAPIs
│   │   │   ├── Context
│   │   │   ├── Entities
│   │   │   ├── Exceptions
│   │   │   ├── Helpers
│   │   │   ├── HttpUtility
│   │   │   ├── MessageHandlers
│   │   │   ├── Properties
│   │   │   ├── RequestMessageFactoryTest.cs
│   │   │   ├── ResponseMessageFactoryTest.cs
│   │   │   ├── Senparc.Weixin.MP.Test.csproj
│   │   │   ├── TenPay
│   │   │   ├── TenPayV3
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   ├── obj
│   │   │   └── test.bak.config
│   │   ├── Senparc.Weixin.MP.sln
│   │   ├── Senparc.Weixin.MP.suo
│   │   └── TestResults
│   │       ├── Deploy_Administrator 2015-07-07 09_34_25
│   │       ├── Deploy_Administrator 2015-07-07 09_35_51
│   │       ├── Deploy_Administrator 2015-07-07 09_38_51
│   │       ├── Deploy_Administrator 2015-07-07 09_40_25
│   │       ├── Deploy_Administrator 2015-07-07 09_43_06
│   │       ├── Deploy_Administrator 2015-07-07 10_05_23
│   │       ├── Deploy_Administrator 2015-07-07 10_05_39
│   │       ├── Deploy_Administrator 2015-07-07 10_07_50
│   │       ├── Deploy_Administrator 2015-07-07 10_17_46
│   │       ├── Deploy_Administrator 2015-07-07 10_25_29
│   │       ├── Deploy_Administrator 2015-07-07 10_26_58
│   │       ├── Deploy_Administrator 2015-07-07 10_39_21
│   │       ├── Deploy_Administrator 2015-07-07 10_39_54
│   │       ├── Deploy_Administrator 2015-07-07 10_43_29
│   │       ├── Deploy_Administrator 2015-07-07 10_44_38
│   │       ├── Deploy_Administrator 2015-07-07 16_57_14
│   │       ├── Deploy_Administrator 2015-07-07 16_59_51
│   │       ├── Deploy_Administrator 2015-07-07 17_51_49
│   │       ├── Deploy_Administrator 2015-07-08 09_29_08
│   │       ├── Deploy_Administrator 2015-07-08 09_53_23
│   │       ├── Deploy_Administrator 2015-07-08 13_59_02
│   │       ├── Deploy_Administrator 2015-07-08 14_05_47
│   │       ├── Deploy_Administrator 2015-07-09 14_23_58
│   │       ├── Deploy_Administrator 2015-07-09 14_24_30
│   │       ├── Deploy_Administrator 2015-07-09 14_26_08
│   │       ├── Deploy_Administrator 2015-07-09 14_34_24
│   │       ├── Deploy_Administrator 2015-07-09 14_41_06
│   │       ├── Deploy_Administrator 2015-07-09 14_43_38
│   │       ├── Deploy_Administrator 2015-07-09 14_44_33
│   │       ├── Deploy_Administrator 2015-07-09 14_46_47
│   │       ├── Deploy_Administrator 2015-07-10 10_03_56
│   │       └── Deploy_Administrator 2015-07-10 10_04_42
│   ├── Senparc.Weixin.MP.BuildOutPut
│   │   ├── Senparc.Weixin.MP.MvcExtension.XML
│   │   ├── Senparc.Weixin.MP.MvcExtension.dll
│   │   ├── Senparc.Weixin.MP.XML
│   │   ├── Senparc.Weixin.MP.dll
│   │   ├── Senparc.Weixin.MP.pdb
│   │   ├── Senparc.Weixin.Open.XML
│   │   ├── Senparc.Weixin.Open.dll
│   │   ├── Senparc.Weixin.QY.XML
│   │   ├── Senparc.Weixin.QY.dll
│   │   ├── Senparc.Weixin.QY.pdb
│   │   ├── Senparc.Weixin.XML
│   │   ├── Senparc.Weixin.dll
│   │   ├── Senparc.Weixin.pdb
│   │   └── readme.md
│   ├── Senparc.Weixin.MP.MvcExtension
│   │   ├── Senparc.Weixin.MP.MvcExtension
│   │   │   ├── Filters
│   │   │   ├── Properties
│   │   │   ├── Results
│   │   │   └── Senparc.Weixin.MP.MvcExtension.csproj
│   │   ├── Senparc.Weixin.MP.MvcExtension.sln
│   │   └── readme.md
│   ├── Senparc.Weixin.MP.P2P
│   │   └── readme.md
│   ├── Senparc.Weixin.MP.Sample
│   │   ├── Senparc.Weixin.MP.Sample
│   │   │   ├── App_Data
│   │   │   ├── App_Start
│   │   │   ├── Content
│   │   │   ├── Controllers
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Images
│   │   │   ├── Models
│   │   │   ├── Properties
│   │   │   ├── Scripts
│   │   │   ├── Senparc.Weixin.MP.Sample.csproj
│   │   │   ├── Senparc.Weixin.MP.Sample.csproj.user
│   │   │   ├── Views
│   │   │   ├── Web.Debug.config
│   │   │   ├── Web.Release.config
│   │   │   ├── Web.config
│   │   │   ├── bin
│   │   │   ├── favicon.ico
│   │   │   ├── obj
│   │   │   ├── packages.config
│   │   │   └── wx
│   │   ├── Senparc.Weixin.MP.Sample.CommonService
│   │   │   ├── EventService.cs
│   │   │   ├── LocationService.cs
│   │   │   ├── MessageHandlers
│   │   │   ├── Properties
│   │   │   ├── Senparc.Weixin.MP.Sample.CommonService.csproj
│   │   │   └── Utilities
│   │   ├── Senparc.Weixin.MP.Sample.Tests
│   │   │   ├── App.config
│   │   │   ├── BaseTest.cs
│   │   │   ├── Controllers
│   │   │   ├── Mock
│   │   │   ├── Properties
│   │   │   ├── Senparc.Weixin.MP.Sample.Tests.csproj
│   │   │   └── packages.config
│   │   ├── Senparc.Weixin.MP.Sample.sln
│   │   ├── Senparc.Weixin.MP.Sample.vs2010sp1.sln
│   │   ├── packages
│   │   │   ├── EntityFramework.5.0.0
│   │   │   ├── EntityFramework.zh-Hans.5.0.0
│   │   │   ├── Microsoft.AspNet.Mvc.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.Providers.Core.1.1
│   │   │   ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.1
│   │   │   ├── Microsoft.AspNet.Providers.LocalDB.1.1
│   │   │   ├── Microsoft.AspNet.Razor.2.0.20710.0
│   │   │   ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20710.0
│   │   │   ├── Microsoft.AspNet.Web.Optimization.1.0.0
│   │   │   ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0
│   │   │   ├── Microsoft.AspNet.WebApi.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebPages.2.0.20710.0
│   │   │   ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0
│   │   │   ├── Microsoft.Net.Http.2.0.20710.0
│   │   │   ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0
│   │   │   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   │   ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.20710.0
│   │   │   ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.20710.0
│   │   │   ├── Modernizr.2.5.3
│   │   │   ├── Moq.4.0.10827
│   │   │   ├── Newtonsoft.Json.4.5.6
│   │   │   ├── WebGrease.1.1.0
│   │   │   ├── ZXing.Net.0.14.0.1
│   │   │   ├── jQuery.1.7.1.1
│   │   │   ├── jQuery.UI.Combined.1.8.20.1
│   │   │   ├── jQuery.Validation.1.9.0.1
│   │   │   ├── knockoutjs.2.1.0
│   │   │   └── repositories.config
│   │   └── readme.md
│   ├── Senparc.Weixin.MP.Sample.WebForms
│   │   ├── Senparc.Weixin.MP.Sample.WebForms
│   │   │   ├── App_Data
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.designer.cs
│   │   │   ├── Properties
│   │   │   ├── Qy.aspx
│   │   │   ├── Qy.aspx.cs
│   │   │   ├── Qy.aspx.designer.cs
│   │   │   ├── Scripts
│   │   │   ├── Senparc.Weixin.MP.Sample.WebForms.csproj
│   │   │   ├── Web.Debug.config
│   │   │   ├── Web.Release.config
│   │   │   ├── Web.config
│   │   │   ├── Weixin.aspx
│   │   │   ├── Weixin.aspx.cs
│   │   │   ├── Weixin.aspx.designer.cs
│   │   │   └── readme.txt
│   │   ├── Senparc.Weixin.MP.Sample.WebForms.sln
│   │   ├── Senparc.Weixin.MP.Sample.WebForms.vs2010.sln
│   │   └── readme.txt
│   ├── Senparc.Weixin.Open
│   │   ├── Senparc.Weixin.Open
│   │   │   ├── CommonAPIs
│   │   │   ├── Entities
│   │   │   ├── Enums.cs
│   │   │   ├── Helpers
│   │   │   ├── Properties
│   │   │   ├── Senparc.Weixin.Open.csproj
│   │   │   ├── ThirdPartyAPIs
│   │   │   └── ThirdPartyMessageHandlers
│   │   └── Senparc.Weixin.Open.sln
│   ├── Senparc.Weixin.QY
│   │   ├── Senparc.Weixin.QY
│   │   │   ├── AdvancedAPIs
│   │   │   ├── CommonAPIs
│   │   │   ├── Entities
│   │   │   ├── Enums.cs
│   │   │   ├── Helpers
│   │   │   ├── MessageHandlers
│   │   │   ├── Properties
│   │   │   ├── RequestMessageFactory.cs
│   │   │   ├── ResponseMessageFactory.cs
│   │   │   ├── Senparc.Weixin.QY.csproj
│   │   │   ├── Signature.cs
│   │   │   └── Tencent
│   │   ├── Senparc.Weixin.QY.Test
│   │   │   ├── AdvancedAPIs
│   │   │   ├── CommonApis
│   │   │   ├── MessageHandlers
│   │   │   ├── Properties
│   │   │   ├── RequestMessageFactoryTest.cs
│   │   │   ├── Senparc.Weixin.QY.Test.csproj
│   │   │   └── SignatureTest.cs
│   │   └── Senparc.Weixin.QY.sln
│   ├── license.md
│   └── readme.md
├── [资源热www.ziyuanre.com]开发环境.txt
├── [资源热www.ziyuanre.com]社区云店产品介绍.pptx
├── core
│   ├── Himall.Core
│   │   ├── Exception
│   │   │   ├── CacheRegisterException.cs
│   │   │   ├── HimallException.cs
│   │   │   ├── InstanceCreateException.cs
│   │   │   ├── InvalidPropertyException.cs
│   │   │   ├── PlatformNotSupportedException.cs
│   │   │   ├── PluginConfigException.cs
│   │   │   └── PluginNotFoundException.cs
│   │   ├── Helper
│   │   │   ├── ApiSignHelper.cs
│   │   │   ├── CacheHelper.cs
│   │   │   ├── CommonHelper.cs
│   │   │   ├── DateTimeHelper.cs
│   │   │   ├── EnumHelper.cs
│   │   │   ├── HtmlContentHelper.cs
│   │   │   ├── HttpHelper.cs
│   │   │   ├── IOHelper.cs
│   │   │   ├── ImageHelper.cs
│   │   │   ├── LinqHelper.cs
│   │   │   ├── ObjectHelper.cs
│   │   │   ├── QRCodeHelper.cs
│   │   │   ├── SecureHelper.cs
│   │   │   ├── StringHelper.cs
│   │   │   ├── TypeHelper.cs
│   │   │   ├── ValidateHelper.cs
│   │   │   ├── WXHelper.cs
│   │   │   ├── WebHelper.cs
│   │   │   ├── XmlHelper.cs
│   │   │   └── ZipHelper.cs
│   │   ├── Himall.Core.csproj
│   │   ├── Himall.Core.csproj.user
│   │   ├── IOC
│   │   │   ├── IIinjectContainer.cs
│   │   │   ├── ObjectContainer.cs
│   │   │   └── imp
│   │   ├── Instance.cs
│   │   ├── LicenseChecker.cs
│   │   ├── Log.cs
│   │   ├── OnHimallStartMethod.cs
│   │   ├── PlatformType.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Service References
│   │   ├── Spider
│   │   │   ├── ISpider.cs
│   │   │   └── TaoBao
│   │   ├── Strategies
│   │   │   ├── CacheMgr
│   │   │   ├── IOMgr
│   │   │   ├── IStrategy.cs
│   │   │   └── Queue
│   │   ├── Type
│   │   │   └── SerializableDictionary.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   ├── packages.config
│   │   └── plugins
│   │       ├── Exceptions
│   │       ├── Express
│   │       ├── FormData.cs
│   │       ├── IPlugin.cs
│   │       ├── Message
│   │       ├── OAuth
│   │       ├── Payment
│   │       ├── Plugin.cs
│   │       ├── PluginBase.cs
│   │       ├── PluginInfo.cs
│   │       ├── PluginType.cs
│   │       └── PluginsManagement.cs
│   ├── Himall.Core.sln
│   ├── Himall.CoreTest
│   │   ├── CacheTest.cs
│   │   ├── CheckCodeTest.cs
│   │   ├── EnumTest.cs
│   │   ├── Himall.CoreTest.csproj
│   │   ├── IOHelperTest.cs
│   │   ├── LogTest.cs
│   │   ├── PluginTest.cs
│   │   ├── Plugins
│   │   │   └── PluginSample.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QRCodeTest.cs
│   │   ├── SMSTest.cs
│   │   ├── SendMail.cs
│   │   ├── Service References
│   │   ├── TestRoot.cs
│   │   ├── UnitTest1.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   ├── PlugInTest1
│   │   ├── Himall.Plugin.PlugInTest1.csproj
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── TestPlugin.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   └── plugin.config
│   └── packages
│       ├── Autofac.3.5.0
│       │   ├── Autofac.3.5.0.nupkg
│       │   └── lib
│       ├── Autofac.Configuration.3.3.0
│       │   ├── Autofac.Configuration.3.3.0.nupkg
│       │   └── lib
│       ├── Common.Logging.2.1.2
│       │   ├── Common.Logging.2.1.2.nupkg
│       │   └── lib
│       ├── Log4Net
│       │   └── log4net.dll
│       ├── Newtonsoft
│       │   └── Newtonsoft.Json.dll
│       ├── Zip
│       │   ├── Ionic.Zip.dll
│       │   └── ZipLib.dll
│       ├── log4net.2.0.3
│       │   ├── lib
│       │   └── log4net.2.0.3.nupkg
│       └── zxing
│           └── zxing.dll
├── lib
│   ├── Aliyun.OSS.dll
│   ├── Himall.Core.XML
│   ├── Himall.Core.dll
│   ├── Himall.TaoBaoSDK.Spider.dll
│   ├── Hishop.Open.Api.dll
│   ├── Hishop.Weixin.MP.dll
│   ├── Senparc.Weixin.MP.dll
│   ├── Senparc.Weixin.dll
│   └── SharpICTCLAS.dll
├── plugins
│   ├── Express
│   │   ├── Himall.ExpressPlugin
│   │   │   ├── ExpressInfo.cs
│   │   │   ├── ExpressPluginBase.cs
│   │   │   ├── Himall.ExpressPlugin.csproj
│   │   │   └── Properties
│   │   ├── Himall.Plugin.Express.BaiShiHuiTong
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.BaiShiHuiTong.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.EMS
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.EMS.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Shentong
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Shentong.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Shunfeng
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Shunfeng.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Tiantian
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Tiantian.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Yuantong
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Yuantong.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Yunda
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Yunda.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Zhaijisong
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Zhaijisong.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.ZhongTieKuaiYun
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.ZhongTieKuaiYun.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   ├── Himall.Plugin.Express.Zhongtong
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Express.Zhongtong.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   └── Himall.Plugin.Express.Zhongyouwuliu
│   │       ├── Data
│   │       ├── Himall.Plugin.Express.Zhongyouwuliu.csproj
│   │       ├── Properties
│   │       ├── Service.cs
│   │       └── plugin.config
│   ├── Himall.Plugins.sln
│   ├── Lib
│   │   ├── AopSdk.dll
│   │   ├── BouncyCastle.Crypto.dll
│   │   ├── Himall.Core.XML
│   │   ├── Himall.Core.dll
│   │   └── ICSharpCode.SharpZipLib.dll
│   ├── Message
│   │   ├── Himall.MessagePlugin
│   │   │   ├── Himall.MessagePlugin.csproj
│   │   │   ├── MessageStatus.cs
│   │   │   └── Properties
│   │   ├── Himall.Plugin.Message.Email
│   │   │   ├── Code
│   │   │   ├── Data
│   │   │   ├── Himall.Plugin.Message.Email.csproj
│   │   │   ├── Properties
│   │   │   ├── Service.cs
│   │   │   └── plugin.config
│   │   └── Himall.Plugin.Message.SMS
│   │       ├── Code
│   │       ├── Data
│   │       ├── Himall.Plugin.Message.SMS.csproj
│   │       ├── Properties
│   │       ├── Service.cs
│   │       └── plugin.config
│   ├── OAuth
│   │   ├── Himall.Plugin.OAuth.QQ
│   │   │   ├── Code
│   │   │   ├── Himall.Plugin.OAuth.QQ.csproj
│   │   │   ├── Properties
│   │   │   ├── QConnectSDK.dll
│   │   │   ├── QQ.config
│   │   │   ├── RestSharp.dll
│   │   │   ├── Service.cs
│   │   │   ├── plugin.config
│   │   │   ├── qq1.png
│   │   │   └── qq2.png
│   │   ├── Himall.Plugin.OAuth.WeiXin
│   │   │   ├── Assistant
│   │   │   ├── Config
│   │   │   ├── Himall.Plugin.OAuth.WeiXin.csproj
│   │   │   ├── Model
│   │   │   ├── Properties
│   │   │   ├── Resource
│   │   │   ├── WXLoginPlugin.cs
│   │   │   └── plugin.config
│   │   └── Himall.Plugin.OAuth.Weibo
│   │       ├── Code
│   │       ├── Himall.Plugin.OAuth.Weibo.csproj
│   │       ├── NetDimension.Weibo.dll
│   │       ├── Properties
│   │       ├── Service.cs
│   │       ├── Weibo.config
│   │       ├── WeiboConfig.cs
│   │       ├── plugin.config
│   │       ├── weibo1.png
│   │       └── weibo2.png
│   └── Payment
│       ├── Himall.PaymentPlugin
│       │   ├── ConfigBase.cs
│       │   ├── Himall.PaymentPlugin.csproj
│       │   ├── PaymentBase.cs
│       │   ├── Properties
│       │   ├── Sign.cs
│       │   └── Utility.cs
│       ├── Himall.Plugin.Payment.Alipay
│       │   ├── Himall.Plugin.Payment.Alipay.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   ├── logo.gif
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.Alipay.Base
│       │   ├── Code
│       │   ├── Himall.Plugin.Payment.Alipay.Base.csproj
│       │   ├── Properties
│       │   ├── _ServiceBase.cs
│       │   ├── data.config
│       │   ├── logo.gif
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.Alipay_App
│       │   ├── App.config
│       │   ├── Code
│       │   ├── Himall.Plugin.Payment.Alipay_App.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── alipay.gif
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.Alipay_QRCode
│       │   ├── Himall.Plugin.Payment.Alipay_QRCode.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── alipay.gif
│       │   ├── alipay_help.jpg
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.Alipay_WAP
│       │   ├── Code
│       │   ├── Himall.Plugin.Payment.Alipay_WAP.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── alipay.gif
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.B2BUnionPay
│       │   ├── B2BUnionPay.cs
│       │   ├── Cert
│       │   ├── Himall.Plugin.Payment.B2BUnionPay.csproj
│       │   ├── Properties
│       │   ├── Util
│       │   ├── data.config
│       │   ├── index_logo.gif
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.UnionPay
│       │   ├── Cert
│       │   ├── Himall.Plugin.Payment.UnionPay.csproj
│       │   ├── Properties
│       │   ├── UnionPay.cs
│       │   ├── Util
│       │   ├── data.config
│       │   ├── index_logo.gif
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.WeiXinPay
│       │   ├── Himall.Plugin.Payment.WeiXinPay.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.WeiXinPay_App
│       │   ├── Himall.Plugin.Payment.WeiXinPay_App.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.WeiXinPay_H5
│       │   ├── Himall.Plugin.Payment.WeiXinPay_H5.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.WeiXinPay_JSAPI
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   ├── plugin.config
│       │   └── wx_logo.png
│       ├── Himall.Plugin.Payment.WeiXinPay_Native
│       │   ├── Himall.Plugin.Payment.WeiXinPay_Native.csproj
│       │   ├── Properties
│       │   ├── WeiXinPay.cs
│       │   ├── data.config
│       │   ├── phone-bg.png
│       │   ├── plugin.config
│       │   └── wx_logo.png
│       ├── Himall.Plugin.Payment.WeiXinPay_O2OSmallProg
│       │   ├── Himall.Plugin.Payment.WeiXinPay_O2OSmallProg.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.Plugin.Payment.WeiXinPay_SmallProg
│       │   ├── Himall.Plugin.Payment.WeiXinPay_SmallProg.csproj
│       │   ├── Properties
│       │   ├── Service.cs
│       │   ├── data.config
│       │   └── plugin.config
│       ├── Himall.WeixinPaymentBase
│       │   ├── Code
│       │   ├── Himall.WeixinPaymentBase.csproj
│       │   ├── Properties
│       │   ├── ServiceBase.cs
│       │   └── wx_logo.png
│       └── PaymentTest
│           ├── ALiPayBaseTest.cs
│           ├── ALiPayTest.cs
│           ├── PaymentTest.csproj
│           ├── Properties
│           └── WeixinPayTest.cs
├── src
│   ├── Himall.AdminAppApi
│   │   ├── Base
│   │   │   ├── ApiControllerWithHub.cs
│   │   │   ├── ApiExceptionFilterAttribute.cs
│   │   │   ├── BaseApiController.cs
│   │   │   ├── HimallApiActionFilter.cs
│   │   │   └── ShopApiControllerWithHub.cs
│   │   ├── Himall.AdminAppApi.csproj
│   │   ├── Hubs
│   │   │   ├── PrintHub.cs
│   │   │   └── Startup.cs
│   │   ├── Model
│   │   │   ├── CategoryModel.cs
│   │   │   ├── DataGridModel.cs
│   │   │   ├── ParamsModel
│   │   │   ├── ShopBranchCapitalGetWithdrawModel.cs
│   │   │   ├── ShopBranchOrderGetOrderModel.cs
│   │   │   ├── ShopBranchOrderRefundModel.cs
│   │   │   ├── ShopBranchProductSKUItem.cs
│   │   │   └── ShopOrderConfirmPayModel.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Shop
│   │   │   ├── Base
│   │   │   ├── ShopBilityController.cs
│   │   │   ├── ShopCategoryController.cs
│   │   │   ├── ShopCenterController.cs
│   │   │   ├── ShopHomeController.cs
│   │   │   ├── ShopMessageController.cs
│   │   │   ├── ShopOrderController.cs
│   │   │   ├── ShopOrderRefundController.cs
│   │   │   └── ShopProductController.cs
│   │   ├── ShopBranch
│   │   │   ├── Base
│   │   │   ├── PaymentController.cs
│   │   │   ├── ShopBranchBilityController.cs
│   │   │   ├── ShopBranchCapitalController.cs
│   │   │   ├── ShopBranchCategoryController.cs
│   │   │   ├── ShopBranchCommunityController.cs
│   │   │   ├── ShopBranchHomeController.cs
│   │   │   ├── ShopBranchLoginController.cs
│   │   │   ├── ShopBranchMessageController.cs
│   │   │   ├── ShopBranchOrderController.cs
│   │   │   ├── ShopBranchOrderRefundController.cs
│   │   │   ├── ShopBranchProductController.cs
│   │   │   └── ShopBranchSubmitOrderController.cs
│   │   ├── Supplier
│   │   │   ├── Base
│   │   │   ├── PurchaseOrderController.cs
│   │   │   ├── SupplierCapitalController.cs
│   │   │   ├── SupplierController.cs
│   │   │   └── SupplierProductController.cs
│   │   ├── app.config
│   │   ├── obj
│   │   │   └── Debug
│   │   └── packages.config
│   ├── Himall.Application
│   │   ├── Activities
│   │   │   ├── Core
│   │   │   ├── Executor
│   │   │   └── Model
│   │   ├── AppMessageApplication.cs
│   │   ├── BaseApplicaion.cs
│   │   ├── BonusApplication.cs
│   │   ├── CartApplication.cs
│   │   ├── CategoryApplication.cs
│   │   ├── CommentApplication.cs
│   │   ├── CommunityApplication.cs
│   │   ├── DeliveryPathApplication.cs
│   │   ├── EventStore
│   │   │   └── GenericEventStore.cs
│   │   ├── Helper
│   │   ├── Himall.Application.csproj
│   │   ├── ManagerApplication.cs
│   │   ├── Mappers
│   │   │   ├── Configuration.cs
│   │   │   └── Profiles
│   │   ├── MarketingActivity
│   │   │   ├── CouponApplication.cs
│   │   │   ├── FullDiscountApplication.cs
│   │   │   └── ShopBonusApplication.cs
│   │   ├── Member
│   │   │   ├── MemberActionApplication.cs
│   │   │   ├── MemberApplication.cs
│   │   │   └── MemberCapitalApplication.cs
│   │   ├── OrderAndSaleStatisticsApplication.cs
│   │   ├── OrderApplication.cs
│   │   ├── OrderProgressApplication.cs
│   │   ├── PaymentApplication.cs
│   │   ├── ProductApplication.cs
│   │   ├── ProductextendApplication.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RefundApplication.cs
│   │   ├── RegionApplication.cs
│   │   ├── ShopBranchApplication.cs
│   │   ├── ShopBranchCapitalApplication.cs
│   │   ├── Site
│   │   │   └── SiteApplication.cs
│   │   ├── SiteSettingApplication.cs
│   │   ├── StatisticApplication.cs
│   │   ├── Supplier
│   │   │   ├── PurchaseApplication.cs
│   │   │   └── SupplierApplication.cs
│   │   ├── WXMsgTemplateApplication.cs
│   │   ├── WeiActivityApplication.cs
│   │   ├── Weixin
│   │   │   └── WeixinApplication.cs
│   │   ├── app.config
│   │   └── obj
│   │       └── Debug
│   ├── Himall.CommonModel
│   │   ├── CacheKeyCollection.cs
│   │   ├── CommonConst.cs
│   │   ├── Enum
│   │   │   ├── AdminCatalogType.cs
│   │   │   ├── AdminPrivileges.cs
│   │   │   ├── AppMessagesType.cs
│   │   │   ├── ApplyWithDrawStatus.cs
│   │   │   ├── BonusPriceType.cs
│   │   │   ├── BonusStyle.cs
│   │   │   ├── BonusType.cs
│   │   │   ├── CapitalDetailType.cs
│   │   │   ├── ChargeDetailStatus.cs
│   │   │   ├── CommentStatus.cs
│   │   │   ├── Community
│   │   │   ├── CompanyEmployeeCount.cs
│   │   │   ├── CounponStatus.cs
│   │   │   ├── Coupon.cs
│   │   │   ├── CouponReceiveStatus.cs
│   │   │   ├── CouponReceiveType.cs
│   │   │   ├── CustomerService
│   │   │   ├── DeliveryTypes.cs
│   │   │   ├── FightGroupActiveStatus.cs
│   │   │   ├── FightGroupBuildStatus.cs
│   │   │   ├── FightGroupManageAuditStatus.cs
│   │   │   ├── FightGroupOrderJoinStatus.cs
│   │   │   ├── FlashSaleStatus.cs
│   │   │   ├── FullDiscountStatus.cs
│   │   │   ├── ImageSize.cs
│   │   │   ├── IntegralType.cs
│   │   │   ├── ManagerType.cs
│   │   │   ├── MarketActiveType.cs
│   │   │   ├── MarketType.cs
│   │   │   ├── MatchType.cs
│   │   │   ├── MemberGroup
│   │   │   ├── MsgType.cs
│   │   │   ├── OrderCloseReason.cs
│   │   │   ├── OrderDimension.cs
│   │   │   ├── OrderItemStatus.cs
│   │   │   ├── OrderOperateStatus.cs
│   │   │   ├── OrderRefund
│   │   │   ├── OrderTypes.cs
│   │   │   ├── PaymentName.cs
│   │   │   ├── PaymentTypes.cs
│   │   │   ├── PlatAccountType.cs
│   │   │   ├── Position.cs
│   │   │   ├── ProductCommentMarkType.cs
│   │   │   ├── ProductSaleStatus.cs
│   │   │   ├── ProductShowStatus.cs
│   │   │   ├── QR_Scene.cs
│   │   │   ├── ReceiveState.cs
│   │   │   ├── ReplyType.cs
│   │   │   ├── SaleDimension.cs
│   │   │   ├── SendMemberCodeReturn.cs
│   │   │   ├── Settled.cs
│   │   │   ├── SexType.cs
│   │   │   ├── ShopAccountType.cs
│   │   │   ├── ShopBranch
│   │   │   ├── ShopBranchStatus.cs
│   │   │   ├── SlideAdType.cs
│   │   │   ├── StockOpType.cs
│   │   │   ├── Supplier
│   │   │   ├── SupplierStatus.cs
│   │   │   ├── TargetType.cs
│   │   │   ├── ThemeType.cs
│   │   │   ├── TopicAlign.cs
│   │   │   ├── UrlTypes.cs
│   │   │   ├── UseStateType.cs
│   │   │   ├── UserPrivileges.cs
│   │   │   ├── UserWithdrawType.cs
│   │   │   ├── VTemplateClientTypes.cs
│   │   │   ├── VerificationCodeStatus.cs
│   │   │   ├── WXMsgTemplateType.cs
│   │   │   ├── WXMsgType.cs
│   │   │   ├── WXSmallProgFromPageType.cs
│   │   │   ├── WeiActivityAwardType.cs
│   │   │   ├── WeiActivityType.cs
│   │   │   ├── WeiParticipateType.cs
│   │   │   ├── WithdrawStaus.cs
│   │   │   └── WithdrawType.cs
│   │   ├── Exception
│   │   │   ├── AuthorizationException.cs
│   │   │   ├── ExceptionMessages.cs
│   │   │   ├── MessageException.cs
│   │   │   ├── NotFoundException.cs
│   │   │   └── ParameterException.cs
│   │   ├── Himall.CommonModel.csproj
│   │   ├── Model
│   │   │   ├── OrderCountStatistics.cs
│   │   │   ├── ProductCommentCountAggregateModel.cs
│   │   │   ├── Region.cs
│   │   │   ├── SearchProductResult.cs
│   │   │   ├── WeiXinShareArgs.cs
│   │   │   └── WxAppletUserInfo.cs
│   │   ├── Privileage
│   │   │   ├── PrivilegeAttribute.cs
│   │   │   └── Privleages.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QueryPageModel.cs
│   │   ├── SimpItem.cs
│   │   ├── WeiXin
│   │   │   ├── WXApplet_MsgTemplateLinkData.cs
│   │   │   ├── WX_MSGItemBaseModel.cs
│   │   │   ├── WX_MsgTemplateKey2DataModel.cs
│   │   │   ├── WX_MsgTemplateKey3DataModel.cs
│   │   │   ├── WX_MsgTemplateKey4DataModel.cs
│   │   │   ├── WX_MsgTemplateKey5DataModel.cs
│   │   │   ├── WX_MsgTemplateKey6DataModel.cs
│   │   │   ├── WX_MsgTemplateLinkData.cs
│   │   │   └── WX_MsgTemplateSendDataModel.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   └── packages.config
│   ├── Himall.Core.Events
│   │   ├── BaseDelayEvent.cs
│   │   ├── BaseEvent.cs
│   │   ├── BaseHandler.cs
│   │   ├── EventCenter.cs
│   │   ├── EventCenterBuilder.cs
│   │   ├── EventDetail.cs
│   │   ├── EventException.cs
│   │   ├── EventPriorityAttribute.cs
│   │   ├── FastInvoke.cs
│   │   ├── Generic
│   │   │   ├── EventConvert.cs
│   │   │   ├── EventData.cs
│   │   │   ├── GenericEventCenter.cs
│   │   │   ├── GenericEventCenterBuilder.cs
│   │   │   ├── GenericTimer.cs
│   │   │   └── IGenericEventStore.cs
│   │   ├── Himall.Core.Events.csproj
│   │   ├── IDelayEvent.cs
│   │   ├── IEqualityComparer.cs
│   │   ├── IEvent.cs
│   │   ├── IEventCenter.cs
│   │   ├── IEventPublisher.cs
│   │   ├── IEventSubscriber.cs
│   │   ├── IHandler.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   ├── Himall.Core.Events.csproj.nuget.cache
│   │   │   ├── Himall.Core.Events.csproj.nuget.g.props
│   │   │   ├── Himall.Core.Events.csproj.nuget.g.targets
│   │   │   └── project.assets.json
│   │   └── packages.config
│   ├── Himall.Core.Tasks
│   │   ├── FastInvoke.cs
│   │   ├── Himall.Core.Tasks.csproj
│   │   ├── ITaskCenter.cs
│   │   ├── ITasks.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Quartz
│   │   │   ├── QuartzCenter.cs
│   │   │   ├── QuartzJob.cs
│   │   │   └── QuartzTaskCenterBuilder.cs
│   │   ├── TaskAttribute.cs
│   │   ├── TaskCenterBuilder.cs
│   │   ├── TaskDetail.cs
│   │   ├── TaskInterval.cs
│   │   ├── TaskIntervalType.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   ├── Himall.Core.Tasks.csproj.nuget.cache
│   │   │   ├── Himall.Core.Tasks.csproj.nuget.g.props
│   │   │   ├── Himall.Core.Tasks.csproj.nuget.g.targets
│   │   │   └── project.assets.json
│   │   └── packages.config
│   ├── Himall.DTO
│   │   ├── Cart.cs
│   │   ├── Command
│   │   │   ├── ApplyOrderRefundCommand.cs
│   │   │   ├── CreateOrderCommand.cs
│   │   │   └── SubmitOrderCommand.cs
│   │   ├── Himall.DTO.csproj
│   │   ├── Market
│   │   │   ├── ActiveModel.cs
│   │   │   ├── BonusModel.cs
│   │   │   ├── CouponModel.cs
│   │   │   ├── CouponSendByRegisterModel.cs
│   │   │   ├── FullDiscount.cs
│   │   │   ├── ShopBonus.cs
│   │   │   ├── UserCouponInfo.cs
│   │   │   ├── WeiActivityAwardModel.cs
│   │   │   ├── WeiActivityModel.cs
│   │   │   └── WeiActivityWinModel.cs
│   │   ├── Member
│   │   │   ├── ApplyWithDrawModel.cs
│   │   │   ├── CapitalDetailModel.cs
│   │   │   ├── CapitalModel.cs
│   │   │   ├── CapitalRecordTotal.cs
│   │   │   ├── Member.cs
│   │   │   ├── MemberPurchasingPower.cs
│   │   │   ├── MemberUpdate.cs
│   │   │   ├── OAuthUser.cs
│   │   │   ├── OAuthUserModel.cs
│   │   │   ├── RegisterMember.cs
│   │   │   └── SendMessageRecord.cs
│   │   ├── O2O
│   │   │   ├── BuyRecord.cs
│   │   │   ├── BuyRecordTotal.cs
│   │   │   ├── CommunityBatch.cs
│   │   │   ├── CommunityBatchList.cs
│   │   │   ├── CommunityBatchOrderItem.cs
│   │   │   ├── CommunityBatchProduct.cs
│   │   │   ├── CommunityGroupQuantity.cs
│   │   │   ├── CommunityGroupSkuAttr.cs
│   │   │   ├── CommunityProduct.cs
│   │   │   ├── HomePageCommunityProduct.cs
│   │   │   ├── HomePageShopBranch.cs
│   │   │   ├── ShopBranch.cs
│   │   │   ├── ShopBranchApplyWithdraw.cs
│   │   │   ├── ShopBranchCapital.cs
│   │   │   ├── ShopBranchCapitalRecord.cs
│   │   │   ├── ShopBranchCapitalRecordTotal.cs
│   │   │   ├── ShopBranchFeatRanking.cs
│   │   │   ├── ShopBranchWithdraw.cs
│   │   │   └── ShopBrancheSimp.cs
│   │   ├── Order
│   │   │   ├── BaseAdditionalCoupon.cs
│   │   │   ├── CartTest.cs
│   │   │   ├── CommunityBatchOrderAggregate.cs
│   │   │   ├── CreateOrder.cs
│   │   │   ├── CreateOrderItem.cs
│   │   │   ├── FullOrder.cs
│   │   │   ├── MemberOrderStatistics.cs
│   │   │   ├── NewBuyOrder.cs
│   │   │   ├── Order.cs
│   │   │   ├── OrderDetailModel.cs
│   │   │   ├── OrderItemListModel.cs
│   │   │   ├── OrderItemModel.cs
│   │   │   ├── OrderListModel.cs
│   │   │   ├── OrderPayment.cs
│   │   │   ├── OrderPrintViewModel.cs
│   │   │   ├── OrderRefundExportModel.cs
│   │   │   ├── OrderRefundModel.cs
│   │   │   ├── OrderRefundlog.cs
│   │   │   ├── OrderReturnModel.cs
│   │   │   ├── OrderShipPrintModel.cs
│   │   │   ├── OrderTest.cs
│   │   │   ├── OrderVerificationRecord.cs
│   │   │   ├── PaymentType.cs
│   │   │   ├── PrepareGoodsModel.cs
│   │   │   ├── PrintModel.cs
│   │   │   ├── SubmitOrder.cs
│   │   │   └── TradeRecordTotal.cs
│   │   ├── Product
│   │   │   ├── AppendCommentModel.cs
│   │   │   ├── Category.cs
│   │   │   ├── Product.cs
│   │   │   ├── ProductAttribute.cs
│   │   │   ├── ProductBrowsedHistoryModel.cs
│   │   │   ├── ProductComment.cs
│   │   │   ├── ProductEvaluation.cs
│   │   │   ├── ProductShopCategory.cs
│   │   │   ├── ProductSkuModel.cs
│   │   │   ├── ProductSpecificationValue.cs
│   │   │   ├── ProductType.cs
│   │   │   ├── SKUSimple.cs
│   │   │   ├── SKUStock.cs
│   │   │   ├── SpecificationDictionary.cs
│   │   │   ├── SpecificationValue.cs
│   │   │   └── StockChangeItem.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── QQGetAddressByLatLngResult.cs
│   │   ├── QueryModel
│   │   │   ├── AppMessageQuery.cs
│   │   │   ├── ApplyWithDrawQuery.cs
│   │   │   ├── BonusQuery.cs
│   │   │   ├── BranchShopDayFeatsQuery.cs
│   │   │   ├── BranchShopFeatsQuery.cs
│   │   │   ├── CapitalDetailQuery.cs
│   │   │   ├── CapitalQuery.cs
│   │   │   ├── CollocationQuery.cs
│   │   │   ├── CommentQuery.cs
│   │   │   ├── CommunityBatchProductQuery.cs
│   │   │   ├── CommunityBatchQuery.cs
│   │   │   ├── CommunityBatchWaitAllotQuery.cs
│   │   │   ├── CommunityOrderQuery.cs
│   │   │   ├── CommunityProductQuery.cs
│   │   │   ├── CouponQuery.cs
│   │   │   ├── CouponRecordQuery.cs
│   │   │   ├── DeliveryPathQuery.cs
│   │   │   ├── FightGroupActiveQuery.cs
│   │   │   ├── FullDiscountActiveQuery.cs
│   │   │   ├── GetWaitAllotCommunityBatchProductsQuery.cs
│   │   │   ├── HomePageCommunityProductQuery.cs
│   │   │   ├── IntegralQuery.cs
│   │   │   ├── LabelQuery.cs
│   │   │   ├── LimitTimeQuery.cs
│   │   │   ├── ManagerQuery.cs
│   │   │   ├── MemberPowerQuery.cs
│   │   │   ├── MemberQuery.cs
│   │   │   ├── OperationLogQuery.cs
│   │   │   ├── OrderCountStatisticsQuery.cs
│   │   │   ├── OrderQuery.cs
│   │   │   ├── OrderVerificationRecordQuery.cs
│   │   │   ├── ProductCommentQuery.cs
│   │   │   ├── ProductQuery.cs
│   │   │   ├── ProductSkuQuery.cs
│   │   │   ├── ProductStatisticQuery.cs
│   │   │   ├── ProductVisitsQuery.cs
│   │   │   ├── PurchaseOrderQuery.cs
│   │   │   ├── QueryBase.cs
│   │   │   ├── RefundQuery.cs
│   │   │   ├── SearchProductQuery.cs
│   │   │   ├── SendRecordQuery.cs
│   │   │   ├── ShopBranchCapitalQuery.cs
│   │   │   ├── ShopBranchCapitalRecordQuery.cs
│   │   │   ├── ShopBranchFeatRankingQuery.cs
│   │   │   ├── ShopBranchProductQuery.cs
│   │   │   ├── ShopBranchQuery.cs
│   │   │   ├── ShopBranchWithdrawQuery.cs
│   │   │   ├── ShopVisitsQuery.cs
│   │   │   ├── SupplierCapitalRecordQuery.cs
│   │   │   ├── SupplierQuery.cs
│   │   │   ├── SupplierWithdrawQuery.cs
│   │   │   ├── TradeRecordQuery.cs
│   │   │   ├── VerificationRecordQuery.cs
│   │   │   └── WeiActivityQuery.cs
│   │   ├── Refund
│   │   │   ├── RefundApply.cs
│   │   │   ├── RefundDetailViewModel.cs
│   │   │   ├── RefundPayment.cs
│   │   │   └── RefundViewModel.cs
│   │   ├── Result.cs
│   │   ├── SKUDataModel.cs
│   │   ├── SceneModel.cs
│   │   ├── SendMsgInfo.cs
│   │   ├── Settlement
│   │   │   ├── ChargeDetail.cs
│   │   │   ├── SettlementCycle.cs
│   │   │   └── SettlementStatistics.cs
│   │   ├── Shop
│   │   │   ├── AppMessages.cs
│   │   │   ├── CashDepositsObligation.cs
│   │   │   ├── CommunityHomeProductSaleDataModel.cs
│   │   │   ├── CommunityOrderModel.cs
│   │   │   ├── DeliveryPath.cs
│   │   │   ├── Manager.cs
│   │   │   ├── PlatConsoleMode.cs
│   │   │   ├── ShopActiveList.cs
│   │   │   ├── ShopBonusModel.cs
│   │   │   ├── ShopBranchInTag.cs
│   │   │   ├── ShopReceiveModel.cs
│   │   │   ├── SlideAdModel.cs
│   │   │   └── WeiXinInfo.cs
│   │   ├── Statistic
│   │   │   ├── AreaMapExportModel.cs
│   │   │   ├── LineChartDataModel.cs
│   │   │   ├── MemberOrderStatistic.cs
│   │   │   ├── OrderBasicStatistics.cs
│   │   │   ├── ProductStatisticModel.cs
│   │   │   ├── StatisticEventData.cs
│   │   │   └── TradeStatistic.cs
│   │   ├── Supplier
│   │   │   ├── CreatePurchaseOrder.cs
│   │   │   ├── PurchaseOrder.cs
│   │   │   ├── PurchaseOrderLog.cs
│   │   │   ├── Supplier.cs
│   │   │   ├── SupplierApplyWithdraw.cs
│   │   │   ├── SupplierCapital.cs
│   │   │   ├── SupplierCapitalTotalByMonth.cs
│   │   │   ├── SupplierWithdraw.cs
│   │   │   └── WaitProcessPurchaseData.cs
│   │   ├── WXCategory.cs
│   │   ├── WeiXin
│   │   │   ├── SingleMiniProgramButton.cs
│   │   │   ├── WXCardLogInfo.cs
│   │   │   └── WXMaterialInfo.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   ├── packages.config
│   │   └── setting
│   │       └── SiteSettings.cs
│   ├── Himall.Entities
│   │   ├── App.config
│   │   ├── Himall.Entities.csproj
│   │   ├── Models
│   │   │   ├── BaseModel.cs
│   │   │   ├── Generated
│   │   │   └── PartialMap
│   │   ├── NetRube
│   │   │   ├── Accessor.cs
│   │   │   ├── ArgumentNullOrEmptyException.cs
│   │   │   ├── Constants.cs
│   │   │   ├── Dict.cs
│   │   │   ├── Enum
│   │   │   ├── FastJson
│   │   │   ├── FastReflection.cs
│   │   │   ├── PagedList.cs
│   │   │   ├── STR.cs
│   │   │   ├── Singleton.cs
│   │   │   ├── StartAndEnd.cs
│   │   │   ├── TrackingEntity.cs
│   │   │   ├── Utils
│   │   │   └── XmlSerialization.cs
│   │   ├── NetRube.Data
│   │   │   ├── Attributes
│   │   │   ├── Core
│   │   │   ├── Database.cs
│   │   │   ├── DatabaseTypes
│   │   │   ├── DbFactory.cs
│   │   │   ├── Linq
│   │   │   ├── MongoDBClient.cs
│   │   │   ├── OracleProvider.cs
│   │   │   ├── PetaPocoExt.cs
│   │   │   └── Utilities
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   └── packages.config
│   ├── Himall.Events
│   │   ├── CommunityStore
│   │   │   ├── CommunityBatchReceiveEvent.cs
│   │   │   └── ShopBranchWithDrawCompleteEvent.cs
│   │   ├── Himall.Events.csproj
│   │   ├── Member
│   │   │   ├── MemberLoginEvent.cs
│   │   │   └── MemberRegistedEvent.cs
│   │   ├── Order
│   │   │   ├── OrderChangeItemDiscountEvent.cs
│   │   │   ├── OrderClosedEvent.cs
│   │   │   ├── OrderCommentExpired.cs
│   │   │   ├── OrderCompletedEvent.cs
│   │   │   ├── OrderCreatedEvent.cs
│   │   │   ├── OrderDeliveryEvent.cs
│   │   │   ├── OrderIntegrationEvent.cs
│   │   │   ├── OrderPayExpired.cs
│   │   │   ├── OrderPayedSuccessEvent.cs
│   │   │   ├── OrderProductExpiredEvent.cs
│   │   │   ├── OrderReceiveEvent.cs
│   │   │   ├── OrderUnPayedNotifyEvent.cs
│   │   │   ├── OrderVerificationEvent.cs
│   │   │   ├── OrderVerificationExpired.cs
│   │   │   └── OrderWaitSelfPickUpEvent.cs
│   │   ├── Product
│   │   │   ├── ProductChangedEvent.cs
│   │   │   ├── ProductCommentedEvent.cs
│   │   │   └── ProductCreatedEvent.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Refund
│   │   │   ├── RefundApplyEvent.cs
│   │   │   ├── RefundCompletedEvent.cs
│   │   │   ├── RefundPaymentEvent.cs
│   │   │   └── RefundToPaymentEvent.cs
│   │   ├── Statistic
│   │   │   ├── ShopBranchVisitEvent.cs
│   │   │   └── StatisticOrderCreateEvent.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   ├── Himall.Handlers
│   │   ├── BaseHandler.cs
│   │   ├── BonusHandler.cs
│   │   ├── CartHandler.cs
│   │   ├── CommunitySettlementHandler.cs
│   │   ├── CouponHandler.cs
│   │   ├── Himall.Handlers.csproj
│   │   ├── MemberHandler.cs
│   │   ├── MessageHandler.cs
│   │   ├── OperationLogHandler.cs
│   │   ├── OrderHandler.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RefundHandler.cs
│   │   ├── StatisticHandler.cs
│   │   ├── StockHandler.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   ├── Himall.MobileShopApi
│   │   ├── Base
│   │   │   ├── ApiExceptionFilterAttribute.cs
│   │   │   ├── ApiInstalledFilterAttribute.cs
│   │   │   ├── BaseApiController.cs
│   │   │   └── HimallApiActionFilter.cs
│   │   ├── BigWheelController.cs
│   │   ├── BonusController.cs
│   │   ├── CartController.cs
│   │   ├── CommonController.cs
│   │   ├── CommunityStoreController.cs
│   │   ├── CouponController.cs
│   │   ├── GiftsController.cs
│   │   ├── Himall.MobileShopApi.csproj
│   │   ├── HomeController.cs
│   │   ├── LoginController.cs
│   │   ├── MemberCenterController.cs
│   │   ├── Model
│   │   │   ├── ChangePayPwd.cs
│   │   │   ├── CouponGetIntegralCouponModel.cs
│   │   │   ├── HomeGetStoreListModel.cs
│   │   │   ├── HomePageCommunityProductModel.cs
│   │   │   ├── MySubordinateViewModel.cs
│   │   │   ├── OrderCommentModel.cs
│   │   │   ├── OrderRefundGetListModel.cs
│   │   │   ├── OrderRefundGetReturnDetailModel.cs
│   │   │   ├── ParaModel
│   │   │   ├── ProductDetailModelForMobie.cs
│   │   │   ├── ProductSKUModel.cs
│   │   │   └── WeiXinOpenIdModel.cs
│   │   ├── MyCapitalController.cs
│   │   ├── MyCommentController.cs
│   │   ├── MyOrderController.cs
│   │   ├── MyOrderRefundController.cs
│   │   ├── OrderController.cs
│   │   ├── PaymentController.cs
│   │   ├── ProductController.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RegisterActivityController.cs
│   │   ├── ScratchCardController.cs
│   │   ├── ShopBonusController.cs
│   │   ├── app.config
│   │   ├── obj
│   │   │   └── Debug
│   │   └── packages.config
│   ├── Himall.Service
│   │   ├── EventStoreService.cs
│   │   ├── Himall.Service.csproj
│   │   ├── Market
│   │   │   ├── BonusService.cs
│   │   │   ├── Business
│   │   │   ├── CouponService.cs
│   │   │   ├── FullDiscountService.cs
│   │   │   ├── ShopBonusService.cs
│   │   │   └── WeiActivityInfoService.cs
│   │   ├── Member
│   │   │   ├── MemberActionService.cs
│   │   │   ├── MemberCapitalService.cs
│   │   │   ├── MemberLabelService.cs
│   │   │   └── MemberService.cs
│   │   ├── O2O
│   │   │   ├── CommunityService.cs
│   │   │   ├── DeliveryPathService.cs
│   │   │   ├── ShopBranchCapitalService.cs
│   │   │   └── ShopBranchService.cs
│   │   ├── Order
│   │   │   ├── CartService.cs
│   │   │   ├── OrderService.cs
│   │   │   └── RefundService.cs
│   │   ├── Product
│   │   │   ├── CategoryService.cs
│   │   │   ├── CommentService.cs
│   │   │   ├── ProductService.cs
│   │   │   └── ProductextendService.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RegionService.cs
│   │   ├── ServiceBase.cs
│   │   ├── ServiceFactory.cs
│   │   ├── Supplier
│   │   │   ├── PurchaseService.cs
│   │   │   └── SupplierService.cs
│   │   ├── System
│   │   │   ├── AppMessageService.cs
│   │   │   ├── ManagerService.cs
│   │   │   ├── SiteService.cs
│   │   │   ├── SiteSettingService.cs
│   │   │   └── StatisticsService.cs
│   │   ├── Weixin
│   │   │   ├── WXHelper.cs
│   │   │   ├── WXMsgTemplateService.cs
│   │   │   └── WeixinService.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   ├── packages.config
│   │   └── zh-Hans
│   ├── Himall.Tasks
│   │   ├── Himall.Tasks.csproj
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SettlementTasks.cs
│   │   ├── StatisticsTasks.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   └── obj
│   │       └── Debug
│   ├── Himall.Web
│   │   ├── AppHome
│   │   │   ├── Skin-HomePage.cshtml
│   │   │   └── data
│   │   ├── App_Code
│   │   │   ├── Common
│   │   │   ├── ConstValues.cs
│   │   │   ├── DemoAuthorityHelper.cs
│   │   │   ├── GalleryHelper.cs
│   │   │   ├── HtmlHelperEx.cs
│   │   │   ├── LoginException.cs
│   │   │   ├── MVCHelpers.cs
│   │   │   ├── MessageHelper.cs
│   │   │   ├── ObjectEx.cs
│   │   │   ├── RazorHelper.cshtml
│   │   │   ├── SceneHelper.cs
│   │   │   ├── UEditor
│   │   │   └── VTemplateHelper.cs
│   │   ├── App_Data
│   │   │   └── Dict
│   │   ├── App_Start
│   │   │   ├── AutoFacContainer.cs
│   │   │   ├── BundleConfig.cs
│   │   │   ├── FilterConfig.cs
│   │   │   ├── RouteConfig.cs
│   │   │   └── WebApiConfig.cs
│   │   ├── AppletHome
│   │   │   ├── data
│   │   │   └── 小程序模板消息配置指南.docx
│   │   ├── Areas
│   │   │   └── Admin
│   │   ├── Content
│   │   │   ├── Public
│   │   │   ├── PublicMob
│   │   │   ├── Site.css
│   │   │   ├── WXmsg.css
│   │   │   ├── artdialog.css
│   │   │   ├── bootstrap-datetimepicker.min.css
│   │   │   ├── bootstrap-switch.min.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── common.css
│   │   │   ├── custom.css
│   │   │   ├── daterangepicker-bs3.css
│   │   │   ├── inner-custom.css
│   │   │   ├── install.css
│   │   │   ├── jquery.onoff.css.css
│   │   │   ├── login.css
│   │   │   ├── pagesetting.css
│   │   │   ├── simpletooltip.min.css
│   │   │   ├── spectrum.css
│   │   │   ├── titatoggle-dist-min.css
│   │   │   ├── titatoggle-dist.css
│   │   │   └── v.css
│   │   ├── Controllers
│   │   │   ├── InstallerController.cs
│   │   │   ├── PayController.cs
│   │   │   ├── PublicOperationController.cs
│   │   │   ├── RegionAPIController.cs
│   │   │   ├── ScanStateController.cs
│   │   │   ├── SiteController.cs
│   │   │   ├── UEditorController.cs
│   │   │   ├── UpgradeController.cs
│   │   │   └── WXApiController.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Himall.Web.csproj
│   │   ├── Himall.Web.csproj.user
│   │   ├── Images
│   │   │   ├── Block-1.png
│   │   │   ├── Block-2.png
│   │   │   ├── Block-3.png
│   │   │   ├── CashDeposit.png
│   │   │   ├── PC.png
│   │   │   ├── Security.jpg
│   │   │   ├── SevenDay.jpg
│   │   │   ├── TimelyDelivery.jpg
│   │   │   ├── WeiXinO2OSmallProg.png
│   │   │   ├── WeiXinSmallProg.png
│   │   │   ├── admin_add.png
│   │   │   ├── admin_market.png
│   │   │   ├── admin_market2.png
│   │   │   ├── app-index.jpg
│   │   │   ├── app-index_02.png
│   │   │   ├── app-index_03.png
│   │   │   ├── app-integral.png
│   │   │   ├── app-topic.jpg
│   │   │   ├── app-topic_01.jpg
│   │   │   ├── app.png
│   │   │   ├── applet.png
│   │   │   ├── avatar-a.png
│   │   │   ├── avatar-b.png
│   │   │   ├── avatar-c.png
│   │   │   ├── avatar-default.png
│   │   │   ├── badge-add.png
│   │   │   ├── badge-min.png
│   │   │   ├── bg.png
│   │   │   ├── branchapp.jpg
│   │   │   ├── btn-android.png
│   │   │   ├── btn-ios.png
│   │   │   ├── btn-windows.png
│   │   │   ├── cashOnDelivery.jpg
│   │   │   ├── choose.png
│   │   │   ├── close_01.png
│   │   │   ├── close_01_13.jpg
│   │   │   ├── comuserheadpic.jpg
│   │   │   ├── coupdetail-back.jpg
│   │   │   ├── coupon_bg.png
│   │   │   ├── coupon_bg_disable.png
│   │   │   ├── default-head.jpg
│   │   │   ├── default-l.png
│   │   │   ├── default-notimg.png
│   │   │   ├── default.png
│   │   │   ├── defaultwxlogo.png
│   │   │   ├── del-bt_03.png
│   │   │   ├── del-bt_06.png
│   │   │   ├── del.png
│   │   │   ├── detail-choose.png
│   │   │   ├── dg_loading.gif
│   │   │   ├── error.jpg
│   │   │   ├── error.png
│   │   │   ├── errors.png
│   │   │   ├── face-sad.png
│   │   │   ├── fake-checkbox-checked.png
│   │   │   ├── fake-checkbox-disabled.png
│   │   │   ├── fake-checkbox.png
│   │   │   ├── fake-radio-checked.png
│   │   │   ├── fake-radio-disabled.png
│   │   │   ├── fake-radio.png
│   │   │   ├── float-demo.png
│   │   │   ├── floor-img.jpg
│   │   │   ├── floor-img0.jpg
│   │   │   ├── floor-img1.jpg
│   │   │   ├── floor-img2.jpg
│   │   │   ├── floor-img3.jpg
│   │   │   ├── floor_1.jpg
│   │   │   ├── floor_1.png
│   │   │   ├── floor_10.png
│   │   │   ├── floor_11.jpg
│   │   │   ├── floor_11.png
│   │   │   ├── floor_12.jpg
│   │   │   ├── floor_12.png
│   │   │   ├── floor_13.jpg
│   │   │   ├── floor_2.jpg
│   │   │   ├── floor_2.png
│   │   │   ├── floor_3.jpg
│   │   │   ├── floor_3.png
│   │   │   ├── floor_4.png
│   │   │   ├── floor_5.jpg
│   │   │   ├── floor_5.png
│   │   │   ├── floor_6.jpg
│   │   │   ├── floor_6.png
│   │   │   ├── floor_7.jpg
│   │   │   ├── floor_7.png
│   │   │   ├── floor_8.jpg
│   │   │   ├── floor_8.png
│   │   │   ├── floor_9.jpg
│   │   │   ├── floor_9.png
│   │   │   ├── iPhone5.png
│   │   │   ├── ic_export.png
│   │   │   ├── ic_query.png
│   │   │   ├── icon-c.png
│   │   │   ├── icon-tips.png
│   │   │   ├── icon.png
│   │   │   ├── icon_map_my.png
│   │   │   ├── icon_map_rider.png
│   │   │   ├── icon_map_store.png
│   │   │   ├── icon_sele.png
│   │   │   ├── iconfont-tui.png
│   │   │   ├── index.jpg
│   │   │   ├── installLogo.png
│   │   │   ├── iphone.png
│   │   │   ├── limiticon.png
│   │   │   ├── loading.gif
│   │   │   ├── loading2.gif
│   │   │   ├── loading3.gif
│   │   │   ├── login-bg.jpg
│   │   │   ├── login-logo.png
│   │   │   ├── login-right.jpg
│   │   │   ├── logo.png
│   │   │   ├── logo2.png
│   │   │   ├── logo3.png
│   │   │   ├── meiqia_icon.png
│   │   │   ├── mobile.png
│   │   │   ├── myorder_bonus.jpg
│   │   │   ├── next_c.png
│   │   │   ├── nodetail.png
│   │   │   ├── norecord.png
│   │   │   ├── ok.png
│   │   │   ├── posi-icon1.png
│   │   │   ├── pre_c.png
│   │   │   ├── product-detail.png
│   │   │   ├── progress.gif
│   │   │   ├── qr-status.png
│   │   │   ├── question.png
│   │   │   ├── qzone.png
│   │   │   ├── select_03.png
│   │   │   ├── select_disable_05.png
│   │   │   ├── selftake.png
│   │   │   ├── selftake2.png
│   │   │   ├── seller-logo.png
│   │   │   ├── seller_logo_03.png
│   │   │   ├── selleradmin_c.png
│   │   │   ├── service1.png
│   │   │   ├── service2.png
│   │   │   ├── service3.png
│   │   │   ├── service4.png
│   │   │   ├── service5.png
│   │   │   ├── shop-rang.png
│   │   │   ├── shop.jpg
│   │   │   ├── shop.png
│   │   │   ├── shopFreeze.png
│   │   │   ├── shopReview.png
│   │   │   ├── shopbackground.png
│   │   │   ├── slogo-w.png
│   │   │   ├── slogo.png
│   │   │   ├── stars_grey.png
│   │   │   ├── stars_orange.png
│   │   │   ├── start.png
│   │   │   ├── step2013.png
│   │   │   ├── store-home.png
│   │   │   ├── succeed.png
│   │   │   ├── succeedg.png
│   │   │   ├── success.jpg
│   │   │   ├── trade-an_03.png
│   │   │   ├── uploadFilebtn.jpg
│   │   │   ├── usecenter_l.png
│   │   │   ├── user-icon.png
│   │   │   ├── user.png
│   │   │   ├── vshop.jpg
│   │   │   ├── wap.png
│   │   │   ├── warning.png
│   │   │   ├── weibo.png
│   │   │   ├── weixin.png
│   │   │   ├── wx.jpg
│   │   │   └── wx.png
│   │   ├── Models
│   │   │   ├── CategoryJsonModel.cs
│   │   │   ├── ChartDataViewModel.cs
│   │   │   ├── CouponViewModel.cs
│   │   │   ├── DataGridModel.cs
│   │   │   ├── HandSlideModel.cs
│   │   │   ├── LabelModel.cs
│   │   │   ├── ManageThemeInfo.cs
│   │   │   ├── ManagerInfoModel.cs
│   │   │   ├── OrderModel.cs
│   │   │   ├── PayJumpPageModel.cs
│   │   │   ├── ProductActives.cs
│   │   │   ├── ProductBonusLableModel.cs
│   │   │   ├── ProductCommentModel.cs
│   │   │   ├── ProductDetailModelForWeb.cs
│   │   │   ├── ProductSKUModel.cs
│   │   │   ├── Result.cs
│   │   │   └── fonts
│   │   ├── Plugins
│   │   │   ├── Express
│   │   │   ├── Message
│   │   │   ├── OAuth
│   │   │   ├── Payment
│   │   │   └── configs
│   │   ├── Printer
│   │   │   ├── CLodop_Setup_for_Win32NT.exe
│   │   │   ├── CLodop_Setup_for_Win64NT_3.008Extend.exe
│   │   │   ├── install_lodop32.exe
│   │   │   └── install_lodop64.exe
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── PublishProfiles
│   │   ├── Scripts
│   │   │   ├── CommonJS.js
│   │   │   ├── JumpPlatForm.js
│   │   │   ├── LodopFuncs.js
│   │   │   ├── Region.js
│   │   │   ├── RegionBind.js
│   │   │   ├── SuperSlide.2.1.js
│   │   │   ├── ZeroClipboard.js
│   │   │   ├── ZeroClipboard.swf
│   │   │   ├── a_link.js
│   │   │   ├── artDialog.iframeTools.js
│   │   │   ├── autoNumeric.js
│   │   │   ├── bootstrap-datetimepicker.js
│   │   │   ├── bootstrap-datetimepicker.min.js
│   │   │   ├── bootstrap-datetimepicker.zh-CN.js
│   │   │   ├── bootstrap-switch.min.js
│   │   │   ├── bootstrap.autocomplete.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── chart
│   │   │   ├── custom.js
│   │   │   ├── dateRangePicker.js
│   │   │   ├── datetimeCustom.js
│   │   │   ├── echarts-all.js
│   │   │   ├── echarts-plain-map.js
│   │   │   ├── echarts.common.min.js
│   │   │   ├── echarts.min.js
│   │   │   ├── echartsConfig.js
│   │   │   ├── exif.js
│   │   │   ├── imitateRequire.js
│   │   │   ├── inner-custom.js
│   │   │   ├── iscroll.js
│   │   │   ├── jQuery.mouseDelay.min.js
│   │   │   ├── jqeury.himallLinkage.js
│   │   │   ├── jquery-1.11.1.js
│   │   │   ├── jquery-1.11.1.min.js
│   │   │   ├── jquery-1.7.1.min.js
│   │   │   ├── jquery-barcode.min.js
│   │   │   ├── jquery-regionSelector.js
│   │   │   ├── jquery-regionSelector.min.js
│   │   │   ├── jquery.ColloproductSelector.js
│   │   │   ├── jquery.artDialog.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.couponSelector.js
│   │   │   ├── jquery.fly.js
│   │   │   ├── jquery.form.js
│   │   │   ├── jquery.hiMallDatagrid.js
│   │   │   ├── jquery.himall.Region.js
│   │   │   ├── jquery.himall.sku.js
│   │   │   ├── jquery.himallCategoryTree.js
│   │   │   ├── jquery.himallDistrict.js
│   │   │   ├── jquery.himallLinkage.nocreate.js
│   │   │   ├── jquery.himallStorage.js
│   │   │   ├── jquery.himallUpload.js
│   │   │   ├── jquery.himallUploadFile.js
│   │   │   ├── jquery.hishopUpload.shopregister.js
│   │   │   ├── jquery.json.js
│   │   │   ├── jquery.limitTimeBuySelector.js
│   │   │   ├── jquery.nicescroll.min.js
│   │   │   ├── jquery.nicescroll.plus.js
│   │   │   ├── jquery.onoff.css.css
│   │   │   ├── jquery.onoff.min.js
│   │   │   ├── jquery.placeholder.min.js
│   │   │   ├── jquery.productSelector.js
│   │   │   ├── jquery.productSelector2.js
│   │   │   ├── jquery.scrollLoading.min.js
│   │   │   ├── jquery.sellerSelector.js
│   │   │   ├── jquery.shopProductSelector.js
│   │   │   ├── jquery.slides.min.js
│   │   │   ├── jquery.tmpl.js
│   │   │   ├── jquery.unobtrusive-ajax.js
│   │   │   ├── jquery.unobtrusive-ajax.min.js
│   │   │   ├── jquery.validate-vsdoc.js
│   │   │   ├── jquery.validate.js
│   │   │   ├── jquery.validate.min.js
│   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   ├── jquery.vue.2.4.4.js
│   │   │   ├── jquery.vue.min.js
│   │   │   ├── jquery.zclip.js
│   │   │   ├── lazyload.js
│   │   │   ├── moment.js
│   │   │   ├── print.js
│   │   │   ├── qrcode.min.js
│   │   │   ├── region.json
│   │   │   ├── regionbak.json
│   │   │   ├── requestAnimationFrame.js
│   │   │   ├── respond.min.js
│   │   │   ├── simpletooltip.min.js
│   │   │   ├── spectrum.js
│   │   │   ├── swipe-template.js
│   │   │   ├── swiper.min.js
│   │   │   ├── template.js
│   │   │   ├── ueditor
│   │   │   ├── v-min.js
│   │   │   ├── v.js
│   │   │   └── weixinApi.js
│   │   ├── ServicePathSetting.xml
│   │   ├── Special
│   │   │   ├── DoNotDelete.txt
│   │   │   └── empty
│   │   ├── SqlScripts
│   │   │   ├── ClearDemoData.sql
│   │   │   ├── Schema.sql
│   │   │   ├── SiteDemo.zh-CN.sql
│   │   │   └── Upgrade.sql
│   │   ├── Storage
│   │   │   ├── Applet
│   │   │   ├── Gift
│   │   │   ├── Plat
│   │   │   ├── ServicePromise
│   │   │   ├── Shop
│   │   │   ├── Template
│   │   │   └── master
│   │   ├── Strategies
│   │   │   ├── Cache
│   │   │   └── IO
│   │   ├── Template
│   │   │   ├── ProductDetail
│   │   │   └── ProductDetailBase
│   │   ├── Views
│   │   │   ├── Installer
│   │   │   ├── Pay
│   │   │   ├── ScanState
│   │   │   ├── Shared
│   │   │   ├── Site
│   │   │   ├── Upgrade
│   │   │   ├── Web.config
│   │   │   └── _ViewStart.cshtml
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   ├── Web.config
│   │   ├── alipay.html
│   │   ├── bin
│   │   │   ├── Aliyun.OSS.dll
│   │   │   ├── Antlr3.Runtime.dll
│   │   │   ├── Antlr3.Runtime.pdb
│   │   │   ├── AutoMapper.Net4.dll
│   │   │   ├── AutoMapper.dll
│   │   │   ├── AutoMapper.xml
│   │   │   ├── Autofac.Configuration.dll
│   │   │   ├── Autofac.Configuration.xml
│   │   │   ├── Autofac.Integration.Mvc.dll
│   │   │   ├── Autofac.Integration.Mvc.xml
│   │   │   ├── Autofac.dll
│   │   │   ├── Autofac.xml
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   ├── Common.Logging.Core.xml
│   │   │   ├── Common.Logging.dll
│   │   │   ├── Common.Logging.pdb
│   │   │   ├── Common.Logging.xml
│   │   │   ├── FluentValidation.Mvc.dll
│   │   │   ├── FluentValidation.Mvc.pdb
│   │   │   ├── FluentValidation.Mvc.xml
│   │   │   ├── FluentValidation.dll
│   │   │   ├── FluentValidation.pdb
│   │   │   ├── FluentValidation.xml
│   │   │   ├── Google.Protobuf.dll
│   │   │   ├── Google.Protobuf.xml
│   │   │   ├── Himall.AdminAppApi.dll
│   │   │   ├── Himall.AdminAppApi.dll.config
│   │   │   ├── Himall.AdminAppApi.pdb
│   │   │   ├── Himall.Application.dll
│   │   │   ├── Himall.Application.dll.config
│   │   │   ├── Himall.Application.pdb
│   │   │   ├── Himall.CommonModel.dll
│   │   │   ├── Himall.CommonModel.dll.config
│   │   │   ├── Himall.CommonModel.pdb
│   │   │   ├── Himall.Core.Events.dll
│   │   │   ├── Himall.Core.Events.pdb
│   │   │   ├── Himall.Core.Tasks.dll
│   │   │   ├── Himall.Core.Tasks.pdb
│   │   │   ├── Himall.Core.dll
│   │   │   ├── Himall.Core.xml
│   │   │   ├── Himall.DTO.dll
│   │   │   ├── Himall.DTO.dll.config
│   │   │   ├── Himall.DTO.pdb
│   │   │   ├── Himall.Entities.dll
│   │   │   ├── Himall.Entities.dll.config
│   │   │   ├── Himall.Entities.pdb
│   │   │   ├── Himall.Entities.xml
│   │   │   ├── Himall.Events.dll
│   │   │   ├── Himall.Events.dll.config
│   │   │   ├── Himall.Events.pdb
│   │   │   ├── Himall.Handlers.dll
│   │   │   ├── Himall.Handlers.dll.config
│   │   │   ├── Himall.Handlers.pdb
│   │   │   ├── Himall.MobileShopApi.dll
│   │   │   ├── Himall.MobileShopApi.dll.config
│   │   │   ├── Himall.MobileShopApi.pdb
│   │   │   ├── Himall.Service.dll
│   │   │   ├── Himall.Service.dll.config
│   │   │   ├── Himall.Service.pdb
│   │   │   ├── Himall.Strategy.Redis.dll
│   │   │   ├── Himall.TaoBaoSDK.Spider.dll
│   │   │   ├── Himall.Tasks.dll
│   │   │   ├── Himall.Tasks.dll.config
│   │   │   ├── Himall.Tasks.pdb
│   │   │   ├── Himall.Web.Framework.dll
│   │   │   ├── Himall.Web.Framework.dll.config
│   │   │   ├── Himall.Web.Framework.pdb
│   │   │   ├── Himall.Web.dll
│   │   │   ├── Himall.Web.dll.config
│   │   │   ├── Himall.Web.pdb
│   │   │   ├── Hishop.Open.Api.dll
│   │   │   ├── Hishop.Weixin.MP.dll
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── Ionic.Zip.dll
│   │   │   ├── LumenWorks.Framework.IO.dll
│   │   │   ├── LumenWorks.Framework.IO.xml
│   │   │   ├── Microsoft.AspNet.SignalR.Core.dll
│   │   │   ├── Microsoft.AspNet.SignalR.Core.xml
│   │   │   ├── Microsoft.AspNet.SignalR.SystemWeb.dll
│   │   │   ├── Microsoft.AspNet.SignalR.SystemWeb.xml
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.xml
│   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   ├── Microsoft.Owin.Security.xml
│   │   │   ├── Microsoft.Owin.dll
│   │   │   ├── Microsoft.Owin.xml
│   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   ├── MongoDB.Bson.dll
│   │   │   ├── MongoDB.Bson.xml
│   │   │   ├── MongoDB.Driver.Core.dll
│   │   │   ├── MongoDB.Driver.Core.xml
│   │   │   ├── MongoDB.Driver.dll
│   │   │   ├── MongoDB.Driver.xml
│   │   │   ├── MySql.Data.dll
│   │   │   ├── MySql.Data.xml
│   │   │   ├── NPOI.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Owin.dll
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   ├── RouteDebugger.dll
│   │   │   ├── Senparc.Weixin.MP.dll
│   │   │   ├── Senparc.Weixin.dll
│   │   │   ├── ServiceStack.Common.dll
│   │   │   ├── ServiceStack.Common.xml
│   │   │   ├── ServiceStack.Interfaces.dll
│   │   │   ├── ServiceStack.Redis.dll
│   │   │   ├── ServiceStack.Redis.xml
│   │   │   ├── ServiceStack.Text.dll
│   │   │   ├── ServiceStack.Text.xml
│   │   │   ├── System.Data.dll
│   │   │   ├── System.Net.Http.Formatting.dll
│   │   │   ├── System.Net.Http.Formatting.xml
│   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Helpers.xml
│   │   │   ├── System.Web.Http.WebHost.dll
│   │   │   ├── System.Web.Http.WebHost.xml
│   │   │   ├── System.Web.Http.dll
│   │   │   ├── System.Web.Http.xml
│   │   │   ├── System.Web.Mvc.dll
│   │   │   ├── System.Web.Mvc.xml
│   │   │   ├── System.Web.Optimization.dll
│   │   │   ├── System.Web.Optimization.xml
│   │   │   ├── System.Web.Razor.dll
│   │   │   ├── System.Web.Razor.xml
│   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   ├── System.Web.WebPages.Deployment.xml
│   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   ├── System.Web.WebPages.Razor.xml
│   │   │   ├── System.Web.WebPages.dll
│   │   │   ├── System.Web.WebPages.xml
│   │   │   ├── WebGrease.dll
│   │   │   ├── de
│   │   │   ├── es
│   │   │   ├── fr
│   │   │   ├── it
│   │   │   ├── ko
│   │   │   ├── log4net.dll
│   │   │   ├── log4net.xml
│   │   │   ├── nl
│   │   │   ├── pl
│   │   │   ├── pt
│   │   │   ├── ru
│   │   │   ├── sv
│   │   │   ├── tr
│   │   │   ├── zh-Hans
│   │   │   ├── zxing.dll
│   │   │   └── zxing.pdb
│   │   ├── favicon.ico
│   │   ├── fonts
│   │   │   ├── checkCode.ttf
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   ├── iconfont.css
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.js
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   └── iconfont.woff
│   │   ├── index.html
│   │   ├── job_scheduling_data_2_0.xsd
│   │   ├── meiqia.html
│   │   ├── obj
│   │   │   └── Debug
│   │   ├── packages.config
│   │   └── temp
│   │       ├── 201503101529273093778.jpg
│   │       ├── 201503121032157328269.jpg
│   │       ├── 201503201555574551681.jpg
│   │       ├── 201804231601288614620.png
│   │       ├── 201804231609292559570.png
│   │       ├── 201804231616197971840.png
│   │       ├── 201804241637031307050.png
│   │       ├── 201804241637285226020.png
│   │       ├── 201804241639208812250.png
│   │       ├── 201804241639238749920.png
│   │       ├── 201804241639284756760.png
│   │       ├── 201804251113573984570.png
│   │       ├── 201804280853491287070.png
│   │       ├── 201804280853556145310.png
│   │       ├── 201804280854100943120.jpg
│   │       ├── 201804280918468449980.jpg
│   │       ├── 201804280918559821720.jpg
│   │       ├── 201804280919022345220.jpg
│   │       ├── 201804280919115489600.jpg
│   │       └── DoNotDelete.txt
│   ├── Himall.Web.Framework
│   │   ├── ActionSelectors
│   │   │   ├── ApiExceptionFilterAttribute.cs
│   │   │   ├── GzipAttribute.cs
│   │   │   ├── OperationLogAttribute.cs
│   │   │   ├── StoreAuthorizationAttribute.cs
│   │   │   └── UnAuthorizeAttribute.cs
│   │   ├── ApiControllerSelector
│   │   │   └── NamespaceHttpControllerSelector.cs
│   │   ├── AreaRegistrationOrder.cs
│   │   ├── Base
│   │   │   ├── ApiErrorCode.cs
│   │   │   ├── Himall404.cs
│   │   │   └── HimallApiException.cs
│   │   ├── BaseControllers
│   │   │   ├── BaseAdminController.cs
│   │   │   ├── BaseAsyncController.cs
│   │   │   ├── BaseController.cs
│   │   │   ├── Extension
│   │   │   ├── HiAPIController.cs
│   │   │   ├── Permission
│   │   │   └── Web
│   │   ├── CookieKeysCollection.cs
│   │   ├── ExcelResult.cs
│   │   ├── Helper
│   │   │   ├── ApiHelper.cs
│   │   │   ├── BrowseHistrory.cs
│   │   │   ├── CurrentUrlHelper.cs
│   │   │   ├── OpenAPIHelper.cs
│   │   │   └── ShopbranchHelper.cs
│   │   ├── Himall.Web.Framework.csproj
│   │   ├── JsonConverter
│   │   │   ├── DateTimeConverter.cs
│   │   │   └── JsonNetResult.cs
│   │   ├── PrivilegeConfig
│   │   │   └── PrivilegeHelper.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── UserCookieEncryptHelper.cs
│   │   ├── WebViewPage
│   │   │   └── WebViewPage.cs
│   │   ├── WeixinOAuthHelper.cs
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── obj
│   │   │   └── Debug
│   │   └── packages.config
│   ├── Himall.sln
│   ├── SharedAssemblyInfo.cs
│   └── packages
│       ├── Antlr.3.4.1.9004
│       │   ├── Antlr.3.4.1.9004.nupkg
│       │   └── lib
│       ├── AutoMapper.3.2.1
│       │   ├── AutoMapper.3.2.1.nupkg
│       │   ├── lib
│       │   └── tools
│       ├── Autofac.3.5.2
│       │   ├── Autofac.3.5.2.nupkg
│       │   └── lib
│       ├── Autofac.Configuration.3.3.0
│       │   ├── Autofac.Configuration.3.3.0.nupkg
│       │   └── lib
│       ├── Autofac.Mvc5.3.3.4
│       │   ├── Autofac.Mvc5.3.3.4.nupkg
│       │   └── lib
│       ├── Common.Logging.3.3.1
│       │   ├── Common.Logging.3.3.1.nupkg
│       │   └── lib
│       ├── Common.Logging.Core.3.3.1
│       │   ├── Common.Logging.Core.3.3.1.nupkg
│       │   └── lib
│       ├── FluentValidation.5.1.0.0
│       │   ├── FluentValidation.5.1.0.0.nupkg
│       │   └── lib
│       ├── FluentValidation.MVC4.5.1.0.0
│       │   ├── FluentValidation.MVC4.5.1.0.0.nupkg
│       │   └── lib
│       ├── Google.Protobuf.3.5.1
│       │   ├── Google.Protobuf.3.5.1.nupkg
│       │   └── lib
│       ├── Ionic.Zip.1.9.1.8
│       │   ├── Ionic.Zip.1.9.1.8.nupkg
│       │   ├── lib
│       │   └── nuget.bat
│       ├── LumenWorks.Framework.IO.3.8.0
│       │   ├── COPYING.txt
│       │   ├── LumenWorks.Framework.IO.3.8.0.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.Mvc.5.2.3
│       │   ├── Content
│       │   ├── Microsoft.AspNet.Mvc.5.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.3
│       │   ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.Razor.3.2.3
│       │   ├── Microsoft.AspNet.Razor.3.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3
│       │   ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.SignalR.2.2.2
│       │   ├── Microsoft.AspNet.SignalR.2.2.2.nupkg
│       │   └── readme.txt
│       ├── Microsoft.AspNet.SignalR.Core.2.2.2
│       │   ├── Microsoft.AspNet.SignalR.Core.2.2.2.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.SignalR.JS.2.2.2
│       │   ├── Microsoft.AspNet.SignalR.JS.2.2.2.nupkg
│       │   └── content
│       ├── Microsoft.AspNet.SignalR.SystemWeb.2.2.2
│       │   ├── Microsoft.AspNet.SignalR.SystemWeb.2.2.2.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.Web.Optimization.1.1.3
│       │   ├── Microsoft.AspNet.Web.Optimization.1.1.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3
│       │   ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.1.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.WebApi.5.2.3
│       │   └── Microsoft.AspNet.WebApi.5.2.3.nupkg
│       ├── Microsoft.AspNet.WebApi.Client.5.2.3
│       │   ├── Microsoft.AspNet.WebApi.Client.5.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.WebApi.Core.5.2.3
│       │   ├── Content
│       │   ├── Microsoft.AspNet.WebApi.Core.5.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.WebApi.WebHost.5.2.3
│       │   ├── Microsoft.AspNet.WebApi.WebHost.5.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.WebPages.3.2.3
│       │   ├── Content
│       │   ├── Microsoft.AspNet.WebPages.3.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3
│       │   ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3.nupkg
│       │   └── lib
│       ├── Microsoft.Owin.2.1.0
│       │   ├── Microsoft.Owin.2.1.0.nupkg
│       │   └── lib
│       ├── Microsoft.Owin.Host.SystemWeb.2.1.0
│       │   ├── Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg
│       │   └── lib
│       ├── Microsoft.Owin.Security.2.1.0
│       │   ├── Microsoft.Owin.Security.2.1.0.nupkg
│       │   └── lib
│       ├── Microsoft.Web.Infrastructure.1.0.0.0
│       │   ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│       │   └── lib
│       ├── Microsoft.jQuery.Unobtrusive.Ajax.3.2.3
│       │   ├── Content
│       │   └── Microsoft.jQuery.Unobtrusive.Ajax.3.2.3.nupkg
│       ├── Microsoft.jQuery.Unobtrusive.Validation.3.1.2
│       │   ├── Content
│       │   └── Microsoft.jQuery.Unobtrusive.Validation.3.1.2.nupkg
│       ├── Modernizr.2.6.2
│       │   ├── Content
│       │   ├── Modernizr.2.6.2.nupkg
│       │   └── Tools
│       ├── MongoDB.Bson.2.4.4
│       │   ├── License.rtf
│       │   ├── MongoDB.Bson.2.4.4.nupkg
│       │   └── lib
│       ├── MongoDB.Driver.2.4.4
│       │   ├── License.rtf
│       │   ├── MongoDB.Driver.2.4.4.nupkg
│       │   └── lib
│       ├── MongoDB.Driver.Core.2.4.4
│       │   ├── License.rtf
│       │   ├── MongoDB.Driver.Core.2.4.4.nupkg
│       │   └── lib
│       ├── MySql.Data.8.0.15
│       │   ├── MySql.Data.8.0.15.nupkg
│       │   └── lib
│       ├── NPOI.1.2.3
│       │   ├── NPOI.1.2.3.nupkg
│       │   └── lib
│       ├── Newtonsoft.Json.11.0.2
│       │   ├── LICENSE.md
│       │   ├── Newtonsoft.Json.11.0.2.nupkg
│       │   └── lib
│       ├── Owin.1.0
│       │   ├── Owin.1.0.nupkg
│       │   └── lib
│       ├── PetaPoco.5.1.283
│       │   ├── Content
│       │   └── PetaPoco.5.1.283.nupkg
│       ├── Respond.1.2.0
│       │   ├── Respond.1.2.0.nupkg
│       │   └── content
│       ├── RestSharp.105.1.0
│       │   ├── RestSharp.105.1.0.nupkg
│       │   ├── lib
│       │   └── readme.txt
│       ├── ServiceStack.Common.4.0.54
│       │   ├── ServiceStack.Common.4.0.54.nupkg
│       │   └── lib
│       ├── ServiceStack.Interfaces.4.0.54
│       │   ├── ServiceStack.Interfaces.4.0.54.nupkg
│       │   └── lib
│       ├── ServiceStack.Redis.4.0.54
│       │   ├── ServiceStack.Redis.4.0.54.nupkg
│       │   └── lib
│       ├── ServiceStack.Text.4.0.54
│       │   ├── ServiceStack.Text.4.0.54.nupkg
│       │   └── lib
│       ├── SharpZipLib.0.86.0
│       │   ├── SharpZipLib.0.86.0.nupkg
│       │   └── lib
│       ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0
│       │   ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg
│       │   ├── ThirdPartyNotices.txt
│       │   ├── dotnet_library_license.txt
│       │   ├── lib
│       │   ├── ref
│       │   └── runtimes
│       ├── WebGrease.1.5.2
│       │   ├── WebGrease.1.5.2.nupkg
│       │   ├── lib
│       │   └── tools
│       ├── ZXing.2.1.1
│       │   ├── ZXing.2.1.1.nupkg
│       │   ├── lib
│       │   └── readme.txt
│       ├── bootstrap.3.0.0
│       │   ├── Content
│       │   └── bootstrap.3.0.0.nupkg
│       ├── jQuery.1.10.2
│       │   ├── Content
│       │   ├── Tools
│       │   └── jQuery.1.10.2.nupkg
│       ├── jQuery.1.6.4
│       │   ├── Content
│       │   ├── Tools
│       │   └── jQuery.1.6.4.nupkg
│       ├── jQuery.Validation.1.11.1
│       │   ├── Content
│       │   └── jQuery.Validation.1.11.1.nupkg
│       ├── log4net.2.0.3
│       │   ├── lib
│       │   └── log4net.2.0.3.nupkg
│       └── routedebugger.2.1.4.0
│           ├── content
│           ├── lib
│           └── routedebugger.2.1.4.0.nupkg
├── store-h5
│   ├── README.md
│   ├── build
│   │   ├── build.js
│   │   ├── check-versions.js
│   │   ├── dev-client.js
│   │   ├── dev-server.js
│   │   ├── utils.js
│   │   ├── vue-loader.conf.js
│   │   ├── webpack.base.conf.js
│   │   ├── webpack.dev.conf.js
│   │   └── webpack.prod.conf.js
│   ├── config
│   │   ├── dev.env.js
│   │   ├── index.js
│   │   └── prod.env.js
│   ├── index.html
│   ├── package.json
│   ├── src
│   │   ├── App.vue
│   │   ├── assets
│   │   │   ├── images
│   │   │   ├── js
│   │   │   └── styles
│   │   ├── components
│   │   │   ├── goTop
│   │   │   └── movable
│   │   ├── config
│   │   │   ├── axios.js
│   │   │   └── env.js
│   │   ├── main.js
│   │   ├── pages
│   │   │   ├── account
│   │   │   ├── agentorder
│   │   │   ├── checkorder
│   │   │   ├── delivery
│   │   │   ├── home
│   │   │   ├── login
│   │   │   ├── member
│   │   │   ├── message
│   │   │   ├── order
│   │   │   ├── product
│   │   │   ├── receiving
│   │   │   ├── refund
│   │   │   ├── setting
│   │   │   └── statistics
│   │   ├── router
│   │   │   └── index.js
│   │   ├── service
│   │   │   └── index.js
│   │   └── store
│   │       ├── actions.js
│   │       ├── getters.js
│   │       ├── index.js
│   │       ├── mutation-types.js
│   │       └── mutations.js
│   └── static
│       ├── errorimg.png
│       ├── favicon.ico
│       ├── loading.gif
│       ├── logo.png
│       └── mock
├── wechat-h5
│   ├── README.md
│   ├── build
│   │   ├── build.js
│   │   ├── check-versions.js
│   │   ├── dev-client.js
│   │   ├── dev-server.js
│   │   ├── utils.js
│   │   ├── vue-loader.conf.js
│   │   ├── webpack.base.conf.js
│   │   ├── webpack.dev.conf.js
│   │   └── webpack.prod.conf.js
│   ├── config
│   │   ├── dev.env.js
│   │   ├── index.js
│   │   └── prod.env.js
│   ├── index.html
│   ├── package.json
│   ├── src
│   │   ├── App.vue
│   │   ├── assets
│   │   │   ├── imgs
│   │   │   ├── js
│   │   │   └── styles
│   │   ├── components
│   │   │   ├── addToCart
│   │   │   ├── goTop
│   │   │   ├── movable
│   │   │   ├── tabBar
│   │   │   └── viewModule
│   │   ├── config
│   │   │   ├── axios.js
│   │   │   └── env.js
│   │   ├── main.js
│   │   ├── pages
│   │   │   ├── activity
│   │   │   ├── cart
│   │   │   ├── comment
│   │   │   ├── coupon
│   │   │   ├── integral
│   │   │   ├── login
│   │   │   ├── my
│   │   │   ├── order
│   │   │   ├── product
│   │   │   ├── refund
│   │   │   ├── store
│   │   │   └── supplier
│   │   ├── router
│   │   │   └── index.js
│   │   ├── service
│   │   │   └── index.js
│   │   └── store
│   │       ├── actions.js
│   │       ├── getters.js
│   │       ├── index.js
│   │       ├── mutation-types.js
│   │       └── mutations.js
│   └── static
│       ├── errorimg.png
│       ├── favicon.ico
│       ├── js
│       │   └── html2canvas.min.js
│       ├── loading.gif
│       ├── logo.png
│       └── mock
└── 社区团购源码.zip

841 directories, 1959 files



标签: 社区 团购 源码

实例下载地址

社区团购源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警