\traits\controllerJump

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
success()
error()
result()
redirect()
getResponseType()
$app
N/A
No private methods found
No private properties found
N/A

Properties

$app

$app : \think\App

应用实例

Type

App

Methods

success()

success(mixed  $msg = '', string  $url = null, mixed  $data = '', int  $wait = 3, array  $header = []) : void

操作成功跳转的快捷方法

Parameters

mixed $msg

提示信息

string $url

跳转的URL地址

mixed $data

返回的数据

int $wait

跳转等待时间

array $header

发送的Header信息

error()

error(mixed  $msg = '', string  $url = null, mixed  $data = '', int  $wait = 3, array  $header = []) : void

操作错误跳转的快捷方法

Parameters

mixed $msg

提示信息

string $url

跳转的URL地址

mixed $data

返回的数据

int $wait

跳转等待时间

array $header

发送的Header信息

result()

result(mixed  $data, int  $code, mixed  $msg = '', string  $type = '', array  $header = []) : void

返回封装后的API数据到客户端

Parameters

mixed $data

要返回的数据

int $code

返回的code

mixed $msg

提示信息

string $type

返回数据格式

array $header

发送的Header信息

redirect()

redirect(string  $url, array|int  $params = [], int  $code = 302, array  $with = []) : void

URL重定向

Parameters

string $url

跳转的URL表达式

array|int $params

其它URL参数

int $code

http code

array $with

隐式传参

getResponseType()

getResponseType() : string

获取当前的response 输出类型

Returns

string —