__channelObj->channel['shop_id']); $query_params = array( 'member_id' => $account[0], # 'member_pwd' => $account[1], # 'month_code' => $account[3], # 'pay_type' => $account[2], #, 'node_type' => 'ums', 'to_node_id' => $this->_to_node_id, ); $pqp = parent::get_query_params($method, $params); $query_params = array_merge($pqp, $query_params); return $query_params; } }