Skip to content

ethercap/yii2-api-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-api-base

一、文档。

  1. 代码生成
  2. 接口规范
  3. 错误处理
  4. 更新

二、简介。

  1. 功能
    1. 为接口返回做了类mvc分层;
    2. 代码生成;
    3. 接口字段类型检查和自动转换;

三、命名空间

ethercap\apiBase

四、安装:

composer require ethercap/yii2-api-base:@dev

toDo

  • 返回字段的默认值设置