...
|
...
|
@@ -201,7 +201,6 @@ class Teacher extends Api |
|
|
if (!$validate->check($param)) {
|
|
|
$this->error($validate->getError());
|
|
|
}
|
|
|
$param['status'] = 0;
|
|
|
$qiniu = get_addon_config('qiniu');
|
|
|
$http = $qiniu['cdnurl'];
|
|
|
$param['before'] = str_replace($http, '', $param['before']);
|
...
|
...
|
|