zqwang b8cc82f70c Merge branch 'liuzj-pay-dev' of 121.36.198.49:zy_duanju/duanju_manage into mini il y a 1 an
..
Exceptions 0b2e20e6a5 test1 il y a 2 ans
Http 388e3c6a0a 优化师 fix il y a 2 ans
Middlewares 1c7cdc3be2 文件删除和命名修正 il y a 2 ans
Models bf81428d2d 消费记录 il y a 2 ans
Providers 75960088d0 miniprogram il y a 2 ans
Services 744333e2c1 订单列表优化 il y a 2 ans
routes 6c8fa3e550 更新 il y a 2 ans
Installer.php 1c7cdc3be2 文件删除和命名修正 il y a 2 ans
README.md 0b2e20e6a5 test1 il y a 2 ans

README.md

#内容中台管理模块 关于内容中台 相关的后台接口,对外api接口,都写在这里 配置文件放在: config目录下,读取配置文件示例:config('contentManage.zhushuyunpublicapi.public_domain'); config("模块名.配置文件名.配置项");

数据库模型文件放在:Models 目录下面 服务层文件放在:Services 目录下面 控制器放在:modules/ContentManage/Http/Controllers 目录下面 中间件放在:modules/ContentManage/Middlewares 目录下面 路由只能现在 modules/ContentManage/rout/route.php 文件里