Ejemplo n.º 1
0
 /**
  * 精选房源冻结
  *
  * @param $ajk_broker_id
  * @param $amount
  * @param $reqId
  * @param $note
  * @param $site
  * @return Bll_Service_Client_HttpResponse
  */
 public static function bid_freeze($ajk_broker_id, $amount, $reqId, $note, $site)
 {
     $userId = Bll_Broker_MainBusiness::getDataByEsfId($ajk_broker_id)->memberId;
     $bidInfo = Bll_Service_Payment::bidFreeze($site, array('userId' => $userId, 'amount' => $amount, 'reqId' => $reqId, 'note' => $note));
     return $bidInfo;
 }