...
|
...
|
@@ -678,8 +678,7 @@ class User extends Api |
|
|
$data['accredit'] = $rule.$accredit['thumbnail'];
|
|
|
$data['water_url'] = $rule.$data['water_url'];
|
|
|
$a = file_get_contents($data['water_url']);
|
|
|
$path = './uploads/'.explode('/',$base_url)[1].'/';
|
|
|
$this->error('',$path);
|
|
|
$path = './uploads/'.explode('/',$base_url)[2].'/';
|
|
|
if(!file_exists($path)) {
|
|
|
mkdir($path,0777,true);
|
|
|
}
|
...
|
...
|
|