Exemplo n.º 1
0
 /**
  * 批量插入
  *
  * @param string $a            
  * @throws \SoapFault
  * @return string
  */
 public function batchInsert($a)
 {
     $a = $this->toArray($a);
     $rst = $this->_model->batchInsert($a);
     return $this->result($rst);
 }