PHP之如何编写一个Vue的API后台(一)

2021-02-05 00:15

阅读:650

标签:component   图片   web   res   ima   函数   class   gis   config   

首先我们先建立文件的结构

如下图:

技术图片

 

 components - 存放所有的全局方法,比如:autoplay的函数

 lib - 所有第三方的方法  比如:DBTool:数据库的方法

 logs -  日志

 webroot - 整个api的入口文件,就是xxx.com访问的文件夹

 config.php - 全局的设置

 constant.php - 所有参数的设定,如

class SMS_USEFOR extends CONST_CLASS
{
  const REGISTER = 1;//注册用验证码
  const LOGIN = 2;//登陆用验证码
  const RESTPWD = 3;//找回密码用验证码
  const RESTTEL = 4;//修改手机号用验证码
}

 

 

 

未完待续...

PHP之如何编写一个Vue的API后台(一)

标签:component   图片   web   res   ima   函数   class   gis   config   

原文地址:https://www.cnblogs.com/jeckyhuang/p/11447117.html

上一篇:Taro 压缩图片api

下一篇:C#之扩展方法


评论


亲,登录后才可以留言!