update readme
This commit is contained in:
parent
3e99169d00
commit
6838c279a2
|
@ -165,4 +165,12 @@ $result = app('rpc.sapi')->call('user.info',[13232]);
|
||||||
```
|
```
|
||||||
http://host/rpc/tool.html 调用工具
|
http://host/rpc/tool.html 调用工具
|
||||||
http://host/rpc/doc.html 文档地址
|
http://host/rpc/doc.html 文档地址
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
###更新日志
|
||||||
|
2019-01-19: 日志封装
|
||||||
|
|
||||||
|
```php
|
||||||
|
$app->register(\JsonRpc\Providers\LoggerServiceProvider::class); // rpc logger
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user