1. |____app #应用目录
    2. | |____controller #控制器
    3. | | |____admin #总后台
    4. | | | |____order #订单
    5. | | | | |____RefundOrder.php #退款单
    6. | | | | |____Order.php #订单
    7. | | | | |____Reconciliation.php #对账
    8. | | | |____Install.php #安装
    9. | | | |____user #用户
    10. | | | | |____FeedBackCategory.php #用户反馈分类
    11. | | | | |____UserBill.php #用户明细
    12. | | | | |____User.php #用户管理
    13. | | | | |____UserExtract.php #用户提现
    14. | | | | |____UserLabel.php #用户标签
    15. | | | | |____UserRecharge.php #用户充值
    16. | | | | |____FeedBack.php #用户反馈
    17. | | | | |____UserGroup.php #用户分组
    18. | | | |____wechat #微信
    19. | | | | |____WechatMenu.php #微信菜单
    20. | | | | |____WechatTag.php #微信标签
    21. | | | | |____WechatReply.php #微信回复
    22. | | | | |____TemplateMessage.php #微信模板消息
    23. | | | | |____WechatGroup.php #微信用户分组
    24. | | | | |____WechatNews.php #微信图文消息
    25. | | | | |____WechatUser.php #微信用户
    26. | | | |____system #核心
    27. | | | | |____sms #短信
    28. | | | | | |____Sms.php #短信管理
    29. | | | | | |____SmsTemplate.php #短信模板消息
    30. | | | | | |____SmsPay.php #短信支付
    31. | | | | |____config #配置
    32. | | | | | |____ConfigOthers.php #分销设置
    33. | | | | | |____ConfigValue.php #配置设置
    34. | | | | | |____ConfigClassify.php #配置分类管理
    35. | | | | | |____Config.php #配置管理
    36. | | | | |____auth #权限
    37. | | | | | |____Role.php #身份
    38. | | | | | |____Menu.php #权限/菜单
    39. | | | | |____attachment #附件
    40. | | | | | |____AttachmentCategory.php #附件分类管理
    41. | | | | | |____Attachment.php #附件管理
    42. | | | | |____admin #管理员
    43. | | | | | |____Login.php #登录
    44. | | | | | |____Admin.php #管理员管理
    45. | | | | | |____AdminLog.php #管理员记录
    46. | | | | |____safety #备份
    47. | | | | | |____Database.php #数据库备份
    48. | | | | |____groupData #组合数据
    49. | | | | | |____Group.php #组合数据管理
    50. | | | | | |____GroupData.php #组合数据数据管理
    51. | | | | |____merchant #商户
    52. | | | | | |____MerchantAdmin.php #商户管理员管理
    53. | | | | | |____Merchant.php #商户管理
    54. | | | | | |____MerchantCategory.php #商户分类管理
    55. | | | |____Common.php #公共类
    56. | | | |____article #文章
    57. | | | | |____ArticleCategory.php #文章分类管理
    58. | | | | |____Article.php #文章管理
    59. | | | |____store #商品
    60. | | | | |____StoreProductReply.php #商品评价
    61. | | | | |____StoreProduct.php #商品管理
    62. | | | | |____StoreBrand.php #商品品牌管理
    63. | | | | |____Express.php #物流
    64. | | | | |____StoreService.php #商品用户查询
    65. | | | | |____StoreBrandCategory.php #商品品牌分类
    66. | | | | |____StoreCategory.php #商品分类
    67. | | |____WechatNotice.php #微信通知
    68. | | |____api #接口
    69. | | | |____Auth.php #授权
    70. | | | |____user #用户
    71. | | | | |____FeedBackCategory.php #反馈分类
    72. | | | | |____User.php #用户
    73. | | | | |____UserRelation.php #用户收藏
    74. | | | | |____UserExtract.php #用户提现
    75. | | | | |____UserRecharge.php #用户充值
    76. | | | | |____Feedback.php #用户反馈
    77. | | | | |____UserAddress.php #用户地址
    78. | | | |____Common.php #公共类
    79. | | | |____article #文章
    80. | | | | |____ArticleCategory.php #文章分类
    81. | | | | |____Article.php #文章
    82. | | | |____Wechat.php #微信
    83. | | | |____store #店铺
    84. | | | | |____order #订单
    85. | | | | | |____StoreOrder.php #订单
    86. | | | | | |____StoreCart.php #购物车
    87. | | | | | |____StoreRefundOrder.php #退款单
    88. | | | | |____product #商品
    89. | | | | | |____StoreProduct.php #商品
    90. | | | | | |____StoreBrand.php #品牌
    91. | | | | | |____StoreCoupon.php #优惠券
    92. | | | | | |____StoreReply.php #评价
    93. | | | | | |____StoreCategory.php #商品分类
    94. | | | | |____service #客服
    95. | | | | | |____Service.php #客服
    96. | | | | |____merchant #商户
    97. | | | | | |____Merchant.php #商户
    98. | | |____merchant #商户
    99. | | | |____user #用户
    100. | | | | |____User.php #用户
    101. | | | |____system #核心
    102. | | | | |____auth #权限
    103. | | | | | |____Role.php #身份
    104. | | | | |____admin #管理员
    105. | | | | | |____MerchantAdmin.php #管理员
    106. | | | | | |____Login.php #登录
    107. | | | | |____Merchant.php #商户
    108. | | | |____Common.php #公共类
    109. | | | |____store #店铺
    110. | | | | |____order #订单
    111. | | | | | |____RefundOrder.php #退款单
    112. | | | | | |____Order.php #订单
    113. | | | | | |____Reconciliation.php #对账
    114. | | | | |____shipping #运费模板
    115. | | | | | |____ShippingTemplateRegion.php
    116. | | | | | |____ShippingTemplateUndelive.php
    117. | | | | | |____City.php
    118. | | | | | |____ShippingTemplate.php
    119. | | | | | |____ShippingTemplateFree.php
    120. | | | | |____coupon #优惠券
    121. | | | | | |____Coupon.php
    122. | | | | |____product #商品
    123. | | | | | |____Product.php
    124. | | | | |____service #客服
    125. | | | | | |____StoreService.php
    126. | | | | |____StoreAttrTemplate.php #属性模板
    127. | |____webscoket #长链接服务
    128. | | |____SwooleWorkerStart.php
    129. | | |____handler
    130. | | | |____UserHandler.php #处理用户请求
    131. | | | |____MerchantHandler.php #处理商户请求
    132. | | | |____AdminHandler.php #处理管理员请求
    133. | | |____Ping.php #心跳
    134. | | |____Manager.php
    135. | |____validate #表单验证
    136. | | |____admin
    137. | | | |____AdminValidate.php
    138. | | | |____UserGroupValidate.php
    139. | | | |____MerchantValidate.php
    140. | | | |____MenuValidate.php
    141. | | | |____StoreBrandCategoryValidate.php
    142. | | | |____StoreCategoryValidate.php
    143. | | | |____StoreBrandValidate.php
    144. | | | |____UserValidate.php
    145. | | | |____WechatNewsValidate.php
    146. | | | |____UserNowMoneyValidate.php
    147. | | | |____SmsRegisterValidate.php
    148. | | | |____RoleValidate.php
    149. | | | |____GroupValidate.php
    150. | | | |____AttachmentValidate.php
    151. | | | |____GroupDataValidate.php
    152. | | | |____TemplateMessageValidate.php
    153. | | | |____ArticleValidate.php
    154. | | | |____MerchantCategoryValidate.php
    155. | | | |____ConfigValidate.php
    156. | | | |____ArticleCategoryValidate.php
    157. | | | |____StoreProductReplyValidate.php
    158. | | | |____ConfigClassifyValidate.php
    159. | | | |____UserLabelValidate.php
    160. | | | |____AdminEditValidate.php
    161. | | | |____LoginValidate.php
    162. | | | |____WechatReplyValidate.php
    163. | | | |____AttachmentCategoryValidate.php
    164. | | |____api
    165. | | | |____UserAuthValidate.php
    166. | | | |____UserAddressValidate.php
    167. | | | |____UserExtractValidate.php
    168. | | | |____FeedbackValidate.php
    169. | | | |____StoreRefundOrderValidate.php
    170. | | | |____StoreCartValidate.php
    171. | | | |____BackGoodsValidate.php
    172. | | | |____ProductReplyValidate.php
    173. | | |____merchant
    174. | | | |____MerchantUpdateValidate.php
    175. | | | |____StoreServiceValidate.php
    176. | | | |____ShippingTemplateValidate.php
    177. | | | |____StoreProductAdminValidate.php
    178. | | | |____StoreProductValidate.php
    179. | | | |____StoreAttrTemplateValidate.php
    180. | | | |____StoreCouponValidate.php
    181. | |____common #公共
    182. | | |____middleware #中间件
    183. | | | |____MerchantTokenMiddleware.php #商户授权
    184. | | | |____AllowOriginMiddleware.php #允许跨域
    185. | | | |____MerchantAuthMiddleware.php #商户权限检查
    186. | | | |____AdminTokenMiddleware.php #管理员授权
    187. | | | |____BaseMiddleware.php
    188. | | | |____UserTokenMiddleware.php #用户授权
    189. | | | |____AdminAuthMiddleware.php #管理员权限检查
    190. | | | |____VisitProductMiddleware.php #浏览记录
    191. | | | |____LogMiddleware.php #管理员操作记录
    192. | | |____dao #Dao层
    193. | | | |____user
    194. | | | | |____UserExtractDao.php
    195. | | | | |____UserVisitDao.php
    196. | | | | |____FeedbackDao.php
    197. | | | | |____UserDao.php
    198. | | | | |____UserRechargeDao.php
    199. | | | | |____UserLabelDao.php
    200. | | | | |____UserGroupDao.php
    201. | | | | |____FeedbackCateoryDao.php
    202. | | | | |____UserRelationDao.php
    203. | | | | |____UserAddressDao.php
    204. | | | | |____UserBillDao.php
    205. | | | |____BaseDao.php
    206. | | | |____wechat
    207. | | | | |____WechatQrcodeDao.php
    208. | | | | |____RoutineQrcodeDao.php
    209. | | | | |____WechatNewsDao.php
    210. | | | | |____WechatUserDao.php
    211. | | | | |____WechatReplyDao.php
    212. | | | | |____TemplateMessageDao.php
    213. | | | |____system
    214. | | | | |____sms
    215. | | | | | |____SmsRecordDao.php
    216. | | | | |____config
    217. | | | | | |____SystemConfigValueDao.php
    218. | | | | | |____SystemConfigClassifyDao.php
    219. | | | | | |____SystemConfigDao.php
    220. | | | | |____attachment
    221. | | | | | |____AttachmentCategoryDao.php
    222. | | | | | |____AttachmentDao.php
    223. | | | | |____admin
    224. | | | | | |____LogDao.php
    225. | | | | | |____AdminDao.php
    226. | | | | |____CacheDao.php
    227. | | | | |____groupData
    228. | | | | | |____GroupDataDao.php
    229. | | | | | |____GroupDao.php
    230. | | | | |____menu
    231. | | | | | |____RoleDao.php
    232. | | | | | |____MenuDao.php
    233. | | | | |____merchant
    234. | | | | | |____MerchantCategoryDao.php
    235. | | | | | |____MerchantDao.php
    236. | | | | | |____MerchantAdminDao.php
    237. | | | |____article
    238. | | | | |____ArticleCategoryDao.php
    239. | | | | |____ArticleDao.php
    240. | | | | |____ArticleContentDao.php
    241. | | | |____store
    242. | | | | |____order
    243. | | | | | |____MerchantReconciliationDao.php
    244. | | | | | |____StoreGroupOrderDao.php
    245. | | | | | |____MerchantReconciliationOrderDao.php
    246. | | | | | |____StoreOrderProductDao.php
    247. | | | | | |____StoreRefundStatusDao.php
    248. | | | | | |____StoreOrderStatusDao.php
    249. | | | | | |____StoreRefundOrderDao.php
    250. | | | | | |____StoreOrderDao.php
    251. | | | | | |____StoreCartDao.php
    252. | | | | | |____StoreRefundProductDao.php
    253. | | | | |____StoreCategoryDao.php
    254. | | | | |____StoreAttrTemplateDao.php
    255. | | | | |____StoreBrandDao.php
    256. | | | | |____shipping
    257. | | | | | |____ShippingTemplateRegionDao.php
    258. | | | | | |____ShippingTemplateUndeliveryDao.php
    259. | | | | | |____ShippingTemplateDao.php
    260. | | | | | |____CityDao.php
    261. | | | | | |____ExpressDao.php
    262. | | | | | |____ShippingTemplateFreeDao.php
    263. | | | | |____coupon
    264. | | | | | |____StoreCouponDao.php
    265. | | | | | |____StoreCouponProductDao.php
    266. | | | | | |____StoreCouponUserDao.php
    267. | | | | | |____StoreCouponIssueUserDao.php
    268. | | | | |____product
    269. | | | | | |____ProductReplyDao.php
    270. | | | | | |____ProductCateDao.php
    271. | | | | | |____ProductAttrDao.php
    272. | | | | | |____ProductContentDao.php
    273. | | | | | |____ProductDao.php
    274. | | | | | |____ProductAttrValueDao.php
    275. | | | | |____StoreBrandCategoryDao.php
    276. | | | | |____service
    277. | | | | | |____StoreServiceDao.php
    278. | | | | | |____StoreServiceLogDao.php
    279. | | |____repositories #业务逻辑层
    280. | | | |____BaseRepository.php
    281. | | | |____user
    282. | | | | |____UserAddressRepository.php
    283. | | | | |____UserLabelRepository.php
    284. | | | | |____UserGroupRepository.php
    285. | | | | |____UserVisitRepository.php
    286. | | | | |____UserRechargeRepository.php
    287. | | | | |____FeedBackCategoryRepository.php
    288. | | | | |____UserBillRepository.php
    289. | | | | |____UserRelationRepository.php
    290. | | | | |____UserExtractRepository.php
    291. | | | | |____UserRepository.php
    292. | | | | |____FeedbackRepository.php
    293. | | | |____wechat
    294. | | | | |____TemplateMessageRepository.php
    295. | | | | |____WechatQrcodeRepository.php
    296. | | | | |____WechatUserRepository.php
    297. | | | | |____WechatReplyRepository.php
    298. | | | | |____RoutineQrcodeRepository.php
    299. | | | | |____WechatNewsRepository.php
    300. | | | |____system
    301. | | | | |____CacheRepository.php
    302. | | | | |____sms
    303. | | | | | |____SmsRecordRepository.php
    304. | | | | |____config
    305. | | | | | |____ConfigValueRepository.php
    306. | | | | | |____ConfigClassifyRepository.php
    307. | | | | | |____ConfigRepository.php
    308. | | | | |____auth
    309. | | | | | |____RoleRepository.php
    310. | | | | | |____MenuRepository.php
    311. | | | | |____attachment
    312. | | | | | |____AttachmentCategoryRepository.php
    313. | | | | | |____AttachmentRepository.php
    314. | | | | |____admin
    315. | | | | | |____AdminLogRepository.php
    316. | | | | | |____AdminRepository.php
    317. | | | | |____groupData
    318. | | | | | |____GroupDataRepository.php
    319. | | | | | |____GroupRepository.php
    320. | | | | |____merchant
    321. | | | | | |____MerchantAdminRepository.php
    322. | | | | | |____MerchantCategoryRepository.php
    323. | | | | | |____MerchantRepository.php
    324. | | | |____article
    325. | | | | |____ArticleRepository.php
    326. | | | | |____ArticleCategoryRepository.php
    327. | | | | |____ArticleContentRepository.php
    328. | | | |____store
    329. | | | | |____order
    330. | | | | | |____StoreRefundStatusRepository.php
    331. | | | | | |____MerchantReconciliationRepository.php
    332. | | | | | |____StoreGroupOrderRepository.php
    333. | | | | | |____StoreOrderRepository.php
    334. | | | | | |____StoreOrderStatusRepository.php
    335. | | | | | |____MerchantReconciliationOrderRepository.php
    336. | | | | | |____StoreCartRepository.php
    337. | | | | | |____StoreOrderProductRepository.php
    338. | | | | | |____StoreRefundProductRepository.php
    339. | | | | | |____StoreRefundOrderRepository.php
    340. | | | | |____StoreCategoryRepository.php
    341. | | | | |____StoreBrandRepository.php
    342. | | | | |____StoreBrandCategoryRepository.php
    343. | | | | |____shipping
    344. | | | | | |____ExpressRepository.php
    345. | | | | | |____ShippingTemplateFreeRepository.php
    346. | | | | | |____ShippingTemplateUndeliveRepository.php
    347. | | | | | |____CityRepository.php
    348. | | | | | |____ShippingTemplateRegionRepository.php
    349. | | | | | |____ShippingTemplateRepository.php
    350. | | | | |____coupon
    351. | | | | | |____StoreCouponIssueUserRepository.php
    352. | | | | | |____StoreCouponUserRepository.php
    353. | | | | | |____StoreCouponProductRepository.php
    354. | | | | | |____StoreCouponRepository.php
    355. | | | | |____product
    356. | | | | | |____ProductReplyRepository.php
    357. | | | | | |____ProductRepository.php
    358. | | | | | |____ProductAttrValueRepository.php
    359. | | | | | |____ProductCateRepository.php
    360. | | | | | |____ProductAttrRepository.php
    361. | | | | | |____ProductContentRepository.php
    362. | | | | |____StoreAttrTemplateRepository.php
    363. | | | | |____service
    364. | | | | | |____StoreServiceLogRepository.php
    365. | | | | | |____StoreServiceRepository.php
    366. | | |____model #Model 层
    367. | | | |____user
    368. | | | | |____FeedBackCategory.php
    369. | | | | |____UserBill.php
    370. | | | | |____User.php
    371. | | | | |____UserVisit.php
    372. | | | | |____UserRelation.php
    373. | | | | |____UserExtract.php
    374. | | | | |____UserLabel.php
    375. | | | | |____UserRecharge.php
    376. | | | | |____Feedback.php
    377. | | | | |____UserGroup.php
    378. | | | | |____UserAddress.php
    379. | | | |____wechat
    380. | | | | |____WechatReply.php
    381. | | | | |____TemplateMessage.php
    382. | | | | |____WechatQrcode.php
    383. | | | | |____WechatNews.php
    384. | | | | |____RoutineQrcode.php
    385. | | | | |____WechatUser.php
    386. | | | |____system
    387. | | | | |____sms
    388. | | | | | |____SmsRecord.php
    389. | | | | |____config
    390. | | | | | |____SystemConfig.php
    391. | | | | | |____SystemConfigValue.php
    392. | | | | | |____SystemConfigClassify.php
    393. | | | | |____auth
    394. | | | | | |____Role.php
    395. | | | | | |____Menu.php
    396. | | | | |____Cache.php
    397. | | | | |____attachment
    398. | | | | | |____AttachmentCategory.php
    399. | | | | | |____Attachment.php
    400. | | | | |____admin
    401. | | | | | |____Log.php
    402. | | | | | |____Admin.php
    403. | | | | |____groupData
    404. | | | | | |____SystemGroup.php
    405. | | | | | |____SystemGroupData.php
    406. | | | | |____merchant
    407. | | | | | |____MerchantAdmin.php
    408. | | | | | |____Merchant.php
    409. | | | | | |____MerchantCategory.php
    410. | | | |____article
    411. | | | | |____ArticleCategory.php
    412. | | | | |____ArticleContent.php
    413. | | | | |____Article.php
    414. | | | |____store
    415. | | | | |____order
    416. | | | | | |____StoreRefundProduct.php
    417. | | | | | |____StoreOrder.php
    418. | | | | | |____StoreCart.php
    419. | | | | | |____StoreGroupOrder.php
    420. | | | | | |____StoreOrderProduct.php
    421. | | | | | |____StoreOrderStatus.php
    422. | | | | | |____MerchantReconciliation.php
    423. | | | | | |____MerchantReconciliationOrder.php
    424. | | | | | |____StoreRefundStatus.php
    425. | | | | | |____StoreRefundOrder.php
    426. | | | | |____StoreBrand.php
    427. | | | | |____shipping
    428. | | | | | |____ShippingTemplateRegion.php
    429. | | | | | |____City.php
    430. | | | | | |____ShippingTemplate.php
    431. | | | | | |____Express.php
    432. | | | | | |____ShippingTemplateUndelivery.php
    433. | | | | | |____ShippingTemplateFree.php
    434. | | | | |____coupon
    435. | | | | | |____StoreCouponProduct.php
    436. | | | | | |____StoreCouponIssueUser.php
    437. | | | | | |____StoreCoupon.php
    438. | | | | | |____StoreCouponUser.php
    439. | | | | |____product
    440. | | | | | |____ProductCate.php
    441. | | | | | |____ProductAttrValue.php
    442. | | | | | |____Product.php
    443. | | | | | |____ProductContent.php
    444. | | | | | |____ProductReply.php
    445. | | | | | |____ProductAttr.php
    446. | | | | |____StoreBrandCategory.php
    447. | | | | |____service
    448. | | | | | |____StoreService.php
    449. | | | | | |____StoreServiceLog.php
    450. | | | | |____StoreCategory.php
    451. | | | | |____StoreAttrTemplate.php
    452. | | | |____BaseModel.php
    453. | |____view #安装页面
    454. | | |____install
    455. | | | |____step1.html
    456. | | | |____step2.html
    457. | | | |____step3.html
    458. | | | |____step4.html
    459. | | | |____step5.html
    460. | |____BaseController.php
    461. | |____command #命令
    462. | | |____updateMenu.php #同步权限
    463. | |____common.php
    464. | |____provider.php
    465. | |____middleware.php
    466. | |____ExceptionHandle.php #异常处理
    467. | |____Request.php #请求类
    468. | |____event.php #事件
    469. | |____AppService.php
    470. | |____service.php
    471. |____crmeb #crmeb核心包
    472. | |____listens #事件
    473. | | |____AutoCancelGroupOrderListen.php #自定关闭订单
    474. | | |____RefundOrderAgreeListen.php #自定退款
    475. | | |____AutoUnLockBrokerageListen.php #自动解冻积分
    476. | | |____pay #支付事件
    477. | | | |____UserRechargeSuccessListen.php #用户充值成功
    478. | | | |____OrderPaySuccessListen.php #用户订单支付成功
    479. | | |____AutoSendPayOrderSmsListen.php #提醒用户完成付款
    480. | | |____SwooleTaskListen.php #swoole task 事件
    481. | |____basic #基础类
    482. | | |____BaseManager.php
    483. | | |____BaseStorage.php
    484. | | |____BaseUpload.php
    485. | | |____BaseMessage.php
    486. | |____exceptions #异常类
    487. | | |____SmsException.php
    488. | | |____UploadFailException.php
    489. | | |____WechatException.php
    490. | | |____AuthException.php
    491. | | |____UploadException.php
    492. | |____jobs #队列任务
    493. | | |____PayGiveCouponJob.php #赠送优惠券
    494. | | |____CancelGroupOrderJob.php #关闭订单
    495. | | |____CheckProductExtensionJob.php #检查商品佣金
    496. | | |____ChangeMerchantStatusJob.php #修改商户状态
    497. | | |____UpdateProductReplyJob.php #更新商品评价
    498. | | |____SendNewPeopleCouponJob.php #发送新用户优惠券
    499. | | |____SendTemplateMessageJob.php #发送模板消息
    500. | | |____SendNewsJob.php #发送图文消息
    501. | | |____SendSmsJob.php #发送短信
    502. | |____services #服务处理
    503. | | |____RoutineTemplateService.php #小程序模板消息
    504. | | |____YunxinSmsService.php #短信
    505. | | |____ExpressService.php #物流
    506. | | |____SwooleTaskService.php #swooleTask
    507. | | |____PaymentService.php #微信支付
    508. | | |____MysqlBackupService.php #数据库备份
    509. | | |____QrcodeService.php #生成二维码
    510. | | |____template #发模板消息
    511. | | | |____storage
    512. | | | | |____Subscribe.php
    513. | | | | |____Wechat.php
    514. | | | |____Template.php
    515. | | |____ApiResponseService.php #api 响应
    516. | | |____WechatUserTagService.php #微信用户标签
    517. | | |____UploadService.php #上传
    518. | | |____WechatService.php #微信 api
    519. | | |____WechatTemplateMessageService.php #微信模板消息
    520. | | |____HttpService.php #http请求
    521. | | |____JwtTokenService.php #授权认证
    522. | | |____MiniProgramService.php #小程序 api
    523. | | |____WechatUserGroupService.php #微信用户分组
    524. | | |____upload #上传
    525. | | | |____storage
    526. | | | | |____Qiniu.php 七牛
    527. | | | | |____Oss.php 阿里云
    528. | | | | |____Cos.php 腾讯云
    529. | | | | |____Local.php 本地
    530. | | | |____Upload.php
    531. | |____interfaces 接口
    532. | | |____ListenerInterface.php #事件接口
    533. | | |____MiddlewareInterface.php #中间件接口
    534. | | |____JobInterface.php #队列任务接口
    535. | |____traits
    536. | | |____ErrorTrait.php
    537. | | |____CategoresRepository.php
    538. | | |____CategoresDao.php
    539. | | |____Macro.php
    540. |____config #配置
    541. | |____lang.php
    542. | |____app.php
    543. | |____sms.php
    544. | |____qrcode.php
    545. | |____filesystem.php
    546. | |____database.php
    547. | |____cache.php
    548. | |____session.php
    549. | |____cookie.php
    550. | |____queue.php
    551. | |____trace.php
    552. | |____upload.php
    553. | |____console.php
    554. | |____route.php
    555. | |____view.php
    556. | |____log.php
    557. | |____middleware.php
    558. | |____template.php
    559. | |____admin.php
    560. | |____swoole.php
    561. |____route #路由
    562. | |____app.php
    563. | |____merchant.php #商户
    564. | |____api.php #用户
    565. | |____admin.php #管理员
    566. |____backup #数据库备份目录
    567. |____install #安装文件目录
    568. |____public #静态资源
    569. |____vendor #第三方扩展
    570. |____runtime #缓存
    571. |____.example.env # 配置文件模板
    572. |____.env # 配置文件