modified 优化返回

This commit is contained in:
zhaoxiang 2020-05-26 18:18:14 +08:00
parent ec87456d59
commit cb37a4cf22

View File

@ -57,6 +57,10 @@ class ChangeAdminMenuField extends Migrator {
'limit' => MysqlAdapter::INT_TINY,
'default' => 1,
'comment' => '是否验证权限1-鉴权0-放行'
])->addColumn('method', 'integer', [
'limit' => MysqlAdapter::INT_TINY,
'default' => 1,
'comment' => '请求方式1-GET, 2-POST, 3-PUT, 4-DELETE'
])->update();
}