Exemplo n.º 1
0
 /**
  * 获取协议的字段内容
  * @param string $field 字段名
  * @return string
  */
 public function get($field)
 {
     return $this->request->get($field);
 }