|
...
|
...
|
@@ -68,7 +68,7 @@ zFePUMXy1bFghAfzNKlrc5XgH4ixeeMh3cDtU97K |
|
|
|
public function deleted_profiles($data){
|
|
|
|
$param = [
|
|
|
|
'title'=>$data['title'],
|
|
|
|
'profileKey'=>$this->profile_key,
|
|
|
|
// 'profileKey'=>$this->profile_key,
|
|
|
|
];
|
|
|
|
$url = $this->path.'/api/profiles/profile';
|
|
|
|
return $this->http_click('delete',$url,$param);
|
...
|
...
|
|