success()
success(mixed $msg = '', string $url = null, mixed $data = '', integer $wait = 3, array $header = array()) : void
操作成功跳转的快捷方法
Parameters
| mixed | $msg | 提示信息  | 
                            
| string | $url | 跳转的 URL 地址  | 
                            
| mixed | $data | 返回的数据  | 
                            
| integer | $wait | 跳转等待时间  | 
                            
| array | $header | 发送的 Header 信息  | 
                            
Throws
- \think\exception\HttpResponseException