mirror of https://gitee.com/zorlan/skycaiji
17 lines
593 B
PHP
17 lines
593 B
PHP
<?php
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| SkyCaiji (蓝天采集器)
|
|
|--------------------------------------------------------------------------
|
|
| Copyright (c) 2018 https://www.skycaiji.com All rights reserved.
|
|
|--------------------------------------------------------------------------
|
|
| 使用协议 https://www.skycaiji.com/licenses
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
return array(
|
|
|
|
'dispatch_success_tmpl' => 'common:success',
|
|
'dispatch_error_tmpl' => 'common:error',
|
|
);
|