|
...
|
...
|
@@ -68,7 +68,7 @@ class CNoticeController extends BaseController |
|
|
|
if($number >= 45000){
|
|
|
|
$this->response('success',Code::SUCCESS,['msg'=>'翻译数量过多, 大概页面数量:'.$number.', 磁盘空间占用可能会超过40G,请谨慎使用!']);
|
|
|
|
}
|
|
|
|
$this->response('success');
|
|
|
|
$this->response('success',Code::SUCCESS,['msg'=>'翻译数量过多, 大概页面数量:'.$number.', 磁盘空间占用可能会超过40G,请谨慎使用!']);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|