mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 10:47:44 +08:00
Merge branch 'master' of https://github.com/dickens7/hyperf into pr/455
This commit is contained in:
commit
5c882c76e7
@ -78,11 +78,11 @@ class IndexController
|
||||
|
||||
`redirect` 方法:
|
||||
|
||||
| 参数 | 类型 | 默认值 | 备注 |
|
||||
|:-------------------:|:------:|:---------------:|:------------------:|
|
||||
| toUrl | string | 无 | 如果参数不存在 `http://` 或 `https://` 则根据当前服务的 Host 自动拼接对应的 URL,且根据 `$schema` 参数拼接协议 |
|
||||
| status | int | 302 | 响应状态码 |
|
||||
| schema | string | http | 当 `$toUrl` 不存在 `http://` 或 `https://` 时生效,仅可传递 `http` 或 `https` |
|
||||
| 参数 | 类型 | 默认值 | 备注 |
|
||||
|:------:|:------:|:------:|:--------------------------------------------------------------------------------------------------------------:|
|
||||
| toUrl | string | 无 | 如果参数不存在 `http://` 或 `https://` 则根据当前服务的 Host 自动拼接对应的 URL,且根据 `$schema` 参数拼接协议 |
|
||||
| status | int | 302 | 响应状态码 |
|
||||
| schema | string | http | 当 `$toUrl` 不存在 `http://` 或 `https://` 时生效,仅可传递 `http` 或 `https` |
|
||||
|
||||
```php
|
||||
<?php
|
||||
@ -132,10 +132,10 @@ class IndexController
|
||||
|
||||
`download` 方法:
|
||||
|
||||
| 参数 | 类型 | 默认值 | 备注 |
|
||||
|:-------------------:|:------:|:---------------:|:------------------:|
|
||||
| file | string | 无 | 要返回下载文件的绝对路径,同通过 BASE_PATH 常量来定位到项目的根目录 |
|
||||
| name | string | 无 | 客户端下载文件的文件名,为空则会使用下载文件的原名 |
|
||||
| 参数 | 类型 | 默认值 | 备注 |
|
||||
|:----:|:------:|:------:|:-------------------------------------------------------------------:|
|
||||
| file | string | 无 | 要返回下载文件的绝对路径,同通过 BASE_PATH 常量来定位到项目的根目录 |
|
||||
| name | string | 无 | 客户端下载文件的文件名,为空则会使用下载文件的原名 |
|
||||
|
||||
|
||||
```php
|
||||
|
Loading…
Reference in New Issue
Block a user