1. ├── addons 插件文件夹
  2. ├── application 应用目录
  3. ├── admin 总后台
  4. ├── common.php 公共函数文件
  5. ├── controller 控制器
  6. ├── Ad.php 广告管理
  7. ├── AdCate.php 广告分类
  8. ├── Addons.php 插件管理
  9. ├── Admin.php 管理员管理
  10. ├── AdminLog.php 管理日志
  11. ├── AlipayConfig.php 支付宝配置
  12. ├── ApplyInfo.php 商家入驻申请
  13. ├── Area.php 区县管理
  14. ├── AssemContent.php 拼团规则管理
  15. ├── Assemble.php 拼团管理
  16. ├── Basic.php 基础配置文件
  17. ├── Brand.php 品牌管理
  18. ├── CateNew.php 资讯分类
  19. ├── Category.php 商品分类
  20. ├── Cation.php 系统参数分类
  21. ├── City.php 城市管理
  22. ├── Comment.php 商品评价
  23. ├── Common.php 基础控制器
  24. ├── Config.php 系统配置
  25. ├── Country.php 国家管理
  26. ├── Coupon.php 优惠券管理
  27. ├── Currency.php 货币管理
  28. ├── Detail.php 收入支出明细
  29. ├── Distribution.php 分销管理
  30. ├── DistributionGrade.php 分销商等级
  31. ├── DistributionOrder.php 分销订单
  32. ├── DistributionUser.php 分销用户
  33. ├── DistributionWithdraw.php 分销佣金提现
  34. ├── FansLevel.php 直播间粉丝等级管理
  35. ├── FeedbackHelp.php 投诉建议管理
  36. ├── FindCate.php 发现分类管理
  37. ├── Getcates.php 获取商品分类
  38. ├── Getgoods.php 获取商品列表
  39. ├── Getptgoods.php 获取拼团商品列表
  40. ├── Getshops.php 获取店铺列表
  41. ├── Goods.php 自营商品列表管理
  42. ├── GoodsImport.php 自营商品导入管理
  43. ├── HdCate.php 获取活动分类
  44. ├── Hdgoods.php 获取活动商品
  45. ├── Index.php 控制台管理
  46. ├── Industry.php 商家行业管理
  47. ├── IntegralTask.php 积分任务管理
  48. ├── IntegralTaskcate.php 积分任务分类管理
  49. ├── Lang.php 多语音分类管理
  50. ├── LangTranslate.php 多语言翻译管理
  51. ├── Link.php 友情链接管理
  52. ├── Live.php 直播间列表管理
  53. ├── Livegifts.php 直播间礼物列表管理
  54. ├── Livegiftscate.php 直播间礼物分类管理
  55. ├── Liverecord.php 直播记录管理
  56. ├── Livereport.php 直播间违规举报管理
  57. ├── Login.php 登录管理
  58. ├── Logistics.php 物流信息管理
  59. ├── ManageCate.php 店铺经营类目管理
  60. ├── Member.php 会员列表管理
  61. ├── MemberLevel.php 会员等级管理
  62. ├── Message.php 消息管理
  63. ├── Nav.php 自定义导航管理
  64. ├── NavMenu.php 移动端首页菜单导航管理
  65. ├── NewPublish.php 新品首发管理
  66. ├── News.php 文章列表管理
  67. ├── Order.php 自营店铺订单管理
  68. ├── OrderTimeout.php 订单超时管理
  69. ├── OrderZong.php 交易订单管理
  70. ├── PayType.php 支付方式管理
  71. ├── Planactivity.php 秒杀拼团定时任务
  72. ├── Planassemble.php 拼团定时任务
  73. ├── Planorder.php 订单过期定时任务
  74. ├── Planthapply.php 退换货超时定时任务
  75. ├── Plugin.php 插件管理
  76. ├── Privilege.php 权限管理
  77. ├── Promotion.php 商品促销活动管理
  78. ├── Province.php 省份管理
  79. ├── Role.php 权限角色管理
  80. ├── RzOrder.php 商家入住保证金订单管理
  81. ├── SaleTime.php 秒杀时间段管理
  82. ├── Seckill.php 秒杀活动管理
  83. ├── Sertion.php 服务信息管理
  84. ├── ShopAdmin.php 商家账号信息管理
  85. ├── ShopAssemble.php 商家拼团活动管理
  86. ├── ShopCate.php 商家分类管理
  87. ├── ShopComment.php 商家商品评价管理
  88. ├── ShopCoupon.php 商家优惠券管理
  89. ├── ShopGoods.php 商家商品管理
  90. ├── ShopOrder.php 商家商品订单管理
  91. ├── ShopPromotion.php 商家商品促销活动管理
  92. ├── ShopSeckill.php 商家商品秒杀活动管理
  93. ├── ShopShdz.php 自营店铺售后地址
  94. ├── ShopThapply.php 商家售后订单管理
  95. ├── ShopTxmx.php 商家提现管理
  96. ├── Shops.php 已入住商家管理
  97. ├── ShopsInfo.php 自营店铺基本信息管理
  98. ├── SocketNotice.php Socket消息管理
  99. ├── ThApply.php 自营售后订单管理
  100. ├── Thcate.php 售后种类管理
  101. ├── Thmess.php 售后(退换货种类原因)信息表
  102. ├── Txmx.php 会员提现管理
  103. ├── UniPush.php 消息推送管理
  104. ├── Version.php APP版本控制管理
  105. ├── Video.php 短视频管理
  106. ├── WxpayConfig.php 微信支付配置管理
  107. ├── model 模型目录
  108. ├── Ad.php 广告列表模型
  109. ├── AdCate.php 广告分类模型
  110. ├── Admin.php 管理员模型
  111. ├── Area.php 区县模型
  112. ├── BankCard.php 用户银行卡模型
  113. ├── Brand.php 品牌模型
  114. ├── CateNew.php 资讯文章分类模型
  115. ├── Category.php 商品分类模型
  116. ├── Cation.php 系统参数分类模型
  117. ├── City.php 城市模型
  118. ├── Coupon.php 优惠券模型
  119. ├── Currency.php 货币分类模型
  120. ├── DistributionGrade.php 分销商等级模型
  121. ├── DistributionUser.php 分销商用户模型
  122. ├── DistributionWithdraw.php 分销商提现模型
  123. ├── FansLevel.php 直播间粉丝等级模型
  124. ├── FindCate.php 发现分类模型
  125. ├── Goods.php 商品模型
  126. ├── GoodsImportRecord.php 商品导入记录模型
  127. ├── GoodsOption.php 商品规格模型
  128. ├── Industry.php 行业分类模型
  129. ├── IntegralTask.php 积分任务列表模型
  130. ├── IntegralTaskcate.php 积分任务分类模型
  131. ├── Keyword.php 关键字模型
  132. ├── Lang.php 多语音列表模型
  133. ├── LangTranslate.php 多语言翻译模型
  134. ├── Link.php 友情链接模型
  135. ├── Logistics.php 物流公司信息模型
  136. ├── Member.php 会员信息模型
  137. ├── MemberLevel.php 会员等级模型
  138. ├── Nav.php 自定义导航模型
  139. ├── NavMenu.php 导航信息模型
  140. ├── NewPublish.php 新品首发信息模型
  141. ├── News.php 文章模型
  142. ├── PayType.php 支付方式模型
  143. ├── Privilege.php 权限模型
  144. ├── Province.php 省份模型
  145. ├── Role.php 权限角色模型
  146. ├── SaleTime.php 秒杀时间段模型
  147. ├── Sertion.php 服务信息模型
  148. ├── ShopAdmin.php 商家管理员模型
  149. ├── ShopCate.php 商家分类模型
  150. ├── Shops.php 入住商家模型
  151. ├── Thcate.php 售后种类模型
  152. ├── Video.php 短视频模型
  153. ├── validate
  154. ├── Ad.php 广告列表信息验证
  155. ├── AdCate.php 广告分类信息验证
  156. ├── Admin.php 管理员信息验证
  157. ├── AlipayConfig.php 支付宝配置信息验证
  158. ├── Area.php 区县信息验证
  159. ├── Assemble.php 拼团信息验证
  160. ├── Brand.php 品牌信息验证
  161. ├── CateNew.php 资讯文章分类信息验证
  162. ├── Category.php 商品分类信息验证
  163. ├── Cation.php 系统参数信息验证
  164. ├── City.php 城市信息验证
  165. ├── ComapplyInfo.php 添加企业入驻资料验证
  166. ├── Config.php 系统配置信息验证
  167. ├── Coupon.php 优惠券信息验证
  168. ├── Distribution.php 分销参数验证
  169. ├── DistributionConfig.php 分销商基础配置信息验证
  170. ├── DistributionGrade.php 分销商等级信息验证
  171. ├── DistributionUser.php 分销商用户信息验证
  172. ├── FansLevel.php 直播间粉丝等级信息验证
  173. ├── FindCate.php 发现分类信息验证
  174. ├── Gifts.php 直播间礼物信息验证
  175. ├── Goods.php 商品信息验证
  176. ├── Industry.php 商家行业信息验证
  177. ├── IntegralTask.php 积分信息记录验证
  178. ├── IntegralTaskcate.php 积分任务分类信息验证
  179. ├── Lang.php 多语言信息验证
  180. ├── LangTranslate.php 多语言翻译信息验证
  181. ├── Link.php 友情连接信息验证
  182. ├── Live.php 直播间信息验证
  183. ├── Logistics.php 物流公司信息验证
  184. ├── Member.php 会员信息验证
  185. ├── MemberLevel.php 会员等级信息验证
  186. ├── Message.php 消息信息验证
  187. ├── Nav.php 导航位信息验证
  188. ├── NavMenu.php 自定义导航菜单信息验证
  189. ├── NewPublish.php 新品首发信息验证
  190. ├── News.php 文章信息验证
  191. ├── OrderTimeout.php 订单超时信息验证
  192. ├── PayType.php 支付方式信息验证
  193. ├── Privilege.php 权限信息验证
  194. ├── Promotion.php 商品促销信息验证
  195. ├── Province.php 省份信息验证
  196. ├── Role.php 角色信息验证
  197. ├── SaleTime.php 秒杀时间段信息验证
  198. ├── Seckill.php 秒杀活动信息验证
  199. ├── Sertion.php 服务信息验证
  200. ├── ShopAdmin.php 商家账号信息验证
  201. ├── ShopCate.php 店铺分类信息验证
  202. ├── ShopShdz.php 商家售后地址信息验证
  203. ├── Shops.php 已入住商家信息验证
  204. ├── Thcate.php 售后种类信息验证
  205. ├── Thmess.php 售后(退换货种类原因)信息验证
  206. ├── Video.php 短视频信息验证
  207. └── WxpayConfig.php 微信支付信息验证
  208. └── view
  209. ├── ad 广告视图
  210. ├── add.html 新增广告
  211. ├── ajaxpage.html 广告列表
  212. ├── edit.html 编辑广告
  213. └── lst.html 广告列表
  214. ├── ad_cate 广告位视图
  215. ├── add.html 新增广告位
  216. ├── ajaxpage.html 广告位列表
  217. ├── edit.html 编辑广告位
  218. └── lst.html 广告位列表
  219. ├── admin 会员视图
  220. ├── add.html 新增会员
  221. ├── ajaxpage.html 会员列表
  222. ├── edit.html 编辑会员
  223. └── lst.html 会员列表
  224. ├── alipay_config 支付宝配置视图
  225. └── info.html 编辑支付宝配置
  226. ├── apply_info 商家入驻申请视图
  227. ├── ajaxpage.html 商家入驻申请列表
  228. ├── checked.html 商家申请状态
  229. ├── comapply.html 商家入驻资料申请
  230. ├── complete.html 申请状态
  231. ├── info.html 申请状态
  232. ├── lst.html 商家入驻申请列表
  233. └── qht.html 申请状态
  234. ├── area 区县视图
  235. ├── add.html 新增区县
  236. ├── ajaxpage.html 区县列表
  237. ├── arealst.html 城市下属区县
  238. ├── edit.html 编辑区县
  239. └── lst.html 区县列表
  240. ├── assem_content 拼团规则视图
  241. └── info.html 设置拼团规则
  242. ├── assemble 拼团活动视图
  243. ├── add.html 新增拼团活动
  244. ├── ajaxpage.html 拼团活动列表
  245. ├── info.html 拼团活动详情
  246. └── lst.html 拼团活动列表
  247. ├── brand 品牌视图
  248. ├── add.html 新增品牌
  249. ├── ajaxpage.html 品牌列表
  250. ├── edit.html 编辑品牌
  251. └── lst.html 品牌列表
  252. ├── cate_new 资讯分类视图
  253. ├── add.html 新增资讯分类
  254. ├── ajaxpage.html 资讯分类列表
  255. ├── edit.html 编辑资讯分类
  256. └── lst.html 资讯分类列表
  257. ├── category 商品分类视图
  258. ├── add.html 新增商品分类
  259. ├── edit.html 编辑商品分类
  260. └── lst.html 商品分类列表
  261. ├── cation 系统参数分类视图
  262. ├── add.html 新增系统参数分类
  263. ├── edit.html 编辑系统参数分类
  264. └── lst.html 系统参数分类列表
  265. ├── city 城市视图
  266. ├── add.html 新增城市
  267. ├── ajaxpage.html 城市列表
  268. ├── citylst.html 省下属城市列表
  269. ├── edit.html 编辑城市
  270. └── lst.html 城市列表
  271. ├── comment 自营商品评论视图
  272. ├── ajaxpage.html 自营商品评论列表
  273. ├── checked.html 评论审核
  274. └── lst.html 自营商品评论列表
  275. ├── common 公用视图文件
  276. └── upload.html 上传图片
  277. ├── config 系统配置视图
  278. ├── add.html 新增系统配置
  279. ├── ajaxpage.html 系统配置列表
  280. ├── config.html 设置系统配置
  281. ├── edit.html 编辑系统配置
  282. └── lst.html 系统配置列表
  283. ├── coupon 优惠券视图
  284. ├── add.html 新增优惠券
  285. ├── ajaxpage.html 优惠券列表
  286. ├── edit.html 编辑优惠券
  287. ├── hsajaxpage.html 优惠券回收站列表
  288. ├── hslst.html 优惠券回收站列表
  289. ├── info.html 优惠券详情
  290. └── lst.html 优惠券列表
  291. ├── detail 用户钱包明细视图
  292. ├── ajaxpage.html 用户钱包明细列表
  293. ├── info.html 用户钱包明细详细信息
  294. └── lst.html 用户钱包明细列表
  295. ├── distribution 分销基础配置视图
  296. ├── configure.html 分销基础配置
  297. └── info.html 分销信息配置
  298. ├── distribution_grade 分销商等级视图
  299. ├── add.html 新增分销商等级
  300. ├── ajaxpage.html 分销商等级列表
  301. ├── edit.html 编辑分销商等级
  302. └── lst.html 分销商等级列表
  303. ├── distribution_order 分销订单视图
  304. ├── ajaxpage.html 分销订单列表
  305. └── lst.html 分销订单列表
  306. ├── distribution_user 分销商视图
  307. ├── ajaxpage.html 分销商列表
  308. ├── edit.html 编辑分销商详情
  309. ├── info.html 分销明细
  310. └── lst.html 分销商列表
  311. ├── distribution_withdraw 分销商提现视图
  312. ├── ajaxpage.html 提现列表
  313. ├── checked.html 分销商提现审核
  314. ├── dakuan.html 分销商提现打款设置
  315. ├── info.html 分销商提现详细
  316. ├── lst.html 提现列表
  317. └── shoplist.html 商家待提现列表
  318. ├── fans_level 直播间粉丝等级视图
  319. ├── add.html 新增直播间粉丝等级
  320. ├── edit.html 编辑直播间粉丝等级
  321. └── lst.html 直播间粉丝等级列表
  322. ├── feedback_help 投诉建议视图
  323. ├── ajaxpage.html 投诉建议列表
  324. ├── lst.html 投诉建议列表
  325. └── reply.html 管理员回复
  326. ├── find_cate 发现分类视图
  327. ├── add.html 新增发现分类
  328. ├── edit.html 编辑发现分类
  329. └── lst.html 发现分类列表
  330. ├── getcates 获取分类信息视图
  331. └── lst.html 分类信息列表
  332. ├── getgoods 获取商品信息视图
  333. ├── ajaxpage.html 商品列表
  334. └── lst.html 商品列表
  335. ├── getptgoods 获取拼团商品信息视图
  336. ├── ajaxpage.html 拼团商品列表
  337. └── lst.html 拼团商品列表
  338. ├── getshops 过去店铺信息视图
  339. ├── ajaxpage.html 店铺信息列表
  340. └── lst.html 店铺信息列表
  341. ├── goods 自营商品管理视图
  342. ├── ajaxpage.html 自营商品列表
  343. ├── hsajaxpage.html 自营商品回收站列表
  344. ├── hslst.html 自营商品回收站列表
  345. ├── lst.html 自营商品列表
  346. ├── post.html 新增编辑自营商品
  347. ├── setcate.html 批量修改分类
  348. ├── tab 选项卡
  349. ├── basic.html 基本信息
  350. ├── des.html 商品详情
  351. ├── integral.html 积分换购
  352. ├── option.html 库存/规格
  353. └── pic.html 商品涂片
  354. └── param.html 参数
  355. └── tpl
  356. ├── param.html 参数组件
  357. ├── spec.html 规格组件
  358. └── spec_item.html 规格项
  359. ├── goods_import 自营商品导入视图
  360. ├── ajaxpage.html 自营商品导入列表
  361. └── lst.html 自营商品导入列表
  362. ├── hdgoods 活动商品视图
  363. ├── ajaxpage.html 活动商品列表
  364. └── lst.html 活动商品列表
  365. ├── index 首页视图
  366. ├── dashboard.html 控制台
  367. └── index.html 首页框架
  368. ├── industry 商家行业视图
  369. ├── add.html 新增商家行业
  370. ├── edit.html 编辑商家行业
  371. └── lst.html 商家行业列表
  372. ├── integral_task 积分任务视图
  373. ├── add.html 新增积分任务
  374. ├── ajaxpage.html 积分任务列表
  375. ├── edit.html 编辑积分任务
  376. └── lst.html 积分任务列表
  377. ├── integral_taskcate 积分任务分类视图
  378. ├── add.html 新增积分任务分类
  379. ├── ajaxpage.html 积分任务分类列表
  380. ├── edit.html 编辑积分任务分类
  381. └── lst.html 积分任务分类列表
  382. ├── link 友情链接视图
  383. ├── add.html 新增友情链接
  384. ├── edit.html 编辑友情链接
  385. └── lst.html 友情链接列表
  386. ├── live 直播间视图
  387. ├── add_live.html 新增直播间
  388. ├── edit_live.html 编辑直播间
  389. ├── hsajaxpage.html 直播间回收站列表
  390. ├── hslst.html 直播间回收站列表
  391. ├── info.html 直播入住详情
  392. ├── live_monitor.html 直播监控
  393. └── lst.html 直播间列表
  394. ├── livegifts 直播间礼物视图
  395. ├── add.html 新增直播间礼物
  396. ├── edit.html 编辑直播间礼物
  397. └── lst.html 直播间礼物列表
  398. ├── livegiftscate 直播间礼物分类视图
  399. └── lst.html 直播间礼物分类列表
  400. ├── liverecord 直播记录视图
  401. └── lst.html 直播记录列表
  402. ├── livereport 直播违规举报视图
  403. ├── info.html 直播违规举报处理
  404. └── lst.html 直播违规举报列表
  405. ├── login 登录视图
  406. └── index.html 登录页面
  407. ├── logistics 物流信息视图
  408. ├── add.html 新增物流信息
  409. ├── edit.html 编辑物流信息
  410. └── lst.html 物流信息列表
  411. ├── manage_cate 商家经营类目视图
  412. ├── ajaxpage.html 商家经营类目列表
  413. ├── checked.html 审核页面
  414. ├── info.html 详细信息
  415. └── lst.html 商家经营类目列表
  416. ├── member 会员列表视图
  417. ├── add.html 新增会员
  418. ├── ajaxpage.html 会员列表
  419. ├── edit.html 编辑会员
  420. └── lst.html 会员列表
  421. ├── member_level 会员等级视图
  422. ├── add.html 新增会员等级
  423. ├── edit.html 编辑会员等级
  424. └── lst.html 会员等级列表
  425. ├── message 消息信息视图
  426. ├── edit.html 编辑消息
  427. ├── lst.html 消息列表
  428. └── send.html 发送消息
  429. ├── nav 自定义导航位视图
  430. ├── add.html 新增自定义导航位
  431. ├── ajaxpage.html 自定义导航位列表
  432. ├── edit.html 编辑自定义导航位
  433. └── lst.html 自定义导航位列表
  434. ├── new_publish 新品首发视图
  435. ├── add.html 新品新品首发
  436. ├── ajaxpage.html 新品首发列表
  437. ├── edit.html 编辑新品首发
  438. └── lst.html 新品首发列表
  439. ├── news 文章列表视图
  440. ├── add.html 新增文章
  441. ├── ajaxpage.html 文章列表
  442. ├── edit.html 编辑文章
  443. └── lst.html 文章列表
  444. ├── order 自营店铺订单视图
  445. ├── ajaxpage.html 订单列表
  446. ├── info.html 订单详情
  447. └── lst.html 订单列表
  448. ├── order_timeout 订单超时信息配置视图
  449. └── info.html 订单超时信息配置
  450. ├── order_zong 总订单视图
  451. ├── ajaxpage.html 总订单列表
  452. └── lst.html 总订单列表
  453. ├── pay_type 支付方式视图
  454. ├── add.html 新增支付方式
  455. ├── edit.html 编辑支付方式
  456. └── lst.html 支付方式列表
  457. ├── plugin 本地插件视图
  458. ├── add.html 新增插件
  459. ├── ajaxpage.html 插件列表
  460. ├── edit.html 编辑插件信息
  461. └── lst.html 插件列表
  462. ├── privilege 权限设置视图
  463. ├── add.html 新增权限
  464. ├── edit.html 编辑权限
  465. └── lst.html 权限列表
  466. ├── promotion 商品促销活动视图
  467. ├── add.html 新增促销活动
  468. ├── ajaxpage.html 促销活动列表
  469. ├── edit.html 编辑促销活动信息
  470. └── lst.html 促销活动列表
  471. ├── province 省份视图
  472. ├── add.html 新增省份
  473. ├── ajaxpage.html 省份列表
  474. ├── edit.html 编辑省份
  475. └── lst.html 省份列表
  476. ├── role 角色管理视图
  477. ├── add.html 新增角色
  478. ├── edit.html 编辑角色
  479. └── lst.html 角色列表
  480. ├── rz_order 入住保证金订单视图
  481. ├── ajaxpage.html 入住保证金订单列表
  482. ├── info.html 入住保证金订单详情
  483. └── lst.html 入住保证金订单列表
  484. ├── sale_time 秒杀时间段视图
  485. ├── add.html 新增秒杀时间段
  486. ├── edit.html 编辑秒杀时间段
  487. └── lst.html 秒杀时间段列表
  488. ├── seckill 秒杀活动视图
  489. ├── add.html 新增秒杀活动
  490. ├── ajaxpage.html 秒杀活动列表
  491. ├── info.html 秒杀活动详情
  492. └── lst.html 秒杀活动列表
  493. ├── sertion 服务信息视图
  494. ├── add.html 新增服务配置
  495. ├── edit.html 编辑服务配置
  496. └── lst.html 服务配置列表
  497. ├── shop_admin 商家账号信息视图
  498. ├── add.html 新增商家账号
  499. ├── ajaxpage.html 商家账号列表
  500. ├── edit.html 编辑商家账号
  501. └── lst.html 商家账号列表
  502. ├── shop_assemble 商家拼团活动视图
  503. ├── ajaxpage.html 商家拼团活动列表
  504. ├── checked.html 商家拼团审核
  505. ├── info.html 商家拼团活动详情
  506. └── lst.html 商家拼团活动列表
  507. ├── shop_comment 商家商品评价视图
  508. ├── ajaxpage.html 商家商品评价列表
  509. ├── checked.html 商家商品评价审核
  510. └── lst.html 商家商品评价列表
  511. ├── shop_coupon 商家优惠券视图
  512. ├── ajaxpage.html 商家优惠券列表
  513. ├── checked.html 商家优惠券审核
  514. └── lst.html 商家优惠券列表
  515. ├── shop_goods 商家商品视图
  516. ├── ajaxpage.html 商家商品列表
  517. ├── checked.html 商家商品审核
  518. └── lst.html 商家商品列表
  519. ├── shop_order 商家订单视图
  520. ├── ajaxpage.html 商家订单列表
  521. ├── checkorder.html 配送信息
  522. ├── info.html 商家订单详情
  523. └── lst.html 商家订单列表
  524. ├── shop_promotion 商家促销活动视图
  525. ├── ajaxpage.html 商家促销活动列表
  526. ├── edit.html 编辑商家促销活动
  527. └── lst.html 商家促销活动列表
  528. ├── shop_seckill 商家秒杀活动视图
  529. ├── ajaxpage.html 商家秒杀活动列表
  530. ├── checked.html 商家秒杀活动审核
  531. ├── info.html 商家秒杀活动详情
  532. └── lst.html 商家秒杀活动列表
  533. ├── shop_shdz 自营店铺售后地址视图
  534. └── info.html 自营店铺售后地址
  535. ├── shop_thapply 商家售后订单视图
  536. ├── ajaxpage.html 商家售后订单列表
  537. ├── info.html 商家售后订单详情
  538. └── lst.html 商家售后订单列表
  539. ├── shop_txmx 商家提现申请视图
  540. ├── ajaxpage.html 商家提现申请列表
  541. ├── checked.html 商家提现申请审核
  542. ├── dakuan.html 商家提现申请打款
  543. ├── info.html 商家提现申请详情
  544. ├── lst.html 商家提现申请列表
  545. └── shoplist.html 商家待提现列表
  546. ├── shops 已入驻商家视图
  547. ├── ajaxpage.html 已入驻商家列表
  548. ├── edit.html 编辑已入驻商家
  549. ├── info.html 已入驻商家详情
  550. └── lst.html 已入驻商家列表
  551. ├── shops_info 自营店铺基本信息视图
  552. └── info.html 自营店铺基本信息
  553. ├── th_apply 自营店铺售后订单视图
  554. ├── ajaxpage.html 自营店铺售后订单列表
  555. ├── info.html 自营店铺售后订单详情
  556. └── lst.html 自营店铺售后订单列表
  557. ├── thcate 售后种类视图
  558. ├── add.html 新增售后种类
  559. ├── edit.html 编辑售后种类
  560. └── lst.html 售后种类列表
  561. ├── thmess 售后种类信息视图
  562. ├── add.html 新增售后种类信息
  563. ├── edit.html 编辑售后种类信息
  564. └── lst.html 售后种类信息列表
  565. ├── txmx 会员提现视图
  566. ├── ajaxpage.html 会员提现列表
  567. ├── checked.html 会员提现审核
  568. ├── dakuan.html 会员提现打款
  569. ├── info.html 会员提现详情
  570. ├── lst.html 会员提现列表
  571. ├── uni_push 消息推送视图
  572. ├── add.html 新增消息
  573. └── lst.html 消息列表
  574. ├── upload 图片上传视图
  575. └── index.html 图片上传
  576. ├── version APP版本控制视图
  577. ├── add.html 新增版本
  578. ├── edit.html 编辑版本
  579. └── lst.html 版本列表
  580. ├── video 短视频视图
  581. ├── add.html 新增短视频
  582. ├── ajaxpage.html 短视频列表
  583. ├── edit.html 编辑短视频
  584. ├── lst.html 短视频列表
  585. ├── wxpay_config 微信支付配置视图
  586. └── info.html 微信支付配置
  587. ├── api 前端接口
  588. ├── common.php 公共函数文件
  589. ├── config.php 公共配置文件
  590. ├── controller 控制器
  591. ├── Ad.php 广告相关接口
  592. ├── Address.php 会员地址相关接口
  593. ├── AliPay.php 支付宝支付相关接口
  594. ├── ApplyInfo.php 商家入驻相关接口
  595. ├── Article.php 文章信息相关接口
  596. ├── AssemContent.php 获取拼团规则信息接口
  597. ├── Assemble.php 拼团相关接口
  598. ├── BankCard.php 银行卡信息相关接口
  599. ├── Cart.php 购物车相关接口
  600. ├── Category.php 分类信息相关接口
  601. ├── CeshiApi.php 测试获取api_token接口
  602. ├── ChatMessage.php 获取聊天内容相关接口
  603. ├── Coldlivepush.php 直播推流类
  604. ├── CollGoods.php 收藏商品相关接口
  605. ├── CollShops.php 收藏店铺相关接口
  606. ├── Comment.php 商品评价相关接口
  607. ├── Common.php 接口公用类
  608. ├── Commonfun.php 图片、文件上传相关
  609. ├── Country.php 国家相关接口
  610. ├── Coupon.php 优惠券相关接口
  611. ├── DistributionCommon.php 分销商佣金计算相关
  612. ├── DistributionUser.php 分销商相关接口
  613. ├── Find.php 发现相关接口
  614. ├── Goods.php 商品信息相关接口
  615. ├── GroupBuy.php 团购相关接口
  616. ├── Index.php 首页相关接口
  617. ├── IntegralShop.php 积分商城接口
  618. ├── Lang.php 语言相关接口
  619. ├── Live.php 直播相关接口
  620. ├── Livereturn.php 直播回调
  621. ├── Location.php 百度地图api相关
  622. ├── Login.php 登录相关接口
  623. ├── Logistics.php 快递鸟相关接口
  624. ├── MemberAssem.php 用户拼团相关接口
  625. ├── MemberColl.php 收藏相关接口
  626. ├── MemberCoupon.php 读取用户优惠券相关接口
  627. ├── MemberInfo.php 用户个人中心相关接口
  628. ├── MemberOrder.php 用户订单相关接口
  629. ├── Merchant.php 商家相关接口
  630. ├── NavMenu.php 导航菜单相关接口
  631. ├── NewPublish.php 新品首发相关接口
  632. ├── Notification.php 平台消息相关接口
  633. ├── Order.php 订单相关接口
  634. ├── Pay.php 商家订单状态处理接口
  635. ├── Promotion.php 促销活动相关接口
  636. ├── Recharge.php 充值订单相关接口
  637. ├── Register.php 用户注册相关接口
  638. ├── Report.php 投诉建议相关接口
  639. ├── Search.php 搜索相关接口
  640. ├── Seckill.php 秒杀相关接口
  641. ├── Sertion.php 获取服务项列表信息相关接口
  642. ├── Shops.php 店铺相关接口
  643. ├── Sign.php 签到相关接口
  644. ├── SmsCode.php 短信验证码相关接口
  645. ├── ThApply.php 退换货相关接口
  646. ├── Version.php 版本信息相关接口
  647. ├── Video.php 短视频相关接口
  648. ├── Wallet.php 钱包相关接口
  649. ├── Withdraw.php 提现相关接口
  650. ├── WxPay.php 微信支付相关
  651. ├── errorCode.php 状态码
  652. └── wxBizDataCrypt.php 微信小程序加密类
  653. ├── libs
  654. ├── model api数据模型
  655. ├── Ad.php 广告列表模型
  656. ├── AdCate.php 广告分类模型
  657. ├── Assemble.php 拼团模型
  658. ├── BankCard.php 银行卡数据模型
  659. ├── CollGoods.php 商品收藏数据模型
  660. ├── Comment.php 商品评价数据模型
  661. ├── CommentPic.php 商品评价图片数据模型
  662. ├── Common.php 公用模型
  663. ├── Country.php 获取国家信息模型
  664. ├── Coupon.php 优惠券数据模型
  665. ├── DistributionCommissonDetail.php 分销商佣金明细数据模型
  666. ├── DistributionGrade.php 分销商等级数据模型
  667. ├── DistributionTempuser.php 分销绑定上下级关系数据模型
  668. ├── DistributionUser.php 分销商信息数据模型
  669. ├── DistributionWithdraw.php 分销商提现明细数据模型
  670. ├── FindCate.php 发现分类数据模型
  671. ├── Goods.php 商品数据模型
  672. ├── GoodsOption.php 商品规格详情数据模型
  673. ├── GoodsSpec.php 商品规格数据模型
  674. ├── GoodsSpecItem.php 商品规格项数据模型
  675. ├── IntegralTask.php 积分任务数据模型
  676. ├── Lang.php 多语言数据模型
  677. ├── Live.php 直播间数据模型
  678. ├── Member.php 用户数据模型
  679. ├── MemberCoupon.php 用户优惠券数据模型
  680. ├── MemberIntegral.php 用户积分任务数据模型
  681. ├── MemberLevel.php 用户等级数据模型
  682. ├── NavMenu.php 导航位菜单数据模型
  683. ├── NewPublish.php 新品首发数据模型
  684. ├── Order.php 订单数据模型
  685. ├── OrderGoods.php 订单商品数据模型
  686. ├── RechargeOrder.php 充值订单数据模型
  687. ├── SaleTime.php 秒杀时间段数据模型
  688. ├── Seckill.php 秒杀活动数据模型
  689. ├── Shops.php 入驻商家数据模型
  690. ├── SignSet.php 签到规则数据模型
  691. ├── Version.php APP版本数据模型
  692. ├── Video.php 短视频数据模型
  693. ├── Wallet.php 钱包数据模型
  694. └── Withdraw.php 用户提现明细数据模型
  695. └── validate 验证规则
  696. ├── AddSubAccount.php 商家添加子账号验证
  697. ├── Address.php 经销商地址验证
  698. ├── BankCard.php 银行卡验证
  699. ├── ComapplyInfo.php 店铺申请验证
  700. ├── DistributionUser.php 分销商用户验证
  701. ├── Member.php 用户资料验证
  702. ├── PersonapplyInfo.php 店铺资料验证
  703. └── Withdraw.php 提现资料验证
  704. ├── command.php
  705. ├── common 公共模块
  706. ├── Lookup.php 公共变量管理
  707. ├── controller 公共控制器
  708. └── Upload.php 上传图片
  709. ├── model 公共模型
  710. ├── Config.php 系统配置模型
  711. ├── DistributionConfig.php 分销商基础配置信息模型
  712. ├── DistributionTempuser.php 分销绑定上下级关系数据模型
  713. ├── DistributionUser.php 分销商用户模型
  714. ├── Goods.php 商品模型
  715. ├── SmsCode.php 短信验证码模型
  716. └── Upload.php 图片上传模型
  717. └── validate 验证
  718. └── SmsCode.php 短信验证码验证
  719. ├── common.php 公共函数库
  720. ├── config.php 系统配置
  721. ├── database.php 数据库连接
  722. ├── dev.php 数据库连接
  723. ├── extra 扩展
  724. ├── addons.php 插件
  725. ├── mobile H5注册页面
  726. ├── controller 控制器
  727. ├── Common.php 公共控制器
  728. ├── Download.php 下载控制器
  729. └── Register.php 注册控制器
  730. ├── model 模型
  731. ├── Common.php 公共模型
  732. └── Member.php 用户模型
  733. ├── validate 验证
  734. └── Member.php 用户验证
  735. └── view 视图
  736. ├── download 下载视图
  737. └── index.html 下载视图
  738. └── register 注册视图
  739. ├── index.html 注册视图
  740. └── register.html 注册视图
  741. ├── route.php 系统路由配置
  742. ├── shop 商家
  743. ├── common.php 公共方法
  744. ├── controller 控制器
  745. ├── Assemble.php 拼团管理
  746. ├── Comment.php 商品评价管理
  747. ├── Common.php 公共控制器
  748. ├── Coupon.php 优惠券管理
  749. ├── Getgoods.php 获取商品信息列表
  750. ├── Goods.php 商品列表管理
  751. ├── Hdgoods.php 活动商品管理
  752. ├── Index.php 主页管理
  753. ├── Login.php 登录管理
  754. ├── ManageCate.php 店铺经营类目
  755. ├── Member.php 会员管理
  756. ├── NewPublish.php 新品首发管理
  757. ├── Order.php 订单管理
  758. ├── Promotion.php 商品促销活动管理
  759. ├── Rzmessage.php 入住资料
  760. ├── Seckill.php 秒杀活动管理
  761. ├── ShopAdmin.php 商家信息管理
  762. ├── ShopBankcard.php 银行卡管理
  763. ├── ShopCate.php 店铺商品分类管理
  764. ├── ShopContent.php 店铺详情管理
  765. ├── ShopDetail.php 账户明细管理
  766. ├── ShopShdz.php 店铺售后地址
  767. ├── ShopTxmx.php 店铺提现明细
  768. ├── Shops.php 店铺基本信息
  769. ├── ThApply.php 售后订单列表管理
  770. └── Video.php 短视频管理
  771. ├── model 数据模型
  772. ├── Attr.php 商品属性模型?
  773. ├── Customer.php 商品栏目模型
  774. ├── Goods.php 商品数据模型
  775. ├── NewPublish.php 新品首发数据模型
  776. ├── Promotion.php 商品促销活动数据模型
  777. ├── ShopAdmin.php 店铺信息数据模型
  778. ├── ShopCate.php 店铺商品分类数据模型
  779. └── Video.php 短视频数据模型
  780. ├── validate 数据验证
  781. ├── ApplyInfo.php 店铺入驻数据验证
  782. ├── Assemble.php 拼团活动数据验证
  783. ├── Coupon.php 优惠券数据验证
  784. ├── Goods.php 商品数据验证
  785. ├── ManageCate.php 店铺经营类别数据验证
  786. ├── NewPublish.php 新品首发数据验证
  787. ├── Promotion.php 促销活动数据验证
  788. ├── Seckill.php 秒杀活动数据验证
  789. ├── ShopAdmin.php 店铺账号数据验证
  790. ├── ShopBankcard.php 银行卡数据验证
  791. ├── ShopCate.php 店铺商品数据验证
  792. ├── ShopCustom.php 店铺详情数据验证
  793. ├── ShopShdz.php 店铺售后地址数据验证
  794. ├── Shops.php 店铺基本信息数据验证
  795. └── Video.php 短视频数据验证
  796. └── view 视图
  797. ├── assemble 拼团活动视图
  798. ├── add.html 新增拼团活动
  799. ├── ajaxpage.html 拼团活动列表
  800. ├── info.html 拼团活动详情
  801. └── lst.html 拼团活动列表
  802. ├── comment 商品评价视图
  803. ├── ajaxpage.html 商品评价列表
  804. ├── info.html 商品评价详情
  805. └── lst.html 商品评价列表
  806. ├── coupon 优惠券视图
  807. ├── add.html 新增优惠券
  808. ├── ajaxpage.html 优惠券列表
  809. ├── edit.html 编辑优惠券
  810. ├── hsajaxpage.html 优惠券回收站列表
  811. ├── hslst.html 优惠券回收站列表
  812. ├── info.html 优惠券详情
  813. └── lst.html 优惠券列表
  814. ├── getgoods 获取商品视图
  815. ├── ajaxpage.html 商品列表
  816. └── lst.html 商品列表
  817. ├── goods 商品视图
  818. ├── ajaxpage.html 商品列表
  819. ├── hsajaxpage.html 商品回收站列表
  820. ├── hslst.html 商品回收站列表
  821. ├── lst.html 商品列表
  822. ├── post.html 修改商品
  823. ├── tab 选项卡
  824. ├── basic.html 基本信息
  825. ├── des.html 商品详情
  826. ├── integral.html 积分换购
  827. ├── option.html 库存/规格
  828. └── pic.html 商品图片
  829. └── pic.html 商品参数
  830. └── tpl
  831. ├── param.html 参数组件
  832. ├── spec.html 规格组件
  833. └── spec_item.html 规格项
  834. ├── hdgoods 活动商品视图
  835. ├── ajaxpage.html 活动商品列表
  836. └── lst.html 活动商品列表
  837. ├── index 首页视图
  838. ├── index.html 首页
  839. └── index_v3.html 主页
  840. ├── login 登陆视图
  841. ├── findpwd.html 找回密码
  842. └── index.html 登陆
  843. ├── manage_cate 店铺经营类目视图
  844. ├── add.html 添加经营类目
  845. └── lst.html 经营类目列表
  846. ├── member 会员管理视图
  847. └── blacklst.html 拉黑列表
  848. ├── new_publish 新品首发视图
  849. ├── add.html 新增新品首发
  850. ├── ajaxpage.html 新品首发列表
  851. ├── edit.html 编辑新品首发
  852. └── lst.html 新品首发列表
  853. ├── order 订单视图
  854. ├── ajaxpage.html 订单列表
  855. ├── info.html 订单详情
  856. └── lst.html 订单列表
  857. ├── promotion 商品促销活动视图
  858. ├── add.html 新增商品促销活动
  859. ├── ajaxpage.html 商品促销活动列表
  860. ├── edit.html 编辑商品促销活动
  861. └── lst.html 商品促销活动列表
  862. ├── rzmessage 入驻资料信息视图
  863. └── info.html 入驻资料视图
  864. ├── seckill 秒杀活动视图
  865. ├── add.html 新增秒杀活动
  866. ├── ajaxpage.html 秒杀活动列表
  867. ├── info.html 秒杀活动详情
  868. └── lst.html 秒杀活动列表
  869. ├── shop_admin 商家信息视图
  870. ├── addpaypwd.html 设置支付密码
  871. ├── editphone.html 更好登陆手机号
  872. └── editpwd.html 重置登陆密码
  873. ├── shop_bankcard 银行卡视图
  874. └── info.html 银行卡设置
  875. ├── shop_cate 店铺商品分类视图
  876. ├── add.html 新增店铺商品分类
  877. ├── edit.html 编辑店铺商品分类
  878. └── lst.html 店铺商品分类列表
  879. ├── shop_content 店铺详情视图
  880. └── info.html 店铺详情信息
  881. ├── shop_detail 账户明细视图
  882. ├── ajaxpage.html 账户明细列表
  883. ├── info.html 账户明细详情
  884. └── lst.html 账户民心列表
  885. ├── shop_shdz 店铺售后地址视图
  886. └── info.html 设置售后地址
  887. ├── shop_txmx 账户提现记录视图
  888. ├── ajaxpage.html 账户提现列表
  889. ├── index.html 账户提现
  890. ├── info.html 账户提现详情
  891. └── lst.html 账户提现列表
  892. ├── shops 店铺基本信息视图
  893. └── info.html 店铺基本信息
  894. ├── th_apply 售后订单视图
  895. ├── ajaxpage.html 售后订单列表
  896. ├── info.html 售后订单详情
  897. └── lst.html 售后订单详情
  898. └── video 短视频视图
  899. ├── add.html 新增短视频
  900. ├── ajaxpage.html 短视频列表
  901. ├── edit.html 编辑短视频
  902. ├── lst.html 短视频列表
  903. └── tags.php 应用行为扩展定义文件
  904. ├── build.php 自动生成定义文件(参考)
  905. ├── composer.json composer 定义文件
  906. ├── runtime 应用的运行时目录(可写,可定制)
  907. ├── ssl ssl证书目录
  908. └── think 命令行入口文件