UNPKG

sails-base

Version:

sails1.0+扩展基础包,包含用户体系权限校验及model的attr,action的inputs入参提示语自定义功能

34 lines (18 loc) 283 B
module.exports = { friendlyName: 'Base action', description: '基础控制器', inputs: { createdBy: { type: 'ref' }, updatedBy: { type: 'ref' } }, exits: { }, fn: async function (inputs) { // All done. return; } };