Files
oms/back/项目说明.md
2026-05-15 09:51:47 +08:00

14 lines
683 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目环境
1.php版本 7.0+可以通过wampserServer这个是php的开发环境包
里面包括php.msql
2.前端接口和服务全部定义在application-api中
可以理解为就是脚本语言90%的代码都是数据库交互
项目已经做了api映射方法名就是api
3.数据库配置在 ## application--database.php目录下
最新数据在47生产环境中
4.项目启动
进入public目录下使用php -S 0.0.0.0:8011进行启动
前端对应后端也是这个;
5.问题排查
有时候接口会报错具体php是脚本语言报错内容全部都会在控制台展示
比如哪个接口报错就在浏览器调用下,报错信息就会出来