初始化结构
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\\Rpc\\": "src/" | ||
} | ||
}, | ||
"extra": { | ||
"hyperf": { | ||
"config": "Meibuyu\\Rpc\\ConfigProvider" | ||
} | ||
} | ||
} |
src/Service/BaseService.php
0 → 100644
Please register or sign in to comment