示例#1
0
 /**
  * @param $params
  * @return mixed
  */
 public function deleteIpAccessRule($params)
 {
     return $this->r->destroy($params);
 }