array( 'method' => 'sandpay.trade.pay', 'url' => '/gateway/api/order/pay', ), 'orderQuery' => array( 'method' => 'sandpay.trade.query', 'url' => '/gateway/api/order/query', ), 'orderRefund' => array( 'method' => 'sandpay.trade.refund', 'url' => '/gateway/api/order/refund', ), 'clearfileDownload' => array( 'method' => 'sandpay.trade.download', 'url' => '/gateway/api/clearfile/download', ), ); } protected function postData($method) { $this->publicKeyPath = SystemConfigService::get('site_url').SystemConfigService::get('public'); $this->privateKeyPath = SystemConfigService::get('site_url').SystemConfigService::get('private'); return parent::postData($method); // TODO: Change the autogenerated stub } public function request($apiName) { return parent::request($apiName); // TODO: Change the autogenerated stub } }