예제 #1
0
파일: Base.php 프로젝트: affka/yii2-gateway
 protected function httpSend($url, $params = [], $headers = [])
 {
     return $this->module->httpSend($url, $params, $headers);
 }