Explorar el Código

更新 'README.md'

yulf hace 4 años
padre
commit
e2040a960c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -1,3 +1,7 @@
 # general_out_api
 
-对外接口
+对外接口
+
+1.App\Consts\ 对应项目要有自身的配置; 
+2.2.App\Controllers\ 控制器要有继承 重写或扩写自身项目的逻辑; 
+3.3.App\Service\ 对应项目要继承相应的类 扩写自身项目的逻辑;