Merge branch 'feature-global_log-zdy' into 'master'
feat: 全局操作日志 See merge request !4
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "meibuyu/common", | |||
"description": "美不语微服务公共库", | |||
"type": "library", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "Rain", | |||
"email": "823773695@qq.com" | |||
} | |||
], | |||
"require": { | |||
"php": ">=7.2" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Meibuyu\\Common\\": "src/" | |||
} | |||
}, | |||
"extra": { | |||
"hyperf": { | |||
"config": "Meibuyu\\Rpc\\ConfigProvider" | |||
} | |||
} | |||
} |
src/UploadOss/FileModel.php
0 → 100644
Please register or sign in to comment