【例子介绍】开店星开源小程序商城
【相关图片】
【例子介绍】
【相关图片】
【源码结构】
开店星项目团队拥有十年电商系统研发经验,商城已经过数千用户实际使用并认可,开店星为首款开源商城,功能完善可满足基础运营,开箱即用,便捷二开。
开店星基于Yii2 Vue2.0 uniapp 前沿技术研发,易学易用,前后端分离,多端开发,负载均衡,性能优越架构稳定;商城商品、订单、用户精细化管理;涵盖秒杀、消费奖励、超.级海报等基础营销插件;H5 小程序 公众号,全渠道覆盖,框架成熟稳定便于扩展,高效二开,低成本快速搭建个性化商城。
联系方式与演示站:
QQ①群:610852
点击链接加入qq交流群:https://jq.qq.com/?_wv=1027&k=leBuvJtv
演示站地址:http://demo-free.kaidianxing.com/
账号:admin
密码:admin
移动端页面展示:
第三方接口调用说明:
商城内商品助手、评价助手调用99API,若使用相关功能需要申请99API的KEY并且按照他们的价格调用接口,具体价格参考他们官网 http://www.99api.com/APIShop?t=api
核心技术:
- 前端技术栈 ES6、vue、vuex、vue-router、vue-cli、axios、uni-app、 iView、echarts、vant
- 后端技术栈:PHP,Yii2,Mysql,Redis
系统优势 | 技术优势 |
---|---|
高扩展性:标准API接口,前后端分离,支持多端开发,多种驱动 | 移动框架:采用uniapp多端支持,快速编译成各种格式的代码 |
低耦合性:每个功能模块接口独.立,程序、模板、数据库独.立 | 后端框架:采用稳定易上手的Yii2框架 |
易二开上手:标准化组件、接口文档、开发文档等,详细代码备注 | 接口规范:标准API接口,二开更便捷 |
高性能:支持负载均衡、分布式部署、页面缓存,支持高并发 | 数据导出更便捷:数据导出采用phpExcel数据更加直观,便于管理统计 |
静态化分离:支持多种云储存,阿里云OSS、腾讯云COS等 | 插件钩子机制:钩子机制插件,功能模块独.立,利于二开 |
一键安装:自动检查系统环境,错误提示说明、修改方法 | 高频数据缓存:数据库读写分离,减轻服务器压力,提升访问速度 |
技术亮点:
- 基于命名空间和PSR-4规范,加入了PHP7新特性
- 前后端分离架构,前端使用uniapp,以API进行数据对接
- 支持composer,基于全新的架构思想和命名空间
- MVC结构的基础上加入Service层,满足多个Model数据处理的需求,减少代码冗余
- 注解方式的常量配置,通过类反射机制来获取各个配置选项,使配置添加和使用更为灵活
- 使用easywechant库包进行底层对接微信公众号,微信小程序等等
- 使用yansongda库包完成微信支付和支付宝支付
- 组件化封装实现底层,配置注入工厂类获取应用实例方式,满足多场景支持(比如:阿里云存储,七牛云存储等多种存储支持)
- 规范统一的api错误码,以及详细的解释文档,让您可以在开发中快速定位问题
- 后台RABC控制权限
- Api的访问权限,在框架层面统一处理,业务编码不需要考虑权限问题,让系统更为安全,开发更为便捷。
- 高效的urlManager管理,在框架层面对路由做统一的处理
- 业务功能模块化,插件化,代码结构更为清晰
- 特性traits的应用,减少代码冗余,让代码结构更为清晰
- 主动触发CRON的方式,让您无需单独linux配置CRON0
- 高效的缓存机制,使用Redis存储缓存,让网站响应更快
- 队列Queue的应用,短信发送,微信推送使用MQ进行解耦,让您的系统更快更高效
- 可视化的DIY店铺装修,让您随心所欲的打扮自己的商城
- 一键安装,让您更为方便的搭建商城
- 完善的开发文档,二次开发更快入门
功能列表:
页面展示:
商城思维导图:
【源码结构】
.
├── kaidianxing-1.0.7
│ ├── Dockerfile
│ ├── LICENSE
│ ├── README.md
│ ├── _docs
│ │ └── ErrorCode.php
│ ├── _readme
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── gitte-banner_1647592828084.png
│ │ ├── gitte-banner备份.png
│ │ ├── gitte-banner备份2.png
│ │ ├── 分销.png
│ │ ├── 店铺.png
│ │ ├── 渠道.png
│ │ ├── 秒杀.png
│ │ ├── 编组6.png
│ │ ├── 编组6备份.png
│ │ ├── 运营_1653036046106.png
│ │ ├── 商品_1653036139197.png
│ │ ├── 应用_1653036248376.png
│ │ ├── 设置_1653036292595.png
│ │ ├── 主题色.png
│ │ ├── 登录页.png
│ │ ├── 优惠券_1653036222902.png
│ │ ├── 会员列表.png
│ │ ├── 会员统计.png
│ │ ├── 商品分类.png
│ │ ├── 消费奖励.png
│ │ └── 添加商品.png
│ ├── admin
│ │ ├── IndexController.php
│ │ ├── InitController.php
│ │ ├── account
│ │ │ ├── AuditController.php
│ │ │ ├── ChangePasswordController.php
│ │ │ ├── IndexController.php
│ │ │ ├── LoginController.php
│ │ │ ├── LogoutController.php
│ │ │ └── auth
│ │ │ └── WxappController.php
│ │ ├── apps
│ │ │ └── IndexController.php
│ │ ├── broadcast
│ │ │ ├── AnalyzeController.php
│ │ │ ├── GoodsController.php
│ │ │ ├── RoomController.php
│ │ │ └── RoomOperationController.php
│ │ ├── byteDance
│ │ │ └── IndexController.php
│ │ ├── channel
│ │ │ ├── IndexController.php
│ │ │ └── RegistrySettingController.php
│ │ ├── commentHelper
│ │ │ ├── IndexController.php
│ │ │ └── SettingController.php
│ │ ├── commission
│ │ │ ├── AgentController.php
│ │ │ ├── ApplyController.php
│ │ │ ├── GoodsController.php
│ │ │ ├── IndexController.php
│ │ │ ├── LevelController.php
│ │ │ ├── OrderController.php
│ │ │ └── settings
│ │ │ ├── CommissionController.php
│ │ │ ├── NoticeController.php
│ │ │ ├── OtherController.php
│ │ │ ├── RankController.php
│ │ │ └── SettlementController.php
│ │ ├── consumeReward
│ │ │ ├── IndexController.php
│ │ │ └── LogController.php
│ │ ├── diypage
│ │ │ ├── LoginAuthController.php
│ │ │ ├── MenuController.php
│ │ │ ├── TemplateController.php
│ │ │ ├── ThemeColorController.php
│ │ │ └── page
│ │ │ ├── ListController.php
│ │ │ └── ShopController.php
│ │ ├── expressHelper
│ │ │ ├── ConsignerTemplateController.php
│ │ │ ├── ExpressTemplateController.php
│ │ │ ├── IndexController.php
│ │ │ ├── OrderController.php
│ │ │ ├── PrintController.php
│ │ │ ├── SendBillPrintController.php
│ │ │ └── SendBillTemplateController.php
│ │ ├── finance
│ │ │ ├── CreditRecordController.php
│ │ │ ├── LogController.php
│ │ │ ├── RedPackageController.php
│ │ │ └── RefundLogController.php
│ │ ├── form
│ │ │ └── ListController.php
│ │ ├── goods
│ │ │ ├── CategoryController.php
│ │ │ ├── GroupController.php
│ │ │ ├── IndexController.php
│ │ │ ├── LabelGroupController.php
│ │ │ └── OperationController.php
│ │ ├── member
│ │ │ ├── DetailController.php
│ │ │ ├── GroupController.php
│ │ │ ├── LevelController.php
│ │ │ └── ListController.php
│ │ ├── newGifts
│ │ │ ├── IndexController.php
│ │ │ └── LogController.php
│ │ ├── notice
│ │ │ ├── IndexController.php
│ │ │ ├── MailerController.php
│ │ │ ├── SmsController.php
│ │ │ └── WechatTemplateController.php
│ │ ├── order
│ │ │ ├── CommentController.php
│ │ │ ├── DetailController.php
│ │ │ ├── DispatchController.php
│ │ │ ├── IndexController.php
│ │ │ ├── ListController.php
│ │ │ ├── OpController.php
│ │ │ └── RefundController.php
│ │ ├── poster
│ │ │ ├── ListController.php
│ │ │ └── TemplateController.php
│ │ ├── printer
│ │ │ ├── IndexController.php
│ │ │ ├── SettingController.php
│ │ │ ├── TaskController.php
│ │ │ └── TemplateController.php
│ │ ├── rechargeReward
│ │ │ ├── IndexController.php
│ │ │ └── LogController.php
│ │ ├── sale
│ │ │ ├── CouponListController.php
│ │ │ ├── CouponLogController.php
│ │ │ ├── CouponSetController.php
│ │ │ └── basic
│ │ │ ├── DeductController.php
│ │ │ ├── EnoughController.php
│ │ │ └── EnoughFreeController.php
│ │ ├── seckill
│ │ │ ├── IndexController.php
│ │ │ └── StatisticsController.php
│ │ ├── shoppingReward
│ │ │ ├── IndexController.php
│ │ │ └── LogController.php
│ │ ├── statistics
│ │ │ ├── GoodsController.php
│ │ │ ├── IndexController.php
│ │ │ ├── MemberController.php
│ │ │ └── TradeController.php
│ │ ├── sysset
│ │ │ ├── AddressSetController.php
│ │ │ ├── BalanceController.php
│ │ │ ├── CreditController.php
│ │ │ ├── ExpressController.php
│ │ │ ├── LogController.php
│ │ │ ├── PaySetController.php
│ │ │ ├── PayTemplateSetController.php
│ │ │ ├── PayTypeSetController.php
│ │ │ ├── RefundAddressController.php
│ │ │ ├── RefundController.php
│ │ │ ├── TradeController.php
│ │ │ └── mall
│ │ │ ├── BasicController.php
│ │ │ ├── ContactController.php
│ │ │ ├── NoticeController.php
│ │ │ └── ShareController.php
│ │ ├── system
│ │ │ ├── AttachmentController.php
│ │ │ ├── UpgradeController.php
│ │ │ └── tools
│ │ │ ├── CacheController.php
│ │ │ ├── CrontabController.php
│ │ │ └── QueueController.php
│ │ ├── user
│ │ │ ├── IndexController.php
│ │ │ └── RoleController.php
│ │ ├── utility
│ │ │ ├── AddressController.php
│ │ │ ├── LinkController.php
│ │ │ ├── PageLinkController.php
│ │ │ ├── asyncTask
│ │ │ │ └── ExecuteController.php
│ │ │ └── attachment
│ │ │ ├── GroupController.php
│ │ │ ├── IndexController.php
│ │ │ └── ListController.php
│ │ ├── virtualAccount
│ │ │ ├── IndexController.php
│ │ │ ├── SettingController.php
│ │ │ ├── VirtualAccountDataController.php
│ │ │ └── VirtualAccountRecycleBinController.php
│ │ ├── wap
│ │ │ └── IndexController.php
│ │ ├── wechat
│ │ │ ├── IndexController.php
│ │ │ └── WechatSyncController.php
│ │ ├── wxTransactionComponent
│ │ │ ├── IndexController.php
│ │ │ ├── LinkSettingController.php
│ │ │ ├── SettingsController.php
│ │ │ └── WxAuditCategoryController.php
│ │ └── wxapp
│ │ ├── IndexController.php
│ │ └── MediaController.php
│ ├── bases
│ │ ├── KdxAdminAccountApiController.php
│ │ ├── KdxAdminApiController.php
│ │ ├── KdxAdminUtilityController.php
│ │ ├── constant
│ │ │ └── BaseConstant.php
│ │ ├── controller
│ │ │ ├── BaseApiController.php
│ │ │ ├── BaseController.php
│ │ │ ├── BaseMobileApiController.php
│ │ │ └── BaseViewController.php
│ │ ├── exception
│ │ │ ├── BaseApiException.php
│ │ │ └── BaseException.php
│ │ ├── model
│ │ │ ├── BaseActiveQuery.php
│ │ │ ├── BaseActiveRecord.php
│ │ │ ├── BaseSession.php
│ │ │ └── BaseSettings.php
│ │ ├── module
│ │ │ └── BaseModule.php
│ │ ├── service
│ │ │ └── BaseService.php
│ │ ├── traits
│ │ │ └── ConstantTrait.php
│ │ └── yii
│ │ ├── Application.php
│ │ ├── ConsoleApplication.php
│ │ └── DbCommand.php
│ ├── components
│ │ ├── amap
│ │ │ └── AmapClient.php
│ │ ├── authorization
│ │ │ ├── AuthorizationHandlerInterface.php
│ │ │ ├── DouyinHandler.php
│ │ │ ├── ToutiaoHandler.php
│ │ │ ├── ToutiaoLiteHandler.php
│ │ │ ├── WapHandler.php
│ │ │ ├── WechatHandler.php
│ │ │ └── WxappHandler.php
│ │ ├── byteDance
│ │ │ ├── ByteDanceComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BaseByteDanceChannel.php
│ │ │ │ ├── ByteDanceChannelInterface.php
│ │ │ │ └── ByteDanceConstant.php
│ │ │ ├── channels
│ │ │ │ ├── DouyinChannel.php
│ │ │ │ ├── ToutiaoChannel.php
│ │ │ │ └── ToutiaoLiteChannel.php
│ │ │ └── helpers
│ │ │ └── ByteDanceQrcodeHelper.php
│ │ ├── dispatch
│ │ │ ├── DispatchComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BaseDispatchDriver.php
│ │ │ │ ├── DadaOrderStatusConstant.php
│ │ │ │ ├── DispatchDriverConstant.php
│ │ │ │ ├── DispatchDriverInterface.php
│ │ │ │ ├── MakeOrderStatusConstant.php
│ │ │ │ ├── SfOrderStatusConstant.php
│ │ │ │ └── ShansongOrderStatusConstant.php
│ │ │ └── driver
│ │ │ ├── DadaDriver.php
│ │ │ ├── MakeDriver.php
│ │ │ ├── SfDriver.php
│ │ │ └── ShansongDriver.php
│ │ ├── electronicSheet
│ │ │ ├── ElectronicSheetComponents.php
│ │ │ ├── api
│ │ │ │ └── Kdn.php
│ │ │ └── bases
│ │ │ ├── ElectronicSheetApiConstant.php
│ │ │ └── ElectronicSheetApiInterface.php
│ │ ├── email
│ │ │ └── EmailComponent.php
│ │ ├── notice
│ │ │ ├── NoticeComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BaseMake.php
│ │ │ │ ├── NoticeMakeType.php
│ │ │ │ ├── SendBase.php
│ │ │ │ └── noticeMakes
│ │ │ │ └── BaseVerifyCodeMake.php
│ │ │ ├── config
│ │ │ │ ├── NoticeMakeTypeMap.php
│ │ │ │ └── SmsConfig.php
│ │ │ ├── interfaces
│ │ │ │ ├── MakeInterface.php
│ │ │ │ └── NoticeMakeTypeMapInterface.php
│ │ │ └── sends
│ │ │ ├── SendNoticeInterface.php
│ │ │ ├── SendSmsNotice.php
│ │ │ ├── SendSubscribeNotice.php
│ │ │ ├── SendWechatNotice.php
│ │ │ ├── SendWxappNotice.php
│ │ │ └── SmsVerifyCodeNotice.php
│ │ ├── payment
│ │ │ ├── PayComponent.php
│ │ │ ├── base
│ │ │ │ ├── AlipayError.php
│ │ │ │ ├── BasePay.php
│ │ │ │ ├── PayClientConstant.php
│ │ │ │ ├── PayClientInterface.php
│ │ │ │ ├── PayOrderTypeConstant.php
│ │ │ │ ├── PayTypeConstant.php
│ │ │ │ ├── WithdrawOrderTypeConstant.php
│ │ │ │ └── WithdrawTypeConstant.php
│ │ │ └── client
│ │ │ ├── ByteDance.php
│ │ │ ├── H5.php
│ │ │ ├── ManagePc.php
│ │ │ ├── Wechat.php
│ │ │ └── Wxapp.php
│ │ ├── paymentNew
│ │ │ ├── PaymentNewComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BasePaymentNewDriver.php
│ │ │ │ ├── PaymentNewDriverConstant.php
│ │ │ │ └── PaymentNewDriverInterface.php
│ │ │ └── drivers
│ │ │ ├── AlipayDriver.php
│ │ │ ├── BalanceDriver.php
│ │ │ ├── ByteDanceDriver.php
│ │ │ └── WechatDriver.php
│ │ ├── permission
│ │ │ ├── BasePermissionConfig.php
│ │ │ └── Permission.php
│ │ ├── platform
│ │ │ └── Wechat.php
│ │ ├── printer
│ │ │ ├── PrinterComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BasePrinterDriver.php
│ │ │ │ ├── PrinterDriverConstant.php
│ │ │ │ └── PrinterDriverInterface.php
│ │ │ └── driver
│ │ │ ├── FeyDriver.php
│ │ │ └── YlyDriver.php
│ │ ├── response
│ │ │ ├── ResponseComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BaseResponseChannel.php
│ │ │ │ ├── ResponseChannelConstant.php
│ │ │ │ ├── ResponseChannelInterface.php
│ │ │ │ └── ResponsePluginTypeMapConstant.php
│ │ │ └── channels
│ │ │ └── OfficialAccountChannel.php
│ │ ├── storage
│ │ │ ├── StorageComponent.php
│ │ │ ├── bases
│ │ │ │ ├── BaseStorageDriver.php
│ │ │ │ ├── StorageDriverConstant.php
│ │ │ │ └── StorageDriverInterface.php
│ │ │ └── drivers
│ │ │ └── LocalDriver.php
│ │ └── wechat
│ │ ├── WechatComponent.php
│ │ ├── bases
│ │ │ ├── BaseWechatChannel.php
│ │ │ ├── WechatChannelConstant.php
│ │ │ └── WechatChannelInterface.php
│ │ ├── channels
│ │ │ ├── MiniProgramChannel.php
│ │ │ ├── OfficialAccountChannel.php
│ │ │ └── PcChannel.php
│ │ └── helpers
│ │ ├── MiniProgramACodeHelper.php
│ │ ├── MiniProgramBroadcastGoodsHelper.php
│ │ ├── MiniProgramBroadcastRoomHelper.php
│ │ ├── MiniProgramMediaHelper.php
│ │ ├── MiniProgramSubscriptionNoticeHelper.php
│ │ ├── MiniProgramUrlSchemeHelper.php
│ │ ├── MiniProgramWxTransactionComponentHelper.php
│ │ ├── OfficialAccountFansHelper.php
│ │ ├── OfficialAccountJsSdkHelper.php
│ │ ├── OfficialAccountMediaHelper.php
│ │ ├── OfficialAccountMenuHelper.php
│ │ ├── OfficialAccountMessageHelper.php
│ │ ├── OfficialAccountMessageTextHelper.php
│ │ ├── OfficialAccountQrCodeContentHelper.php
│ │ ├── OfficialAccountQrCodeHelper.php
│ │ └── OfficialAccountUserInfo.php
│ ├── composer.json
│ ├── config
│ │ ├── apps
│ │ │ ├── AppConfig.php
│ │ │ ├── commission
│ │ │ │ ├── NoticeMake.php
│ │ │ │ ├── NoticeMakeMap.php
│ │ │ │ └── NoticeSceneGroup.php
│ │ │ ├── notice
│ │ │ │ ├── NoticeSceneGroup.php
│ │ │ │ └── noticeMakes
│ │ │ │ ├── BaseMemberAccountMake.php
│ │ │ │ ├── BaseOrderMake.php
│ │ │ │ └── BaseOrderRefundMake.php
│ │ │ ├── poster
│ │ │ │ └── PluginResponse.php
│ │ │ └── wechat
│ │ │ └── PluginResponse.php
│ │ ├── bootstrap.php
│ │ ├── components.php
│ │ ├── console.php
│ │ ├── ioncube
│ │ │ └── handler.php
│ │ ├── main.php
│ │ ├── modules
│ │ │ ├── KdxApiModule.php
│ │ │ ├── KdxInitialize.php
│ │ │ ├── KdxModule.php
│ │ │ ├── KdxUrlRuleConfig.php
│ │ │ └── permission
│ │ │ ├── AppPermissionConfig.php
│ │ │ ├── AssistantPermissionConfig.php
│ │ │ ├── BroadcastPermissionConfig.php
│ │ │ ├── ChannelPermissionConfig.php
│ │ │ ├── CommentHelperPermissionConfig.php
│ │ │ ├── CommissionPermissionConfig.php
│ │ │ ├── ConsumeRewardPermissionConfig.php
│ │ │ ├── ExpressHelperPermissionConfig.php
│ │ │ ├── FinancePermissionConfig.php
│ │ │ ├── FormPermissionConfig.php
│ │ │ ├── GoodsPermissionConfig.php
│ │ │ ├── MemberPermissionConfig.php
│ │ │ ├── NewGiftsPermissionConfig.php
│ │ │ ├── NoticePermissionConfig.php
│ │ │ ├── OrderPermissionConfig.php
│ │ │ ├── PosterPermissionConfig.php
│ │ │ ├── PrinterPermissionConfig.php
│ │ │ ├── RechargeRewardPermissionConfig.php
│ │ │ ├── SalePermissionConfig.php
│ │ │ ├── SeckillPermissionConfig.php
│ │ │ ├── ShopPermissionConfig.php
│ │ │ ├── ShoppingRewardPermissionConfig.php
│ │ │ ├── StatisticsPermissionConfig.php
│ │ │ ├── SyssetPermissionConfig.php
│ │ │ ├── SystemPermissionConfig.php
│ │ │ ├── VirtualAccountPermissionConfig.php
│ │ │ └── wxTransactionComponentPermissionConfig.php
│ │ ├── modules.php
│ │ ├── version.php
│ │ └── web.php
│ ├── console
│ │ └── controllers
│ │ ├── ResetPasswordController.php
│ │ └── SystemController.php
│ ├── constants
│ │ ├── CacheTypeConstant.php
│ │ ├── ClientTypeConstant.php
│ │ ├── CloudServiceConstant.php
│ │ ├── GoodsConstant.php
│ │ ├── MemberTypeConstant.php
│ │ ├── OrderConstant.php
│ │ ├── PaymentConstant.php
│ │ ├── RefundConstant.php
│ │ ├── SyssetTypeConstant.php
│ │ ├── activity
│ │ │ ├── ActivityConstant.php
│ │ │ └── ActivityTypeConstant.php
│ │ ├── base
│ │ │ └── PayTypeConstant.php
│ │ ├── broadcast
│ │ │ ├── BroadcastGoodsStatusConstant.php
│ │ │ ├── BroadcastLogConstant.php
│ │ │ ├── BroadcastRoomIsDeletedConstant.php
│ │ │ └── BroadcastRoomStatusConstant.php
│ │ ├── commentHelper
│ │ │ ├── CommentHelperConstant.php
│ │ │ └── CommentHelperLogConstant.php
│ │ ├── commission
│ │ │ ├── CommissionAgentConstant.php
│ │ │ ├── CommissionApplyStatusConstant.php
│ │ │ ├── CommissionApplyTypeConstant.php
│ │ │ ├── CommissionGoodsConstant.php
│ │ │ ├── CommissionLogConstant.php
│ │ │ ├── CommissionRelationLogConstant.php
│ │ │ └── CommissionSettingsConstant.php
│ │ ├── components
│ │ │ └── notice
│ │ │ └── NoticeTypeConstant.php
│ │ ├── consumeReward
│ │ │ ├── ConsumeRewardConstant.php
│ │ │ └── ConsumeRewardLogConstant.php
│ │ ├── core
│ │ │ ├── CoreAppCategoryConstant.php
│ │ │ ├── CoreAppTypeConstant.php
│ │ │ ├── CoreAttachmentSceneConstant.php
│ │ │ ├── CoreAttachmentTypeConstant.php
│ │ │ └── CoreCronTabConstant.php
│ │ ├── coupon
│ │ │ ├── CouponConstant.php
│ │ │ └── CouponTimeLimitConstant.php
│ │ ├── diypage
│ │ │ ├── DiypageMenuTypeConstant.php
│ │ │ └── DiypageTypeConstant.php
│ │ ├── expressHelper
│ │ │ ├── ExpressHelperLogConstant.php
│ │ │ └── ExpressTemplateTypeConstant.php
│ │ ├── finance
│ │ │ └── RefundLogConstant.php
│ │ ├── form
│ │ │ ├── FormConstant.php
│ │ │ ├── FormLogConstant.php
│ │ │ └── FormTypeConstant.php
│ │ ├── goods
│ │ │ ├── GoodsBuyButtonConstant.php
│ │ │ ├── GoodsCheckedConstant.php
│ │ │ ├── GoodsConstant.php
│ │ │ ├── GoodsDeleteConstant.php
│ │ │ ├── GoodsDispatchTypeConstant.php
│ │ │ ├── GoodsLabelGroupStatusConstant.php
│ │ │ ├── GoodsMemberLevelDiscountConstant.php
│ │ │ ├── GoodsReductionTypeConstant.php
│ │ │ ├── GoodsStatusConstant.php
│ │ │ ├── GoodsTypeConstant.php
│ │ │ └── GoodsVirtualConstant.php
│ │ ├── log
│ │ │ ├── goods
│ │ │ │ └── GoodsLogConstant.php
│ │ │ ├── member
│ │ │ │ └── MemberLogConstant.php
│ │ │ ├── order
│ │ │ │ ├── CommentLogConstant.php
│ │ │ │ ├── DispatchLogConstant.php
│ │ │ │ └── OrderLogConstant.php
│ │ │ ├── sale
│ │ │ │ ├── BasicLogConstant.php
│ │ │ │ └── CouponLogConstant.php
│ │ │ ├── sysset
│ │ │ │ ├── CreditLogConstant.php
│ │ │ │ ├── ExpressLogConstant.php
│ │ │ │ ├── MallLogConstant.php
│ │ │ │ ├── PaymentLogConstant.php
│ │ │ │ ├── RefundLogConstant.php
│ │ │ │ └── TradeLogConstant.php
│ │ │ ├── user
│ │ │ │ └── UserLogConstant.php
│ │ │ └── verify
│ │ │ └── VerifyLogConstant.php
│ │ ├── manage
│ │ │ └── ManageRootConstant.php
│ │ ├── member
│ │ │ ├── MemberCreditRecordStatusConstant.php
│ │ │ ├── MemberCreditRecordTypeConstant.php
│ │ │ ├── MemberLevelConstant.php
│ │ │ ├── MemberLogPayTypeConstant.php
│ │ │ ├── MemberLogStatusConstant.php
│ │ │ └── MemberLogTypeConstant.php
│ │ ├── newGifts
│ │ │ ├── ActivityConstant.php
│ │ │ └── NewGiftsLogConstant.php
│ │ ├── notice
│ │ │ ├── MailerConstant.php
│ │ │ └── NoticeLogConstant.php
│ │ ├── order
│ │ │ ├── OrderActivityTypeConstant.php
│ │ │ ├── OrderConstant.php
│ │ │ ├── OrderDispatchExpressConstant.php
│ │ │ ├── OrderPackageCityDistributionTypeConstant.php
│ │ │ ├── OrderPaymentTypeConstant.php
│ │ │ ├── OrderSceneConstant.php
│ │ │ ├── OrderStatusConstant.php
│ │ │ ├── OrderTypeConstant.php
│ │ │ └── wxAppOrderStatusConstant.php
│ │ ├── poster
│ │ │ ├── PosterAccessTypeConstant.php
│ │ │ ├── PosterCashTypeConstant.php
│ │ │ ├── PosterLogConstant.php
│ │ │ ├── PosterPushTypeConstant.php
│ │ │ ├── PosterTypeConstant.php
│ │ │ └── PosterVisitPageConstant.php
│ │ ├── printer
│ │ │ ├── PrinterLogConstant.php
│ │ │ ├── PrinterSceneConstant.php
│ │ │ ├── PrinterTemplateTypeConstant.php
│ │ │ ├── PrinterTemplateWidthConstant.php
│ │ │ └── PrinterTypeConstant.php
│ │ ├── rechargeReward
│ │ │ ├── RechargeRewardConstant.php
│ │ │ └── RechargeRewardLogConstant.php
│ │ ├── seckill
│ │ │ └── SeckillLogConstant.php
│ │ ├── shoppingReward
│ │ │ ├── ShoppingRewardActivityConstant.php
│ │ │ └── ShoppingRewardActivityLogConstant.php
│ │ ├── tradeOrder
│ │ │ ├── TradeOrderCloseTypeConstant.php
│ │ │ ├── TradeOrderRefundStatusConstant.php
│ │ │ ├── TradeOrderStatusConstant.php
│ │ │ └── TradeOrderTypeConstant.php
│ │ ├── user
│ │ │ ├── UserAuditStatusConstant.php
│ │ │ ├── UserIsDeleteConstant.php
│ │ │ └── UserStatusConstant.php
│ │ ├── virtualAccount
│ │ │ ├── VirtualAccountDataConstant.php
│ │ │ └── VirtualAccountLogConstant.php
│ │ ├── wechat
│ │ │ ├── WechatMediaTypeConstant.php
│ │ │ ├── WechatRuleKeywordConstant.php
│ │ │ ├── WechatRuleModuleConstant.php
│ │ │ ├── WechatSyncTaskStatusConstant.php
│ │ │ └── WechatSyncTaskTypeConstant.php
│ │ └── wxTransactionComponent
│ │ ├── WxAuditCategoryConstant.php
│ │ ├── WxTransactionComponentConstant.php
│ │ └── WxTransactionComponentLogConstant.php
│ ├── controllers
│ │ ├── AdminController.php
│ │ ├── H5Controller.php
│ │ └── IndexController.php
│ ├── docker-compose.yml
│ ├── events
│ │ └── OrderCreatorEvents.php
│ ├── exceptions
│ │ ├── ChannelException.php
│ │ ├── FinanceException.php
│ │ ├── ResponseException.php
│ │ ├── UserException.php
│ │ ├── adminAccount
│ │ │ └── UserLoginException.php
│ │ ├── base
│ │ │ └── wechat
│ │ │ └── WechatException.php
│ │ ├── broadcast
│ │ │ ├── BroadcastGoodsException.php
│ │ │ ├── BroadcastRoomException.php
│ │ │ └── BroadcastRoomOperationException.php
│ │ ├── byteDance
│ │ │ └── ByteDanceException.php
│ │ ├── commentHelper
│ │ │ └── CommentHelperException.php
│ │ ├── commission
│ │ │ ├── CommissionAgentException.php
│ │ │ ├── CommissionApplyException.php
│ │ │ ├── CommissionGoodsException.php
│ │ │ ├── CommissionLevelException.php
│ │ │ ├── CommissionOrderException.php
│ │ │ ├── CommissionRelationLogException.php
│ │ │ └── CommissionSetException.php
│ │ ├── consumeReward
│ │ │ └── ConsumeRewardException.php
│ │ ├── core
│ │ │ ├── CloudServiceException.php
│ │ │ └── KdxClientServiceException.php
│ │ ├── diypage
│ │ │ └── DiypageException.php
│ │ ├── expressHelper
│ │ │ ├── ExpressHelperException.php
│ │ │ └── SendBillTemplateException.php
│ │ ├── form
│ │ │ └── FormException.php
│ │ ├── goods
│ │ │ └── GoodsException.php
│ │ ├── member
│ │ │ ├── GroupException.php
│ │ │ ├── LevelException.php
│ │ │ ├── MemberException.php
│ │ │ └── RankException.php
│ │ ├── newGifts
│ │ │ └── NewGiftsException.php
│ │ ├── notice
│ │ │ ├── NoticeException.php
│ │ │ └── NoticeSmsException.php
│ │ ├── order
│ │ │ ├── CommentException.php
│ │ │ ├── DispatchException.php
│ │ │ ├── OrderCreatorException.php
│ │ │ ├── OrderException.php
│ │ │ └── RefundException.php
│ │ ├── poster
│ │ │ ├── PosterException.php
│ │ │ └── PosterResponseException.php
│ │ ├── printer
│ │ │ ├── PrinterException.php
│ │ │ ├── PrinterTaskException.php
│ │ │ └── PrinterTemplateException.php
│ │ ├── rechargeReward
│ │ │ └── RechargeRewardException.php
│ │ ├── sale
│ │ │ ├── BasicException.php
│ │ │ └── CouponException.php
│ │ ├── seckill
│ │ │ └── SeckillException.php
│ │ ├── shoppingReward
│ │ │ └── ShoppingRewardException.php
│ │ ├── statistics
│ │ │ ├── GoodsException.php
│ │ │ └── TradeException.php
│ │ ├── sysset
│ │ │ ├── CreditException.php
│ │ │ ├── ExpressException.php
│ │ │ ├── IntracityException.php
│ │ │ ├── MallException.php
│ │ │ ├── PaymentException.php
│ │ │ ├── RefundException.php
│ │ │ └── TradeException.php
│ │ ├── tradeOrder
│ │ │ ├── TradeOrderNotifyException.php
│ │ │ ├── TradeOrderOperationException.php
│ │ │ └── TradeOrderPayException.php
│ │ ├── virtualAccount
│ │ │ └── VirtualAccountException.php
│ │ ├── wechat
│ │ │ └── WechatException.php
│ │ ├── wxTransactionComponent
│ │ │ ├── WxAuditCategoryException.php
│ │ │ └── WxTransactionComponentException.php
│ │ └── wxapp
│ │ └── WxappException.php
│ ├── functions.php
│ ├── helpers
│ │ ├── ArrayHelper.php
│ │ ├── CacheHelper.php
│ │ ├── CaptchaHelper.php
│ │ ├── ClientHelper.php
│ │ ├── ConstantHelper.php
│ │ ├── CryptHelper.php
│ │ ├── DateTimeHelper.php
│ │ ├── DbUtilHelper.php
│ │ ├── ExcelHelper.php
│ │ ├── FileCacheHelper.php
│ │ ├── FileHelper.php
│ │ ├── HttpHelper.php
│ │ ├── ImageHelper.php
│ │ ├── KdxCloudHelper.php
│ │ ├── LogHelper.php
│ │ ├── MP3Helper.php
│ │ ├── MathHelper.php
│ │ ├── OrderNoHelper.php
│ │ ├── QueueHelper.php
│ │ ├── RequestHelper.php
│ │ ├── ResponseHelper.php
│ │ ├── SessionHelper.php
│ │ ├── ShopUrlHelper.php
│ │ ├── StringHelper.php
│ │ ├── ValueHelper.php
│ │ ├── VideoHelper.php
│ │ ├── XmlHelper.php
│ │ ├── YamlHelper.php
│ │ ├── ZipArchiveHelper.php
│ │ └── ZipHelper.php
│ ├── install
│ │ ├── Module.php
│ │ ├── bases
│ │ │ ├── BaseController.php
│ │ │ └── InstallException.php
│ │ ├── controllers
│ │ │ ├── IndexController.php
│ │ │ └── api
│ │ │ ├── ConfigController.php
│ │ │ ├── InstallController.php
│ │ │ └── PreController.php
│ │ ├── data
│ │ │ ├── db_default.json
│ │ │ └── db_struct.json
│ │ ├── models
│ │ │ ├── CoreSettingsModel.php
│ │ │ └── UserModel.php
│ │ ├── services
│ │ │ ├── CheckEnvService.php
│ │ │ └── InstallService.php
│ │ └── views
│ │ └── index
│ │ └── index.php
│ ├── interfaces
│ │ ├── NoticeSceneGroupInterface.php
│ │ └── PluginProcessorInterface.php
│ ├── jobs
│ │ ├── activity
│ │ │ └── AutoStopActivityJob.php
│ │ ├── components
│ │ │ ├── MailerMessageJob.php
│ │ │ ├── noticeComponents
│ │ │ │ ├── SmsMessageJob.php
│ │ │ │ ├── SubscribeMessageJob.php
│ │ │ │ ├── WechatMessageJob.php
│ │ │ │ └── WxappMessageJob.php
│ │ │ └── responseComponents
│ │ │ └── WechatMessageJob.php
│ │ ├── consumeReward
│ │ │ └── AutoStopConsumeRewardJob.php
│ │ ├── core
│ │ │ └── TestJob.php
│ │ ├── goods
│ │ │ └── AutoPutawayJob.php
│ │ ├── newGifts
│ │ │ └── AutoStopActivityJob.php
│ │ ├── order
│ │ │ ├── AutoCloseOrderJob.php
│ │ │ ├── AutoCommentJob.php
│ │ │ ├── AutoReceiveOrderJob.php
│ │ │ ├── AutoTimeoutCancelOrderJob.php
│ │ │ ├── BytedanceSettleJob.php
│ │ │ └── GiveCreditJob.php
│ │ ├── printer
│ │ │ └── AutoPrinterOrder.php
│ │ ├── rechargeReward
│ │ │ └── AutoStopRechargeRewardJob.php
│ │ ├── sale
│ │ │ └── CouponExpireJob.php
│ │ ├── shoppingReward
│ │ │ └── AutoStopShoppingRewardJob.php
│ │ ├── virtualAccount
│ │ │ ├── AutoCloseOrderVirtualAccountJob.php
│ │ │ └── AutoDeleteGoodsStock.php
│ │ └── wechat
│ │ └── WechatSyncJob.php
│ ├── migrations
│ │ ├── m220524_015549_wx_audit_category.php
│ │ ├── m220524_021526_wx_audit_category_images.php
│ │ ├── m220524_021611_wx_transaction_component.php
│ │ ├── m220524_021629_order_refund.php
│ │ ├── m220524_024036_clear_perms.php
│ │ ├── m220602_014217_notice_wechat_subscribe_default_template.php
│ │ ├── m220602_014232_notice_wechat_subscribe_template.php
│ │ ├── m220602_014459_clear_perms.php
│ │ └── m220606_021109_init_default_data.php
│ ├── mobile
│ │ ├── IndexController.php
│ │ ├── NoticeController.php
│ │ ├── broadcast
│ │ │ └── RoomController.php
│ │ ├── commission
│ │ │ ├── ApplyController.php
│ │ │ ├── CommissionClientApiController.php
│ │ │ ├── DownLineController.php
│ │ │ ├── IndexController.php
│ │ │ ├── LevelController.php
│ │ │ ├── OrderController.php
│ │ │ ├── QrCodeController.php
│ │ │ ├── RankController.php
│ │ │ ├── RegisterController.php
│ │ │ ├── WithdrawController.php
│ │ │ └── statistics
│ │ │ └── WaitSettlementController.php
│ │ ├── consumeReward
│ │ │ └── IndexController.php
│ │ ├── dispatch
│ │ │ └── IntracityController.php
│ │ ├── diypage
│ │ │ ├── MenuController.php
│ │ │ ├── OrderNoticeController.php
│ │ │ └── PageController.php
│ │ ├── form
│ │ │ ├── PageController.php
│ │ │ └── SubmitTempController.php
│ │ ├── member
│ │ │ ├── AddressController.php
│ │ │ ├── BalanceLogController.php
│ │ │ ├── CouponController.php
│ │ │ ├── CreditController.php
│ │ │ ├── FavoriteController.php
│ │ │ ├── FootprintController.php
│ │ │ ├── IndexController.php
│ │ │ ├── LevelController.php
│ │ │ ├── RechargeController.php
│ │ │ ├── RedPackageController.php
│ │ │ └── WithdrawController.php
│ │ ├── newGifts
│ │ │ └── IndexController.php
│ │ ├── notice
│ │ │ └── IndexController.php
│ │ ├── notify
│ │ │ ├── DispatchController.php
│ │ │ ├── IndexController.php
│ │ │ ├── PayController.php
│ │ │ ├── ResponseController.php
│ │ │ └── WxAppController.php
│ │ ├── order
│ │ │ ├── CommentController.php
│ │ │ ├── CreateController.php
│ │ │ ├── DetailController.php
│ │ │ ├── ListController.php
│ │ │ ├── OpController.php
│ │ │ └── RefundController.php
│ │ ├── pay
│ │ │ └── IndexController.php
│ │ ├── poster
│ │ │ └── IndexController.php
│ │ ├── product
│ │ │ ├── CartController.php
│ │ │ ├── CategoryController.php
│ │ │ ├── DetailController.php
│ │ │ └── ListController.php
│ │ ├── rechargeReward
│ │ │ └── IndexController.php
│ │ ├── shoppingReward
│ │ │ └── IndexController.php
│ │ ├── utility
│ │ │ ├── asyncTask
│ │ │ │ └── ExecuteController.php
│ │ │ └── attachment
│ │ │ ├── IndexController.php
│ │ │ └── UploadController.php
│ │ ├── wechat
│ │ │ └── JsSdkController.php
│ │ ├── wxTransactionComponent
│ │ │ └── IndexController.php
│ │ └── wxapp
│ │ └── QrCodeController.php
│ ├── models
│ │ ├── activity
│ │ │ ├── MarketingStatisticsModel.php
│ │ │ ├── MarketingViewLogModel.php
│ │ │ ├── ShopMarketingGoodsMapModel.php
│ │ │ └── ShopMarketingModel.php
│ │ ├── broadcast
│ │ │ ├── BroadcastGoodsModel.php
│ │ │ ├── BroadcastRoomGoodsMapModel.php
│ │ │ ├── BroadcastRoomModel.php
│ │ │ └── BroadcastStatisticsModel.php
│ │ ├── byteDance
│ │ │ └── ByteDanceUploadLogModel.php
│ │ ├── commission
│ │ │ ├── CommissionAgentModel.php
│ │ │ ├── CommissionAgentTotalModel.php
│ │ │ ├── CommissionApplyModel.php
│ │ │ ├── CommissionGoodsModel.php
│ │ │ ├── CommissionGoodsOptionModel.php
│ │ │ ├── CommissionLevelModel.php
│ │ │ ├── CommissionOrderDataModel.php
│ │ │ ├── CommissionOrderGoodsModel.php
│ │ │ ├── CommissionOrderModel.php
│ │ │ ├── CommissionRelationLogModel.php
│ │ │ ├── CommissionRelationModel.php
│ │ │ └── CommissionSettings.php
│ │ ├── consumeReward
│ │ │ ├── ConsumeRewardActivityModel.php
│ │ │ └── ConsumeRewardLogModel.php
│ │ ├── core
│ │ │ ├── CoreAddressModel.php
│ │ │ ├── CoreAppOptionModel.php
│ │ │ ├── CoreExpressCacheModel.php
│ │ │ ├── CoreExpressModel.php
│ │ │ ├── CoreRuleModel.php
│ │ │ ├── CoreSettings.php
│ │ │ └── attachment
│ │ │ ├── CoreAttachmentGroupModel.php
│ │ │ └── CoreAttachmentModel.php
│ │ ├── diypage
│ │ │ ├── DiypageMenuModel.php
│ │ │ ├── DiypageModel.php
│ │ │ ├── DiypageSettings.php
│ │ │ ├── DiypageStartAdModel.php
│ │ │ └── DiypageTemplateModel.php
│ │ ├── expressHelper
│ │ │ ├── ExpressHelperConsignerTemplateModel.php
│ │ │ ├── ExpressHelperExpressTemplateModel.php
│ │ │ ├── ExpressHelperRequestRecordModel.php
│ │ │ ├── ExpressHelperSendBillLogModel.php
│ │ │ ├── ExpressHelperSendBillTemplateModel.php
│ │ │ └── ExpressHelperSuccessRecordModel.php
│ │ ├── finance
│ │ │ ├── FinanceRemitModel.php
│ │ │ └── RefundLogModel.php
│ │ ├── form
│ │ │ ├── FormLogModel.php
│ │ │ ├── FormModel.php
│ │ │ └── FormTempModel.php
│ │ ├── goods
│ │ │ ├── GoodsActivityModel.php
│ │ │ ├── GoodsCartModel.php
│ │ │ ├── GoodsMemberLevelDiscountModel.php
│ │ │ ├── GoodsModel.php
│ │ │ ├── GoodsOptionModel.php
│ │ │ ├── GoodsPermMapModel.php
│ │ │ ├── GoodsStockLogModel.php
│ │ │ ├── GoodsVirtualAccountMapModel.php
│ │ │ ├── SpecTrait.php
│ │ │ ├── category
│ │ │ │ ├── GoodsCategoryMapModel.php
│ │ │ │ └── GoodsCategoryModel.php
│ │ │ ├── group
│ │ │ │ ├── GoodsGroupMapModel.php
│ │ │ │ └── GoodsGroupModel.php
│ │ │ ├── label
│ │ │ │ ├── GoodsLabelGroupModel.php
│ │ │ │ ├── GoodsLabelMapModel.php
│ │ │ │ └── GoodsLabelModel.php
│ │ │ └── spec
│ │ │ ├── GoodsSpecItemModel.php
│ │ │ └── GoodsSpecModel.php
│ │ ├── log
│ │ │ └── LogModel.php
│ │ ├── member
│ │ │ ├── MemberAddressModel.php
│ │ │ ├── MemberBrowseFootprintModel.php
│ │ │ ├── MemberCreditRecordModel.php
│ │ │ ├── MemberDouyinModel.php
│ │ │ ├── MemberFavoriteModel.php
│ │ │ ├── MemberFootprintModel.php
│ │ │ ├── MemberLevelModel.php
│ │ │ ├── MemberLogModel.php
│ │ │ ├── MemberLoginModel.php
│ │ │ ├── MemberModel.php
│ │ │ ├── MemberRedPackageModel.php
│ │ │ ├── MemberSession.php
│ │ │ ├── MemberToutiaoLiteModel.php
│ │ │ ├── MemberToutiaoModel.php
│ │ │ ├── MemberWechatModel.php
│ │ │ ├── MemberWxappModel.php
│ │ │ └── group
│ │ │ ├── MemberGroupMapModel.php
│ │ │ └── MemberGroupModel.php
│ │ ├── newGifts
│ │ │ ├── NewGiftsActivityModel.php
│ │ │ └── NewGiftsLogModel.php
│ │ ├── notice
│ │ │ ├── NoticeSmsTemplateModel.php
│ │ │ ├── NoticeWechatDefaultTemplateModel.php
│ │ │ ├── NoticeWechatSubscribeDefaultTemplateModel.php
│ │ │ ├── NoticeWechatSubscribeTemplateModel.php
│ │ │ ├── NoticeWechatTemplateModel.php
│ │ │ ├── NoticeWxappDefaultTemplateModel.php
│ │ │ └── NoticeWxappTemplateModel.php
│ │ ├── order
│ │ │ ├── DispatchModel.php
│ │ │ ├── DispatchNotifyLogModel.php
│ │ │ ├── DispatchOrderModel.php
│ │ │ ├── OrderActivityModel.php
│ │ │ ├── OrderChangePriceLogModel.php
│ │ │ ├── OrderDiyExportTemplateModel.php
│ │ │ ├── OrderGoodsCommentModel.php
│ │ │ ├── OrderGoodsModel.php
│ │ │ ├── OrderModel.php
│ │ │ ├── OrderPackageModel.php
│ │ │ ├── PayOrderModel.php
│ │ │ ├── batch
│ │ │ │ ├── OrderBatchSendDetailModel.php
│ │ │ │ └── OrderBatchSendModel.php
│ │ │ ├── create
│ │ │ │ ├── OrderCreator.php
│ │ │ │ ├── OrderCreatorActivity.php
│ │ │ │ ├── OrderCreatorActivityAssistant.php
│ │ │ │ ├── OrderCreatorActivityConfig.php
│ │ │ │ ├── OrderCreatorAppConfig.php
│ │ │ │ ├── OrderCreatorEventAssistant.php
│ │ │ │ ├── OrderCreatorEventsConfig.php
│ │ │ │ ├── OrderCreatorKernel.php
│ │ │ │ ├── activityProcessor
│ │ │ │ │ ├── BalanceActivity.php
│ │ │ │ │ ├── CouponActivity.php
│ │ │ │ │ ├── CreditActivity.php
│ │ │ │ │ ├── FullDeductActivity.php
│ │ │ │ │ ├── FullFreeDispatchActivity.php
│ │ │ │ │ ├── MemberPriceActivity.php
│ │ │ │ │ └── OrderCreatorActivityProcessorInterface.php
│ │ │ │ ├── handler
│ │ │ │ │ ├── AddressHandler.php
│ │ │ │ │ ├── CollectDataHandler.php
│ │ │ │ │ ├── DispatchHandler.php
│ │ │ │ │ ├── DispatchIntracityHandler.php
│ │ │ │ │ ├── FormHandler.php
│ │ │ │ │ ├── GoodsCartHandler.php
│ │ │ │ │ ├── GoodsHandler.php
│ │ │ │ │ ├── InitHandler.php
│ │ │ │ │ ├── MemberHandler.php
│ │ │ │ │ ├── OrderSaveHandler.php
│ │ │ │ │ ├── PaymentHandler.php
│ │ │ │ │ └── VirtualAccountCheckHandler.php
│ │ │ │ └── interfaces
│ │ │ │ ├── HandlerInterface.php
│ │ │ │ ├── OrderCreateAppActivityModuleInterface.php
│ │ │ │ └── OrderCreatorActivityProcessorInterface.php
│ │ │ └── refund
│ │ │ └── OrderRefundModel.php
│ │ ├── poster
│ │ │ ├── PosterAttentionModel.php
│ │ │ ├── PosterLogModel.php
│ │ │ ├── PosterModel.php
│ │ │ ├── PosterQrModel.php
│ │ │ ├── PosterScanModel.php
│ │ │ └── PosterTemplateModel.php
│ │ ├── printer
│ │ │ ├── PrinterLogModel.php
│ │ │ ├── PrinterManualLogModel.php
│ │ │ ├── PrinterModel.php
│ │ │ ├── PrinterTaskModel.php
│ │ │ ├── PrinterTemplateModel.php
│ │ │ └── handle
│ │ │ └── TemplateContentHandle.php
│ │ ├── rechargeReward
│ │ │ ├── RechargeRewardActivityModel.php
│ │ │ └── RechargeRewardLogModel.php
│ │ ├── role
│ │ │ ├── ManagerChannelModel.php
│ │ │ ├── ManagerModel.php
│ │ │ ├── ManagerRoleModel.php
│ │ │ └── ManagerVerifyMapModel.php
│ │ ├── sale
│ │ │ ├── CouponLogModel.php
│ │ │ ├── CouponMapModel.php
│ │ │ ├── CouponMemberModel.php
│ │ │ ├── CouponModel.php
│ │ │ ├── CouponRuleModel.php
│ │ │ └── CouponUseOrderMapModel.php
│ │ ├── seckill
│ │ │ ├── SeckillActivity.php
│ │ │ └── SeckillLogModel.php
│ │ ├── shop
│ │ │ └── ShopSettings.php
│ │ ├── shoppingReward
│ │ │ ├── ShoppingRewardActivityGoodsRuleModel.php
│ │ │ ├── ShoppingRewardActivityMemberRuleModel.php
│ │ │ ├── ShoppingRewardActivityModel.php
│ │ │ └── ShoppingRewardLogModel.php
│ │ ├── statistics
│ │ │ ├── StatisticsModel.php
│ │ │ ├── StatisticsPageViewModel.php
│ │ │ └── StatisticsUniqueViewModel.php
│ │ ├── sysset
│ │ │ ├── MessageTemplateTypeGroupModel.php
│ │ │ ├── NoticeModel.php
│ │ │ ├── PaymentModel.php
│ │ │ └── RefundAddressModel.php
│ │ ├── tradeOrder
│ │ │ ├── TradeOrderModel.php
│ │ │ └── TradeOrderRefundModel.php
│ │ ├── user
│ │ │ ├── UserModel.php
│ │ │ ├── UserProfileModel.php
│ │ │ └── UserSession.php
│ │ ├── virtualAccount
│ │ │ ├── VirtualAccountDataModel.php
│ │ │ ├── VirtualAccountModel.php
│ │ │ └── VirtualAccountOrderMapModel.php
│ │ ├── wechat
│ │ │ ├── WechatFansModel.php
│ │ │ ├── WechatFansTagMapModel.php
│ │ │ ├── WechatFansTagModel.php
│ │ │ ├── WechatMaterialModel.php
│ │ │ ├── WechatMaterialNewsModel.php
│ │ │ ├── WechatMenuModel.php
│ │ │ ├── WechatRuleImagesReplyModel.php
│ │ │ ├── WechatRuleKeywordModel.php
│ │ │ ├── WechatRuleModel.php
│ │ │ ├── WechatRuleTextReplyModel.php
│ │ │ └── WechatSyncTaskModel.php
│ │ ├── wxTransactionComponent
│ │ │ ├── WxAuditCategoryImagesModel.php
│ │ │ ├── WxAuditCategoryModel.php
│ │ │ └── WxTransactionComponentModel.php
│ │ └── wxapp
│ │ └── WxappUploadLogModel.php
│ ├── public
│ │ ├── assets
│ │ ├── data
│ │ ├── dispatch
│ │ │ └── notify.php
│ │ ├── index.php
│ │ ├── notify
│ │ │ └── pay.php
│ │ ├── static
│ │ │ ├── dist
│ │ │ │ ├── install
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── app.css
│ │ │ │ │ │ ├── chunk-afad747c.css
│ │ │ │ │ │ └── chunk-vendors.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── ionicons.ttf
│ │ │ │ │ │ ├── ionicons.woff
│ │ │ │ │ │ └── ionicons.woff2
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── auth_bg.png
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── factory.png
│ │ │ │ │ │ ├── ionicons.svg
│ │ │ │ │ │ ├── qq.png
│ │ │ │ │ │ └── wx.png
│ │ │ │ │ └── js
│ │ │ │ │ ├── app.js
│ │ │ │ │ ├── chunk-55a7ba41.js
│ │ │ │ │ ├── chunk-afad747c.js
│ │ │ │ │ └── chunk-vendors.js
│ │ │ │ ├── shop
│ │ │ │ │ ├── channel_icon
│ │ │ │ │ │ ├── icon-douyin.png
│ │ │ │ │ │ ├── icon_ali_pay_applet.png
│ │ │ │ │ │ ├── icon_baidu_applet.png
│ │ │ │ │ │ ├── icon_browser.png
│ │ │ │ │ │ ├── icon_circle_alipay.png
│ │ │ │ │ │ ├── icon_circle_baidu.png
│ │ │ │ │ │ ├── icon_circle_douyin.png
│ │ │ │ │ │ ├── icon_circle_toutiao.png
│ │ │ │ │ │ ├── icon_circle_wap.png
│ │ │ │ │ │ ├── icon_circle_wechat.png
│ │ │ │ │ │ ├── icon_circle_wxapp.png
│ │ │ │ │ │ ├── icon_toutiao.png
│ │ │ │ │ │ ├── icon_we_chat.png
│ │ │ │ │ │ └── icon_we_chat_applet.png
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── 0.css
│ │ │ │ │ │ ├── 10.css
│ │ │ │ │ │ ├── 100.css
│ │ │ │ │ │ ├── 101.css
│ │ │ │ │ │ ├── 102.css
│ │ │ │ │ │ ├── 103.css
│ │ │ │ │ │ ├── 104.css
│ │ │ │ │ │ ├── 105.css
│ │ │ │ │ │ ├── 106.css
│ │ │ │ │ │ ├── 107.css
│ │ │ │ │ │ ├── 108.css
│ │ │ │ │ │ ├── 109.css
│ │ │ │ │ │ ├── 11.css
│ │ │ │ │ │ ├── 110.css
│ │ │ │ │ │ ├── 111.css
│ │ │ │ │ │ ├── 112.css
│ │ │ │ │ │ ├── 113.css
│ │ │ │ │ │ ├── 114.css
│ │ │ │ │ │ ├── 115.css
│ │ │ │ │ │ ├── 116.css
│ │ │ │ │ │ ├── 117.css
│ │ │ │ │ │ ├── 118.css
│ │ │ │ │ │ ├── 119.css
│ │ │ │ │ │ ├── 12.css
│ │ │ │ │ │ ├── 120.css
│ │ │ │ │ │ ├── 121.css
│ │ │ │ │ │ ├── 122.css
│ │ │ │ │ │ ├── 123.css
│ │ │ │ │ │ ├── 124.css
│ │ │ │ │ │ ├── 125.css
│ │ │ │ │ │ ├── 126.css
│ │ │ │ │ │ ├── 127.css
│ │ │ │ │ │ ├── 128.css
│ │ │ │ │ │ ├── 129.css
│ │ │ │ │ │ ├── 13.css
│ │ │ │ │ │ ├── 130.css
│ │ │ │ │ │ ├── 131.css
│ │ │ │ │ │ ├── 132.css
│ │ │ │ │ │ ├── 133.css
│ │ │ │ │ │ ├── 134.css
│ │ │ │ │ │ ├── 135.css
│ │ │ │ │ │ ├── 136.css
│ │ │ │ │ │ ├── 137.css
│ │ │ │ │ │ ├── 138.css
│ │ │ │ │ │ ├── 139.css
│ │ │ │ │ │ ├── 140.css
│ │ │ │ │ │ ├── 141.css
│ │ │ │ │ │ ├── 142.css
│ │ │ │ │ │ ├── 143.css
│ │ │ │ │ │ ├── 144.css
│ │ │ │ │ │ ├── 145.css
│ │ │ │ │ │ ├── 146.css
│ │ │ │ │ │ ├── 147.css
│ │ │ │ │ │ ├── 148.css
│ │ │ │ │ │ ├── 149.css
│ │ │ │ │ │ ├── 15.css
│ │ │ │ │ │ ├── 150.css
│ │ │ │ │ │ ├── 151.css
│ │ │ │ │ │ ├── 152.css
│ │ │ │ │ │ ├── 153.css
│ │ │ │ │ │ ├── 154.css
│ │ │ │ │ │ ├── 155.css
│ │ │ │ │ │ ├── 156.css
│ │ │ │ │ │ ├── 157.css
│ │ │ │ │ │ ├── 16.css
│ │ │ │ │ │ ├── 17.css
│ │ │ │ │ │ ├── 18.css
│ │ │ │ │ │ ├── 19.css
│ │ │ │ │ │ ├── 2.css
│ │ │ │ │ │ ├── 20.css
│ │ │ │ │ │ ├── 21.css
│ │ │ │ │ │ ├── 22.css
│ │ │ │ │ │ ├── 3.css
│ │ │ │ │ │ ├── 4.css
│ │ │ │ │ │ ├── 40.css
│ │ │ │ │ │ ├── 41.css
│ │ │ │ │ │ ├── 42.css
│ │ │ │ │ │ ├── 43.css
│ │ │ │ │ │ ├── 44.css
│ │ │ │ │ │ ├── 45.css
│ │ │ │ │ │ ├── 46.css
│ │ │ │ │ │ ├── 47.css
│ │ │ │ │ │ ├── 48.css
│ │ │ │ │ │ ├── 49.css
│ │ │ │ │ │ ├── 50.css
│ │ │ │ │ │ ├── 51.css
│ │ │ │ │ │ ├── 52.css
│ │ │ │ │ │ ├── 53.css
│ │ │ │ │ │ ├── 54.css
│ │ │ │ │ │ ├── 55.css
│ │ │ │ │ │ ├── 56.css
│ │ │ │ │ │ ├── 57.css
│ │ │ │ │ │ ├── 58.css
│ │ │ │ │ │ ├── 59.css
│ │ │ │ │ │ ├── 6.css
│ │ │ │ │ │ ├── 60.css
│ │ │ │ │ │ ├── 61.css
│ │ │ │ │ │ ├── 62.css
│ │ │ │ │ │ ├── 63.css
│ │ │ │ │ │ ├── 64.css
│ │ │ │ │ │ ├── 65.css
│ │ │ │ │ │ ├── 66.css
│ │ │ │ │ │ ├── 67.css
│ │ │ │ │ │ ├── 68.css
│ │ │ │ │ │ ├── 69.css
│ │ │ │ │ │ ├── 7.css
│ │ │ │ │ │ ├── 70.css
│ │ │ │ │ │ ├── 71.css
│ │ │ │ │ │ ├── 72.css
│ │ │ │ │ │ ├── 73.css
│ │ │ │ │ │ ├── 74.css
│ │ │ │ │ │ ├── 75.css
│ │ │ │ │ │ ├── 76.css
│ │ │ │ │ │ ├── 77.css
│ │ │ │ │ │ ├── 78.css
│ │ │ │ │ │ ├── 79.css
│ │ │ │ │ │ ├── 8.css
│ │ │ │ │ │ ├── 80.css
│ │ │ │ │ │ ├── 81.css
│ │ │ │ │ │ ├── 82.css
│ │ │ │ │ │ ├── 83.css
│ │ │ │ │ │ ├── 84.css
│ │ │ │ │ │ ├── 85.css
│ │ │ │ │ │ ├── 86.css
│ │ │ │ │ │ ├── 87.css
│ │ │ │ │ │ ├── 88.css
│ │ │ │ │ │ ├── 89.css
│ │ │ │ │ │ ├── 9.css
│ │ │ │ │ │ ├── 90.css
│ │ │ │ │ │ ├── 91.css
│ │ │ │ │ │ ├── 92.css
│ │ │ │ │ │ ├── 93.css
│ │ │ │ │ │ ├── 94.css
│ │ │ │ │ │ ├── 95.css
│ │ │ │ │ │ ├── 96.css
│ │ │ │ │ │ ├── 97.css
│ │ │ │ │ │ ├── 98.css
│ │ │ │ │ │ ├── 99.css
│ │ │ │ │ │ ├── account.css
│ │ │ │ │ │ ├── app.css
│ │ │ │ │ │ ├── broadcastChunk.css
│ │ │ │ │ │ ├── chunk-vendors.css
│ │ │ │ │ │ ├── commentHelperChunk.css
│ │ │ │ │ │ ├── commissionChunk.css
│ │ │ │ │ │ ├── commissionChunk~noticeChunk.css
│ │ │ │ │ │ ├── consumeRewardChunk.css
│ │ │ │ │ │ ├── expressHelperChunk.css
│ │ │ │ │ │ ├── loading.css
│ │ │ │ │ │ ├── newGiftsChunk.css
│ │ │ │ │ │ ├── noticeChunk.css
│ │ │ │ │ │ ├── posterChunk.css
│ │ │ │ │ │ ├── printerChunk.css
│ │ │ │ │ │ ├── rechargeRewardChunk.css
│ │ │ │ │ │ ├── seckillChunk.css
│ │ │ │ │ │ ├── shoppingRewardChunk.css
│ │ │ │ │ │ ├── systemFormChunk.css
│ │ │ │ │ │ └── virtualAccountChunk.css
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── ionicons.ttf
│ │ │ │ │ │ ├── ionicons.woff
│ │ │ │ │ │ └── ionicons.woff2
│ │ │ │ │ ├── image
│ │ │ │ │ │ └── videoAccount
│ │ │ │ │ │ └── default.jpg
│ │ │ │ │ ├── img
│ │ │ │ │ │ ├── 163.png
│ │ │ │ │ │ ├── address.png
│ │ │ │ │ │ ├── agreement.png
│ │ │ │ │ │ ├── alipay_certificate.png
│ │ │ │ │ │ ├── amap_web_jsapi.png
│ │ │ │ │ │ ├── amap_web_service.png
│ │ │ │ │ │ ├── anniuzu.svg
│ │ │ │ │ │ ├── anniuzu2.svg
│ │ │ │ │ │ ├── anniuzu_merchant.svg
│ │ │ │ │ │ ├── api_key.png
│ │ │ │ │ │ ├── bg-toutiao.png
│ │ │ │ │ │ ├── bg-wx.png
│ │ │ │ │ │ ├── bg-wxapp.png
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── bg_color.png
│ │ │ │ │ │ ├── bg_img.png
│ │ │ │ │ │ ├── biaotilan.svg
│ │ │ │ │ │ ├── bind_mobile.png
│ │ │ │ │ │ ├── bind_mobile_btn.png
│ │ │ │ │ │ ├── black_list.png
│ │ │ │ │ │ ├── black_option.png
│ │ │ │ │ │ ├── black_order.png
│ │ │ │ │ │ ├── blessing.png
│ │ │ │ │ │ ├── blue_list.png
│ │ │ │ │ │ ├── blue_option.png
│ │ │ │ │ │ ├── blue_order.png
│ │ │ │ │ │ ├── bottom-menu.svg
│ │ │ │ │ │ ├── bottom-menu_merchant.svg
│ │ │ │ │ │ ├── cate0_level0.png
│ │ │ │ │ │ ├── cate0_level1.png
│ │ │ │ │ │ ├── cate0_level2.png
│ │ │ │ │ │ ├── checked.svg
│ │ │ │ │ │ ├── city.svg
│ │ │ │ │ │ ├── classify_ad.png
│ │ │ │ │ │ ├── classify_circle.png
│ │ │ │ │ │ ├── classify_example.png
│ │ │ │ │ │ ├── classify_rect.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── commission_header.png
│ │ │ │ │ │ ├── consumption-new-bg.png
│ │ │ │ │ │ ├── coupon-bg.png
│ │ │ │ │ │ ├── coupon-bg2.png
│ │ │ │ │ │ ├── cube.svg
│ │ │ │ │ │ ├── cube_merchant.svg
│ │ │ │ │ │ ├── customer-merchant.svg
│ │ │ │ │ │ ├── customer.svg
│ │ │ │ │ │ ├── dantuzu.svg
│ │ │ │ │ │ ├── dantuzu_merchant.svg
│ │ │ │ │ │ ├── data-goods.svg
│ │ │ │ │ │ ├── data-money.svg
│ │ │ │ │ │ ├── data-order.svg
│ │ │ │ │ │ ├── data-user.svg
│ │ │ │ │ │ ├── date.svg
│ │ │ │ │ │ ├── daterange.svg
│ │ │ │ │ │ ├── default_list.png
│ │ │ │ │ │ ├── default_option.png
│ │ │ │ │ │ ├── default_order.png
│ │ │ │ │ │ ├── del-hover.svg
│ │ │ │ │ │ ├── del-normal.svg
│ │ │ │ │ │ ├── desensitization.png
│ │ │ │ │ │ ├── dingbudaohang.svg
│ │ │ │ │ │ ├── dingbudaohang_merchant.svg
│ │ │ │ │ │ ├── discount.png
│ │ │ │ │ │ ├── erweima.svg
│ │ │ │ │ │ ├── erweima_merchant.svg
│ │ │ │ │ │ ├── example.png
│ │ │ │ │ │ ├── fenxiao-erweima.svg
│ │ │ │ │ │ ├── fenxiao-fenxiaoshuju.svg
│ │ │ │ │ │ ├── foot_tab.png
│ │ │ │ │ │ ├── force-login.png
│ │ │ │ │ │ ├── full-reduction.png
│ │ │ │ │ │ ├── fuwenben.svg
│ │ │ │ │ │ ├── fuwenben_merchant.svg
│ │ │ │ │ │ ├── fuzhukongbai.svg
│ │ │ │ │ │ ├── fuzhukongbai_merchant.svg
│ │ │ │ │ │ ├── fuzhuxian.svg
│ │ │ │ │ │ ├── fx_protocol.png
│ │ │ │ │ │ ├── get-info.png
│ │ │ │ │ │ ├── gonggao.svg
│ │ │ │ │ │ ├── goods_header.png
│ │ │ │ │ │ ├── green_list.png
│ │ │ │ │ │ ├── green_option.png
│ │ │ │ │ │ ├── green_order.png
│ │ │ │ │ │ ├── groups.svg
│ │ │ │ │ │ ├── groups_rebate.svg
│ │ │ │ │ │ ├── gudingsousuo2.svg
│ │ │ │ │ │ ├── haibao-huiyuanjia.svg
│ │ │ │ │ │ ├── haibao-huiyuanjia_merchant.svg
│ │ │ │ │ │ ├── haibao-xianjia.svg
│ │ │ │ │ │ ├── haibao-xianjia_merchant.svg
│ │ │ │ │ │ ├── haibao-yuanjia.svg
│ │ │ │ │ │ ├── haibao-yuanjia_merchant.svg
│ │ │ │ │ │ ├── hot_area.svg
│ │ │ │ │ │ ├── hot_area_merchant.svg
│ │ │ │ │ │ ├── huiyuan-bangdingshouji.svg
│ │ │ │ │ │ ├── huiyuan-huiyuanxinxi.svg
│ │ │ │ │ │ ├── huiyuan-tuichudenglu1.svg
│ │ │ │ │ │ ├── info.png
│ │ │ │ │ │ ├── ionicons.svg
│ │ │ │ │ │ ├── kdn.png
│ │ │ │ │ │ ├── liebiaodaohang.svg
│ │ │ │ │ │ ├── liver.svg
│ │ │ │ │ │ ├── liver_bg.png
│ │ │ │ │ │ ├── load_picture.png
│ │ │ │ │ │ ├── login-code.png
│ │ │ │ │ │ ├── login-pass.png
│ │ │ │ │ │ ├── login_bg.png
│ │ │ │ │ │ ├── menu-skeleton.png
│ │ │ │ │ │ ├── merch_shop_entrance.svg
│ │ │ │ │ │ ├── merchgroup.svg
│ │ │ │ │ │ ├── merchgroup_merchant.svg
│ │ │ │ │ │ ├── module-detail.png
│ │ │ │ │ │ ├── module-index.png
│ │ │ │ │ │ ├── module-vip.png
│ │ │ │ │ │ ├── more.png
│ │ │ │ │ │ ├── newPeople-new-bg.png
│ │ │ │ │ │ ├── order_header.png
│ │ │ │ │ │ ├── phone-bg.png
│ │ │ │ │ │ ├── pink_list.png
│ │ │ │ │ │ ├── pink_option.png
│ │ │ │ │ │ ├── pink_order.png
│ │ │ │ │ │ ├── presell.svg
│ │ │ │ │ │ ├── presell_merchant.svg
│ │ │ │ │ │ ├── preview-bg.png
│ │ │ │ │ │ ├── preview_img.png
│ │ │ │ │ │ ├── purple_list.png
│ │ │ │ │ │ ├── purple_option.png
│ │ │ │ │ │ ├── purple_order.png
│ │ │ │ │ │ ├── qq.png
│ │ │ │ │ │ ├── radio.svg
│ │ │ │ │ │ ├── rechargeReward-preview-bg.png
│ │ │ │ │ │ ├── refund-tip.png
│ │ │ │ │ │ ├── sale_out.png
│ │ │ │ │ │ ├── seckill.svg
│ │ │ │ │ │ ├── seckill_merchant.svg
│ │ │ │ │ │ ├── selectedIcon.svg
│ │ │ │ │ │ ├── send-name.png
│ │ │ │ │ │ ├── send-theme.png
│ │ │ │ │ │ ├── shangpinzu.svg
│ │ │ │ │ │ ├── share_img.png
│ │ │ │ │ │ ├── shipinzu.svg
│ │ │ │ │ │ ├── shipinzu_merchant.svg
│ │ │ │ │ │ ├── shop.png
│ │ │ │ │ │ ├── shop_detail.png
│ │ │ │ │ │ ├── shop_main.png
│ │ │ │ │ │ ├── shop_main_single.png
│ │ │ │ │ │ ├── shop_market.png
│ │ │ │ │ │ ├── shop_params.png
│ │ │ │ │ │ ├── shop_sale.png
│ │ │ │ │ │ ├── shop_specs.png
│ │ │ │ │ │ ├── shop_stock.png
│ │ │ │ │ │ ├── shop_swiper.png
│ │ │ │ │ │ ├── shop_tag.png
│ │ │ │ │ │ ├── shop_video.png
│ │ │ │ │ │ ├── shopping-new-bg.png
│ │ │ │ │ │ ├── single-refund.png
│ │ │ │ │ │ ├── sms_bg.png
│ │ │ │ │ │ ├── sn.png
│ │ │ │ │ │ ├── sousuo1.svg
│ │ │ │ │ │ ├── sousuo1_merchant.svg
│ │ │ │ │ │ ├── start_code.png
│ │ │ │ │ │ ├── telephone.svg
│ │ │ │ │ │ ├── time.svg
│ │ │ │ │ │ ├── timerange.svg
│ │ │ │ │ │ ├── title_bg.png
│ │ │ │ │ │ ├── title_color.png
│ │ │ │ │ │ ├── top-detail.png
│ │ │ │ │ │ ├── top-param.png
│ │ │ │ │ │ ├── toutiao.png
│ │ │ │ │ │ ├── tt_pay.png
│ │ │ │ │ │ ├── tubiaozu.svg
│ │ │ │ │ │ ├── tupianlunbo.svg
│ │ │ │ │ │ ├── tupianlunbo_merchant.svg
│ │ │ │ │ │ ├── tupianzhanbo.svg
│ │ │ │ │ │ ├── tupianzhanbo_merchant.svg
│ │ │ │ │ │ ├── username.svg
│ │ │ │ │ │ ├── video_example.png
│ │ │ │ │ │ ├── vip_header.png
│ │ │ │ │ │ ├── wechat-config1.png
│ │ │ │ │ │ ├── wechat-config2.png
│ │ │ │ │ │ ├── wechat-config3.png
│ │ │ │ │ │ ├── wechat-example.png
│ │ │ │ │ │ ├── wechat.png
│ │ │ │ │ │ ├── weixin1.png
│ │ │ │ │ │ ├── weixin2.png
│ │ │ │ │ │ ├── wxapp.png
│ │ │ │ │ │ ├── wxapp_bg.png
│ │ │ │ │ │ ├── wxapp_link.png
│ │ │ │ │ │ ├── xialaxuanze.svg
│ │ │ │ │ │ ├── xiangqing-dibudaohang1.svg
│ │ │ │ │ │ ├── xiangqing-pingjia.svg
│ │ │ │ │ │ ├── xiangqing-shangpinguige.svg
│ │ │ │ │ │ ├── xiangqing-shangpintupian.svg
│ │ │ │ │ │ ├── xiangqing-shangpinxiangqing.svg
│ │ │ │ │ │ ├── xiangqing-shangpinxinxi.svg
│ │ │ │ │ │ ├── xiangqing-yingxiaoxinxi.svg
│ │ │ │ │ │ ├── xuanxiangka.svg
│ │ │ │ │ │ ├── xuanxiangka_merchant.svg
│ │ │ │ │ │ ├── yellow_list.png
│ │ │ │ │ │ ├── yellow_option.png
│ │ │ │ │ │ ├── yellow_order.png
│ │ │ │ │ │ └── youhuiquan.svg
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── 0.js
│ │ │ │ │ │ ├── 1.js
│ │ │ │ │ │ ├── 10.js
│ │ │ │ │ │ ├── 100.js
│ │ │ │ │ │ ├── 101.js
│ │ │ │ │ │ ├── 102.js
│ │ │ │ │ │ ├── 103.js
│ │ │ │ │ │ ├── 104.js
│ │ │ │ │ │ ├── 105.js
│ │ │ │ │ │ ├── 106.js
│ │ │ │ │ │ ├── 107.js
│ │ │ │ │ │ ├── 108.js
│ │ │ │ │ │ ├── 109.js
│ │ │ │ │ │ ├── 11.js
│ │ │ │ │ │ ├── 110.js
│ │ │ │ │ │ ├── 111.js
│ │ │ │ │ │ ├── 112.js
│ │ │ │ │ │ ├── 113.js
│ │ │ │ │ │ ├── 114.js
│ │ │ │ │ │ ├── 115.js
│ │ │ │ │ │ ├── 116.js
│ │ │ │ │ │ ├── 117.js
│ │ │ │ │ │ ├── 118.js
│ │ │ │ │ │ ├── 119.js
│ │ │ │ │ │ ├── 12.js
│ │ │ │ │ │ ├── 120.js
│ │ │ │ │ │ ├── 121.js
│ │ │ │ │ │ ├── 122.js
│ │ │ │ │ │ ├── 123.js
│ │ │ │ │ │ ├── 124.js
│ │ │ │ │ │ ├── 125.js
│ │ │ │ │ │ ├── 126.js
│ │ │ │ │ │ ├── 127.js
│ │ │ │ │ │ ├── 128.js
│ │ │ │ │ │ ├── 129.js
│ │ │ │ │ │ ├── 13.js
│ │ │ │ │ │ ├── 130.js
│ │ │ │ │ │ ├── 131.js
│ │ │ │ │ │ ├── 132.js
│ │ │ │ │ │ ├── 133.js
│ │ │ │ │ │ ├── 134.js
│ │ │ │ │ │ ├── 135.js
│ │ │ │ │ │ ├── 136.js
│ │ │ │ │ │ ├── 137.js
│ │ │ │ │ │ ├── 138.js
│ │ │ │ │ │ ├── 139.js
│ │ │ │ │ │ ├── 140.js
│ │ │ │ │ │ ├── 141.js
│ │ │ │ │ │ ├── 142.js
│ │ │ │ │ │ ├── 143.js
│ │ │ │ │ │ ├── 144.js
│ │ │ │ │ │ ├── 145.js
│ │ │ │ │ │ ├── 146.js
│ │ │ │ │ │ ├── 147.js
│ │ │ │ │ │ ├── 148.js
│ │ │ │ │ │ ├── 149.js
│ │ │ │ │ │ ├── 15.js
│ │ │ │ │ │ ├── 150.js
│ │ │ │ │ │ ├── 151.js
│ │ │ │ │ │ ├── 152.js
│ │ │ │ │ │ ├── 153.js
│ │ │ │ │ │ ├── 154.js
│ │ │ │ │ │ ├── 155.js
│ │ │ │ │ │ ├── 156.js
│ │ │ │ │ │ ├── 157.js
│ │ │ │ │ │ ├── 158.js
│ │ │ │ │ │ ├── 159.js
│ │ │ │ │ │ ├── 16.js
│ │ │ │ │ │ ├── 17.js
│ │ │ │ │ │ ├── 18.js
│ │ │ │ │ │ ├── 19.js
│ │ │ │ │ │ ├── 2.js
│ │ │ │ │ │ ├── 20.js
│ │ │ │ │ │ ├── 21.js
│ │ │ │ │ │ ├── 22.js
│ │ │ │ │ │ ├── 3.js
│ │ │ │ │ │ ├── 4.js
│ │ │ │ │ │ ├── 40.js
│ │ │ │ │ │ ├── 41.js
│ │ │ │ │ │ ├── 42.js
│ │ │ │ │ │ ├── 43.js
│ │ │ │ │ │ ├── 44.js
│ │ │ │ │ │ ├── 45.js
│ │ │ │ │ │ ├── 46.js
│ │ │ │ │ │ ├── 47.js
│ │ │ │ │ │ ├── 48.js
│ │ │ │ │ │ ├── 49.js
│ │ │ │ │ │ ├── 5.js
│ │ │ │ │ │ ├── 50.js
│ │ │ │ │ │ ├── 51.js
│ │ │ │ │ │ ├── 52.js
│ │ │ │ │ │ ├── 53.js
│ │ │ │ │ │ ├── 54.js
│ │ │ │ │ │ ├── 55.js
│ │ │ │ │ │ ├── 56.js
│ │ │ │ │ │ ├── 57.js
│ │ │ │ │ │ ├── 58.js
│ │ │ │ │ │ ├── 59.js
│ │ │ │ │ │ ├── 6.js
│ │ │ │ │ │ ├── 60.js
│ │ │ │ │ │ ├── 61.js
│ │ │ │ │ │ ├── 62.js
│ │ │ │ │ │ ├── 63.js
│ │ │ │ │ │ ├── 64.js
│ │ │ │ │ │ ├── 65.js
│ │ │ │ │ │ ├── 66.js
│ │ │ │ │ │ ├── 67.js
│ │ │ │ │ │ ├── 68.js
│ │ │ │ │ │ ├── 69.js
│ │ │ │ │ │ ├── 7.js
│ │ │ │ │ │ ├── 70.js
│ │ │ │ │ │ ├── 71.js
│ │ │ │ │ │ ├── 72.js
│ │ │ │ │ │ ├── 73.js
│ │ │ │ │ │ ├── 74.js
│ │ │ │ │ │ ├── 75.js
│ │ │ │ │ │ ├── 76.js
│ │ │ │ │ │ ├── 77.js
│ │ │ │ │ │ ├── 78.js
│ │ │ │ │ │ ├── 79.js
│ │ │ │ │ │ ├── 8.js
│ │ │ │ │ │ ├── 80.js
│ │ │ │ │ │ ├── 81.js
│ │ │ │ │ │ ├── 82.js
│ │ │ │ │ │ ├── 83.js
│ │ │ │ │ │ ├── 84.js
│ │ │ │ │ │ ├── 85.js
│ │ │ │ │ │ ├── 86.js
│ │ │ │ │ │ ├── 87.js
│ │ │ │ │ │ ├── 88.js
│ │ │ │ │ │ ├── 89.js
│ │ │ │ │ │ ├── 9.js
│ │ │ │ │ │ ├── 90.js
│ │ │ │ │ │ ├── 91.js
│ │ │ │ │ │ ├── 92.js
│ │ │ │ │ │ ├── 93.js
│ │ │ │ │ │ ├── 94.js
│ │ │ │ │ │ ├── 95.js
│ │ │ │ │ │ ├── 96.js
│ │ │ │ │ │ ├── 97.js
│ │ │ │ │ │ ├── 98.js
│ │ │ │ │ │ ├── 99.js
│ │ │ │ │ │ ├── account.js
│ │ │ │ │ │ ├── app.js
│ │ │ │ │ │ ├── broadcastChunk.js
│ │ │ │ │ │ ├── chunk-vendors.js
│ │ │ │ │ │ ├── commentHelperChunk.js
│ │ │ │ │ │ ├── commissionChunk.js
│ │ │ │ │ │ ├── commissionChunk~noticeChunk.js
│ │ │ │ │ │ ├── consumeRewardChunk.js
│ │ │ │ │ │ ├── expressHelperChunk.js
│ │ │ │ │ │ ├── newGiftsChunk.js
│ │ │ │ │ │ ├── noticeChunk.js
│ │ │ │ │ │ ├── posterChunk.js
│ │ │ │ │ │ ├── printerChunk.js
│ │ │ │ │ │ ├── rechargeRewardChunk.js
│ │ │ │ │ │ ├── seckillChunk.js
│ │ │ │ │ │ ├── shoppingRewardChunk.js
│ │ │ │ │ │ ├── systemFormChunk.js
│ │ │ │ │ │ └── virtualAccountChunk.js
│ │ │ │ │ ├── kdx_wap
│ │ │ │ │ │ ├── -dispatchingno.png
│ │ │ │ │ │ ├── activity
│ │ │ │ │ │ │ ├── default-page.png
│ │ │ │ │ │ │ └── redpacket
│ │ │ │ │ │ │ ├── fostar.png
│ │ │ │ │ │ │ ├── redpacketBack.png
│ │ │ │ │ │ │ ├── redpacketClose.png
│ │ │ │ │ │ │ ├── redpacketDetail.png
│ │ │ │ │ │ │ └── smallRedpacket.png
│ │ │ │ │ │ ├── bargain.png
│ │ │ │ │ │ ├── chat.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── commission
│ │ │ │ │ │ │ ├── audit-await.png
│ │ │ │ │ │ │ ├── audit-no.png
│ │ │ │ │ │ │ ├── audit-refuse.png
│ │ │ │ │ │ │ ├── audit-success.png
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── commission-level.png
│ │ │ │ │ │ │ ├── level
│ │ │ │ │ │ │ │ ├── active1.png
│ │ │ │ │ │ │ │ ├── active10.png
│ │ │ │ │ │ │ │ ├── active2.png
│ │ │ │ │ │ │ │ ├── active3.png
│ │ │ │ │ │ │ │ ├── active4.png
│ │ │ │ │ │ │ │ ├── active5.png
│ │ │ │ │ │ │ │ ├── active6.png
│ │ │ │ │ │ │ │ ├── active7.png
│ │ │ │ │ │ │ │ ├── active8.png
│ │ │ │ │ │ │ │ ├── active9.png
│ │ │ │ │ │ │ │ ├── commission_level1.png
│ │ │ │ │ │ │ │ ├── commission_level10.png
│ │ │ │ │ │ │ │ ├── commission_level2.png
│ │ │ │ │ │ │ │ ├── commission_level3.png
│ │ │ │ │ │ │ │ ├── commission_level4.png
│ │ │ │ │ │ │ │ ├── commission_level5.png
│ │ │ │ │ │ │ │ ├── commission_level6.png
│ │ │ │ │ │ │ │ ├── commission_level7.png
│ │ │ │ │ │ │ │ ├── commission_level8.png
│ │ │ │ │ │ │ │ └── commission_level9.png
│ │ │ │ │ │ │ ├── level-active-icon.png
│ │ │ │ │ │ │ ├── level-icon.png
│ │ │ │ │ │ │ ├── line.png
│ │ │ │ │ │ │ ├── performanceAward
│ │ │ │ │ │ │ │ ├── Group1109.png
│ │ │ │ │ │ │ │ ├── UpToStandard.png
│ │ │ │ │ │ │ │ ├── amount.png
│ │ │ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ │ │ ├── begin.png
│ │ │ │ │ │ │ │ ├── button-detail.png
│ │ │ │ │ │ │ │ ├── continer.png
│ │ │ │ │ │ │ │ ├── decorate_left.png
│ │ │ │ │ │ │ │ ├── decorate_right_down.png
│ │ │ │ │ │ │ │ ├── decorate_right_up.png
│ │ │ │ │ │ │ │ ├── distributor.png
│ │ │ │ │ │ │ │ ├── know.png
│ │ │ │ │ │ │ │ ├── left.png
│ │ │ │ │ │ │ │ ├── light.png
│ │ │ │ │ │ │ │ ├── people.png
│ │ │ │ │ │ │ │ ├── reward1.png
│ │ │ │ │ │ │ │ ├── reward2.png
│ │ │ │ │ │ │ │ ├── reward3.png
│ │ │ │ │ │ │ │ ├── right.png
│ │ │ │ │ │ │ │ ├── text.png
│ │ │ │ │ │ │ │ ├── title.png
│ │ │ │ │ │ │ │ ├── total.png
│ │ │ │ │ │ │ │ └── underway.png
│ │ │ │ │ │ │ └── qrcode
│ │ │ │ │ │ │ ├── 01.png
│ │ │ │ │ │ │ ├── 02.png
│ │ │ │ │ │ │ └── commission_qrcode.png
│ │ │ │ │ │ ├── copy-link.png
│ │ │ │ │ │ ├── coupon
│ │ │ │ │ │ │ ├── bottom.png
│ │ │ │ │ │ │ ├── coupon-1.png
│ │ │ │ │ │ │ ├── coupon-2.png
│ │ │ │ │ │ │ ├── coupon1.png
│ │ │ │ │ │ │ ├── coupon2.png
│ │ │ │ │ │ │ └── receive.png
│ │ │ │ │ │ ├── credit-shop.png
│ │ │ │ │ │ ├── decorate
│ │ │ │ │ │ │ ├── advs_default.png
│ │ │ │ │ │ │ ├── advs_normal.png
│ │ │ │ │ │ │ ├── avatar.png
│ │ │ │ │ │ │ ├── avatar_mobile.png
│ │ │ │ │ │ │ ├── avatar_square.png
│ │ │ │ │ │ │ ├── banner.png
│ │ │ │ │ │ │ ├── banner600_296.png
│ │ │ │ │ │ │ ├── check-template.png
│ │ │ │ │ │ │ ├── classify-ad.png
│ │ │ │ │ │ │ ├── coupon
│ │ │ │ │ │ │ │ ├── black.png
│ │ │ │ │ │ │ │ ├── blue.png
│ │ │ │ │ │ │ │ ├── green.png
│ │ │ │ │ │ │ │ ├── orange.png
│ │ │ │ │ │ │ │ └── red.png
│ │ │ │ │ │ │ ├── cube_default.png
│ │ │ │ │ │ │ ├── customer.png
│ │ │ │ │ │ │ ├── default_goods1.jpg
│ │ │ │ │ │ │ ├── default_goods2.jpg
│ │ │ │ │ │ │ ├── default_goods3.jpg
│ │ │ │ │ │ │ ├── default_layer.png
│ │ │ │ │ │ │ ├── default_user1.jpg
│ │ │ │ │ │ │ ├── goods.png
│ │ │ │ │ │ │ ├── goods_block1.png
│ │ │ │ │ │ │ ├── goods_col1.png
│ │ │ │ │ │ │ ├── goods_col2.png
│ │ │ │ │ │ │ ├── gotop.png
│ │ │ │ │ │ │ ├── groups
│ │ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ │ ├── title_bg.png
│ │ │ │ │ │ │ │ └── title_img.png
│ │ │ │ │ │ │ ├── groups_rebate
│ │ │ │ │ │ │ │ └── bg.jpg
│ │ │ │ │ │ │ ├── icongroup.png
│ │ │ │ │ │ │ ├── img_account.png
│ │ │ │ │ │ │ ├── liver_long.png
│ │ │ │ │ │ │ ├── liver_normal.png
│ │ │ │ │ │ │ ├── loading-white.gif
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ ├── logo_default.png
│ │ │ │ │ │ │ ├── menu_radius.png
│ │ │ │ │ │ │ ├── merchant-info-bgimg.png
│ │ │ │ │ │ │ ├── merchant_logo_default.png
│ │ │ │ │ │ │ ├── merchant_shop_closed.png
│ │ │ │ │ │ │ ├── merchants-nogood.png
│ │ │ │ │ │ │ ├── no_shopdetail.png
│ │ │ │ │ │ │ ├── notice
│ │ │ │ │ │ │ │ ├── notice_icon1.svg
│ │ │ │ │ │ │ │ ├── notice_icon2.svg
│ │ │ │ │ │ │ │ ├── notice_icon3.svg
│ │ │ │ │ │ │ │ ├── notice_icon4.svg
│ │ │ │ │ │ │ │ └── notice_icon5.svg
│ │ │ │ │ │ │ ├── page_bg_img.png
│ │ │ │ │ │ │ ├── picture.png
│ │ │ │ │ │ │ ├── pictures.png
│ │ │ │ │ │ │ ├── poster
│ │ │ │ │ │ │ │ ├── 01.png
│ │ │ │ │ │ │ │ ├── 02.png
│ │ │ │ │ │ │ │ ├── commission-bg1.png
│ │ │ │ │ │ │ │ ├── commission-bg2.png
│ │ │ │ │ │ │ │ ├── commission-bg3.png
│ │ │ │ │ │ │ │ ├── commission-good-poster1.png
│ │ │ │ │ │ │ │ ├── commission-poster1.png
│ │ │ │ │ │ │ │ ├── follow-bg.png
│ │ │ │ │ │ │ │ ├── foot_tab.png
│ │ │ │ │ │ │ │ ├── footer.png
│ │ │ │ │ │ │ │ ├── good1.png
│ │ │ │ │ │ │ │ ├── good2.png
│ │ │ │ │ │ │ │ ├── img.png
│ │ │ │ │ │ │ │ └── merchant-bg.png
│ │ │ │ │ │ │ ├── poster-phone.png
│ │ │ │ │ │ │ ├── poster.png
│ │ │ │ │ │ │ ├── qrcode.png
│ │ │ │ │ │ │ ├── sale_out.png
│ │ │ │ │ │ │ ├── seckill
│ │ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ │ └── title_bg.png
│ │ │ │ │ │ │ ├── shop_top_bg.png
│ │ │ │ │ │ │ ├── using-page.png
│ │ │ │ │ │ │ ├── video-cover.png
│ │ │ │ │ │ │ ├── video.png
│ │ │ │ │ │ │ ├── video16_9.png
│ │ │ │ │ │ │ ├── video1_1.png
│ │ │ │ │ │ │ └── video4_3.png
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── address.png
│ │ │ │ │ │ │ ├── adv-1.jpg
│ │ │ │ │ │ │ ├── adv-2.jpg
│ │ │ │ │ │ │ ├── adv-3.jpg
│ │ │ │ │ │ │ ├── adv-4.jpg
│ │ │ │ │ │ │ ├── article.png
│ │ │ │ │ │ │ ├── asign.png
│ │ │ │ │ │ │ ├── assessment_ladder.png
│ │ │ │ │ │ │ ├── balance.png
│ │ │ │ │ │ │ ├── banner-1.jpg
│ │ │ │ │ │ │ ├── banner-2.jpg
│ │ │ │ │ │ │ ├── bargain.png
│ │ │ │ │ │ │ ├── bill.png
│ │ │ │ │ │ │ ├── cart.png
│ │ │ │ │ │ │ ├── cash.png
│ │ │ │ │ │ │ ├── collection.png
│ │ │ │ │ │ │ ├── commission.png
│ │ │ │ │ │ │ ├── copyright.png
│ │ │ │ │ │ │ ├── coupon.png
│ │ │ │ │ │ │ ├── cover.png
│ │ │ │ │ │ │ ├── credit-new.png
│ │ │ │ │ │ │ ├── credit.png
│ │ │ │ │ │ │ ├── credit_mall.png
│ │ │ │ │ │ │ ├── cube-1.jpg
│ │ │ │ │ │ │ ├── cube-2.jpg
│ │ │ │ │ │ │ ├── cube-3.jpg
│ │ │ │ │ │ │ ├── cube-4.jpg
│ │ │ │ │ │ │ ├── expire.png
│ │ │ │ │ │ │ ├── footprint.png
│ │ │ │ │ │ │ ├── goods-1.jpg
│ │ │ │ │ │ │ ├── goods-2.jpg
│ │ │ │ │ │ │ ├── goods-3.jpg
│ │ │ │ │ │ │ ├── goods-4.jpg
│ │ │ │ │ │ │ ├── goods_pack.png
│ │ │ │ │ │ │ ├── goodsicon-bigsale.png
│ │ │ │ │ │ │ ├── goodsicon-hotsale.png
│ │ │ │ │ │ │ ├── goodsicon-isnew.png
│ │ │ │ │ │ │ ├── goodsicon-istime.png
│ │ │ │ │ │ │ ├── goodsicon-recommand.png
│ │ │ │ │ │ │ ├── goodsicon-sendfree.png
│ │ │ │ │ │ │ ├── hot.png
│ │ │ │ │ │ │ ├── hotdot.jpg
│ │ │ │ │ │ │ ├── hotdot.png
│ │ │ │ │ │ │ ├── icon-1.png
│ │ │ │ │ │ │ ├── icon-2.png
│ │ │ │ │ │ │ ├── icon-3.png
│ │ │ │ │ │ │ ├── icon-4.png
│ │ │ │ │ │ │ ├── icon-5.png
│ │ │ │ │ │ │ ├── icon-6.png
│ │ │ │ │ │ │ ├── icon-7.png
│ │ │ │ │ │ │ ├── icon_coupon.png
│ │ │ │ │ │ │ ├── icon_credit.png
│ │ │ │ │ │ │ ├── icon_goods.png
│ │ │ │ │ │ │ ├── icon_money.png
│ │ │ │ │ │ │ ├── icon_redbag.png
│ │ │ │ │ │ │ ├── invalid_goods.png
│ │ │ │ │ │ │ ├── iphone6.jpg
│ │ │ │ │ │ │ ├── logo.jpg
│ │ │ │ │ │ │ ├── lose_goods.svg
│ │ │ │ │ │ │ ├── menu-1.png
│ │ │ │ │ │ │ ├── menu-2.png
│ │ │ │ │ │ │ ├── menu-3.png
│ │ │ │ │ │ │ ├── menu-4.png
│ │ │ │ │ │ │ ├── menu-5.png
│ │ │ │ │ │ │ ├── movie-poster.jpg
│ │ │ │ │ │ │ ├── new.png
│ │ │ │ │ │ │ ├── no_redpacket.png
│ │ │ │ │ │ │ ├── oversea.png
│ │ │ │ │ │ │ ├── rank.png
│ │ │ │ │ │ │ ├── reward.png
│ │ │ │ │ │ │ ├── sale-by.png
│ │ │ │ │ │ │ ├── saleout-1.png
│ │ │ │ │ │ │ ├── saleout-2.png
│ │ │ │ │ │ │ ├── saleout-3.png
│ │ │ │ │ │ │ ├── search.png
│ │ │ │ │ │ │ ├── seckill.jpg
│ │ │ │ │ │ │ ├── seckill.png
│ │ │ │ │ │ │ ├── subline.png
│ │ │ │ │ │ │ ├── video_play.png
│ │ │ │ │ │ │ └── vip-level.png
│ │ │ │ │ │ ├── download.png
│ │ │ │ │ │ ├── expressing-no.png
│ │ │ │ │ │ ├── expressing-yes.png
│ │ │ │ │ │ ├── expressing.png
│ │ │ │ │ │ ├── get-coupon.png
│ │ │ │ │ │ ├── get-no.png
│ │ │ │ │ │ ├── get-yes.png
│ │ │ │ │ │ ├── goods
│ │ │ │ │ │ │ ├── 1.png
│ │ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ │ └── noappoint.png
│ │ │ │ │ │ ├── have_no_browse_perm.png
│ │ │ │ │ │ ├── hot.png
│ │ │ │ │ │ ├── icon_audio_reading_3.png
│ │ │ │ │ │ ├── icon_audio_reading_gray_3.png
│ │ │ │ │ │ ├── icon_audio_reading_green_3.png
│ │ │ │ │ │ ├── ladder
│ │ │ │ │ │ │ ├── card-bg.png
│ │ │ │ │ │ │ ├── red_bg.png
│ │ │ │ │ │ │ └── scroll-img.png
│ │ │ │ │ │ ├── left-shadow.png
│ │ │ │ │ │ ├── level-bg.png
│ │ │ │ │ │ ├── login
│ │ │ │ │ │ │ ├── avatar_default.png
│ │ │ │ │ │ │ ├── no-login.png
│ │ │ │ │ │ │ ├── no-phone.png
│ │ │ │ │ │ │ ├── style1.png
│ │ │ │ │ │ │ ├── style2.png
│ │ │ │ │ │ │ └── style3.png
│ │ │ │ │ │ ├── member
│ │ │ │ │ │ │ ├── bg-1-crown.png
│ │ │ │ │ │ │ ├── bg-1.png
│ │ │ │ │ │ │ ├── bg-2-crown.png
│ │ │ │ │ │ │ ├── bg-2.png
│ │ │ │ │ │ │ ├── bg-3-crown.png
│ │ │ │ │ │ │ ├── bg-3.png
│ │ │ │ │ │ │ ├── bg-shadow1.png
│ │ │ │ │ │ │ ├── bg-shadow2.png
│ │ │ │ │ │ │ ├── bg1-1.png
│ │ │ │ │ │ │ ├── bg1.png
│ │ │ │ │ │ │ ├── bg2-2.png
│ │ │ │ │ │ │ ├── bg2.png
│ │ │ │ │ │ │ ├── coupon-detail-bg.png
│ │ │ │ │ │ │ ├── credit-bg.png
│ │ │ │ │ │ │ ├── detail
│ │ │ │ │ │ │ │ ├── article.png
│ │ │ │ │ │ │ │ ├── balance-cash.png
│ │ │ │ │ │ │ │ ├── balance-deduction.png
│ │ │ │ │ │ │ │ ├── balance-gift.png
│ │ │ │ │ │ │ │ ├── balance-recharge.png
│ │ │ │ │ │ │ │ ├── balance-refund.png
│ │ │ │ │ │ │ │ ├── cancel-bill.png
│ │ │ │ │ │ │ │ ├── commission-withdrawal.png
│ │ │ │ │ │ │ │ ├── points-refund.png
│ │ │ │ │ │ │ │ ├── recharge.png
│ │ │ │ │ │ │ │ ├── refund.png
│ │ │ │ │ │ │ │ ├── score-give.png
│ │ │ │ │ │ │ │ ├── score.png
│ │ │ │ │ │ │ │ └── shopping.png
│ │ │ │ │ │ │ ├── location.png
│ │ │ │ │ │ │ ├── receive-bg.png
│ │ │ │ │ │ │ ├── receive-coupon-bg.png
│ │ │ │ │ │ │ └── vip-level.png
│ │ │ │ │ │ ├── new.png
│ │ │ │ │ │ ├── order
│ │ │ │ │ │ │ ├── address.png
│ │ │ │ │ │ │ ├── address_card_left.png
│ │ │ │ │ │ │ ├── address_card_right.png
│ │ │ │ │ │ │ ├── delivery_auto.png
│ │ │ │ │ │ │ ├── delivery_map.png
│ │ │ │ │ │ │ ├── delivery_samecity.png
│ │ │ │ │ │ │ ├── delivery_verify.png
│ │ │ │ │ │ │ ├── map
│ │ │ │ │ │ │ │ ├── icon-buyer.png
│ │ │ │ │ │ │ │ ├── icon-shop.png
│ │ │ │ │ │ │ │ └── icon-transporter.png
│ │ │ │ │ │ │ ├── order-pay.png
│ │ │ │ │ │ │ ├── refund-fail.png
│ │ │ │ │ │ │ ├── refund-pending.png
│ │ │ │ │ │ │ ├── refund-success.png
│ │ │ │ │ │ │ └── revice_goods.png
│ │ │ │ │ │ ├── over.png
│ │ │ │ │ │ ├── oversea.png
│ │ │ │ │ │ ├── return.png
│ │ │ │ │ │ ├── reward
│ │ │ │ │ │ │ ├── shopping-reward-bg-l.png
│ │ │ │ │ │ │ ├── shopping-reward-bg-r.png
│ │ │ │ │ │ │ └── shopping-reward.png
│ │ │ │ │ │ ├── reward.png
│ │ │ │ │ │ ├── seckill
│ │ │ │ │ │ │ ├── banner.png
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── bg2.png
│ │ │ │ │ │ │ └── preheat_example.png
│ │ │ │ │ │ ├── share@2x.png
│ │ │ │ │ │ ├── shop_app_expire.png
│ │ │ │ │ │ ├── shop_close.png
│ │ │ │ │ │ ├── shop_helper
│ │ │ │ │ │ │ ├── certification
│ │ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ │ ├── icon-checking.png
│ │ │ │ │ │ │ │ ├── icon-fail.png
│ │ │ │ │ │ │ │ ├── icon-success.png
│ │ │ │ │ │ │ │ ├── idCard-back.png
│ │ │ │ │ │ │ │ ├── idCard-front.png
│ │ │ │ │ │ │ │ ├── license.png
│ │ │ │ │ │ │ │ ├── status-assist.png
│ │ │ │ │ │ │ │ └── success-assist.png
│ │ │ │ │ │ │ ├── fiance
│ │ │ │ │ │ │ │ ├── indexIcon1.svg
│ │ │ │ │ │ │ │ ├── indexIcon2.svg
│ │ │ │ │ │ │ │ ├── indexIcon3.svg
│ │ │ │ │ │ │ │ └── indexIcon4.svg
│ │ │ │ │ │ │ ├── goods
│ │ │ │ │ │ │ │ ├── add-goods-disabled.png
│ │ │ │ │ │ │ │ ├── add-goods.png
│ │ │ │ │ │ │ │ ├── address.png
│ │ │ │ │ │ │ │ ├── editor-default.png
│ │ │ │ │ │ │ │ ├── no-data.png
│ │ │ │ │ │ │ │ ├── no-perm.png
│ │ │ │ │ │ │ │ └── revice_goods.png
│ │ │ │ │ │ │ ├── index
│ │ │ │ │ │ │ │ ├── arrowRight.svg
│ │ │ │ │ │ │ │ ├── financeManageIcon.svg
│ │ │ │ │ │ │ │ ├── goodManageIcon.svg
│ │ │ │ │ │ │ │ ├── logo-default.png
│ │ │ │ │ │ │ │ ├── memberManageIcon.svg
│ │ │ │ │ │ │ │ ├── orderManageIcon.svg
│ │ │ │ │ │ │ │ ├── poster.png
│ │ │ │ │ │ │ │ ├── qrCodeIcon.svg
│ │ │ │ │ │ │ │ ├── toolIcon1.svg
│ │ │ │ │ │ │ │ ├── toolIcon2.svg
│ │ │ │ │ │ │ │ ├── toolIcon3.svg
│ │ │ │ │ │ │ │ └── toolIcon4.svg
│ │ │ │ │ │ │ ├── login
│ │ │ │ │ │ │ │ ├── card_bg.png
│ │ │ │ │ │ │ │ ├── login_bg.png
│ │ │ │ │ │ │ │ └── wave.png
│ │ │ │ │ │ │ ├── members
│ │ │ │ │ │ │ │ ├── balanceBg.svg
│ │ │ │ │ │ │ │ ├── balanceIcon.svg
│ │ │ │ │ │ │ │ ├── banner.svg
│ │ │ │ │ │ │ │ ├── card_active.svg
│ │ │ │ │ │ │ │ ├── card_unactive.svg
│ │ │ │ │ │ │ │ ├── couponIcon.svg
│ │ │ │ │ │ │ │ ├── crediteIcon.svg
│ │ │ │ │ │ │ │ ├── creditsBg.svg
│ │ │ │ │ │ │ │ ├── giftIcon.svg
│ │ │ │ │ │ │ │ ├── overDateIcon.svg
│ │ │ │ │ │ │ │ └── usedIcon.svg
│ │ │ │ │ │ │ ├── pc
│ │ │ │ │ │ │ │ └── bg-pc.png
│ │ │ │ │ │ │ ├── perm
│ │ │ │ │ │ │ │ └── have_no_browse_perm.png
│ │ │ │ │ │ │ ├── renew
│ │ │ │ │ │ │ │ ├── fail.jpg
│ │ │ │ │ │ │ │ ├── success.jpg
│ │ │ │ │ │ │ │ ├── successPay.jpg
│ │ │ │ │ │ │ │ └── successRenew.jpg
│ │ │ │ │ │ │ └── store
│ │ │ │ │ │ │ └── choose_on.svg
│ │ │ │ │ │ ├── sign-in.png
│ │ │ │ │ │ ├── submit_success.png
│ │ │ │ │ │ ├── theme
│ │ │ │ │ │ │ └── login
│ │ │ │ │ │ │ ├── login.png
│ │ │ │ │ │ │ ├── login_black.png
│ │ │ │ │ │ │ ├── login_blue.png
│ │ │ │ │ │ │ ├── login_green.png
│ │ │ │ │ │ │ ├── login_pink.png
│ │ │ │ │ │ │ ├── login_purple.png
│ │ │ │ │ │ │ ├── login_yellow.png
│ │ │ │ │ │ │ ├── phone.png
│ │ │ │ │ │ │ ├── phone_black.png
│ │ │ │ │ │ │ ├── phone_blue.png
│ │ │ │ │ │ │ ├── phone_green.png
│ │ │ │ │ │ │ ├── phone_pin.png
│ │ │ │ │ │ │ ├── phone_purple.png
│ │ │ │ │ │ │ └── phone_yellow.png
│ │ │ │ │ │ ├── ticket
│ │ │ │ │ │ │ ├── consumption-button.png
│ │ │ │ │ │ │ ├── consumption-new-bg.png
│ │ │ │ │ │ │ ├── coupon-bg.png
│ │ │ │ │ │ │ ├── linear.png
│ │ │ │ │ │ │ ├── new-people-bg.png
│ │ │ │ │ │ │ ├── new-people-button.png
│ │ │ │ │ │ │ ├── shopping-new-bg.png
│ │ │ │ │ │ │ ├── ticket-open.png
│ │ │ │ │ │ │ ├── ticket.png
│ │ │ │ │ │ │ ├── title.png
│ │ │ │ │ │ │ └── will-receive-bg.png
│ │ │ │ │ │ ├── verify
│ │ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ │ ├── link_invalid.png
│ │ │ │ │ │ │ ├── qrcode_invalid.png
│ │ │ │ │ │ │ ├── self-bg.png
│ │ │ │ │ │ │ ├── self-icon.png
│ │ │ │ │ │ │ ├── verify-icon.png
│ │ │ │ │ │ │ ├── verify-user.png
│ │ │ │ │ │ │ ├── verify-wechat-user.png
│ │ │ │ │ │ │ ├── verify_avatar.png
│ │ │ │ │ │ │ ├── verify_icon.png
│ │ │ │ │ │ │ └── verify_line.png
│ │ │ │ │ │ ├── wait-comment.png
│ │ │ │ │ │ ├── wait-dispatch.png
│ │ │ │ │ │ ├── wait-dispatch1.png
│ │ │ │ │ │ ├── wait-pay1.png
│ │ │ │ │ │ ├── wait-receive.png
│ │ │ │ │ │ └── wxapp.png
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── menu_comission.png
│ │ │ │ │ │ └── menu_home.png
│ │ │ │ │ ├── plugin_icon
│ │ │ │ │ │ ├── icon-appointment.png
│ │ │ │ │ │ ├── icon-commentHelper.png
│ │ │ │ │ │ ├── icon-commissionAssessment.png
│ │ │ │ │ │ ├── icon-competeCommission.png
│ │ │ │ │ │ ├── icon-consumeReward.png
│ │ │ │ │ │ ├── icon-customerService.png
│ │ │ │ │ │ ├── icon-datatransfer.png
│ │ │ │ │ │ ├── icon-distribution.png
│ │ │ │ │ │ ├── icon-eOrder.png
│ │ │ │ │ │ ├── icon-helper.png
│ │ │ │ │ │ ├── icon-mallPoster.png
│ │ │ │ │ │ ├── icon-multiMerchant.png
│ │ │ │ │ │ ├── icon-newGifts.png
│ │ │ │ │ │ ├── icon-notice.png
│ │ │ │ │ │ ├── icon-openApi.png
│ │ │ │ │ │ ├── icon-performanceAward.png
│ │ │ │ │ │ ├── icon-printer.png
│ │ │ │ │ │ ├── icon-rCustomerService.png
│ │ │ │ │ │ ├── icon-rechargeReward.png
│ │ │ │ │ │ ├── icon-seckill.png
│ │ │ │ │ │ ├── icon-shopHelper.png
│ │ │ │ │ │ ├── icon-shoppingReward.png
│ │ │ │ │ │ ├── icon-systemForm.png
│ │ │ │ │ │ ├── icon-videoAccount.png
│ │ │ │ │ │ ├── icon-virtualAccount.png
│ │ │ │ │ │ ├── icon-wxTransactionComponent.png
│ │ │ │ │ │ ├── icon-wxappSkip.png
│ │ │ │ │ │ └── icon-xcxLive.png
│ │ │ │ │ └── tinymce
│ │ │ │ │ ├── langs
│ │ │ │ │ │ └── zh_CN.js
│ │ │ │ │ ├── skins
│ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ ├── dark
│ │ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ │ └── content.min.css
│ │ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ │ └── content.min.css
│ │ │ │ │ │ │ ├── document
│ │ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ │ └── content.min.css
│ │ │ │ │ │ │ └── writer
│ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ └── content.min.css
│ │ │ │ │ │ └── ui
│ │ │ │ │ │ ├── oxide
│ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ ├── content.inline.css
│ │ │ │ │ │ │ ├── content.inline.min.css
│ │ │ │ │ │ │ ├── content.min.css
│ │ │ │ │ │ │ ├── content.mobile.css
│ │ │ │ │ │ │ ├── content.mobile.min.css
│ │ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ │ └── tinymce-mobile.woff
│ │ │ │ │ │ │ ├── skin.css
│ │ │ │ │ │ │ ├── skin.min.css
│ │ │ │ │ │ │ ├── skin.mobile.css
│ │ │ │ │ │ │ └── skin.mobile.min.css
│ │ │ │ │ │ └── oxide-dark
│ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ ├── content.inline.css
│ │ │ │ │ │ ├── content.inline.min.css
│ │ │ │ │ │ ├── content.min.css
│ │ │ │ │ │ ├── content.mobile.css
│ │ │ │ │ │ ├── content.mobile.min.css
│ │ │ │ │ │ ├── fonts
│ │ │ │ │ │ │ └── tinymce-mobile.woff
│ │ │ │ │ │ ├── skin.css
│ │ │ │ │ │ ├── skin.min.css
│ │ │ │ │ │ ├── skin.mobile.css
│ │ │ │ │ │ └── skin.mobile.min.css
│ │ │ │ │ └── tinymce.css
│ │ │ │ └── shop_wap
│ │ │ │ ├── h5
│ │ │ │ │ └── css
│ │ │ │ │ └── IsPC.css
│ │ │ │ ├── index.5ca1c9cc.css
│ │ │ │ ├── logo.png
│ │ │ │ ├── settings.js
│ │ │ │ └── static
│ │ │ │ └── js
│ │ │ │ ├── 1.js
│ │ │ │ ├── 11.js
│ │ │ │ ├── 116.js
│ │ │ │ ├── 117.js
│ │ │ │ ├── 118.js
│ │ │ │ ├── 119.js
│ │ │ │ ├── 12.js
│ │ │ │ ├── 120.js
│ │ │ │ ├── 121.js
│ │ │ │ ├── 122.js
│ │ │ │ ├── 123.js
│ │ │ │ ├── 124.js
│ │ │ │ ├── 125.js
│ │ │ │ ├── 126.js
│ │ │ │ ├── 127.js
│ │ │ │ ├── 128.js
│ │ │ │ ├── 129.js
│ │ │ │ ├── 13.js
│ │ │ │ ├── 130.js
│ │ │ │ ├── 131.js
│ │ │ │ ├── 132.js
│ │ │ │ ├── 133.js
│ │ │ │ ├── 134.js
│ │ │ │ ├── 135.js
│ │ │ │ ├── 136.js
│ │ │ │ ├── 137.js
│ │ │ │ ├── 138.js
│ │ │ │ ├── 139.js
│ │ │ │ ├── 14.js
│ │ │ │ ├── 140.js
│ │ │ │ ├── 141.js
│ │ │ │ ├── 142.js
│ │ │ │ ├── 143.js
│ │ │ │ ├── 144.js
│ │ │ │ ├── 145.js
│ │ │ │ ├── 146.js
│ │ │ │ ├── 15.js
│ │ │ │ ├── 19.js
│ │ │ │ ├── 20.js
│ │ │ │ ├── 21.js
│ │ │ │ ├── 22.js
│ │ │ │ ├── 23.js
│ │ │ │ ├── 24.js
│ │ │ │ ├── 25.js
│ │ │ │ ├── 26.js
│ │ │ │ ├── 27.js
│ │ │ │ ├── 28.js
│ │ │ │ ├── 29.js
│ │ │ │ ├── 30.js
│ │ │ │ ├── 31.js
│ │ │ │ ├── 32.js
│ │ │ │ ├── 33.js
│ │ │ │ ├── 34.js
│ │ │ │ ├── 35.js
│ │ │ │ ├── 4.js
│ │ │ │ ├── chunk-vendors.js
│ │ │ │ ├── index.js
│ │ │ │ ├── kdxCart-index.js
│ │ │ │ ├── kdxCart-index~kdxCommission-apply-index~kdxGoods-detail-index~kdxGoods-goodList-index~kdxMember-inde~4c21043c.js
│ │ │ │ ├── kdxCommission-apply-index.js
│ │ │ │ ├── kdxCommission-default.js
│ │ │ │ ├── kdxCommission-downLine.js
│ │ │ │ ├── kdxCommission-index-index.js
│ │ │ │ ├── kdxCommission-index-index~kdxGoods-detail-index~kdxOthers-followPoster.js
│ │ │ │ ├── kdxCommission-level.js
│ │ │ │ ├── kdxCommission-order-list.js
│ │ │ │ ├── kdxCommission-ranking.js
│ │ │ │ ├── kdxCommission-statistics.js
│ │ │ │ ├── kdxCommission-toAccount.js
│ │ │ │ ├── kdxCommission-withdraw-index.js
│ │ │ │ ├── kdxCommission-withdraw-index~kdxMember-coupon-detail-index~kdxMember-withdraw-index~kdxOrder-create~~bc0d98e6.js
│ │ │ │ ├── kdxCommission-withdraw-list.js
│ │ │ │ ├── kdxGoods-activity-expire.js
│ │ │ │ ├── kdxGoods-activity-seckillList.js
│ │ │ │ ├── kdxGoods-categoryList-index.js
│ │ │ │ ├── kdxGoods-detail-allComments.js
│ │ │ │ ├── kdxGoods-detail-index.js
│ │ │ │ ├── kdxGoods-detail-index~kdxMember-index-index~pages-index-index.js
│ │ │ │ ├── kdxGoods-goodList-index.js
│ │ │ │ ├── kdxGoods-goodList-index~kdxGoods-invalid-index.js
│ │ │ │ ├── kdxGoods-invalid-index.js
│ │ │ │ ├── kdxGoods-search-index.js
│ │ │ │ ├── kdxLogin-dealWechat.js
│ │ │ │ ├── kdxLogin-forget.js
│ │ │ │ ├── kdxLogin-forget~kdxLogin-index~kdxLogin-register~kdxLogin-resetPass~kdxLogin-setPass~kdxMember-bindT~a7381c08.js
│ │ │ │ ├── kdxLogin-index.js
│ │ │ │ ├── kdxLogin-index~kdxLogin-register.js
│ │ │ │ ├── kdxLogin-register.js
│ │ │ │ ├── kdxLogin-resetPass.js
│ │ │ │ ├── kdxLogin-setPass.js
│ │ │ │ ├── kdxMember-address-index.js
│ │ │ │ ├── kdxMember-address-list.js
│ │ │ │ ├── kdxMember-balance-index.js
│ │ │ │ ├── kdxMember-bindTel-change.js
│ │ │ │ ├── kdxMember-bindTel-hadBound.js
│ │ │ │ ├── kdxMember-bindTel-index.js
│ │ │ │ ├── kdxMember-bindTel-mobile.js
│ │ │ │ ├── kdxMember-coupon-detail-index.js
│ │ │ │ ├── kdxMember-coupon-goods-index.js
│ │ │ │ ├── kdxMember-coupon-list-index.js
│ │ │ │ ├── kdxMember-coupon-paySuccess-index.js
│ │ │ │ ├── kdxMember-coupon-paySuccess-index~kdxMember-mine-collection-index~kdxMember-mine-pug-index.js
│ │ │ │ ├── kdxMember-credit-index.js
│ │ │ │ ├── kdxMember-detail-index.js
│ │ │ │ ├── kdxMember-detail-redpacketDetail.js
│ │ │ │ ├── kdxMember-index-index.js
│ │ │ │ ├── kdxMember-level-index.js
│ │ │ │ ├── kdxMember-memberInfo-changeNickname.js
│ │ │ │ ├── kdxMember-memberInfo-index.js
│ │ │ │ ├── kdxMember-mine-collection-index.js
│ │ │ │ ├── kdxMember-mine-pug-index.js
│ │ │ │ ├── kdxMember-password-index.js
│ │ │ │ ├── kdxMember-recharge-index.js
│ │ │ │ ├── kdxMember-record-index.js
│ │ │ │ ├── kdxMember-rules-index.js
│ │ │ │ ├── kdxMember-withdraw-index.js
│ │ │ │ ├── kdxOrder-alipay.js
│ │ │ │ ├── kdxOrder-comment-index.js
│ │ │ │ ├── kdxOrder-comment-list.js
│ │ │ │ ├── kdxOrder-create.js
│ │ │ │ ├── kdxOrder-create~kdxOrder-detail~kdxOrder-list.js
│ │ │ │ ├── kdxOrder-detail.js
│ │ │ │ ├── kdxOrder-detail~kdxOrder-list~kdxOrder-paySuccess.js
│ │ │ │ ├── kdxOrder-invoice.js
│ │ │ │ ├── kdxOrder-list.js
│ │ │ │ ├── kdxOrder-list~kdxOrder-paySuccess.js
│ │ │ │ ├── kdxOrder-package-detail.js
│ │ │ │ ├── kdxOrder-package-list.js
│ │ │ │ ├── kdxOrder-paySuccess.js
│ │ │ │ ├── kdxOrder-refund-action.js
│ │ │ │ ├── kdxOrder-refund-action~kdxOrder-refund-detail~kdxOrder-refund-list~kdxOrder-refund-start.js
│ │ │ │ ├── kdxOrder-refund-detail.js
│ │ │ │ ├── kdxOrder-refund-express.js
│ │ │ │ ├── kdxOrder-refund-expressChoose.js
│ │ │ │ ├── kdxOrder-refund-expressInfo.js
│ │ │ │ ├── kdxOrder-refund-list.js
│ │ │ │ ├── kdxOrder-refund-start.js
│ │ │ │ ├── kdxOrder-remarkBuyer.js
│ │ │ │ ├── kdxOthers-close-close.js
│ │ │ │ ├── kdxOthers-followPoster.js
│ │ │ │ ├── kdxOthers-form-success.js
│ │ │ │ ├── kdxOthers-middle-wxapp.js
│ │ │ │ ├── kdxOthers-notice-detail.js
│ │ │ │ ├── kdxOthers-paySuccess.js
│ │ │ │ ├── kdxOthers-pluginsInvalid.js
│ │ │ │ ├── kdxOthers-webview.js
│ │ │ │ └── pages-index-index.js
│ │ │ ├── fonts
│ │ │ │ └── msyh.ttf
│ │ │ └── images
│ │ │ ├── diypage
│ │ │ │ ├── menu_1
│ │ │ │ │ └── thumb_20eefa3a14a7a2a569cba71eb16eefef.jpg
│ │ │ │ ├── template_1
│ │ │ │ │ ├── 0007fc3e75b932774cbe53081ab631a9.png
│ │ │ │ │ ├── 01f4dfb750647a15155f4a9a17af6be5.png
│ │ │ │ │ ├── 09949256bd7586ff472d794d81996c3d.png
│ │ │ │ │ ├── 0cfec0da572ad6b34e7b0cc0087955fe.png
│ │ │ │ │ ├── 276fcb63d2e29ca7494f176f282f0521.png
│ │ │ │ │ ├── 2c2db828fc77641718d805addaf728fe.png
│ │ │ │ │ ├── 444254f076e3ae36b300e768fb136d5a.png
│ │ │ │ │ ├── 52b9ae0da1a82c77a67dae7ea62d576e.png
│ │ │ │ │ ├── 5860cdb222206343aa1a05f528327995.png
│ │ │ │ │ ├── 6f764f9f3f3c0f02787f951ca29ce323.png
│ │ │ │ │ ├── 844fd5d9b4f7ca2042e4ea499a72fa1f.png
│ │ │ │ │ ├── 9357fd635514ad0a47e63c35be87411f.png
│ │ │ │ │ ├── 941ce8e18e177c7a55d6119b37e86393.png
│ │ │ │ │ ├── c7c045a4671488e8972a7def9f1ca6da.png
│ │ │ │ │ ├── daed177853482610a66a95027c9560e5.png
│ │ │ │ │ ├── f3b76c9005185f34851f5556ca02fc1f.png
│ │ │ │ │ ├── fdcecac579d096f74b15f52d846049a5.png
│ │ │ │ │ ├── goods_col2.png
│ │ │ │ │ ├── thumb_51f6ae1298724ea9564bbe09b5d56d87.jpg
│ │ │ │ │ └── u=3757138885,161516671&fm=26&gp=0.jpg
│ │ │ │ ├── template_2
│ │ │ │ │ └── thumb_ecbbd4d34780189f715354682edc075e.jpg
│ │ │ │ └── template_3
│ │ │ │ └── thumb_17ed715f2dcdf88c0a3126e2b5228d2f.jpg
│ │ │ ├── poster
│ │ │ │ ├── template_1
│ │ │ │ │ ├── 860a75fa193e846ccb8859d132a9cb5f.png
│ │ │ │ │ ├── d886df93b9a37669c7c9071a824b9006.png
│ │ │ │ │ └── thumb_0ee081ae9ed0045de6e4ade1fc1552fc.jpg
│ │ │ │ ├── template_2
│ │ │ │ │ ├── 111634195f2957ba4905ac3c2297da2d.png
│ │ │ │ │ ├── 5b3433514f775ff2b58886de1736d887.png
│ │ │ │ │ ├── 860a75fa193e846ccb8859d132a9cb5f.png
│ │ │ │ │ ├── b7ee801f58c0169765d629613be8b953.png
│ │ │ │ │ └── thumb_64236f7611b0a628a27551d7b8b64897.jpg
│ │ │ │ └── template_3
│ │ │ │ ├── a6c08386d83059fdbb2621be74f69e59.png
│ │ │ │ └── thumb_93063618e3d556c5e1b7b6fc8bd15fde.jpg
│ │ │ └── storage_upload_test.png
│ │ └── tmp
│ ├── runtime
│ ├── services
│ │ ├── commentHelper
│ │ │ ├── CommentGrabService.php
│ │ │ └── CommentService.php
│ │ ├── commission
│ │ │ ├── CommissionAgentService.php
│ │ │ ├── CommissionLevelService.php
│ │ │ ├── CommissionOrderService.php
│ │ │ └── CommissionService.php
│ │ ├── consumeReward
│ │ │ └── ConsumeRewardLogService.php
│ │ ├── core
│ │ │ ├── CoreAppService.php
│ │ │ └── attachment
│ │ │ └── CoreAttachmentService.php
│ │ ├── expressHelper
│ │ │ └── PrintHandler.php
│ │ ├── goods
│ │ │ ├── GoodsActivityService.php
│ │ │ ├── GoodsAdminQueryService.php
│ │ │ ├── GoodsCartService.php
│ │ │ ├── GoodsCreator.php
│ │ │ ├── GoodsDetailsActivityHandler.php
│ │ │ ├── GoodsListActivityHandler.php
│ │ │ ├── GoodsMobileQueryService.php
│ │ │ └── GoodsService.php
│ │ ├── member
│ │ │ ├── MemberLevelService.php
│ │ │ ├── MemberLogService.php
│ │ │ ├── MemberService.php
│ │ │ └── MemberWechatService.php
│ │ ├── order
│ │ │ ├── OrderExportService.php
│ │ │ ├── OrderService.php
│ │ │ └── refund
│ │ │ └── OrderRefundService.php
│ │ ├── role
│ │ │ └── ManagerService.php
│ │ ├── sale
│ │ │ ├── CouponLogService.php
│ │ │ ├── CouponMemberService.php
│ │ │ └── CouponService.php
│ │ ├── shop
│ │ │ └── ShopSettingIntracityLogic.php
│ │ ├── shoppingReward
│ │ │ └── ShoppingRewardActivityService.php
│ │ ├── statistics
│ │ │ └── StatisticsService.php
│ │ ├── tradeOrder
│ │ │ ├── TradeOrderNotify.php
│ │ │ ├── TradeOrderOperation.php
│ │ │ ├── TradeOrderPay.php
│ │ │ └── TradeOrderService.php
│ │ ├── user
│ │ │ └── UserService.php
│ │ ├── utility
│ │ │ ├── AsyncTaskExecuteService.php
│ │ │ └── task-map.php
│ │ ├── wxApp
│ │ │ └── wxAppCallbackService.php
│ │ └── wxTransactionComponent
│ │ ├── WxAuditCategoryImagesService.php
│ │ ├── WxAuditCategoryService.php
│ │ ├── WxTransactionComponentOrderService.php
│ │ └── WxTransactionComponentService.php
│ ├── structs
│ │ └── order
│ │ └── OrderPaySuccessStruct.php
│ ├── tmp
│ ├── traits
│ │ ├── CacheTrait.php
│ │ └── UserTrait.php
│ ├── views
│ │ ├── admin
│ │ │ └── index.php
│ │ ├── h5
│ │ │ └── index.php
│ │ └── index
│ │ └── install.php
│ └── yii
└── 开店星开源小程序商城.zip
399 directories, 2155 files
评论