├── addons 插件文件夹
├── application 应用目录
│ ├── admin 总后台
│ │ ├── common.php 公共函数文件
│ │ ├── controller 控制器
│ │ │ ├── Ad.php 广告管
│ │ │ ├── AdCate.php 广告分类
│ │ │ ├── Addons.php 插件管
│ │ │ ├── Admin.php 管 员管
│ │ │ ├── AdminLog.php 管 日
│ │ │ ├── AlipayConfig.php 支付宝配置
│ │ │ ├── ApplyInfo.php 商家入驻申请
│ │ │ ├── Area.php 区县管
│ │ │ ├── AssemContent.php 拼团规则管
│ │ │ ├── Assemble.php 拼团管
│ │ │ ├── Basic.php 基础配置文件
│ │ │ ├── Brand.php 品牌管
│ │ │ ├── CateNew.php 资讯分类
│ │ │ ├── Category.php 商品分类
│ │ │ ├── Cation.php 系统参数分类
│ │ │ ├── City.php 城市管
│ │ │ ├── Comment.php 商品评价
│ │ │ ├── Common.php 基础控制器
│ │ │ ├── Config.php 系统配置
│ │ │ ├── Country.php 国家管
│ │ │ ├── Coupon.php 优惠券管
│ │ │ ├── Currency.php 货币管
│ │ │ ├── Detail.php 收入支出明细
│ │ │ ├── Distribution.php 分销管
│ │ │ ├── DistributionGrade.php 分销商等级
│ │ │ ├── DistributionOrder.php 分销订单
│ │ │ ├── DistributionUser.php 分销用户
│ │ │ ├── DistributionWithdraw.php 分销佣金提现
│ │ │ ├── FansLevel.php 直播间粉丝等级管
│ │ │ ├── FeedbackHelp.php 投诉建议管
│ │ │ ├── FindCate.php 发现分类管
│ │ │ ├── Getcates.php 获取商品分类
│ │ │ ├── Getgoods.php 获取商品列表
│ │ │ ├── Getptgoods.php 获取拼团商品列表
│ │ │ ├── Getshops.php 获取店铺列表
│ │ │ ├── Goods.php 自营商品列表管
│ │ │ ├── GoodsImport.php 自营商品导入管
│ │ │ ├── HdCate.php 获取活动分类
│ │ │ ├── Hdgoods.php 获取活动商品
│ │ │ ├── Index.php 控制台管
│ │ │ ├── Industry.php 商家行业管
│ │ │ ├── IntegralTask.php 积分任务管
│ │ │ ├── IntegralTaskcate.php 积分任务分类管
│ │ │ ├── Lang.php 多语音分类管
│ │ │ ├── LangTranslate.php 多语言翻译管
│ │ │ ├── Link.php 友情链接管
│ │ │ ├── Live.php 直播间列表管
│ │ │ ├── Livegifts.php 直播间礼物列表管
│ │ │ ├── Livegiftscate.php 直播间礼物分类管
│ │ │ ├── Liverecord.php 直播记录管
│ │ │ ├── Livereport.php 直播间违规举报管
│ │ │ ├── Login.php 登录管
│ │ │ ├── Logistics.php 物流信息管
│ │ │ ├── ManageCate.php 店铺经营类目管
│ │ │ ├── Member.php 会员列表管
│ │ │ ├── MemberLevel.php 会员等级管
│ │ │ ├── Message.php 消息管
│ │ │ ├── Nav.php 自定义导航管
│ │ │ ├── NavMenu.php 移动端首页菜单导航管
│ │ │ ├── NewPublish.php 新品首发管
│ │ │ ├── News.php 文章列表管
│ │ │ ├── Order.php 自营店铺订单管
│ │ │ ├── OrderTimeout.php 订单超时管
│ │ │ ├── OrderZong.php 交易订单管
│ │ │ ├── PayType.php 支付方式管
│ │ │ ├── Planactivity.php 秒杀拼团定时任务
│ │ │ ├── Planassemble.php 拼团定时任务
│ │ │ ├── Planorder.php 订单过期定时任务
│ │ │ ├── Planthapply.php 退换货超时定时任务
│ │ │ ├── Plugin.php 插件管
│ │ │ ├── Privilege.php 权限管
│ │ │ ├── Promotion.php 商品促销活动管
│ │ │ ├── Province.php 省份管
│ │ │ ├── Role.php 权限角色管
│ │ │ ├── RzOrder.php 商家入住保证金订单管
│ │ │ ├── SaleTime.php 秒杀时间段管
│ │ │ ├── Seckill.php 秒杀活动管
│ │ │ ├── Sertion.php 服务信息管
│ │ │ ├── ShopAdmin.php 商家账号信息管
│ │ │ ├── ShopAssemble.php 商家拼团活动管
│ │ │ ├── ShopCate.php 商家分类管
│ │ │ ├── ShopComment.php 商家商品评价管
│ │ │ ├── ShopCoupon.php 商家优惠券管
│ │ │ ├── ShopGoods.php 商家商品管
│ │ │ ├── ShopOrder.php 商家商品订单管
│ │ │ ├── ShopPromotion.php 商家商品促销活动管
│ │ │ ├── ShopSeckill.php 商家商品秒杀活动管
│ │ │ ├── ShopShdz.php 自营店铺售后地址
│ │ │ ├── ShopThapply.php 商家售后订单管
│ │ │ ├── ShopTxmx.php 商家提现管
│ │ │ ├── Shops.php 已入住商家管
│ │ │ ├── ShopsInfo.php 自营店铺基本信息管
│ │ │ ├── SocketNotice.php Socket消息管
│ │ │ ├── ThApply.php 自营售后订单管
│ │ │ ├── Thcate.php 售后种类管
│ │ │ ├── Thmess.php 售后(退换货种类原因)信息表
│ │ │ ├── Txmx.php 会员提现管
│ │ │ ├── UniPush.php 消息推送管
│ │ │ ├── Version.php APP版本控制管
│ │ │ ├── Video.php 短视频管
│ │ │ ├── WxpayConfig.php 微信支付配置管
│ │ ├── model 模型目录
│ │ │ ├── Ad.php 广告列表模型
│ │ │ ├── AdCate.php 广告分类模型
│ │ │ ├── Admin.php 管 员模型
│ │ │ ├── Area.php 区县模型
│ │ │ ├── BankCard.php 用户银行卡模型
│ │ │ ├── Brand.php 品牌模型
│ │ │ ├── CateNew.php 资讯文章分类模型
│ │ │ ├── Category.php 商品分类模型
│ │ │ ├── Cation.php 系统参数分类模型
│ │ │ ├── City.php 城市模型
│ │ │ ├── Coupon.php 优惠券模型
│ │ │ ├── Currency.php 货币分类模型
│ │ │ ├── DistributionGrade.php 分销商等级模型
│ │ │ ├── DistributionUser.php 分销商用户模型
│ │ │ ├── DistributionWithdraw.php 分销商提现模型
│ │ │ ├── FansLevel.php 直播间粉丝等级模型
│ │ │ ├── FindCate.php 发现分类模型
│ │ │ ├── Goods.php 商品模型
│ │ │ ├── GoodsImportRecord.php 商品导入记录模型
│ │ │ ├── GoodsOption.php 商品规格模型
│ │ │ ├── Industry.php 行业分类模型
│ │ │ ├── IntegralTask.php 积分任务列表模型
│ │ │ ├── IntegralTaskcate.php 积分任务分类模型
│ │ │ ├── Keyword.php 关键字模型
│ │ │ ├── Lang.php 多语音列表模型
│ │ │ ├── LangTranslate.php 多语言翻译模型
│ │ │ ├── Link.php 友情链接模型
│ │ │ ├── Logistics.php 物流公司信息模型
│ │ │ ├── Member.php 会员信息模型
│ │ │ ├── MemberLevel.php 会员等级模型
│ │ │ ├── Nav.php 自定义导航模型
│ │ │ ├── NavMenu.php 导航信息模型
│ │ │ ├── NewPublish.php 新品首发信息模型
│ │ │ ├── News.php 文章模型
│ │ │ ├── PayType.php 支付方式模型
│ │ │ ├── Privilege.php 权限模型
│ │ │ ├── Province.php 省份模型
│ │ │ ├── Role.php 权限角色模型
│ │ │ ├── SaleTime.php 秒杀时间段模型
│ │ │ ├── Sertion.php 服务信息模型
│ │ │ ├── ShopAdmin.php 商家管 员模型
│ │ │ ├── ShopCate.php 商家分类模型
│ │ │ ├── Shops.php 入住商家模型
│ │ │ ├── Thcate.php 售后种类模型
│ │ │ ├── Video.php 短视频模型
│ │ ├── validate
│ │ │ ├── Ad.php 广告列表信息验证
│ │ │ ├── AdCate.php 广告分类信息验证
│ │ │ ├── Admin.php 管 员信息验证
│ │ │ ├── AlipayConfig.php 支付宝配置信息验证
│ │ │ ├── Area.php 区县信息验证
│ │ │ ├── Assemble.php 拼团信息验证
│ │ │ ├── Brand.php 品牌信息验证
│ │ │ ├── CateNew.php 资讯文章分类信息验证
│ │ │ ├── Category.php 商品分类信息验证
│ │ │ ├── Cation.php 系统参数信息验证
│ │ │ ├── City.php 城市信息验证
│ │ │ ├── ComapplyInfo.php 添加企业入驻资料验证
│ │ │ ├── Config.php 系统配置信息验证
│ │ │ ├── Coupon.php 优惠券信息验证
│ │ │ ├── Distribution.php 分销参数验证
│ │ │ ├── DistributionConfig.php 分销商基础配置信息验证
│ │ │ ├── DistributionGrade.php 分销商等级信息验证
│ │ │ ├── DistributionUser.php 分销商用户信息验证
│ │ │ ├── FansLevel.php 直播间粉丝等级信息验证
│ │ │ ├── FindCate.php 发现分类信息验证
│ │ │ ├── Gifts.php 直播间礼物信息验证
│ │ │ ├── Goods.php 商品信息验证
│ │ │ ├── Industry.php 商家行业信息验证
│ │ │ ├── IntegralTask.php 积分信息记录验证
│ │ │ ├── IntegralTaskcate.php 积分任务分类信息验证
│ │ │ ├── Lang.php 多语言信息验证
│ │ │ ├── LangTranslate.php 多语言翻译信息验证
│ │ │ ├── Link.php 友情连接信息验证
│ │ │ ├── Live.php 直播间信息验证
│ │ │ ├── Logistics.php 物流公司信息验证
│ │ │ ├── Member.php 会员信息验证
│ │ │ ├── MemberLevel.php 会员等级信息验证
│ │ │ ├── Message.php 消息信息验证
│ │ │ ├── Nav.php 导航位信息验证
│ │ │ ├── NavMenu.php 自定义导航菜单信息验证
│ │ │ ├── NewPublish.php 新品首发信息验证
│ │ │ ├── News.php 文章信息验证
│ │ │ ├── OrderTimeout.php 订单超时信息验证
│ │ │ ├── PayType.php 支付方式信息验证
│ │ │ ├── Privilege.php 权限信息验证
│ │ │ ├── Promotion.php 商品促销信息验证
│ │ │ ├── Province.php 省份信息验证
│ │ │ ├── Role.php 角色信息验证
│ │ │ ├── SaleTime.php 秒杀时间段信息验证
│ │ │ ├── Seckill.php 秒杀活动信息验证
│ │ │ ├── Sertion.php 服务信息验证
│ │ │ ├── ShopAdmin.php 商家账号信息验证
│ │ │ ├── ShopCate.php 店铺分类信息验证
│ │ │ ├── ShopShdz.php 商家售后地址信息验证
│ │ │ ├── Shops.php 已入住商家信息验证
│ │ │ ├── Thcate.php 售后种类信息验证
│ │ │ ├── Thmess.php 售后(退换货种类原因)信息验证
│ │ │ ├── Video.php 短视频信息验证
│ │ │ └── WxpayConfig.php 微信支付信息验证
│ │ └── view
│ │ ├── ad 广告视图
│ │ │ ├── add.html 新增广告
│ │ │ ├── ajaxpage.html 广告列表
│ │ │ ├── edit.html 编辑广告
│ │ │ └── lst.html 广告列表
│ │ ├── ad_cate 广告位视图
│ │ │ ├── add.html 新增广告位
│ │ │ ├── ajaxpage.html 广告位列表
│ │ │ ├── edit.html 编辑广告位
│ │ │ └── lst.html 广告位列表
│ │ ├── admin 会员视图
│ │ │ ├── add.html 新增会员
│ │ │ ├── ajaxpage.html 会员列表
│ │ │ ├── edit.html 编辑会员
│ │ │ └── lst.html 会员列表
│ │ ├── alipay_config 支付宝配置视图
│ │ │ └── info.html 编辑支付宝配置
│ │ ├── apply_info 商家入驻申请视图
│ │ │ ├── ajaxpage.html 商家入驻申请列表
│ │ │ ├── checked.html 商家申请状态
│ │ │ ├── comapply.html 商家入驻资料申请
│ │ │ ├── complete.html 申请状态
│ │ │ ├── info.html 申请状态
│ │ │ ├── lst.html 商家入驻申请列表
│ │ │ └── qht.html 申请状态
│ │ ├── area 区县视图
│ │ │ ├── add.html 新增区县
│ │ │ ├── ajaxpage.html 区县列表
│ │ │ ├── arealst.html 城市下属区县
│ │ │ ├── edit.html 编辑区县
│ │ │ └── lst.html 区县列表
│ │ ├── assem_content 拼团规则视图
│ │ │ └── info.html 设置拼团规则
│ │ ├── assemble 拼团活动视图
│ │ │ ├── add.html 新增拼团活动
│ │ │ ├── ajaxpage.html 拼团活动列表
│ │ │ ├── info.html 拼团活动详情
│ │ │ └── lst.html 拼团活动列表
│ │ ├── brand 品牌视图
│ │ │ ├── add.html 新增品牌
│ │ │ ├── ajaxpage.html 品牌列表
│ │ │ ├── edit.html 编辑品牌
│ │ │ └── lst.html 品牌列表
│ │ ├── cate_new 资讯分类视图
│ │ │ ├── add.html 新增资讯分类
│ │ │ ├── ajaxpage.html 资讯分类列表
│ │ │ ├── edit.html 编辑资讯分类
│ │ │ └── lst.html 资讯分类列表
│ │ ├── category 商品分类视图
│ │ │ ├── add.html 新增商品分类
│ │ │ ├── edit.html 编辑商品分类
│ │ │ └── lst.html 商品分类列表
│ │ ├── cation 系统参数分类视图
│ │ │ ├── add.html 新增系统参数分类
│ │ │ ├── edit.html 编辑系统参数分类
│ │ │ └── lst.html 系统参数分类列表
│ │ ├── city 城市视图
│ │ │ ├── add.html 新增城市
│ │ │ ├── ajaxpage.html 城市列表
│ │ │ ├── citylst.html 省下属城市列表
│ │ │ ├── edit.html 编辑城市
│ │ │ └── lst.html 城市列表
│ │ ├── comment 自营商品评论视图
│ │ │ ├── ajaxpage.html 自营商品评论列表
│ │ │ ├── checked.html 评论审核
│ │ │ └── lst.html 自营商品评论列表
│ │ ├── common 公用视图文件
│ │ │ └── upload.html 上传图片
│ │ ├── config 系统配置视图
│ │ │ ├── add.html 新增系统配置
│ │ │ ├── ajaxpage.html 系统配置列表
│ │ │ ├── config.html 设置系统配置
│ │ │ ├── edit.html 编辑系统配置
│ │ │ └── lst.html 系统配置列表
│ │ ├── coupon 优惠券视图
│ │ │ ├── add.html 新增优惠券
│ │ │ ├── ajaxpage.html 优惠券列表
│ │ │ ├── edit.html 编辑优惠券
│ │ │ ├── hsajaxpage.html 优惠券回收站列表
│ │ │ ├── hslst.html 优惠券回收站列表
│ │ │ ├── info.html 优惠券详情
│ │ │ └── lst.html 优惠券列表
│ │ ├── detail 用户钱包明细视图
│ │ │ ├── ajaxpage.html 用户钱包明细列表
│ │ │ ├── info.html 用户钱包明细详细信息
│ │ │ └── lst.html 用户钱包明细列表
│ │ ├── distribution 分销基础配置视图
│ │ │ ├── configure.html 分销基础配置
│ │ │ └── info.html 分销信息配置
│ │ ├── distribution_grade 分销商等级视图
│ │ │ ├── add.html 新增分销商等级
│ │ │ ├── ajaxpage.html 分销商等级列表
│ │ │ ├── edit.html 编辑分销商等级
│ │ │ └── lst.html 分销商等级列表
│ │ ├── distribution_order 分销订单视图
│ │ │ ├── ajaxpage.html 分销订单列表
│ │ │ └── lst.html 分销订单列表
│ │ ├── distribution_user 分销商视图
│ │ │ ├── ajaxpage.html 分销商列表
│ │ │ ├── edit.html 编辑分销商详情
│ │ │ ├── info.html 分销明细
│ │ │ └── lst.html 分销商列表
│ │ ├── distribution_withdraw 分销商提现视图
│ │ │ ├── ajaxpage.html 提现列表
│ │ │ ├── checked.html 分销商提现审核
│ │ │ ├── dakuan.html 分销商提现打款设置
│ │ │ ├── info.html 分销商提现详细
│ │ │ ├── lst.html 提现列表
│ │ │ └── shoplist.html 商家待提现列表
│ │ ├── fans_level 直播间粉丝等级视图
│ │ │ ├── add.html 新增直播间粉丝等级
│ │ │ ├── edit.html 编辑直播间粉丝等级
│ │ │ └── lst.html 直播间粉丝等级列表
│ │ ├── feedback_help 投诉建议视图
│ │ │ ├── ajaxpage.html 投诉建议列表
│ │ │ ├── lst.html 投诉建议列表
│ │ │ └── reply.html 管 员回复
│ │ ├── find_cate 发现分类视图
│ │ │ ├── add.html 新增发现分类
│ │ │ ├── edit.html 编辑发现分类
│ │ │ └── lst.html 发现分类列表
│ │ ├── getcates 获取分类信息视图
│ │ │ └── lst.html 分类信息列表
│ │ ├── getgoods 获取商品信息视图
│ │ │ ├── ajaxpage.html 商品列表
│ │ │ └── lst.html 商品列表
│ │ ├── getptgoods 获取拼团商品信息视图
│ │ │ ├── ajaxpage.html 拼团商品列表
│ │ │ └── lst.html 拼团商品列表
│ │ ├── getshops 过去店铺信息视图
│ │ │ ├── ajaxpage.html 店铺信息列表
│ │ │ └── lst.html 店铺信息列表
│ │ ├── goods 自营商品管 视图
│ │ │ ├── ajaxpage.html 自营商品列表
│ │ │ ├── hsajaxpage.html 自营商品回收站列表
│ │ │ ├── hslst.html 自营商品回收站列表
│ │ │ ├── lst.html 自营商品列表
│ │ │ ├── post.html 新增编辑自营商品
│ │ │ ├── setcate.html 批量修改分类
│ │ │ ├── tab 选项卡
│ │ │ │ ├── basic.html 基本信息
│ │ │ │ ├── des.html 商品详情
│ │ │ │ ├── integral.html 积分换购
│ │ │ │ ├── option.html 库存/规格
│ │ │ │ └── pic.html 商品涂片
│ │ │ │ └── param.html 参数
│ │ │ └── tpl
│ │ │ ├── param.html 参数组件
│ │ │ ├── spec.html 规格组件
│ │ │ └── spec_item.html 规格项
│ │ ├── goods_import 自营商品导入视图
│ │ │ ├── ajaxpage.html 自营商品导入列表
│ │ │ └── lst.html 自营商品导入列表
│ │ ├── hdgoods 活动商品视图
│ │ │ ├── ajaxpage.html 活动商品列表
│ │ │ └── lst.html 活动商品列表
│ │ ├── index 首页视图
│ │ │ ├── dashboard.html 控制台
│ │ │ └── index.html 首页框架
│ │ ├── industry 商家行业视图
│ │ │ ├── add.html 新增商家行业
│ │ │ ├── edit.html 编辑商家行业
│ │ │ └── lst.html 商家行业列表
│ │ ├── integral_task 积分任务视图
│ │ │ ├── add.html 新增积分任务
│ │ │ ├── ajaxpage.html 积分任务列表
│ │ │ ├── edit.html 编辑积分任务
│ │ │ └── lst.html 积分任务列表
│ │ ├── integral_taskcate 积分任务分类视图
│ │ │ ├── add.html 新增积分任务分类
│ │ │ ├── ajaxpage.html 积分任务分类列表
│ │ │ ├── edit.html 编辑积分任务分类
│ │ │ └── lst.html 积分任务分类列表
│ │ ├── link 友情链接视图
│ │ │ ├── add.html 新增友情链接
│ │ │ ├── edit.html 编辑友情链接
│ │ │ └── lst.html 友情链接列表
│ │ ├── live 直播间视图
│ │ │ ├── add_live.html 新增直播间
│ │ │ ├── edit_live.html 编辑直播间
│ │ │ ├── hsajaxpage.html 直播间回收站列表
│ │ │ ├── hslst.html 直播间回收站列表
│ │ │ ├── info.html 直播入住详情
│ │ │ ├── live_monitor.html 直播监控
│ │ │ └── lst.html 直播间列表
│ │ ├── livegifts 直播间礼物视图
│ │ │ ├── add.html 新增直播间礼物
│ │ │ ├── edit.html 编辑直播间礼物
│ │ │ └── lst.html 直播间礼物列表
│ │ ├── livegiftscate 直播间礼物分类视图
│ │ │ └── lst.html 直播间礼物分类列表
│ │ ├── liverecord 直播记录视图
│ │ │ └── lst.html 直播记录列表
│ │ ├── livereport 直播违规举报视图
│ │ │ ├── info.html 直播违规举报处
│ │ │ └── lst.html 直播违规举报列表
│ │ ├── login 登录视图
│ │ │ └── index.html 登录页面
│ │ ├── logistics 物流信息视图
│ │ │ ├── add.html 新增物流信息
│ │ │ ├── edit.html 编辑物流信息
│ │ │ └── lst.html 物流信息列表
│ │ ├── manage_cate 商家经营类目视图
│ │ │ ├── ajaxpage.html 商家经营类目列表
│ │ │ ├── checked.html 审核页面
│ │ │ ├── info.html 详细信息
│ │ │ └── lst.html 商家经营类目列表
│ │ ├── member 会员列表视图
│ │ │ ├── add.html 新增会员
│ │ │ ├── ajaxpage.html 会员列表
│ │ │ ├── edit.html 编辑会员
│ │ │ └── lst.html 会员列表
│ │ ├── member_level 会员等级视图
│ │ │ ├── add.html 新增会员等级
│ │ │ ├── edit.html 编辑会员等级
│ │ │ └── lst.html 会员等级列表
│ │ ├── message 消息信息视图
│ │ │ ├── edit.html 编辑消息
│ │ │ ├── lst.html 消息列表
│ │ │ └── send.html 发送消息
│ │ ├── nav 自定义导航位视图
│ │ │ ├── add.html 新增自定义导航位
│ │ │ ├── ajaxpage.html 自定义导航位列表
│ │ │ ├── edit.html 编辑自定义导航位
│ │ │ └── lst.html 自定义导航位列表
│ │ ├── new_publish 新品首发视图
│ │ │ ├── add.html 新品新品首发
│ │ │ ├── ajaxpage.html 新品首发列表
│ │ │ ├── edit.html 编辑新品首发
│ │ │ └── lst.html 新品首发列表
│ │ ├── news 文章列表视图
│ │ │ ├── add.html 新增文章
│ │ │ ├── ajaxpage.html 文章列表
│ │ │ ├── edit.html 编辑文章
│ │ │ └── lst.html 文章列表
│ │ ├── order 自营店铺订单视图
│ │ │ ├── ajaxpage.html 订单列表
│ │ │ ├── info.html 订单详情
│ │ │ └── lst.html 订单列表
│ │ ├── order_timeout 订单超时信息配置视图
│ │ │ └── info.html 订单超时信息配置
│ │ ├── order_zong 总订单视图
│ │ │ ├── ajaxpage.html 总订单列表
│ │ │ └── lst.html 总订单列表
│ │ ├── pay_type 支付方式视图
│ │ │ ├── add.html 新增支付方式
│ │ │ ├── edit.html 编辑支付方式
│ │ │ └── lst.html 支付方式列表
│ │ ├── plugin 本地插件视图
│ │ │ ├── add.html 新增插件
│ │ │ ├── ajaxpage.html 插件列表
│ │ │ ├── edit.html 编辑插件信息
│ │ │ └── lst.html 插件列表
│ │ ├── privilege 权限设置视图
│ │ │ ├── add.html 新增权限
│ │ │ ├── edit.html 编辑权限
│ │ │ └── lst.html 权限列表
│ │ ├── promotion 商品促销活动视图
│ │ │ ├── add.html 新增促销活动
│ │ │ ├── ajaxpage.html 促销活动列表
│ │ │ ├── edit.html 编辑促销活动信息
│ │ │ └── lst.html 促销活动列表
│ │ ├── province 省份视图
│ │ │ ├── add.html 新增省份
│ │ │ ├── ajaxpage.html 省份列表
│ │ │ ├── edit.html 编辑省份
│ │ │ └── lst.html 省份列表
│ │ ├── role 角色管 视图
│ │ │ ├── add.html 新增角色
│ │ │ ├── edit.html 编辑角色
│ │ │ └── lst.html 角色列表
│ │ ├── rz_order 入住保证金订单视图
│ │ │ ├── ajaxpage.html 入住保证金订单列表
│ │ │ ├── info.html 入住保证金订单详情
│ │ │ └── lst.html 入住保证金订单列表
│ │ ├── sale_time 秒杀时间段视图
│ │ │ ├── add.html 新增秒杀时间段
│ │ │ ├── edit.html 编辑秒杀时间段
│ │ │ └── lst.html 秒杀时间段列表
│ │ ├── seckill 秒杀活动视图
│ │ │ ├── add.html 新增秒杀活动
│ │ │ ├── ajaxpage.html 秒杀活动列表
│ │ │ ├── info.html 秒杀活动详情
│ │ │ └── lst.html 秒杀活动列表
│ │ ├── sertion 服务信息视图
│ │ │ ├── add.html 新增服务配置
│ │ │ ├── edit.html 编辑服务配置
│ │ │ └── lst.html 服务配置列表
│ │ ├── shop_admin 商家账号信息视图
│ │ │ ├── add.html 新增商家账号
│ │ │ ├── ajaxpage.html 商家账号列表
│ │ │ ├── edit.html 编辑商家账号
│ │ │ └── lst.html 商家账号列表
│ │ ├── shop_assemble 商家拼团活动视图
│ │ │ ├── ajaxpage.html 商家拼团活动列表
│ │ │ ├── checked.html 商家拼团审核
│ │ │ ├── info.html 商家拼团活动详情
│ │ │ └── lst.html 商家拼团活动列表
│ │ ├── shop_comment 商家商品评价视图
│ │ │ ├── ajaxpage.html 商家商品评价列表
│ │ │ ├── checked.html 商家商品评价审核
│ │ │ └── lst.html 商家商品评价列表
│ │ ├── shop_coupon 商家优惠券视图
│ │ │ ├── ajaxpage.html 商家优惠券列表
│ │ │ ├── checked.html 商家优惠券审核
│ │ │ └── lst.html 商家优惠券列表
│ │ ├── shop_goods 商家商品视图
│ │ │ ├── ajaxpage.html 商家商品列表
│ │ │ ├── checked.html 商家商品审核
│ │ │ └── lst.html 商家商品列表
│ │ ├── shop_order 商家订单视图
│ │ │ ├── ajaxpage.html 商家订单列表
│ │ │ ├── checkorder.html 配送信息
│ │ │ ├── info.html 商家订单详情
│ │ │ └── lst.html 商家订单列表
│ │ ├── shop_promotion 商家促销活动视图
│ │ │ ├── ajaxpage.html 商家促销活动列表
│ │ │ ├── edit.html 编辑商家促销活动
│ │ │ └── lst.html 商家促销活动列表
│ │ ├── shop_seckill 商家秒杀活动视图
│ │ │ ├── ajaxpage.html 商家秒杀活动列表
│ │ │ ├── checked.html 商家秒杀活动审核
│ │ │ ├── info.html 商家秒杀活动详情
│ │ │ └── lst.html 商家秒杀活动列表
│ │ ├── shop_shdz 自营店铺售后地址视图
│ │ │ └── info.html 自营店铺售后地址
│ │ ├── shop_thapply 商家售后订单视图
│ │ │ ├── ajaxpage.html 商家售后订单列表
│ │ │ ├── info.html 商家售后订单详情
│ │ │ └── lst.html 商家售后订单列表
│ │ ├── shop_txmx 商家提现申请视图
│ │ │ ├── ajaxpage.html 商家提现申请列表
│ │ │ ├── checked.html 商家提现申请审核
│ │ │ ├── dakuan.html 商家提现申请打款
│ │ │ ├── info.html 商家提现申请详情
│ │ │ ├── lst.html 商家提现申请列表
│ │ │ └── shoplist.html 商家待提现列表
│ │ ├── shops 已入驻商家视图
│ │ │ ├── ajaxpage.html 已入驻商家列表
│ │ │ ├── edit.html 编辑已入驻商家
│ │ │ ├── info.html 已入驻商家详情
│ │ │ └── lst.html 已入驻商家列表
│ │ ├── shops_info 自营店铺基本信息视图
│ │ │ └── info.html 自营店铺基本信息
│ │ ├── th_apply 自营店铺售后订单视图
│ │ │ ├── ajaxpage.html 自营店铺售后订单列表
│ │ │ ├── info.html 自营店铺售后订单详情
│ │ │ └── lst.html 自营店铺售后订单列表
│ │ ├── thcate 售后种类视图
│ │ │ ├── add.html 新增售后种类
│ │ │ ├── edit.html 编辑售后种类
│ │ │ └── lst.html 售后种类列表
│ │ ├── thmess 售后种类信息视图
│ │ │ ├── add.html 新增售后种类信息
│ │ │ ├── edit.html 编辑售后种类信息
│ │ │ └── lst.html 售后种类信息列表
│ │ ├── txmx 会员提现视图
│ │ │ ├── ajaxpage.html 会员提现列表
│ │ │ ├── checked.html 会员提现审核
│ │ │ ├── dakuan.html 会员提现打款
│ │ │ ├── info.html 会员提现详情
│ │ │ ├── lst.html 会员提现列表
│ │ ├── uni_push 消息推送视图
│ │ │ ├── add.html 新增消息
│ │ │ └── lst.html 消息列表
│ │ ├── upload 图片上传视图
│ │ │ └── index.html 图片上传
│ │ ├── version APP版本控制视图
│ │ │ ├── add.html 新增版本
│ │ │ ├── edit.html 编辑版本
│ │ │ └── lst.html 版本列表
│ │ ├── video 短视频视图
│ │ │ ├── add.html 新增短视频
│ │ │ ├── ajaxpage.html 短视频列表
│ │ │ ├── edit.html 编辑短视频
│ │ │ ├── lst.html 短视频列表
│ │ ├── wxpay_config 微信支付配置视图
│ │ │ └── info.html 微信支付配置
│ ├── api 前端接口
│ │ ├── common.php 公共函数文件
│ │ ├── config.php 公共配置文件
│ │ ├── controller 控制器
│ │ │ ├── Ad.php 广告相关接口
│ │ │ ├── Address.php 会员地址相关接口
│ │ │ ├── AliPay.php 支付宝支付相关接口
│ │ │ ├── ApplyInfo.php 商家入驻相关接口
│ │ │ ├── Article.php 文章信息相关接口
│ │ │ ├── AssemContent.php 获取拼团规则信息接口
│ │ │ ├── Assemble.php 拼团相关接口
│ │ │ ├── BankCard.php 银行卡信息相关接口
│ │ │ ├── Cart.php 购物车相关接口
│ │ │ ├── Category.php 分类信息相关接口
│ │ │ ├── CeshiApi.php 测试获取api_token接口
│ │ │ ├── ChatMessage.php 获取聊天内容相关接口
│ │ │ ├── Coldlivepush.php 直播推流类
│ │ │ ├── CollGoods.php 收藏商品相关接口
│ │ │ ├── CollShops.php 收藏店铺相关接口
│ │ │ ├── Comment.php 商品评价相关接口
│ │ │ ├── Common.php 接口公用类
│ │ │ ├── Commonfun.php 图片、文件上传相关
│ │ │ ├── Country.php 国家相关接口
│ │ │ ├── Coupon.php 优惠券相关接口
│ │ │ ├── DistributionCommon.php 分销商佣金计算相关
│ │ │ ├── DistributionUser.php 分销商相关接口
│ │ │ ├── Find.php 发现相关接口
│ │ │ ├── Goods.php 商品信息相关接口
│ │ │ ├── GroupBuy.php 团购相关接口
│ │ │ ├── Index.php 首页相关接口
│ │ │ ├── IntegralShop.php 积分商城接口
│ │ │ ├── Lang.php 语言相关接口
│ │ │ ├── Live.php 直播相关接口
│ │ │ ├── Livereturn.php 直播回调
│ │ │ ├── Location.php 百度地图api相关
│ │ │ ├── Login.php 登录相关接口
│ │ │ ├── Logistics.php 快递鸟相关接口
│ │ │ ├── MemberAssem.php 用户拼团相关接口
│ │ │ ├── MemberColl.php 收藏相关接口
│ │ │ ├── MemberCoupon.php 读取用户优惠券相关接口
│ │ │ ├── MemberInfo.php 用户个人中心相关接口
│ │ │ ├── MemberOrder.php 用户订单相关接口
│ │ │ ├── Merchant.php 商家相关接口
│ │ │ ├── NavMenu.php 导航菜单相关接口
│ │ │ ├── NewPublish.php 新品首发相关接口
│ │ │ ├── Notification.php 平台消息相关接口
│ │ │ ├── Order.php 订单相关接口
│ │ │ ├── Pay.php 商家订单状态处 接口
│ │ │ ├── Promotion.php 促销活动相关接口
│ │ │ ├── Recharge.php 充值订单相关接口
│ │ │ ├── Register.php 用户注册相关接口
│ │ │ ├── Report.php 投诉建议相关接口
│ │ │ ├── Search.php 搜索相关接口
│ │ │ ├── Seckill.php 秒杀相关接口
│ │ │ ├── Sertion.php 获取服务项列表信息相关接口
│ │ │ ├── Shops.php 店铺相关接口
│ │ │ ├── Sign.php 签到相关接口
│ │ │ ├── SmsCode.php 短信验证码相关接口
│ │ │ ├── ThApply.php 退换货相关接口
│ │ │ ├── Version.php 版本信息相关接口
│ │ │ ├── Video.php 短视频相关接口
│ │ │ ├── Wallet.php 钱包相关接口
│ │ │ ├── Withdraw.php 提现相关接口
│ │ │ ├── WxPay.php 微信支付相关
│ │ │ ├── errorCode.php 状态码
│ │ │ └── wxBizDataCrypt.php 微信小程序加密类
│ │ ├── libs
│ │ ├── model api数据模型
│ │ │ ├── Ad.php 广告列表模型
│ │ │ ├── AdCate.php 广告分类模型
│ │ │ ├── Assemble.php 拼团模型
│ │ │ ├── BankCard.php 银行卡数据模型
│ │ │ ├── CollGoods.php 商品收藏数据模型
│ │ │ ├── Comment.php 商品评价数据模型
│ │ │ ├── CommentPic.php 商品评价图片数据模型
│ │ │ ├── Common.php 公用模型
│ │ │ ├── Country.php 获取国家信息模型
│ │ │ ├── Coupon.php 优惠券数据模型
│ │ │ ├── DistributionCommissonDetail.php 分销商佣金明细数据模型
│ │ │ ├── DistributionGrade.php 分销商等级数据模型
│ │ │ ├── DistributionTempuser.php 分销绑定上下级关系数据模型
│ │ │ ├── DistributionUser.php 分销商信息数据模型
│ │ │ ├── DistributionWithdraw.php 分销商提现明细数据模型
│ │ │ ├── FindCate.php 发现分类数据模型
│ │ │ ├── Goods.php 商品数据模型
│ │ │ ├── GoodsOption.php 商品规格详情数据模型
│ │ │ ├── GoodsSpec.php 商品规格数据模型
│ │ │ ├── GoodsSpecItem.php 商品规格项数据模型
│ │ │ ├── IntegralTask.php 积分任务数据模型
│ │ │ ├── Lang.php 多语言数据模型
│ │ │ ├── Live.php 直播间数据模型
│ │ │ ├── Member.php 用户数据模型
│ │ │ ├── MemberCoupon.php 用户优惠券数据模型
│ │ │ ├── MemberIntegral.php 用户积分任务数据模型
│ │ │ ├── MemberLevel.php 用户等级数据模型
│ │ │ ├── NavMenu.php 导航位菜单数据模型
│ │ │ ├── NewPublish.php 新品首发数据模型
│ │ │ ├── Order.php 订单数据模型
│ │ │ ├── OrderGoods.php 订单商品数据模型
│ │ │ ├── RechargeOrder.php 充值订单数据模型
│ │ │ ├── SaleTime.php 秒杀时间段数据模型
│ │ │ ├── Seckill.php 秒杀活动数据模型
│ │ │ ├── Shops.php 入驻商家数据模型
│ │ │ ├── SignSet.php 签到规则数据模型
│ │ │ ├── Version.php APP版本数据模型
│ │ │ ├── Video.php 短视频数据模型
│ │ │ ├── Wallet.php 钱包数据模型
│ │ │ └── Withdraw.php 用户提现明细数据模型
│ │ └── validate 验证规则
│ │ ├── AddSubAccount.php 商家添加子账号验证
│ │ ├── Address.php 经销商地址验证
│ │ ├── BankCard.php 银行卡验证
│ │ ├── ComapplyInfo.php 店铺申请验证
│ │ ├── DistributionUser.php 分销商用户验证
│ │ ├── Member.php 用户资料验证
│ │ ├── PersonapplyInfo.php 店铺资料验证
│ │ └── Withdraw.php 提现资料验证
│ ├── command.php
│ ├── common 公共模块
│ │ ├── Lookup.php 公共变量管
│ │ ├── controller 公共控制器
│ │ │ └── Upload.php 上传图片
│ │ ├── model 公共模型
│ │ │ ├── Config.php 系统配置模型
│ │ │ ├── DistributionConfig.php 分销商基础配置信息模型
│ │ │ ├── DistributionTempuser.php 分销绑定上下级关系数据模型
│ │ │ ├── DistributionUser.php 分销商用户模型
│ │ │ ├── Goods.php 商品模型
│ │ │ ├── SmsCode.php 短信验证码模型
│ │ │ └── Upload.php 图片上传模型
│ │ └── validate 验证
│ │ └── SmsCode.php 短信验证码验证
│ ├── common.php 公共函数库
│ ├── config.php 系统配置
│ ├── database.php 数据库连接
│ ├── dev.php 数据库连接
│ ├── extra 扩展
│ │ ├── addons.php 插件
│ ├── mobile H5注册页面
│ │ ├── controller 控制器
│ │ │ ├── Common.php 公共控制器
│ │ │ ├── Download.php 下载控制器
│ │ │ └── Register.php 注册控制器
│ │ ├── model 模型
│ │ │ ├── Common.php 公共模型
│ │ │ └── Member.php 用户模型
│ │ ├── validate 验证
│ │ │ └── Member.php 用户验证
│ │ └── view 视图
│ │ ├── download 下载视图
│ │ │ └── index.html 下载视图
│ │ └── register 注册视图
│ │ ├── index.html 注册视图
│ │ └── register.html 注册视图
│ ├── route.php 系统路由配置
│ ├── shop 商家
│ │ ├── common.php 公共方法
│ │ ├── controller 控制器
│ │ │ ├── Assemble.php 拼团管
│ │ │ ├── Comment.php 商品评价管
│ │ │ ├── Common.php 公共控制器
│ │ │ ├── Coupon.php 优惠券管
│ │ │ ├── Getgoods.php 获取商品信息列表
│ │ │ ├── Goods.php 商品列表管
│ │ │ ├── Hdgoods.php 活动商品管
│ │ │ ├── Index.php 主页管
│ │ │ ├── Login.php 登录管
│ │ │ ├── ManageCate.php 店铺经营类目
│ │ │ ├── Member.php 会员管
│ │ │ ├── NewPublish.php 新品首发管
│ │ │ ├── Order.php 订单管
│ │ │ ├── Promotion.php 商品促销活动管
│ │ │ ├── Rzmessage.php 入住资料
│ │ │ ├── Seckill.php 秒杀活动管
│ │ │ ├── ShopAdmin.php 商家信息管
│ │ │ ├── ShopBankcard.php 银行卡管
│ │ │ ├── ShopCate.php 店铺商品分类管
│ │ │ ├── ShopContent.php 店铺详情管
│ │ │ ├── ShopDetail.php 账户明细管
│ │ │ ├── ShopShdz.php 店铺售后地址
│ │ │ ├── ShopTxmx.php 店铺提现明细
│ │ │ ├── Shops.php 店铺基本信息
│ │ │ ├── ThApply.php 售后订单列表管
│ │ │ └── Video.php 短视频管
│ │ ├── model 数据模型
│ │ │ ├── Attr.php 商品属性模型?
│ │ │ ├── Customer.php 商品栏目模型
│ │ │ ├── Goods.php 商品数据模型
│ │ │ ├── NewPublish.php 新品首发数据模型
│ │ │ ├── Promotion.php 商品促销活动数据模型
│ │ │ ├── ShopAdmin.php 店铺信息数据模型
│ │ │ ├── ShopCate.php 店铺商品分类数据模型
│ │ │ └── Video.php 短视频数据模型
│ │ ├── validate 数据验证
│ │ │ ├── ApplyInfo.php 店铺入驻数据验证
│ │ │ ├── Assemble.php 拼团活动数据验证
│ │ │ ├── Coupon.php 优惠券数据验证
│ │ │ ├── Goods.php 商品数据验证
│ │ │ ├── ManageCate.php 店铺经营类别数据验证
│ │ │ ├── NewPublish.php 新品首发数据验证
│ │ │ ├── Promotion.php 促销活动数据验证
│ │ │ ├── Seckill.php 秒杀活动数据验证
│ │ │ ├── ShopAdmin.php 店铺账号数据验证
│ │ │ ├── ShopBankcard.php 银行卡数据验证
│ │ │ ├── ShopCate.php 店铺商品数据验证
│ │ │ ├── ShopCustom.php 店铺详情数据验证
│ │ │ ├── ShopShdz.php 店铺售后地址数据验证
│ │ │ ├── Shops.php 店铺基本信息数据验证
│ │ │ └── Video.php 短视频数据验证
│ │ └── view 视图
│ │ ├── assemble 拼团活动视图
│ │ │ ├── add.html 新增拼团活动
│ │ │ ├── ajaxpage.html 拼团活动列表
│ │ │ ├── info.html 拼团活动详情
│ │ │ └── lst.html 拼团活动列表
│ │ ├── comment 商品评价视图
│ │ │ ├── ajaxpage.html 商品评价列表
│ │ │ ├── info.html 商品评价详情
│ │ │ └── lst.html 商品评价列表
│ │ ├── coupon 优惠券视图
│ │ │ ├── add.html 新增优惠券
│ │ │ ├── ajaxpage.html 优惠券列表
│ │ │ ├── edit.html 编辑优惠券
│ │ │ ├── hsajaxpage.html 优惠券回收站列表
│ │ │ ├── hslst.html 优惠券回收站列表
│ │ │ ├── info.html 优惠券详情
│ │ │ └── lst.html 优惠券列表
│ │ ├── getgoods 获取商品视图
│ │ │ ├── ajaxpage.html 商品列表
│ │ │ └── lst.html 商品列表
│ │ ├── goods 商品视图
│ │ │ ├── ajaxpage.html 商品列表
│ │ │ ├── hsajaxpage.html 商品回收站列表
│ │ │ ├── hslst.html 商品回收站列表
│ │ │ ├── lst.html 商品列表
│ │ │ ├── post.html 修改商品
│ │ │ ├── tab 选项卡
│ │ │ │ ├── basic.html 基本信息
│ │ │ │ ├── des.html 商品详情
│ │ │ │ ├── integral.html 积分换购
│ │ │ │ ├── option.html 库存/规格
│ │ │ │ └── pic.html 商品图片
│ │ │ │ └── pic.html 商品参数
│ │ │ └── tpl
│ │ │ ├── param.html 参数组件
│ │ │ ├── spec.html 规格组件
│ │ │ └── spec_item.html 规格项
│ │ ├── hdgoods 活动商品视图
│ │ │ ├── ajaxpage.html 活动商品列表
│ │ │ └── lst.html 活动商品列表
│ │ ├── index 首页视图
│ │ │ ├── index.html 首页
│ │ │ └── index_v3.html 主页
│ │ ├── login 登陆视图
│ │ │ ├── findpwd.html 找回密码
│ │ │ └── index.html 登陆
│ │ ├── manage_cate 店铺经营类目视图
│ │ │ ├── add.html 添加经营类目
│ │ │ └── lst.html 经营类目列表
│ │ ├── member 会员管 视图
│ │ │ └── blacklst.html 拉黑列表
│ │ ├── new_publish 新品首发视图
│ │ │ ├── add.html 新增新品首发
│ │ │ ├── ajaxpage.html 新品首发列表
│ │ │ ├── edit.html 编辑新品首发
│ │ │ └── lst.html 新品首发列表
│ │ ├── order 订单视图
│ │ │ ├── ajaxpage.html 订单列表
│ │ │ ├── info.html 订单详情
│ │ │ └── lst.html 订单列表
│ │ ├── promotion 商品促销活动视图
│ │ │ ├── add.html 新增商品促销活动
│ │ │ ├── ajaxpage.html 商品促销活动列表
│ │ │ ├── edit.html 编辑商品促销活动
│ │ │ └── lst.html 商品促销活动列表
│ │ ├── rzmessage 入驻资料信息视图
│ │ │ └── info.html 入驻资料视图
│ │ ├── seckill 秒杀活动视图
│ │ │ ├── add.html 新增秒杀活动
│ │ │ ├── ajaxpage.html 秒杀活动列表
│ │ │ ├── info.html 秒杀活动详情
│ │ │ └── lst.html 秒杀活动列表
│ │ ├── shop_admin 商家信息视图
│ │ │ ├── addpaypwd.html 设置支付密码
│ │ │ ├── editphone.html 更好登陆手机号
│ │ │ └── editpwd.html 重置登陆密码
│ │ ├── shop_bankcard 银行卡视图
│ │ │ └── info.html 银行卡设置
│ │ ├── shop_cate 店铺商品分类视图
│ │ │ ├── add.html 新增店铺商品分类
│ │ │ ├── edit.html 编辑店铺商品分类
│ │ │ └── lst.html 店铺商品分类列表
│ │ ├── shop_content 店铺详情视图
│ │ │ └── info.html 店铺详情信息
│ │ ├── shop_detail 账户明细视图
│ │ │ ├── ajaxpage.html 账户明细列表
│ │ │ ├── info.html 账户明细详情
│ │ │ └── lst.html 账户民心列表
│ │ ├── shop_shdz 店铺售后地址视图
│ │ │ └── info.html 设置售后地址
│ │ ├── shop_txmx 账户提现记录视图
│ │ │ ├── ajaxpage.html 账户提现列表
│ │ │ ├── index.html 账户提现
│ │ │ ├── info.html 账户提现详情
│ │ │ └── lst.html 账户提现列表
│ │ ├── shops 店铺基本信息视图
│ │ │ └── info.html 店铺基本信息
│ │ ├── th_apply 售后订单视图
│ │ │ ├── ajaxpage.html 售后订单列表
│ │ │ ├── info.html 售后订单详情
│ │ │ └── lst.html 售后订单详情
│ │ └── video 短视频视图
│ │ ├── add.html 新增短视频
│ │ ├── ajaxpage.html 短视频列表
│ │ ├── edit.html 编辑短视频
│ │ ├── lst.html 短视频列表
│ └── tags.php 应用行为扩展定义文件
├── build.php 自动生成定义文件(参考)
├── composer.json composer 定义文件
├── runtime 应用的运行时目录(可写,可定制)
├── ssl ssl证书目录
└── think 命令行入口文件